Skip to main content

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

  1. Create an API key in Settings → API Keys
  2. Follow the Quickstart to generate your first video
  3. Read Scopes to understand what a key can reach

Guides