Skip to main content
POST
Submit MiniMax H3 Text to Video Task
  1. Submit the request with VIDGO_API_KEY. After submission, a task_id is returned. If callback_url is provided, Vidgo sends the result after the task finishes or fails.
  2. You can always retrieve the result through the unified Query Task Status endpoint.

Available Models

  • minimax/h3/text-to-video - MiniMax H3 text to video generation with 2K output

Capabilities

  • Text To Video: Generate a video directly from a prompt.
  • 2K Output: Output resolution is fixed at 2K.

Input Modes

  • Do not provide image or reference-media fields for this text-only model.
  • All media URLs must be publicly accessible and directly downloadable.

Parameter Notes

  • prompt is required and accepts up to 2,000 characters.
  • duration accepts an integer from 5 through 15 seconds and defaults to 5.
  • resolution accepts only 2K.
  • aspect_ratio supports 21:9, 16:9, 4:3, 1:1, 3:4, and 9:16.
  • Do not include media input fields.

Billing

Video generation is billed by output duration.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer VIDGO_API_KEY.

Body

application/json
model
enum<string>
required

Vidgo public model identifier.

Available options:
minimax/h3/text-to-video
Example:

"minimax/h3/text-to-video"

input
object
required
callback_url
string<uri>

Optional webhook callback URL.

Response

Task submitted successfully

code
integer
required
Example:

200

data
object
required