List Models(Get a list of models)
Request Code Samples
curl --location --request GET 'https://api.302.ai/hedra/web-app/public/models' \
--header 'Authorization: Bearer '
Responses
application/json {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "username": "string",
    "videoUrl": "string",
    "avatarImageUrl": "string",
    "aspectRatio": "1:1",
    "text": "string",
    "voiceId": "string",
    "voiceUrl": "string",
    "userId": "string",
    "jobType": "string",
    "status": "Queued",
    "stage": "string",
    "progress": 0,
    "errorMessage": "string",
    "audioSource": "string",
    "avatarImageInput": {},
    "shared": false
}
Modified at 2025-06-03 03:21:45