Skip to Content
API ReferenceOverview

API Reference

Base URL: http://localhost:8000

Endpoints

MethodEndpointDescription
POST/cargo/loadSubmit a request for batch processing
GET/cargo/{cargo_id}/trackingGet status of a request
GET/healthHealth check

Response Format

All responses are JSON. Successful responses return 2xx status codes.

Error responses:

{ "detail": "Error message" }

Interactive Docs

Swagger UI available at: http://localhost:8000/docs 

Last updated on