Skip to main content

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.

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:
https://onyxiq.in

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

MethodPathAuth requiredCreditsDescription
POST/api/openclaw/scrapeYes10Extract structured data from any public web page
POST/api/contactNo0Send a consulting inquiry
The OnyxIQ API is expanding as new products launch. Additional endpoints will be documented here as they become available.