Veille

Credits

Credit cost per API endpoint for Veille.

Each API call consumes credits from your account based on the endpoint cost. The table below lists every endpoint and its cost per successful request.

Account balances

Your account tracks two separate balances:

API quota combines your subscription allowance (renewed each billing period) and any remaining one-time top-ups. Subscription quota resets each billing period; top-ups are purchased once and consumed over time—they do not reset monthly. Calls consume subscription quota first, then top-ups.

Extra credits are a separate balance used only after API quota (subscription + top-ups) is fully exhausted. They do not reset monthly. You may receive them from onboarding rewards or manual extra-credit purchases.

Monitor both balances from the Usage endpoint or your dashboard sidebar. See the Glossary for full definitions.

Synchronous calls are billed on 200. Asynchronous calls (is_async=true) return 202 (not billed) and are billed when the job completes successfully — recorded as 201 in your request logs. Polling GET /jobs/{job_id} is always free. Failed jobs (500) are never billed. 404 billing varies by endpoint (check each endpoint page). All other 4xx/5xx responses are free.

EndpointMethodPathCredits
Domain ValidationGET/v1/intelligence/domain2
Email QualificationGET/v1/intelligence/emailq5
Email ValidationGET/v1/intelligence/email3
Exchange RatesGET/v1/vat/rates1
IBAN ValidationGET/v1/vat/iban1
IP ReputationGET/v1/intelligence/ip2
Phone ValidationGET/v1/intelligence/phone1
StatsGET/v1/stats0
UsageGET/v1/usage0
VAT ValidationGET/v1/vat1

On this page