BloodhoundBloodhound Docsv1

SDKs

Use the HTTP API from TypeScript, Python, or any standards-based client.

Bloodhound v1 is an HTTP and NDJSON API. You do not need a proprietary SDK.

LanguageRecommended client
TypeScriptNative fetch and ReadableStream
Pythonhttpx or requests for calls; httpx for streaming
Shellcurl -N

An official TypeScript package and Python package are not published yet. This page will link them only after versioned packages exist.

Generate your own client

Download the versioned OpenAPI specification and use any OpenAPI 3.1 generator your team already trusts.

Next steps

Copy a complete client from examples or inspect the API reference.

On this page