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.
| Language | Recommended client |
|---|---|
| TypeScript | Native fetch and ReadableStream |
| Python | httpx or requests for calls; httpx for streaming |
| Shell | curl -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.
