curl --request POST \
--url https://api.magichour.ai/v1/animation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Animation video",
"fps": 12,
"end_seconds": 15,
"height": 960,
"width": 512,
"style": {
"art_style": "Painterly Illustration",
"art_style_custom": "<string>",
"camera_effect": "Simple Zoom Out",
"prompt_type": "custom",
"prompt": "Cyberpunk city",
"transition_speed": 5
},
"assets": {
"audio_source": "file",
"audio_file_path": "api-assets/id/1234.mp3",
"youtube_url": "<string>",
"image_file_path": "api-assets/id/1234.png"
}
}'