Fast and efficient video generation with good quality-to-speed ratio. Ideal for quick video prototyping.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "minimax-video-01",
"input": {
"prompt": "Modern coffee cup with steam rising, cozy cafe atmosphere, warm lighting, subtle camera zoom"
}
}'| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | - | Text description of the video |
first_frame_image | string | No | - | URL of the first frame image |
Fast promotional video
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "minimax-video-01",
"input": {
"prompt": "Modern coffee cup with steam rising, cozy cafe atmosphere, warm lighting, subtle camera zoom"
}
}'POST /v1/predictions