Public
List Models
GET
/
models
List Models
Copy
Ask AI
curl --request GET \
--url https://api.hedra.com/web-app/public/models \
--header 'X-API-Key: <api-key>'
Copy
Ask AI
[
{
"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
Response
200 - application/json
Successful Response
The response is of type AIModel · object[]
.
List Models
Copy
Ask AI
curl --request GET \
--url https://api.hedra.com/web-app/public/models \
--header 'X-API-Key: <api-key>'
Copy
Ask AI
[
{
"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": {}
}
]
Assistant
Responses are generated using AI and may contain mistakes.