Studio AI
Generate Studio Video
Start async AI Studio video generation and return canonical video_id for polling.
POST
Starts async video generation and returns a canonical
video_id.
Poll GET /api/partner/v1/studio/videos/{videoId} for final state.
Body Parameters
Video model ID from Get Studio Models.
Optional generation prompt. For prompt-driven models such as
openai/sora-2 and google/veo-3, include any desired spoken dialogue
directly in this field.Optional speech text for explicit talking-head/lipsync models only
(currently
veed/fabric-1.0 and creatify/lipsync). Prompt-driven models
such as openai/sora-2 and google/veo-3 do not accept speech_text; use
prompt instead.Optional voice identifier used with
speech_text for explicit
talking-head/lipsync flows. Prompt-driven models such as openai/sora-2
and google/veo-3 do not accept voice_id. For supported speech-input
models, use Genviral voice IDs (for example george, sarah, aria); if
omitted or unrecognized, Genviral falls back to a default voice.Optional input image URL for image-to-video models.
Optional input video URL for video-to-video models.
Optional external audio URL for models that explicitly accept audio input
(currently talking-head/lipsync flows and
bytedance/seedance-2.0
reference-to-video). For Seedance, provide at least one image or video
reference when sending audio.Optional Seedance 2.0 reference images. Up to 9 images. Refer to them in the
prompt as
@Image1, @Image2, etc.Optional Seedance 2.0 reference videos. Up to 3 videos. Refer to them in the
prompt as
@Video1, @Video2, etc.Optional Seedance 2.0 reference audio clips. Up to 3 clips. Refer to them in
the prompt as
@Audio1, @Audio2, etc. Requires at least one image or video
reference.Optional negative prompt.
Normalized video params. Supported keys:
resolution, duration_seconds, fps, aspect_ratio, generate_audio.Optional model-specific passthrough params.
Example
Error Responses
400 invalid_json- request body is not valid JSON401- authentication failed (missing/invalid/revoked token)402 subscription_required- active Creator/Professional/Business plan required403 tier_not_allowed- Scheduler tier cannot use Partner API403 insufficient_credits422 invalid_payload(includes unsupportedmodel_id)422 invalid_input500 generation_failed
