Video Projects
Animation
Create a Animation video. The estimated frame cost is calculated based on the fps and end_seconds input.
post/v1/animation
Request body
Example request
{
"name": "My Animation video",
"fps": 12,
"end_seconds": 15,
"height": 960,
"width": 512,
"style": {
"art_style": "Painterly Illustration",
"camera_effect": "Simple Zoom In",
"prompt_type": "custom",
"prompt": "Cyberpunk city",
"transition_speed": 5
},
"assets": {
"audio_source": "file",
"audio_file_path": "api-assets/id/1234.mp3",
"image_file_path": "api-assets/id/1234.png"
}
}Response
Success
Example response
{
"id": "cuid-example",
"credits_charged": 450
}