Connect an upstream provider once. Nexus re-publishes it on your domain with your pricing, your documentation and your API keys — your clients never see the source.
curl -X POST https://your-domain.com/api/v1/pan-verification \
-H "Authorization: Bearer sk_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{ "pan": "ABCDE1234F" }'Every upstream provider is re-published under your own domain and path. Clients only ever see your URL.
Per-call pricing deducted from a prepaid wallet. Charge only on successful responses if you want.
No public sign-up. The admin creates each account, sets the price and can suspend anyone instantly.
Each API ships with parameters, sample responses and ready-to-paste cURL for the client's own key.
Success and failure logs per user, per API, with the exact amount charged for every call.
Change the price per successful call from the admin panel — it applies to the very next request.