415 Unsupported content type
No parser is installed for that content type.
What causes it
- The URL points at a PDF or other document type and the `documents` extra is not installed on this deployment.
How to fix it
- Check `/v1/health`, `capabilities.documents` tells you whether PDF parsing is available.
- The CLI parses PDFs locally with `pip install "snakereach[documents]"`.
What it looks like
{
"type": "https://snakereach.com/errors/unsupported-content-type",
"title": "Unsupported content type",
"status": 415,
"detail": "no parser available for application/pdf"
}