What you can do with the Bloom API is governed by two things: how many requests you can make per minute, and how many credits your workspace has.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.
Rate limits
Each API key is limited to 120 requests per minute (sliding window). Requests above that return429 Too Many Requests with code TOO_MANY_REQUESTS — back off and retry after the window resets.
If your integration sustains higher volume than that or batches generations in spikes, contact us so we can raise the ceiling for your key.
Credits
Every image generation consumes credits from your workspace’s monthly allotment.| Image size | Cost |
|---|---|
2K | 1 credit |
4K | 2 credits |
variantCount: 3 at 4K is 6 credits. Check your current balance with GET /credits. When you run out, generation requests return INSUFFICIENT_CREDITS until you top up or your plan refreshes.
Top-ups
Need more credits without changing plans? Buy a one-off top-up of 20–200 credits. Top-up credits never expire.Plan tiers
| Plan | Monthly credits |
|---|---|
| Plus | 50 |
| Pro | 100 |
| Max | 200 |
| Scale | 300–2,000 |