---
title: "Admin Upload Bulk Lead File"
method: POST
path: "/v1/admin/bulk-lead-files/upload"
tags: ["Admin"]
---

# Admin Upload Bulk Lead File

`POST /v1/admin/bulk-lead-files/upload`

[ADMIN] Upload a bulk lead file for an org.

## Request body

- AdminAddBulkFileRequest
  - `org_id` string, required
  - `file_name` string, required
  - `file_format` string
  - `raw_file_content` string, required
  - `parsing_method` 'InputColumnMapping' | 'FileSourceMapping', required
  - `input_column_mapping` ColumnMappingPayload
    - `first_name` string, required
    - `last_name` string, nullable
    - `phone_number` string, required
  - `default_country_code` string, required
  - `sequence_id` string, uuid, nullable
  - `num_leads_to_process_daily` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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