Jimeng Video
The Jimeng Video series currently provides three integration methods: OpenAI-compatible/v1/videos (JSON/multipart), unified video /v1/video/create and /v1/video/query (JSON), and the Doubao channel /v1/videos (multipart/form-data).
OpenAI Format
UsePOST /v1/videos to submit and GET /v1/videos/{task_id} to query.
Video Generation
POST /v1/videos, submit a Jimeng Video task.Task Status Query
GET /v1/videos/{task_id}, query task status and results.Supported Models (OpenAI Format)
Unified Video
UsePOST /v1/video/create to create a task, and GET /v1/video/query?id= for querying.
Generate Video
POST /v1/video/create, submit a Jimeng task in the unified video format.Query Task
GET /v1/video/query, query status and results by task id.Common Capabilities (Unified Video)
Doubao Channel
UsePOST /v1/videos to submit and GET /v1/videos/{task_id} to query, submitted as multipart/form-data.
Video Generation
POST /v1/videos, submit a Doubao video task.Task Status Query
GET /v1/videos/{task_id}, query task status and results.