API

Prodcast API Documentation

Use session cookies inside the app, or provide Authorization: Bearer or X-API-KEY for external requests.

Leave empty to use session cookies.

Server-to-server calls set the X-API-KEY header.

Protected routes require auth
Requests are sent relative to this app
Use Bearer or X-API-KEY
Core v1
System
User
Podcasts
Episodes
General
Canonical Products
Transcription
Processing
Media Tools
Media Tools
GET
/api/v1/health

Health — Service health status and auth visibility.

Response
No response yet.
Code samples
GET /api/v1/health
curl -X GET   '/api/v1/health'
Requests use your current session cookies; supply a token when calling protected routes from outside the app.