cURL
curl --request GET \ --url https://api.unifically.com/minimax-hailuo/motions \ --header 'Authorization: Bearer <token>'
{ "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"] } ] } }
Retrieve available motion presets for Minimax-Hailuo models
curl -X GET 'https://api.unifically.com/minimax-hailuo/motions?size=50' \ -H 'Authorization: Bearer YOUR_API_KEY'
30
1
video