Authorization: Bearer $HUZZ_API_KEY — no per-provider accounts or SDKs required.
| Family | Capabilities | Streaming | Async | Pricing |
|---|---|---|---|---|
| Anthropic Claude | File analysis, Chat, Web search | Yes | No | Usage-based |
Endpoints
| Method | Path | Capability |
|---|---|---|
POST | /v1/chat/completions | File analysis |
POST | /v1/responses | File analysis |
POST | /api/v3/claude/claude-sonnet-4-thinking/file-analysis | File analysis |
POST | /v1/chat/completions | Chat |
POST | /v1/responses | Chat |
POST | /api/v3/claude/claude-sonnet-4-thinking/text-to-text | Chat |
POST | /v1/chat/completions | Web search |
POST | /v1/responses | Web search |
POST | /api/v3/claude/claude-sonnet-4-thinking/web-search | Web search |
Code samples
Authenticate withAuthorization: Bearer $HUZZ_API_KEY — get a key at huzz.ai/register.