snakereach

Errors

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

  1. Check `/v1/health`, `capabilities.documents` tells you whether PDF parsing is available.
  2. The CLI parses PDFs locally with `pip install "snakereach[documents]"`.

What it looks like

415 response
{
  "type": "https://snakereach.com/errors/unsupported-content-type",
  "title": "Unsupported content type",
  "status": 415,
  "detail": "no parser available for application/pdf"
}

See also

CLI reference · All errors