---
title: "Bulk import historical claims (async job)"
method: POST
path: "/v1/imports/claims"
tags: ["Imports"]
---

# Bulk import historical claims (async job)

`POST /v1/imports/claims`

## Headers

- `Idempotency-Key` string

## Request body

- ClaimsImportRequest
  - `format` 'ndjson' | 'csv', required
  - `encoding` 'gzip' | 'none'
  - `payload` string, required — Base64-encoded file payload (chunked uploads may be added later)
  - `mapping` object — Optional field mapping if your headers differ from defaults

## Response `202`

Job accepted

- ImportJob
  - `job_id` string, required
  - `status` 'queued' | 'running' | 'succeeded' | 'failed', required
  - `submitted_at` string, date-time, required
  - `errors` Error[]
    - `error` string, required — Error code
    - `message` string, required
    - `request_id` string
    - `details` object

## Other responses

- `400` — 400 Bad Request
- `401` — 401 Unauthorized
- `500` — 500 Server Error

---

[API](https://skmtc.net/thrivory-com/apis/thrivory-thrivenow-api.md) · [All operations](https://skmtc.net/thrivory-com/apis/thrivory-thrivenow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thrivory-com/thrivory-thrivenow-api/versions/9893450caa9b/schema)
