Public
List
GET
/
generations
List
Copy
Ask AI
curl --request GET \
--url https://api.hedra.com/web-app/public/generations \
--header 'X-API-Key: <api-key>'
Copy
Ask AI
{
"page_info": {
"limit": 123,
"offset": 123
},
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "image",
"input": {
"type": "video",
"ai_model_id": "d1dd37a3-e39a-4854-a298-6510289f9cf2",
"start_keyframe_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"audio_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"generated_video_inputs": {
"text_prompt": "<string>",
"resolution": "<string>",
"aspect_ratio": "<string>",
"duration_ms": 123,
"bounding_box_target": [
"<any>"
]
}
},
"status": "complete",
"progress": 123,
"created_at": "2023-11-07T05:31:56Z",
"asset": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "image",
"name": "<string>",
"thumbnail_url": "<string>",
"description": "<string>",
"is_favorite": false,
"created_at": "2023-11-07T05:31:56Z",
"asset": {
"type": "uploaded_image",
"width": 123,
"height": 123,
"url": "<string>"
}
},
"error_message": "<string>"
}
]
}
Authorizations
Query Parameters
Available options:
image
, audio
, video
, text_to_speech
, speech_to_speech
, voice_clone
, audio_isolation
, video_stitching
, agent_response
Response
200
application/json
Successful Response
The response is of type object
.
List
Copy
Ask AI
curl --request GET \
--url https://api.hedra.com/web-app/public/generations \
--header 'X-API-Key: <api-key>'
Copy
Ask AI
{
"page_info": {
"limit": 123,
"offset": 123
},
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "image",
"input": {
"type": "video",
"ai_model_id": "d1dd37a3-e39a-4854-a298-6510289f9cf2",
"start_keyframe_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"audio_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"generated_video_inputs": {
"text_prompt": "<string>",
"resolution": "<string>",
"aspect_ratio": "<string>",
"duration_ms": 123,
"bounding_box_target": [
"<any>"
]
}
},
"status": "complete",
"progress": 123,
"created_at": "2023-11-07T05:31:56Z",
"asset": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "image",
"name": "<string>",
"thumbnail_url": "<string>",
"description": "<string>",
"is_favorite": false,
"created_at": "2023-11-07T05:31:56Z",
"asset": {
"type": "uploaded_image",
"width": 123,
"height": 123,
"url": "<string>"
}
},
"error_message": "<string>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.