Authentication
None during preview.
Endpoints
GET /api/agrimorcis/healthz
Liveness + warm-up.
curl https://agrimor.alphasight.app/api/agrimorcis/healthz
POST /api/agrimorcis/v1/inspect
Inspect a single drone image for trailer/container IDs.
curl -X POST https://agrimor.alphasight.app/api/agrimorcis/v1/inspect \
-H "content-type: application/json" \
-d '{ "image_url": "https://example.com/yard.jpg" }'
POST /api/agrimorcis/v1/batches
Submit a batch of images for inspection. Returns a batch id.
Cold start
~5–15 s on the first call. Subsequent calls within 15 minutes are warm.
Cost
Idle: zero. Per-call pricing TBD.