Generate and optionally publish in one call
POST/gen/process-content-async
Runs the whole pipeline for a content item: audio, then video, then —
if you include account_ids — publication.
Including account_ids requests publication as part of the same
dispatch. Omit it to render only.
The trade-off against calling /gen/tts and /gen/video yourself is
that you never see the script between generation and render.
Note notifySubscribers and aiDisclosure are camelCase while their
neighbours are snake_case. That is the wire format, not a typo here.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 404
- 429
Pipeline started.
Missing video_id, or invalid subtitle settings.
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.
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.