TTS Voices
Manage custom text-to-speech voices for your organization.
GET
https://api.futureagi.com/model-hub/tts-voices/ Authentication
Request body
name
Display name for the voice.
voice_id
Provider-specific voice identifier.
provider
TTS provider (e.g., openai, elevenlabs).
model
TTS model (e.g., tts-1, tts-1-hd).
description
Description of the voice characteristics and tone.
Response
200 OK id
UUID of the TTS voice.
name
Voice display name.
voice_id
Provider-specific voice identifier.
provider
TTS provider.
model
TTS model.
description
Voice description.
created_at
ISO 8601 creation timestamp.
Errors
400
Invalid request parameters.
401
Invalid or missing API credentials.
404
The specified TTS voice was not found or does not belong to your organization.
500
An unexpected error occurred on the server while processing the TTS voice request.