---
title: "Import item documents from Storage (folder-mapping filtered)"
method: POST
path: "/storage/import/items"
tags: ["storage"]
---

# Import item documents from Storage (folder-mapping filtered)

`POST /storage/import/items`

Imports item documents (PDF/CAD/images) from the Storage bucket by key, keeping only files that match the business import folder mapping. Spreadsheets and non-matching files are ignored. Creates a re-runnable async import job.

## Request body

- ModelsStorageImportItemsRequest
  - `business_node_id` string
  - `keys` string[]
  - `name` string
  - `pipeline_version` string
  - `replace_existing` boolean

## Response `200`

OK

- ModelsDataSourcesImportResponse
  - `files_queued` integer
  - `files_skipped` integer
  - `import_id` string
  - `message` string
  - `supplier_imports` ModelsSupplierImportInfo[] — Supplier catalogs detected and routed
    - `classification_system` string
    - `files_detected` integer
    - `media_files_detected` integer
    - `supplier_name` string
  - `unsupported_examples` string[] — First few unsupported filenames
  - `unsupported_files` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2026-08-25** `c45036f1eefc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/resourcly/apis/resourcly-api/changes/storage/import/items/post.md)

---

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