cURL
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" } ]
Retorna uma lista de áudios gerados.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Lista de áudios gerados
Show child attributes