---
title: "Batch"
method: POST
path: "/batch"
tags: ["Batch requests"]
---

# Batch

`POST /batch`

Execute multiple API requests at once (Separated by comma). Maximum batch jobs is 10.

Required scopes:
+ Same as called API requests.

## Request body

- object[]
  - `id` string — identifier for the job, will be use in output as key of a result set. If this parameter is not set, the URI will be used.
  - `uri` string, required — URI of the API request to execute.
  - `method` 'GET' | 'POST' | 'PUT' | 'DELETE' — HTTP method of the API request to execute. If this parameter is not set, GET HTTP method will be used.
  - `params` object — parameters of the API request to execute.

## Response `200`

Successful Response.

- object
  - `jobs` object, required
    - `job_id` object, required

## Other responses

- `400` — Error Response.
- `401` — Unauthorized

---

[API](https://skmtc.net/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.net/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/revisions/3efcdbc40994/schema)
