The Median API uses the same workspace API keys as the CLI. Generate one in the dashboard under Settings → API Keys.Documentation Index
Fetch the complete documentation index at: https://docs.median.sh/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token (recommended)
Send the key in theAuthorization header:
Body field (fallback)
If you cannot set custom headers (for example, from a static embed), include the key in the request body asapiKey:
Security
- Treat API keys like passwords. Anyone with a key can submit feedback against your workspace and consume billable events.
- Rotate keys by creating a new one and revoking the old one in the dashboard. Revocation is immediate.
- Avoid embedding keys in unauthenticated client-side code where they can be scraped. Prefer a thin server-side proxy that holds the key.
- Each key is scoped to a single workspace and inherits the workspace’s plan limits.