---
title: "Creates a batch upload and queues processing for each URL."
method: POST
path: "/asset/batch-upload"
tags: ["BatchUpload"]
---

# Creates a batch upload and queues processing for each URL.

`POST /asset/batch-upload`

Each URL is processed asynchronously. Use the batch upload status or result endpoints to track progress.

## Request body

- CreateBatchUploadEndpointInput
  - `urls` string[], required — The URLs to download and process.
  - `correlationId` string, nullable — Optional client-supplied identifier to group related batch uploads.
  - `compression` CompressionOverride
    - `enabled` boolean, nullable
    - `quality` integer, nullable
    - `maxDimension` integer, nullable

## Response `200`

OK

- CreateBatchUploadEndpointOutput
  - `batchUploadId` string, required — The identifier of the created batch upload.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/e42ec51c7b88/schema)
