The Median HTTP API lets you forward customer feedback into a workspace from your own apps, embeds, or scripts. Median ingests the submission, optionally classifies it as product feedback, and turns it into tasks on your board.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.
Base URL
Conventions
- Requests and responses use JSON (
Content-Type: application/json). - Authenticate with a workspace API key — see Authentication.
- Times are Unix milliseconds.
- Successful submissions return
202 Acceptedwhile processing happens asynchronously.
Error shape
Errors are returned as JSON with a singleerror field and an appropriate HTTP status code.
| Status | Meaning |
|---|---|
400 | The request body was invalid (missing content, wrong field type, etc.) |
401 | The API key is missing, malformed, or revoked. |
402 | The workspace does not have an active plan. |
405 | Wrong HTTP method for the endpoint. |