animations

Create Animation Job

Generates an animation from a base64 encoded image and a prompt. Returns a task_id that can be used to poll for the animation status.

post/animations/v3/jobs

Request body

animation_model'aura' | 'aura_pro'
duration5 | 10
image_b64string required

Base64 encoded image to animate

promptstring required

Prompt for the animation

Response

Successful Response

task_idstring required

Unique task identifier for the animation

messagestring

Confirmation message

Changes

No recorded changes to this endpoint across all 2 revisions of this API.