AI Data GatewayAI Data Gateway
  • Pricing
  • API Reference
  • Pricing
  • Resources
Information
Logistics
    List all logistics nichesgetGet niche data by IDget
Healthcare
    List all healthcare nichesget
Real Estate
    List all real estate nichesget
Finance
    List all finance nichesget
Discovery
    AI agent discovery filegetHealth checkget
powered by Zuplo
AI Data Gateway API
AI Data Gateway API

Logistics

Border wait times, port codes, lane status, freight compliance


List all logistics niches

GET
https://aiapi-main-b378d28.zuplo.app
/mcp/logistics

List all logistics niches › query Parameters

limit
​integer · max: 100
Default: 50
offset
​integer
Default: 0

List all logistics niches › Headers

Authorization
​string · required

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

List all logistics niches › Responses

200

List of logistics niche IDs

No data returned
GET/mcp/logistics
curl --request GET \ --url https://aiapi-main-b378d28.zuplo.app/mcp/logistics \ --header 'Authorization: <string>'
Example Responses
No example specified for this content type

Get niche data by ID

GET
https://aiapi-main-b378d28.zuplo.app
/mcp/{niche_id}

Returns full telemetry and compliance data for a given niche ID. Example: logistics-niche-1, healthcare-niche-1.

Get niche data by ID › path Parameters

niche_id
​string · required

The niche ID (e.g. logistics-niche-1)

Get niche data by ID › Headers

Authorization
​string · required

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Get niche data by ID › Responses

Niche data found

status
​string
category
​string
niche
​string
telemetry_data
​object
mcp_context
​object
GET/mcp/{niche_id}
curl --request GET \ --url https://aiapi-main-b378d28.zuplo.app/mcp/:niche_id \ --header 'Authorization: <string>'
Example Responses
{ "status": "SUCCESS", "category": "logistics", "niche": "Automated AI Compliance Dataset Matrix: LOGISTICS Protocol Code 1", "telemetry_data": {}, "mcp_context": {} }
json
application/json

Healthcare