Zero2Launch API
  • Welcome
  • Chat & Text Generation
  • Text to Speech & Transcription
  • Voice Generation (with Link)
  • AI Image Generator
  • Models
Powered by GitBook
On this page

Voice Generation (with Link)

PreviousText to Speech & TranscriptionNextAI Image Generator

Voice Generation (with Link)

Generates audio, saves temporarily, returns serving URL

post
Authorizations
Header parameters
X-API-KeystringRequired

Your API key

Body
textstringRequired

Text to convert to speech

voicestring · enumOptional

Base voice

Default: alloyPossible values:
vibestring · enumOptional

Optional vibe

Possible values:
Responses
200
Success
post
POST /generate-audio/url/generate HTTP/1.1
Host: api.zero2launch.com
X-API-Key: text
Content-Type: application/json
Accept: */*
Content-Length: 48

{
  "text": "text",
  "voice": "alloy",
  "vibe": "default"
}
200

Success

No content