curl --request GET \
--url https://api.hedra.com/web-app/public/generations \
--header 'X-API-Key: <api-key>'{
"page_info": {
"limit": 123,
"offset": 123
},
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "image",
"input": {
"generated_video_inputs": {
"text_prompt": "<string>",
"resolution": "<string>",
"aspect_ratio": "<string>",
"duration_ms": 0,
"bounding_box_target": [
"<unknown>"
]
},
"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"
},
"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>",
"created_at": "2023-11-07T05:31:56Z",
"asset": {
"width": 123,
"height": 123,
"url": "<string>",
"type": "uploaded_image"
},
"description": "<string>",
"is_favorite": false
},
"error_message": "<string>"
}
]
}curl --request GET \
--url https://api.hedra.com/web-app/public/generations \
--header 'X-API-Key: <api-key>'{
"page_info": {
"limit": 123,
"offset": 123
},
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "image",
"input": {
"generated_video_inputs": {
"text_prompt": "<string>",
"resolution": "<string>",
"aspect_ratio": "<string>",
"duration_ms": 0,
"bounding_box_target": [
"<unknown>"
]
},
"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"
},
"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>",
"created_at": "2023-11-07T05:31:56Z",
"asset": {
"width": 123,
"height": 123,
"url": "<string>",
"type": "uploaded_image"
},
"description": "<string>",
"is_favorite": false
},
"error_message": "<string>"
}
]
}image, audio, video, text_to_speech, speech_to_speech, voice_clone, audio_isolation, video_stitching, agent_response Show child attributes
Was this page helpful?