Hailuo 1.0 Director Text to Video
minimax-t2v-01-director
Hailuo 1.0 Director Text to Video provides advanced camera control and scene composition for cinematic text-to-video generation.
Endpoints
Section titled “Endpoints”POST /v1/queue/minimax-t2v-01-director # Create taskGET /v1/queue/minimax-t2v-01-director/requests/{request_id}/status # Check statusGET /v1/queue/minimax-t2v-01-director/requests/{request_id}/response # Get resultPUT /v1/queue/minimax-t2v-01-director/requests/{request_id}/cancel # Cancel taskRequest parameters
Section titled “Request parameters”curl --location "https://odirouter.ai/model/v1/queue/minimax-t2v-01-director" \ --header "Authorization: Bearer YOUR_API_KEY" \ --header "Content-Type: application/json" \ --data '{ "prompt": "A red apple slowly rotating on a white table, clean studio lighting, static camera.", "duration": 6, "resolution": "720P" }'Text description for the video. Length must be between 1 and 2000 characters.
Camera-control instructions can be added with [instruction] syntax in the prompt for precise camera control.
Horizontal move: [move left], [move right]
Horizontal pan: [pan left], [pan right]
Push and pull: [dolly in], [dolly out]
Vertical move: [rise], [descend]
Vertical pan: [tilt up], [tilt down]
Zoom: [zoom in], [zoom out]
Other: [shake], [follow], [static]
Combined camera moves in the same [] take effect together, for example [pan left,rise]. Use at most 3 combined instructions.
Sequential camera moves appear in prompt order, for example [dolly in] followed by [dolly out].
Natural-language camera descriptions are also supported, but standard instructions produce more accurate responses.
Video duration in seconds. Fixed at 6 seconds.
Options: 6
Default: 6
Video resolution. Fixed at 720P.
Options: 720P
Default: 720P
Whether to automatically optimize the prompt. Set to false for more precise control.
Default: true
Whether to add a watermark to the generated video.
Default: false
Response parameters
Section titled “Response parameters”{ "request_id": "mmsu_01hxyz...", "response_url": "https://odirouter.ai/model/v1/queue/minimax-t2v-01-director/requests/mmsu_01hxyz.../response", "status_url": "https://odirouter.ai/model/v1/queue/minimax-t2v-01-director/requests/mmsu_01hxyz.../status", "cancel_url": "https://odirouter.ai/model/v1/queue/minimax-t2v-01-director/requests/mmsu_01hxyz.../cancel", "queue_position": 0}| Field | Type | Description |
|---|---|---|
request_id | string | Task ID used for all follow-up operations. |
response_url | string | URL to fetch the final result. |
status_url | string | URL to query task status. |
cancel_url | string | URL to cancel the task. |
queue_position | int | Current queue position. |