Text To Speech

Text To Speech

POST  /get_audio

Open in API Reference

Header Parameters

Authorization
string

Body Parameters

app_id
string
Additional properties:
-> Each model is uniquely characterized by its own app_id.
prompt
string
Additional properties:
-> The prompt parameter is the textual input that guides the audio generation process. This prompt serves as an artistic compass, shaping the audio output. -> The minimum length of the prompt is 10 characters, and the maximum length is 2500 characters.

Min length:

10,

Max length:

2500,

Default value:

Hi, we are in Qolaba,
generate_audio
boolean
object
celery
boolean
POST

/get_audio

cURL
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 curl --location 'https://qolaba-server-b2b.up.railway.app/api/v1/studio/get_audio' \ --header 'Authorization: Bearer {token}' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "ap-a1Syd0inzrUrbvgdAbcser", "prompt": "Hey, this is an amazing day", "generate_audio": true, "audio_parameters": { "voice_id": "21m00Tcm4TlvDq8ikWAM", "stability": 0.5, "similarity_boost": 0.75, "style": 1, "use_speaker_boost": true }, "celery": false }'

Response

// Awaiting response...