BotLobby API
The BotLobby API lets you generate short-form video from a script and publish it to connected YouTube, TikTok and Instagram accounts — the same pipeline the web app drives, reachable from your own code.
Base URL
https://api.botlobby.ai/v1
Every path in this documentation is relative to that base.
What you can do
- Create content from a script and a persona
- Generate a voiceover, then render a video
- Render and publish in a single call
- Poll generation status
- Manage personas
- Read your credit balance and plan
What you cannot do
Authentication, billing, plan changes and connecting a social account are deliberately not part of the API. Connecting an account requires an OAuth browser flow, and everything to do with payment stays in the web app. You connect accounts once at botlobby.ai, then drive everything else from code.
Getting started
- Create an API key in Settings → API Keys
- Follow the Quickstart to generate your first video
- Read Scopes to understand what a key can reach
Guides
- Generate a video end to end — the full pipeline, step by step
- One-shot generation — the same thing in a single call
- Publishing to social accounts — getting it onto YouTube, TikTok and Instagram
- Working with personas — the voice and models a video is made with
- Polling and job status — how to wait for asynchronous work