---
title: "POST /v1/ingestor/captures"
method: POST
path: "/v1/ingestor/captures"
---

# POST /v1/ingestor/captures

`POST /v1/ingestor/captures`

## Request body

- object
  - `siteId` string, uuid, required
  - `cameraId` string, uuid, required
  - `frameRequestId` string, required
  - `customerScanId` string, required
  - `scanTimestampUtc` string, required
  - `captureTimestampUtc` string, required
  - `mimeType` string, required
  - `handlingUnitId` string, required
  - `shipmentId` string
  - `scanMetadata` object, required
  - `ingestorMetadata` object, required
    - `cameraType` string, required
    - `timeOffsetMs` integer
    - `toleranceSeconds` number
    - `captureLatencyMs` integer
    - `targetTimestampUtc` string
    - `captureTimestampSource` string
    - `receivedAtUtc` string
    - `availableAtUtc` string
    - `rawBlobPath` string
    - `calibrationVersion` string
    - `coverageVersion` string

## Response `200`

Default Response

## Changes

- **2026-09-15** `7f2d3a8bff94` — 2 info
  - added the new optional request property `ingestorMetadata/availableAtUtc`
  - added the new optional request property `ingestorMetadata/receivedAtUtc`
- **2026-09-02** `c421c9d210ae` — 2 info
  - added the new optional request property `ingestorMetadata/calibrationVersion`
  - added the new optional request property `ingestorMetadata/coverageVersion`

[Change history](https://skmtc.dev/transload/apis/pipeline-backend/changes/v1/ingestor/captures/post.md)

---

[API](https://skmtc.dev/transload/apis/pipeline-backend.md) · [All operations](https://skmtc.dev/transload/apis/pipeline-backend/llms.txt) · [OpenAPI document](https://skmtc.dev/transload/apis/pipeline-backend/revisions/b865883633d6?raw)
