Skip to main content
POST
This endpoint only regenerates videos that meet the MiniMax-H3 768P output specifications to produce 2K output. It is not a general-purpose video upscaling endpoint.
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

Video regeneration request.

model
enum<string>
required

Model name. Required. Currently supports MiniMax-H3.

Available options:
MiniMax-H3
content
object[]
required

Video regeneration input array. Include:

  • Submit exactly the same inputs that were actually sent to the model when generating the 768P source video. The text must be the final prompt actually sent to the model, not the original prompt from before H3-Context-IR processing. All reference images, videos, and audio must also match the original generation inputs. Any mismatch may prevent regeneration from producing the expected result
  • One 768P source-video item with type=video_url and role=base_video; exactly one such item is required

base_video must meet the following MiniMax-H3 768P output specifications. This endpoint does not upscale arbitrary videos.


Input media limits: the total request body must be ≤ 64 MB; use public URLs for large files and avoid Base64. Format and per-file size limits for reference images / videos / audio are the same as the Create Video Generation Task endpoint.

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.