Retrieve available motion presets for Minimax-Hailuo video generation models.
Request
curl -X GET 'https://api.unifically.com/minimax-hailuo/motions?size=50' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
Number of motions to fetchDefault: 30
Response
{
"success": true,
"data": {
"total": 77,
"cursor": 2,
"items": [
{
"id": "446b5239-4281-4a2c-a353-0de562e405bc",
"name": "General",
"description": "Neutral setup that works in most situations. Balanced and flexible",
"media": {
"url": "https://cdn.higgsfield.ai/...",
"type": "video",
"width": 600,
"height": 800
},
"categories": ["New"]
}
]
}
}
Response Fields
Whether the request was successful
Response dataTotal number of available motions
Pagination cursor for fetching more results
Array of motion preset objectsUnique motion preset identifier (UUID format)
Display name of the motion preset
Description of the motion preset behavior
Preview media for the motion presetWidth of the preview media in pixels
Height of the preview media in pixels
Array of category tags for the motion preset