v1

latestOpenAPI 3.0.32026-07-26451985.7 KB

text-to-speech

Convert text into natural-sounding speech for applications like virtual assistants, accessibility features, and content creation

post/models/v2/suno/bark-small

Request body

textstring required

The input text

Example request

{
  "text": "Hello, how are you today?"
}

Response

Successful text-to-speech response.

errorstring nullable required

Null on success; otherwise an error message.

outputstring required

Successful response with the generated audio link

Example response

{
  "output": "https://api.bytez.com/audio/1234567890"
}