Skip to main content
POST
Two methods are supported (choose one):
  • By task ID: pass an existing generation task’s source_task_id
  • By source video: pass base_video in content
This endpoint only regenerates videos that meet the MiniMax-H3 768P output specifications to produce 2K output. It does not perform general-purpose processing of arbitrary videos.
Regeneration tasks have task_type=regeneration and can be managed through the shared H3 Query Task, List Tasks, and Cancel or Delete Task endpoints.

Authorizations

Authorization
string
header
required

HTTP: Bearer Auth

  • Security Scheme Type: http
  • HTTP Authorization Scheme: Bearer API_key, used to verify account information, can be found in Account Management>API Keys.

Headers

Content-Type
enum<string>
default:application/json
required

Media type of the request body. Set it to application/json.

Available options:
application/json

Body

application/json
model
enum<string>
required

Model name. Required. Currently supports MiniMax-H3.

Available options:
MiniMax-H3
source_task_id
string
required

The task_id of an existing succeeded /v2/video_generation task; its output is used as the source for regeneration. Constraints: requires whitelist access; the source task must be owned by the current account, in succeeded status, and still queryable via /v2/query/video_generation (created within 7 days).

resolution
enum<string>
required

Target resolution for video regeneration. Required. Currently supports 2K.

Available options:
2K
callback_url
string

Callback URL for task status changes. Optional. Same behavior as callback_url of the create video generation task endpoint.

aigc_watermark
boolean
default:false

Whether to add an AIGC label watermark to the generated video. Optional. Defaults to false.

Response

The create endpoint returns a task_id. Use this task_id with the Query Task endpoint to retrieve the task status and result.

Successful Query Task response example

task_id
string

ID of the task, used to query the task status and result later.