---
title: "Extract content from multiple URLs in one request."
method: POST
path: "/v1/batch"
---

# Extract content from multiple URLs in one request.

`POST /v1/batch`

## Request body

- object
  - `urls` string[], required
  - `formats` string[]
  - `only_main_content` boolean

## Response `200`

Successful response

- object
  - `results` object[]
    - `success` boolean
    - `url` string, uri
    - `markdown` string
    - `text` string
    - `html` string
    - `json` object
    - `metadata` object

## Other responses

- `400` — Invalid request
- `401` — Invalid or missing API key
- `402` — Payment required or insufficient credits
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/webclaw/apis/webclaw-api.md) · [All operations](https://skmtc.dev/webclaw/apis/webclaw-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webclaw/webclaw-api/revisions/bd14a9c72a3b/schema)
