Developers
API keys for the Opono simulation API. Keys are shown once at creation and stored only as a one-way hash.
API keys
Loading…
Scopes & security
Keys currently grant full access (data.read, simulations.run, usage.read, webhooks.manage). Store keys in a secret manager or environment variable, rotate on a schedule, and revoke immediately if one is exposed — leaked keys pushed to public repositories are auto-revoked.
Read the API docs for the full reference.
Quickstart
Send your key as a bearer token. Keys are secret — use them server-side only, never in a browser or committed to source.
curl https://api.opono.com/v1/simulations \
-H "Authorization: Bearer $OPONO_API_KEY" \
-d '{"model":"football-1","fixture_id":"fx_19609127","quality":"standard"}'Base URL
https://api.opono.com/v1