MiniMax API v1 groundbreaking agent video templates support:
- Added GET videos/agent-templates endpoint to retrieve available agent video templates
- Added POST videos/agent-create endpoint to create videos using agent templates
Examples
- Template:
Jelly Cut
(input image only)
Tesla Model 3 image uploaded using POST files and provided via
fileID
&ossPath
curl --location 'https://api.useapi.net/v1/minimax/videos/agent-create' \
--header 'Authorization: Bearer user:12345-…' \
--form 'fileID="user:12345-minimax:…-file:…"' \
--form 'ossPath="https://cdn.hailuoai.video/moss/prod/….png"' \
--form 'templateId="388743897282048009"'
Result
- Template:
Felt Realm
(prompt and input image)
Little boy image uploaded using POST files and provided via
fileID
&ossPath
curl --location 'https://api.useapi.net/v1/minimax/videos/agent-create' \
--header 'Authorization: Bearer user:12345-…' \
--form 'prompt="Create a South Park themed felt animation"' \
--form 'fileID="user:12345-minimax:…-file:…"' \
--form 'ossPath="https://cdn.hailuoai.video/moss/prod/….png"' \
--form 'templateId="394119523270754311"'
Result