Transload Ingestor API
The Ingestor API from Transload — 4 operation(s) for ingestor.
The Ingestor API from Transload — 4 operation(s) for ingestor.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/transload-ingestor-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Pipeline Backend Admin Ingestor API
version: 0.1.0
servers:
- url: https://api.transload.io
description: Base URL declared by the provider in apis.yml (roadmap#122).
security:
- bearerAuth: []
tags:
- name: Ingestor
paths:
/v1/ingestor/bootstrap:
get:
parameters:
- schema:
type: string
format: uuid
in: query
name: customerId
required: true
- schema:
type: string
minLength: 1
in: query
name: siteExternalId
required: true
responses:
'200':
description: Default Response
tags:
- Ingestor
/v1/ingestor/captures:
post:
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
siteId:
type: string
format: uuid
cameraId:
type: string
format: uuid
frameRequestId:
type: string
minLength: 1
customerScanId:
type: string
minLength: 1
scanTimestampUtc:
type: string
captureTimestampUtc:
type: string
mimeType:
type: string
minLength: 1
handlingUnitId:
type: string
minLength: 1
shipmentId:
type: string
minLength: 1
scanMetadata:
type: object
additionalProperties: {}
ingestorMetadata:
type: object
properties:
cameraType:
type: string
minLength: 1
timeOffsetMs:
type: integer
toleranceSeconds:
type: number
captureLatencyMs:
type: integer
targetTimestampUtc:
type: string
captureTimestampSource:
type: string
minLength: 1
rawBlobPath:
type: string
minLength: 1
required:
- cameraType
required:
- siteId
- cameraId
- frameRequestId
- customerScanId
- scanTimestampUtc
- captureTimestampUtc
- mimeType
- handlingUnitId
- scanMetadata
- ingestorMetadata
responses:
'200':
description: Default Response
tags:
- Ingestor
/v1/ingestor/captures/{id}/upload-complete:
patch:
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
sizeBytes:
type: integer
checksumSha256:
type: string
minLength: 1
width:
type: integer
height:
type: integer
parameters:
- schema:
type: string
format: uuid
in: path
name: id
required: true
responses:
'200':
description: Default Response
tags:
- Ingestor
/v1/ingestor/scans:
post:
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
siteId:
type: string
format: uuid
customerScanId:
type: string
minLength: 1
scanTimestampUtc:
type: string
handlingUnitId:
type: string
minLength: 1
shipmentId:
type: string
minLength: 1
scanMetadata:
type: object
additionalProperties: {}
captures:
type: array
items:
type: object
properties:
cameraId:
type: string
format: uuid
frameRequestId:
type: string
minLength: 1
captureTimestampUtc:
type: string
mimeType:
type: string
minLength: 1
ingestorMetadata:
type: object
properties:
cameraType:
type: string
minLength: 1
timeOffsetMs:
type: integer
toleranceSeconds:
type: number
captureLatencyMs:
type: integer
targetTimestampUtc:
type: string
captureTimestampSource:
type: string
minLength: 1
rawBlobPath:
type: string
minLength: 1
required:
- cameraType
required:
- cameraId
- frameRequestId
- captureTimestampUtc
- mimeType
- ingestorMetadata
required:
- siteId
- customerScanId
- scanTimestampUtc
- handlingUnitId
- scanMetadata
- captures
responses:
'200':
description: Default Response
tags:
- Ingestor
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer