---
title: "Trigger Batch Processing"
method: POST
path: "/api/batch/{batch_id}/process"
tags: ["Batch Processing"]
---

# Trigger Batch Processing

`POST /api/batch/{batch_id}/process`

Trigger processing on an already-uploaded batch.
Used when files were uploaded with skip_processing=true.

## Path parameters

- `batch_id` string, required

## Query parameters

- `processing_mode` string, nullable
- `amet_session_id` string, nullable

## Response `200`

Successful Response

- unknown

## 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/718de1c0d866/schema)
