GET
/
ai-voices
/
list
curl --request GET \
  --url https://voz-pra-video-api.fly.dev/api/ai-voices/list \
  --header 'Authorization: Bearer <token>'
[
  {
    "_id": "<string>",
    "name": "<string>",
    "avatar": "<string>",
    "audioPreview": "<string>",
    "plan": "FREE"
  }
]

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 vozes de IA

The response is of type object[].