BloodhoundBloodhound Docsv1

Bloodhound API

Turn a research objective into a durable, evidence-backed investigation with one API.

Bloodhound plans the work, searches public sources, follows evidence, verifies findings, and streams the case as it develops.

The shortest path

  1. Create an API key in the console.
  2. POST /eve/v1/session with a mission.
  3. Read the returned sessionId and continuationToken.
  4. Stream /eve/v1/session/{sessionId}/stream until the case is waiting or complete.
curl https://hound.aiia.ro/eve/v1/session \
  -H "Authorization: Bearer $BLOODHOUND_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"message":"MISSION TYPE: research\nMISSION BUDGET TYPE: fixed\nMISSION BUDGET (hard maximum): $2.00 USD\n\nMISSION OBJECTIVE:\nCompare the current EU AI Act obligations for a small SaaS company."}'

Version 1

The current HTTP contract is versioned under /eve/v1. Breaking changes will ship under a new version; additions remain backward compatible.

Next steps

Start with the five-minute quick start, then read streaming before building a production client.

On this page