OpenAI-Compatible API

Wagbrio provides an OpenAI-compatible API base URL for supported model routes. Developers can use familiar request patterns while managing API keys, usage logs, quota billing, pricing, and channel routing inside Wagbrio.

API base URL: https://www.wagbrio.com/v1

Authentication

Use a Wagbrio API key in the Authorization header. Keep API keys private and rotate them when they may have been exposed.

Authorization: Bearer YOUR_WAGBRIO_API_KEY

Example Request Pattern

curl https://www.wagbrio.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_WAGBRIO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"MODEL_NAME","messages":[{"role":"user","content":"Hello"}]}'

Operational Benefits

Related Resources

See the API overview, developer guide, pricing page, and AI API gateway overview.