Media attached to a social post.
A finalized SOCIAL_POST_VIDEO upload attached to a post. Create it via Start Upload with kind: SOCIAL_POST_VIDEO, then pass its id as upload_id to Update Social Post.
idstringrequiredThe upload identifier.
The kind of media.
content_typestringrequiredThe media MIME type.
keystringrequiredThe storage key of the uploaded media.
{
"id": "6f1a2b3c-4d5e-6f70-8901-23456789abcd",
"type": "VIDEO",
"content_type": "video/mp4",
"key": "uploads/6f1a2b3c/video.mp4"
}