---
title: "Create multiple contacts"
method: POST
path: "/contacts/batch"
tags: ["Contacts"]
---

# Create multiple contacts

`POST /contacts/batch`

The same as `[POST] /contacts`, but for multiple contacts.
Contacts are saved with `all or nothing` strategy, so all contacts must be valid.
The maximum amount of contacts to create in a single request is 100.

## Response `200`

Created contacts

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/tidio/apis/tidio-openapi.md) · [All operations](https://skmtc.net/tidio/apis/tidio-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tidio/tidio-openapi/versions/60b2d5edc91f/schema)
