---
title: "Upload Url"
method: POST
path: "/api/batch/url"
tags: ["Batch Processing"]
---

# Upload Url

`POST /api/batch/url`

Extract structured data from a web page URL.
Renders the page with Playwright, takes screenshots (for the viewer),
extracts text, and processes through the structuring pipeline.

## Response `200`

Successful Response

- BatchUploadResponse — Response model for batch upload
  - `batch_id` string, required
  - `document_count` integer, required
  - `documents` object[], required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/versions/b6c76b02a94a/schema)
