Projects
Get all project for the current user
GET
/
v1
/
projects
Copy
Ask AI
{
"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
Response
200 - application/json
Successful Response
The response is of type object
.
Copy
Ask AI
{
"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
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.