Add API credits.
Choose credits and use eligible points when the option is available at checkout.
Docs / 01
Fund API credits, create one key, and send a text prompt.
Quickstart · 02
Choose credits and use eligible points when the option is available at checkout.
Keep your API key on your server.
Call the text endpoint with an available model.
API · 03
curl https://api.addbrains.com/v1/inference \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "MODEL_ALIAS",
"input": "Write a one-line welcome message."
}'
The first release supports text requests across 39 available models. Model availability and rates can change.
Security · 04
Store the API key in a server-side secret manager. Do not place it in browser code or public files.
Prompt and output content is not retained by default after fulfilment. See the Privacy Notice for details.
Status · 05
Product information and policies are available.
New accounts are not yet available.
No payment can be made.
No public provider request can be sent.
One API key is all you need when access opens.
Get API access