POST
/
generation
/
minimax
/
video-01
curl --request POST \
  --url https://pollo.ai/api/platform/generation/minimax/video-01 \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "input": {
    "image": "<string>",
    "prompt": "<string>"
  }
}'
{
  "taskId": "<string>",
  "status": "waiting"
}

Check out Hailuo API pricing here, cheaper than Fal AI and Replicate.

Authorizations

x-api-key
string
header
required

API key to authorize requests

Body

application/json

Response

200
application/json

Successful response

The response is of type object.