---
title: "POST /encrypt-batch"
method: POST
path: "/encrypt-batch"
tags: ["v2"]
---

# POST /encrypt-batch

`POST /encrypt-batch`

## Request body

- BatchEncryptionRequestLine[]
  - `context` object
  - `data` string
  - `item_id` integer
  - `item_version` integer

## Response `200`

encryptResponse wraps response body.

- EncryptOutput
  - `result` string

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

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