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.Documentation Index
Fetch the complete documentation index at: https://docs.onyxiq.in/llms.txt
Use this file to discover all available pages before exploring further.
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 theContent-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
| Method | Path | Auth required | Credits | Description |
|---|---|---|---|---|
POST | /api/openclaw/scrape | Yes | 10 | Extract structured data from any public web page |
POST | /api/contact | No | 0 | Send a consulting inquiry |
The OnyxIQ API is expanding as new products launch. Additional endpoints will be documented here as they become available.
