latestOpenAPI 3.1.02026-08-215721,1322.8 MB

1c7f31821424

Collections

Import external documents into a collection

Reconstruct documents (with vectors + lineage) from one external export using a validated mapping, and write them into the collection via the BYO write core. Use /import/infer and /import/validate-mapping first; dry_run reconstructs and validates without writing.

post/v1/collections/{collection_identifier}/import

Path parameters

collection_identifierstring required

The ID or name of the collection to import into

The ID or name of the collection to import into

Request body

exportobject

One export object (e.g. an asset with its scene arrays).

dry_runboolean

Reconstruct and validate only; write nothing.

seed_ledgerboolean

Seed the ledger for heal-skip (BACKE-3367; no-op until available).

Response

Successful Response

importedinteger

Documents written (0 on dry_run).

reconstructedinteger

Documents reconstructed from the export.

skippedinteger

Rows that failed reconstruction.

dry_runboolean
warningsstring[]