Skip to main content
POST
Create MiniMax H3 — Reference To Video

Overview

MiniMax H3 cinematic video at 480P–4K; text / image / reference. Optimized for reference to video via apisale.
Docs = API contract + Try it (snapshot). Explore = browser playground. Model page = product examples.

Endpoint

Pricing

From $0.035/sec apisale price is 30% below the vendor’s official list price.
Official price = vendor list price. apisale price = what you pay through apisale.

Request

Parameters

Fields marked * are required. Use Authorization: Key YOUR_API_KEY for REST.
number
Optional random seed.
string
required
Text prompt; refer to reference assets by modality and order: Image 1, Image 2, Video 1, Audio 1.
number
Duration in seconds (5-15). Default: 5 Range: 5 – 15
string
480P and 768P are native generation modes; 2K and 4K upscale a 768P base result. Default: 2K Values: 480P, 768P, 2K, 4K
string
Default: adaptive Values: adaptive, 21:9, 16:9, 4:3, 1:1, 3:4, 9:16
array
Reference audio clips, 2-15s each, combined at most 15s; audio cannot be the only reference input.
array
Subject/style reference images; all references (images + videos + audio) at most 12 files combined.
array
Motion/reference video clips, 2-15s each, combined at most 15s.
boolean
Default: true
string
fast ~1s; balanced picks per request; quality up to ~30s on a richer prompt. Default: balanced Values: fast, balanced, quality
string
Optional HTTPS webhook when the run reaches a terminal state.
boolean
Block until completion (same Run response shape).

Submit response

Returns a Run with run_id. Poll with GET /v1/runs/{run_id} or use Try it above.
string
required
Unique run ID — save for polling and webhooks.
string
required
queued (async) or terminal state for sync runs.
object
Result when status is succeeded — see Output schema below.

Example (async submit)

Full lifecycle: Runs lifecycle.

Output

When status is succeeded, output follows this schema:

Example

Authorizations

Authorization
string
header
required

Key sk-... (native REST) or Bearer sk-... (vendor SDKs)

Body

application/json
input
object
required
Example:
webhook_url
string<uri>
sync
boolean
default:false

Response

201 - application/json

Run accepted

run_id
string
required

Unique run identifier

endpoint
string
required

Model slug

model
string
required
capability
string
required
mode
string
required
status
enum<string>
required
Available options:
queued,
processing,
succeeded,
failed,
timeout,
cancelled
created_at
string<date-time>
required
output
object | null
error
object | null
billing
object | null
started_at
string<date-time> | null
completed_at
string<date-time> | null
elapsed_ms
number | null