Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.trybloom.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Every request to the Bloom API needs an API key. Generate one from your account settings and treat it as a secret — rotate any that may have been exposed. You can send the key in either of two headers; both accept the same key.

x-api-key header

x-api-key: bloom_sk_...

Authorization: Bearer header

Authorization: Bearer bloom_sk_...
Use whichever fits your client. x-api-key is the most direct; Authorization: Bearer is useful when you’re working with HTTP libraries that expect that shape (most SDKs, many low-code tools).