{
"size": 30,
"search": "string"
}
curl --location -g --request GET '{{BASE_URL}}/higgsfield/tpl/motions' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"size": 30,
"search": "string"
}'
[
{
"id": "f226ac67-43d3-4726-ad9c-132608bda8b3",
"name": "Eyes In",
"media": {
"width": 320,
"height": 202,
"url": "https://d1xarpci4ikg0w.cloudfront.net/a8caa3db-bcf2-4e30-b5fe-37fafdd59140.webp",
"type": "animated"
},
"priority": -1,
"tags": [],
"params": null,
"categories": ["vfx", "epic_camera_control"]
}
]