POST
/
generations
/
make
curl --request POST \
  --url https://voz-pra-video-api.fly.dev/api/generations/make \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "text": "<string>",
  "voiceId": "<string>",
  "externalId": "<string>",
  "callbackUrl": "<string>",
  "format": "WAV"
}'
{
  "text": "<string>",
  "voiceId": "<string>",
  "externalId": "<string>",
  "callbackUrl": "<string>",
  "format": "WAV"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Dados necessários para gerar o áudio

The body is of type object.

Response

200
application/json

Solicitação de geração aceita

The response is of type object.