For AI agents: a documentation index is available at /llms.txt. Markdown versions are available at matching .md URLs.

Build with Sighthound computer vision APIs

Start with hosted APIs, self-hosted Docker deployments, or SIO pipelines for vehicle analytics, redaction, and real-time video processing.

Choose the fastest path for your project

Pick the deployment path that matches what you are trying to build today.

Find the right API or platform surface

Common developer tasks

Quick links for setup, examples, and references.

Send an image to the REST API

Spin up the local Docker quickstart, point the API at an image, and see structured vehicle analytics results come back from the REST gateway.

  1. 1 Start the Docker quickstart
  2. 2 Send an image annotation request
  3. 3 Inspect the JSON response
REST API POST /v11/images:annotate
curl -X POST http://localhost:8383/v11/images:annotate \
  -H "Content-Type: application/json" \
  --data @request.json