---
title: "Import Leads"
method: POST
path: "/api/admin/leads/import"
tags: ["admin-leads"]
---

# Import Leads

`POST /api/admin/leads/import`

## Response `200`

Successful Response

- LeadImportResponse
  - `imported` integer, required
  - `errors` integer, required
  - `error_details` string[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-31** `7c9aff2501f3` — 1 warning, 1 info
  - removed the request property `campaign_id`
  - added the new optional request property `use_case_id`

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/admin/leads/import/post.md)

---

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