Darwin watches your video and tells you what's happening — in real time.
Point your camera. Type what to look for. Darwin streams results as it watches.

Point Primate Vision at any camera and ask questions in plain language. Live answers, structured data, and alerts — no training, no labeling.
For developers
# Get a key — no email, no card
curl -s -X POST https://api.primateintelligence.ai/v1/sandbox
# Ask a question about video
curl -s -X POST https://api.primateintelligence.ai/v1/analyses \
-H "Authorization: Bearer $PRIMATE_API_KEY" \
-H "Content-Type: application/json" \
-H "Prefer: wait=60" \
-d '{"video_id": "video_…", "prompt": "Is there a person in this video?"}'Full API docs at primateintelligence.ai/docs · OpenAPI spec at api.primateintelligence.ai
Platform
Upload a short video. Ask a question. See the result in ~10 seconds.