Skip to main content
← MiniMax H3 Endpoint: POST https://api.higgsfield.ai/minimax/h3/reference-to-video Endpoint ID: minimax/h3/reference-to-video ▶Open API PlaygroundMiniMax H3 · Reference to video↗

Usage notes

  • Resolution is fixed to the case-sensitive schema value “2K”. The prompt must contain non-whitespace text; the current provider serializer uses only its first 7,000 characters.
  • Provide at least one image or video reference. Audio references require an image or video reference and cannot be used alone.
  • Reference media may be cropped, resized, transcoded and trimmed. Video duration and audio duration are each normalized to fit within the provider’s 15-second total budget.

Quick start

Replace the example media URLs with publicly accessible URLs for your own files before submitting.

Input schema

string
required
Write your prompt here Minimum characters: 1.
integer
default:"5"
Requested output duration in seconds. Minimum: 5. Maximum: 15.
array
Ordered public audio reference URLs. Minimum items: 0. Maximum items: 3. Each item: string. Format: uri.
array
Ordered public image reference URLs. Minimum items: 1. Maximum items: 9. Each item: string. Format: uri.
string
default:"2K"
Output resolution tier. Allowed values: "2K".
array
Ordered public video reference URLs. Minimum items: 1. Maximum items: 3. Each item: string. Format: uri.
string
default:"auto"
Output width-to-height ratio. Allowed values: "auto", "adaptive", "21:9", "16:9", "4:3", "1:1", "3:4", "9:16".
boolean
default:"false"
See the complete JSON schema below.

Response

Submission returns a request handle. Poll status_url until status is completed, or use webhooks.
Accepted
A completed response includes the following output fields:
See polling, request errors and authentication for shared request handling.