Opsora AI Workspace — Docs
One gateway for 40+ models · OpenAI-compatible · WA-first.
Also on docs.useopsora.com via middleware.
Quickstart
curl https://api.useopsora.com/v1/chat/completions \
-H "Authorization: Bearer opsk_..." \
-H "Content-Type: application/json" \
-d '{"model":"opsora-code-v1.2-flash","messages":[{"role":"user","content":"hello"}]}'
# List models
curl https://api.useopsora.com/v1/models -H "Authorization: Bearer opsk_..."
# Health
curl https://api.useopsora.com/health
curl https://useopsora.com/api/healthModels
11 Opsora-branded models — see /model. Routing chooses the best provider; fallback is automatic.
Subdomains
useopsora.com— landingapp.useopsora.com→/app— Workspace (Workbuddy-style)api.useopsora.com→/api— gateway (Vercel rewrites + gateway origin)docs.useopsora.com→/docsdashboard.useopsora.com→/dashboardstatus.useopsora.com→/status
Webhooks
Stripe / Midtrans / WA / GitHub — verify SHA512 / compare_digest, 300s window. Proxied via Vercel rewrites to gateway origin.
Workspace
Open /app — inbox unified, chat with 40+ models, docs, automations. Inbox → draft <3 min → approve → send.