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.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.
x-api-key header
Authorization: Bearer header
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).