Agrimor

AI APIs for drone imagery, trailer detection, and ground-truth photogrammetry.

Scale-to-zero. Pay only when you call.

AgrimorAI

checking…

Drone-image AI: object detection, photo-to-map, intelligence extraction.

  • POST /api/agrimorai/v1/detect — object detection on a single frame
  • POST /api/agrimorai/v1/batch — process a batch of images
  • GET /api/agrimorai/healthz — wake / liveness
Docs →

Cold start: ~30–60 s (GPU-backed worker). Subsequent calls within 15 min are warm.

AgrimorCIS

checking…

Container Inspection Service — license plate / trailer ID recognition from drone images.

  • POST /api/agrimorcis/v1/inspect — single image inspection
  • POST /api/agrimorcis/v1/batches — submit a batch
  • GET /api/agrimorcis/healthz — wake / liveness
Docs →

Cold start: ~5–15 s. Subsequent calls within 15 min are warm.

How it works

  1. You call an endpoint via curl / SDK / browser.
  2. If the service is cold, the first request takes seconds to wake; we keep it warm for ~15 min.
  3. Cost while idle: zero. Cost while running: per-request, no commitment.

No API key required during preview. We'll add auth + tiers as the service hardens.