Skip to main content
GET
/
ai-voices
/
list
cURL
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>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://vozpravideo.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

Lista de vozes de IA

_id
string
required
name
string
required

Nome da voz de IA

avatar
string

URL do avatar da voz

audioPreview
string

URL de pré-visualização do áudio

plan
enum<string>

Plano disponível para a voz (FREE ou PREMIUM)

Available options:
FREE,
PREMIUM