Transload Sites API
The Sites API from Transload — 2 operation(s) for sites.
The Sites API from Transload — 2 operation(s) for sites.
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-sites-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 Sites 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: Sites
paths:
/v1/sites:
post:
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
customerId:
type: string
format: uuid
slug:
type: string
minLength: 1
name:
type: string
minLength: 1
address:
type:
- string
- 'null'
minLength: 1
timezone:
type: string
minLength: 1
default: UTC
metadata:
type: object
additionalProperties: {}
scanSource:
type:
- string
- 'null'
enum:
- db
- scandrop
customerDatabase:
type:
- object
- 'null'
properties:
scanQuery:
type:
- string
- 'null'
scanQueryAutodetect:
type: boolean
default: false
timezone:
type: string
minLength: 1
default: UTC
scanFields:
type:
- object
- 'null'
properties:
xField:
type: string
default: locXPos
yField:
type: string
default: locYPos
zField:
type:
- string
- 'null'
default: null
zDefaultCm:
type: number
default: 100
zoneField:
type:
- string
- 'null'
default: null
handlingUnitField:
type: string
default: handlingUnitId
shipmentField:
type:
- string
- 'null'
default: null
captureConfig:
type:
- object
- 'null'
properties:
pollIntervalSeconds:
type: number
default: 2
toleranceSeconds:
type: number
default: 2
scanLookbackSeconds:
type: number
default: 300
localFrameTtlHours:
type: number
default: 48
bufferHardMaxSeconds:
type: number
default: 600
bufferFps:
type: number
default: 30
fovMarginSide:
type: number
default: 0.05
fovMarginTop:
type: number
default: 0.2
scandropConfig:
type:
- object
- 'null'
properties:
enabled:
type: boolean
default: false
directory:
type: string
processedDirectory:
type: string
required:
- customerId
- name
responses:
'200':
description: Default Response
tags:
- Sites
get:
parameters:
- schema:
type: string
format: uuid
in: query
name: customerId
required: false
responses:
'200':
description: Default Response
tags:
- Sites
/v1/sites/{siteId}:
get:
parameters:
- schema:
type: string
format: uuid
in: path
name: siteId
required: true
responses:
'200':
description: Default Response
tags:
- Sites
patch:
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
name:
type: string
minLength: 1
slug:
type: string
minLength: 1
address:
type:
- string
- 'null'
minLength: 1
timezone:
type: string
minLength: 1
metadata:
type: object
additionalProperties: {}
scanSource:
type:
- string
- 'null'
enum:
- db
- scandrop
customerDatabase:
type:
- object
- 'null'
properties:
scanQuery:
type:
- string
- 'null'
scanQueryAutodetect:
type: boolean
default: false
timezone:
type: string
minLength: 1
default: UTC
scanFields:
type:
- object
- 'null'
properties:
xField:
type: string
default: locXPos
yField:
type: string
default: locYPos
zField:
type:
- string
- 'null'
default: null
zDefaultCm:
type: number
default: 100
zoneField:
type:
- string
- 'null'
default: null
handlingUnitField:
type: string
default: handlingUnitId
shipmentField:
type:
- string
- 'null'
default: null
captureConfig:
type:
- object
- 'null'
properties:
pollIntervalSeconds:
type: number
default: 2
toleranceSeconds:
type: number
default: 2
scanLookbackSeconds:
type: number
default: 300
localFrameTtlHours:
type: number
default: 48
bufferHardMaxSeconds:
type: number
default: 600
bufferFps:
type: number
default: 30
fovMarginSide:
type: number
default: 0.05
fovMarginTop:
type: number
default: 0.2
scandropConfig:
type:
- object
- 'null'
properties:
enabled:
type: boolean
default: false
directory:
type: string
processedDirectory:
type: string
parameters:
- schema:
type: string
format: uuid
in: path
name: siteId
required: true
responses:
'200':
description: Default Response
tags:
- Sites
delete:
parameters:
- schema:
type: string
format: uuid
in: path
name: siteId
required: true
responses:
'200':
description: Default Response
tags:
- Sites
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer