Skip to main content
GET
/
v1
/
higgsfield
/
tpl
/
motions
higgsfield-lite (query action template)
curl --request GET \
  --url https://api.example.com/v1/higgsfield/tpl/motions
Query available action templates (motions) for video generation using Higgsfield’s GPTProto format API.
curl --location --request GET 'https://gptproto.com/v1/higgsfield/tpl/motions?size=20&search=' \
--header 'Authorization: YOUR_API_KEY'

Response

{
  "templates": [
    {
      "id": "template_001",
      "name": "Motion Template 1",
      "description": "Description of motion template"
    }
  ],
  "total": 20
}

Query Parameters

ParameterTypeRequiredDefaultDescription
sizeinteger❌ No20Number of templates to return
searchstring❌ No""Search query to filter templates by name or description