# Import contacts from CSV

**POST** `/contacts/import`

Uploads a CSV file and starts a background contact import. Poll the returned import ID
to review completion counts and row-level errors.

Authentication: bearerAuth
Required scopes: `contact:create`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Import contacts into the workspace.

## Request body

- `multipart/form-data` required.

## Responses

- `202`: Import initiated
- `default`: Error
