GET
/
v1
/
projects
{
  "projects": [
    {
      "id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "username": "<string>",
      "videoUrl": "<string>",
      "avatarImageUrl": "<string>",
      "aspectRatio": "1:1",
      "text": "<string>",
      "voiceId": "<string>",
      "voiceUrl": "<string>",
      "userId": "<string>",
      "jobType": "<string>",
      "status": "Queued",
      "stage": "<string>",
      "progress": 123,
      "errorMessage": "<string>",
      "audioSource": "<string>",
      "avatarImageInput": {},
      "shared": false
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

The response is of type object.