Skip to main content

CompleteMediaResponse

idstring<uuid>
statusstring

Upload status after completion

Possible values: [ready]

typestring

Possible values: [image, video, document]

thumbnail_urlstringnullable

Thumbnail URL (images get it immediately, videos get it async)

messagestring

Human-readable next steps

Example: Image is ready. You can now attach it to a post using media_ids.
CompleteMediaResponse
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "ready",
"type": "image",
"thumbnail_url": "string",
"message": "Image is ready. You can now attach it to a post using media_ids."
}