Video

minimax_h3max_camera

post/generate/video/minimax/h3-max-camera-controls

Headers

X-Webhook-URLstring uri

URL to receive a POST request when the job completes. The webhook will receive the job data including results.

Request body

promptstring required
start_imagestring uri required

Can be an external URL, base64 data URI, or uploaded asset URL.

resolution'480p' | '768p' | '1080p'
durationinteger
seedinteger
prompt_expansion_mode'balanced' | 'quality'

Response

The resulting job data. This will be returned in a pending state until the job is completed. See /jobs/{id} for retrieving the results.

job_idstring uuid required
status'backlogged' | 'queued' | 'scheduled' | 'processing' | 'sampling' | 'intermediate-complete' | 'completed' | 'failed' | 'cancelled' required
created_atstring date-time required
{"stackTrail":"paths:/generate/video/minimax/h3-max-camera-controls:post:responses:200:content:application/json:schema:properties:completed_at","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/generate/video/minimax/h3-max-camera-controls:post:responses:200:content:application/json:schema:properties:result","oasType":"schema","type":"unknown"}

Changes