---
title: "Create batch"
method: POST
path: "/v1/batches"
tags: ["Batches"]
---

# Create batch

`POST /v1/batches`

Creates a new batch job for asynchronous processing.

## Response `200`

Batch created

- object
  - `id` string, required
  - `object` 'batch', required
  - `endpoint` string, required
  - `status` string, required
  - `created_at` number, required
  - `request_counts` object, required
    - `total` number, required
    - `completed` number, required
    - `failed` number, required

## Other responses

- `403` — Permission denied

---

[API](https://skmtc.net/neosantara/apis/neosantara-ai-api.md) · [All operations](https://skmtc.net/neosantara/apis/neosantara-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neosantara/neosantara-ai-api/versions/82bc74ee8650/schema)
