Skip to main content
DOCUMENTATION

Webanto Documentation

Everything you need to build with Webanto — from your first API call to production integrations.

Get started in 4 steps

Just signed up? This is the fastest path from account to a working API call.

  1. Create your account

    Sign up for a free Webanto account. It takes under a minute and no credit card is required. Create an account
  2. Generate an API key

    From your account settings, create an API key and choose the scopes you need (chat, embeddings, or images). Keys start with wba_live_. Create an API key
  3. Make your first call

    Send your API key as a Bearer token. A minimal embeddings request is all it takes to verify everything works.
  4. Explore the API reference

    Chat, embeddings, image generation, and background removal — every endpoint, parameter, and error code is documented. Open the API reference

Try it — your first request

curl https://api.webanto.com/api/v1/embeddings \
  -H "Authorization: Bearer $WEBANTO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nomic-embed-text",
    "input": ["your first Webanto request"]
  }'
Newsletter

Stay Ahead

Occasional, engineering-led notes on applied AI — what we're building, running, and learning in production.