Voz pra VídeoReference
1.0.0
OAS 3.0.0

Voz pra Video API

API for generating AI narrations for videos.

API Key (TokenAuth)
Client Libraries
Shell
Ruby
Node.js
PHP
Python
More

List AI voices

Returns a list of available AI voices.

Responses
  • 200A list of AI voices
    application/json
GET/ai-voices/list
Shell cURL
curl --request GET \
  --url https://voz-pra-video-api.fly.dev/api/ai-voices/list
[
  {
    "_id": "…",
    "name": "…",
    "avatar": "…",
    "audioPreview": "…",
    "plan": "FREE"
  }
]