Generate a voiceover
POST/gen/tts
Generates the narration for a content item. Asynchronous — poll
GET /gen/task-status/{content_id} until the status reaches
AUDIO_PROCESSED.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 404
- 409
- 429
Audio generation started.
The voice instruction exceeded the length limit.
Missing, malformed, invalid or revoked API key.
Confirm the key independently with GET /api-keys/introspect, which
needs no scope.
Not enough credits to reserve for this operation. Check your balance
with GET /users/credits.
The key is valid but lacks a required scope.
No such resource for this key's owner. A resource belonging to another user is indistinguishable from one that does not exist.
The content item is not in a state where audio can be generated.
Too many requests. The Retry-After header carries the number of
seconds to wait. Limits vary by plan — see
botlobby.ai/pricing.
Response Headers
Seconds to wait before retrying.