Endpoint
Headers
| Header | Type | Required | Description |
|---|---|---|---|
x-api-key | string | Yes | Your API key |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
jobId | string | Yes | ID of the original video generation task |
videoNo | integer | Yes | Video number to extend (0/1/2/3) |
prompt | string | No | Text prompt to guide the extension (1-8192 characters) |
callback | string | No | Callback URL for task completion notifications |
Example Request
Response
Returns a task object containing the task information.Authorizations
API key for authentication
Body
application/json
Response
200
Video extend task created successfully