OpenBoothOpenBooth
FeaturesFAQsPricingHelp
Open app
OpenBooth

Live audio streaming as a platform.

© 2026 OpenBooth™. All rights reserved.

Product

FeaturesMissionPricingChangelog

Use cases

Podcasts & showsEventsTownhallsCommunity radio

Resources

Help centerAPI docsContactFAQs

Legal

ImprintPrivacyTermsRight of withdrawalCookie settings

Product

FeaturesMissionPricingChangelog

Use cases

Podcasts & showsEventsTownhallsCommunity radio

Resources

Help centerAPI docsContactFAQs

Legal

ImprintPrivacyTermsRight of withdrawalCookie settings
ImprintPrivacy
OpenBooth

Live audio streaming as a platform.

© 2026 OpenBooth™. All rights reserved.

Product

FeaturesMissionPricingChangelog

Use cases

Podcasts & showsEventsTownhallsCommunity radio

Resources

Help centerAPI docsContactFAQs

Legal

ImprintPrivacyTermsRight of withdrawalCookie settings

Product

FeaturesMissionPricingChangelog

Use cases

Podcasts & showsEventsTownhallsCommunity radio

Resources

Help centerAPI docsContactFAQs

Legal

ImprintPrivacyTermsRight of withdrawalCookie settings
01 · Getting started
  • Set up account & organization
  • Start your first stream
  • Profile & branding
  • Members & roles
02 · Studio & broadcast
  • Studio overview
  • Microphone & audio quality
  • Going live & broadcast lifecycle
  • Listener interaction
03 · Channels & listeners
  • Create & manage channels
  • Visibility & PIN protection
  • Listener experience
  • Embeds & OBS source
04 · Guests & integrations
  • Invite guest speakers
  • API access
  • AI add-ons & BYOK
05 · Account & legal
  • Plan & billing
  • Privacy & GDPR
Reference
  • API reference
Help Center

API access

  1. 01

    Create an API token

    Under Organization → API tokens you generate tokens for programmatic access to org data. Per token you set:

    • Label for recognition.
    • Validity: 30, 90, 365 days or unlimited.
    • Access: currently read-only.

    Heads up

    Tokens are shown only once. Copy them right after creation. Maximum 5 active tokens per organization.
  2. 02

    Authentication

    Tokens are passed in the Authorization header:

    curl https://api.openbooth.io/v1/[orgSlug]/channels \
      -H "Authorization: Bearer obk_..."

    Paths include the org slug: /v1/[orgSlug]/[resource].

  3. 03

    Key endpoints

    • GET /v1/[org]/organization — organization base data.
    • GET /v1/[org]/channels — channel list with status and visibility.
    • GET /v1/[org]/sessions — broadcasts with filters by status and time range.
    • GET /v1/[org]/questions — incoming Q&A with status.
    • GET /v1/[org]/announcements — announcements from current and past broadcasts.
    • GET /v1/[org]/reactions — aggregated reaction counts by type.
    • GET /v1/[org]/analytics/overview — statistics overview for the organization.
  4. 04

    Rate limits

    Every response includes the X-RateLimit-Remaining header with the remaining quota. On overflow the API replies with 429 Too Many Requests and a Retry-After header.

  5. 05

    Full reference

    The interactive reference with every endpoint, query parameter and response schema:

    Open API reference

Read next

Embeds & OBS source
Embed the player on your own site, use a channel as an OBS source.
AI add-ons & BYOK
Live translation, subtitles and bringing your own API keys.
Create & manage channels
Run multiple channels in parallel, cover, description, status.