---
title: "Move leads to a use case"
method: POST
path: "/api/v1/public/leads/bulk-move"
tags: ["public"]
---

# Move leads to a use case

`POST /api/v1/public/leads/bulk-move`

Move an exact, workspace-owned selection to a use case and its sole linked agent.

## Headers

- `Idempotency-Key` string, required

## Request body

- BulkLeadMoveRequest
  - `leadIds` string[], required
  - `useCaseId` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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