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.
Make your first call
Start and stream a mission in under five minutes.
Explore the API
Requests, responses, runnable examples, and error contracts.
Understand missions
Budgets, durable sessions, follow-ups, and cancellation.
Price a workload
Published rates, minimums, and worked billing examples.
The shortest path
- Create an API key in the console.
POST /eve/v1/sessionwith a mission.- Read the returned
sessionIdandcontinuationToken. - Stream
/eve/v1/session/{sessionId}/streamuntil 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.
