---
title: "Create import job"
method: POST
path: "/imports"
tags: ["imports"]
---

# Create import job

`POST /imports`

Creates a new import job for batch document uploads

## Query parameters

- `name` string
- `source` string
- `replace_existing` boolean
- `total_documents` integer

## Response `201`

Created

- ModelsImportJobCreateResponse
  - `import_id` string
  - `message` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/resourcly/apis/resourcly-api.md) · [All operations](https://skmtc.net/resourcly/apis/resourcly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/resourcly/resourcly-api/revisions/7f97d8cd0f1e/schema)
