IndizioAPI documentation

← All guides

curl

A call from the command line — for trying things out and for scripts.

As of
2026-09-21
Tool
curl
Version
curl 8.7.1
Tested
Run through by us.

A company from its domain

curl -X POST https://indizio.rexago.com/api/v1/enrich/company \
  -H "Authorization: Bearer <YOUR-API-KEY>" \
  -H "Content-Type: application/json" \
  -d '{"domain": "goldbachkirchner.de"}'

What did it cost?

With -i you see the response headers, among them:

x-indizio-credits-charged: …
x-indizio-credits-remaining: …

Nothing is billed without a hit.

Free: balance and catalogues

curl https://indizio.rexago.com/api/v1/account -H "Authorization: Bearer <YOUR-API-KEY>"
curl https://indizio.rexago.com/api/v1/catalog/states -H "Authorization: Bearer <YOUR-API-KEY>"