---
title: "Bulk process conversations"
method: POST
path: "/api/v1/conversations:bulk"
tags: ["Conversations"]
---

# Bulk process conversations

`POST /api/v1/conversations:bulk`

Bulk-upload and/or delete conversations.

## Response `202`

Success

- BulkProcessConversationsResponse
  - `create` object[], nullable
    - `attributes` object, required
      - `status` string, required
    - `id` string, required — The unique ID of the task.
    - `type` 'task', required — The type of resource.
  - `delete` object[], nullable
    - `attributes` object, required
      - `status` string, required
    - `id` string, required — The unique ID of the task.
    - `type` 'task', required — The type of resource.

## Other responses

- `400` — Bad request
- `409` — Conflict

---

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