Infyner Developer API
India company intelligence as a REST API - company search, CIN lookup, profiles, financials, directors, charges, compliance and documents, plus CIN / DIN / GST / PAN verification. JSON over HTTPS, self-serve keys, one balance of credits across every API.
Quick start
Generate a key in seconds and make your first call. Test keys are free.
1 β Get a key & call the API
- Open the API Console and generate a test key (free).
- Send it as a Bearer token on every request.
- Buy credits and switch to a live key when ready.
2 β Example request
curl "https://api.infyner.com/v1/companies/L74999WB1991PLC051738" \
-H "Authorization: Bearer pk_test_xxxxxxxx"
Authentication
Send your key as a Bearer token. Base URL: https://api.infyner.com/v1
Authorization: Bearer pk_live_xxxxxxxxxxxxxxxx
Response envelope
{
"success": true,
"request_id": "req_a1b2c3",
"credits_charged": 1,
"credits_remaining": 9420,
"data": { }
}
Endpoints
Click any endpoint for full docs, sample request/response and field reference.