Create speech
Generate speech from provided text.
Your ShortGenius API token
The text to generate speech from.
The locale of the text.
autoPossible values: The voice to use for speech generation. See the List voices endpoint.
If false, this endpoint immediately returns the incomplete speech record, and you can poll the Get speech endpoint until the task completes. If true, this endpoint waits until the speech generation completes, then returns the complete speech record. Defaults to false.
falseSuccessful response
Details about the created or retrieved audio media.
Unique ID of the audio.
Date and time (ISO 8601) when the audio media was created.
Date and time (ISO 8601) when the audio media was last updated.
URL of the audio. Only available after the audio is generated.
ID of the user who generated the audio.
Category of the audio.
State of the audio generation.
Source text of the audio.
Locale of the audio to guide the AI. Auto-detected if not provided.
Duration of the generated audio. Only available after the audio is generated.
Loudness normalization value in LUFS. Only available after the audio is generated.
Invalid request
Unauthorized request
Last updated