Text to speech

Text To Speech

Generate audio from text using one of our models.

POST
/v1/text-to-speech/{voice_id}

Authorization

papla-api-key<token>

Api key, that can be generated from the app dashboard

In: header

Request Body

application/jsonRequired
textRequiredText

Audio will be generated using provided text.

Minimum length: 2Maximum length: 800
model_idTtsModels

Name of the TTS model to use.

Default: "papla_p1"Value in: "papla_p1"

Path Parameters

voice_idRequiredVoice Id

Id of the voice that will be used for audio generation. You can list all voices using GET /api/v1/voices

curl -X POST "https://api.papla.media/v1/text-to-speech/6ce54263-cff6-457d-a72d-1387d0f28f6c" \
    -H "papla-api-key: <token>" \
    -H "Content-Type: application/json" \
    -d '{
      "text": "Hello, world!",
      "model_id": "papla_p1"
    }'

Audio response in MPEG format