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.
Create your account
Sign up for a free Webanto account. It takes under a minute and no credit card is required. Create an accountGenerate 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 keyMake your first call
Send your API key as a Bearer token. A minimal embeddings request is all it takes to verify everything works.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"]
}'Explore the docs
Jump straight to the section you need.
API Reference
Complete reference for every endpoint: authentication, models, request and response shapes, and error codes.
Integrations
Ready-to-use client examples in Python and JavaScript, plus a copy-paste prompt for AI coding assistants.
Glossary
Plain-language definitions of the AI and marketing terms used across Webanto.
Guides
Step-by-step walkthroughs for common workflows and use cases.

