GET
/
v1
/
motions
Motions
curl --request GET \
  --url https://platform.higgsfield.ai/v1/motions \
  --header 'hf-api-key: <hf-api-key>' \
  --header 'hf-secret: <hf-secret>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "preview_url": "<string>",
    "start_end_frame": true
  }
]

Headers

hf-api-key
string<uuid>
required
hf-secret
string
required

Response

Successful Response

id
string<uuid>
required
name
string
required
Maximum length: 100
description
string | null
preview_url
string | null
start_end_frame
boolean

Is motion supports Start & End frame