Local-first · No third parties · Private

AI Infrastructure for Text

Translate, generate and classify text through one simple API.

Get API Key Open Playground

Live metrics

Running right now.

Requests today
Tokens processed
Avg latency (ms)
Uptime
Active developers

Playground

Try it in your browser.

Click “Translate” to see the result.

Endpoints

A focused surface area.

POST/v1/translate
Translate text to a target language. Auto source detection.
POST/v1/generate
Open-ended text generation routed to the strongest available model.
POST/v1/classify
Zero-shot classification against your own labels. Returns calibrated scores.
GET/v1/usage
Your aggregate request, token and latency counters.
POST/auth/register
Self-serve signup with email + password. Returns your API key.
POST/auth/login
Re-fetch your API key with email + password.

Code examples

Copy, paste, ship.

curl https://ai.bzzoiro.com/v1/translate \
  -H "Authorization: Bearer $BZZOIRO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Hello world",
    "target": "es",
    "source": "auto"
  }'

Get access

Create an account in seconds.