Studio

Animate an existing image to video

Takes an existing image attachment and generates a video from it. Returns immediately with generation status.

post/v1/studio/animate

Request body

attachmentIdstring required

Attachment ID of the image to animate

promptOverridestring

Optional prompt override for the animation

Example request

{
  "attachmentId": "uuid",
  "promptOverride": "Bring this photo to life with gentle movement"
}

Response

Animation started successfully

idstring required

Attachment ID

type'image' | 'video' | 'audio' | 'gift' required

Type of media

status'IN_QUEUE' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'TIMED_OUT' required

Status of the media generation

modelIdstring required

Model ID associated with this generation

createdAtstring date-time required

Creation timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.