GET
/
models
List Models
curl --request GET \
  --url https://api.hedra.com/web-app/public/models \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "type": "<string>",
    "aspect_ratios": [
      "<string>"
    ],
    "resolutions": [
      "<string>"
    ],
    "durations": [
      "<string>"
    ],
    "requires_start_frame": true,
    "requires_audio_input": true,
    "custom_resolution": true,
    "price_details": {
      "credit_cost": 123,
      "unit_scale": 123,
      "billing_unit": "<string>"
    },
    "dimensions": {}
  }
]

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

The response is of type AIModel · object[].