Skip to main content
GET
/
v1
/
videos
/
{video_id}
/
content
sora-2-pro (get spritesheet)
curl --request GET \
  --url https://api.example.com/v1/videos/{video_id}/content
For each completed video, you can also download a thumbnail and a ​spritesheet​. These are lightweight assets useful for previews, scrubbers, or catalog displays. Use the variant query parameter to specify what you want to download. The default is variant=video for the MP4.
curl -L "https://gptproto.com/v1/videos/video_abc123/content?variant=spritesheet" \
  -H "Authorization: YOUR_API_KEY" \
  --output spritesheet.jpg
{
  "error": {
    "message": "Invalid signature",
    "type": "401"
  }
}

Parameters

ParameterTypeRequiredDefaultDescription
video_idstring✅ Yes-The identifier of the video task.
variantstring✅ YesspritesheetThe type of content to download. Use spritesheet for spritesheet image.