v34

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-215423105.7 KB

Fetch a Page

Fetch a page and return its content, headers, and metadata.

post/v1/fetch

Request body

urlstring uri required

The URL to fetch

allowRedirectsboolean

Whether to follow HTTP redirects

allowInsecureSslboolean

Whether to bypass TLS certificate verification

proxiesboolean

Whether to enable proxy support for the request

schemaobject

JSON Schema describing the desired structure of the response. Only used when format is json.

Response

The request has succeeded.

idstring required

Unique identifier for the fetch request

statusCodeinteger required

HTTP status code of the fetched response

headersobject required

Response headers as key-value pairs

contentTypestring required

The MIME type of the response

encodingstring required

The character encoding of the response