Skip to main content
The OnyxIQ REST API gives you direct HTTP access to OnyxIQ products. Every request must include your authenticated session cookie, and every response body is JSON. Credits are consumed per operation — see the credits page for pricing details.

Base URL

All API endpoints are served from:

Authentication

OnyxIQ uses session-based authentication backed by Supabase. Sign in at onyxiq.in/login and pass the resulting session cookie on every request. There is no separate API key. See the authentication guide for full instructions.

Content type

Send request bodies as JSON and include the Content-Type: application/json header on all POST requests.

Credits

Most API operations consume credits from your account balance. Credits are deducted before the operation runs and refunded automatically if the request fails on the server side. You can top up your balance at onyxiq.in/credits.

Available endpoints

The OnyxIQ API is expanding as new products launch. Additional endpoints will be documented here as they become available.