API ReferenceFetchFetch API — endpoints, requests, and responses.Copy MarkdownThe Fetch API. 2 endpoints: Fetch a URL (GET)GET /v1/fetchFetch a URL (POST)POST /v1/fetchGET /v1/scrape/bulk/{id}Get scrape bulk job statusPrevious PageGET /v1/fetchFetch a URL (GET)Direct HTTP fetch. The response body IS the content; metadata is returned in X-Fetch-* headers. Omit `format` for raw passthrough. Use `format=markdown` or `format=html` for conversion.