POST
Try in Playground/v1/raw_fetchRequest Body
application/json| Field | Type | Required | Description |
|---|---|---|---|
url | string | Required | The URL to fetch. |
format | "markdown" | "html" | Optional | Output format for fetched content. Defaults to `markdown`. |
use_safeguard | boolean | Optional | Enable prompt-injection detection when `format` is `markdown`. |
use_safeguard=true is not supported when format=html.
Response
Successful response payload from the OpenAPI schema.
| Field | Type | Required | Description |
|---|---|---|---|
result | string | Required | Fetched content. |
unsafe | boolean | Optional | True when safeguard marks content as unsafe. |
Pricing
Base cost: 1 credit • With safeguard: 2 credits