GET
/
generations
/
list
curl --request GET \
  --url https://voz-pra-video-api.fly.dev/api/generations/list \
  --header 'Authorization: Bearer <token>'
[
  {
    "_id": "<string>",
    "aiVoice": {
      "_id": "<string>",
      "name": "<string>",
      "avatar": "<string>",
      "audioPreview": "<string>",
      "plan": "FREE"
    },
    "text": "<string>",
    "seconds": 123,
    "link": "<string>",
    "externalId": "<string>",
    "complete": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Lista de áudios gerados
_id
string
required
aiVoice
object
required
text
string
required
complete
boolean
required
seconds
integer
externalId
string
createdAt
string
updatedAt
string