Official Bluum SDKs are in development. In the meantime, the API is accessible via standard HTTP from any language.Documentation Index
Fetch the complete documentation index at: https://docs.bluumfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
Using the API directly
The Bluum API uses REST conventions with JSON payloads. Any HTTP client works:| Language | Recommended client |
|---|---|
| JavaScript/Node.js | fetch (built-in), axios |
| Python | requests, httpx |
| Ruby | net/http, faraday |
| Go | net/http |
| Java | HttpClient (Java 11+), OkHttp |
| PHP | Guzzle, cURL |
Authentication helper
All requests use HTTP Basic Auth. Here’s a minimal helper:OpenAPI specification
The full OpenAPI 3.0 spec is available for code generation:- Bundled spec: Available at
/api-reference/openapi.yamlin the docs - Tools: Use openapi-generator or swagger-codegen to generate typed clients in any language
Coming soon
- Official Node.js SDK (
@bluum-finance/sdk) - Official Python SDK (
bluum-finance) - Webhook signature verification libraries