Developer Docs

API access is in private beta.

We have a full REST API powering the platform — episode creation, audio generation, usage queries, RSS feeds. Public access is rolling out to enterprise customers first.

What you can do

  • • Create projects and episodes programmatically
  • • Trigger audio generation jobs and poll status
  • • Fetch generated MP3s via signed URLs
  • • Manage personas, templates, and pronunciation rules
  • • Subscribe to webhooks for episode lifecycle events

Authentication

  • • OAuth 2.0 / OpenID Connect
  • • JWT bearer tokens on all requests
  • • Workspace-scoped permissions
  • • Per-plan rate limits (100 req/sec)

Request API access

We're onboarding API customers individually to make sure you get the right rate limits, IP allowlisting, and webhook configuration. Email us with a brief description of your use case and we'll set you up.

In the meantime, the platform UI is built on the same API — it's functionally complete. Anything you do in the dashboard is doable programmatically once API access is granted.