First request
Use a business domain for the v1 API endpoint. Send an Idempotency-Key header when retrying a request that should replay the cached result without another credit during the 24-hour cache window.
POST /api/v1/enrichment/company
Authorization: Bearer $ELVESORA_API_KEY
Idempotency-Key: enrich-acme-001
Content-Type: application/json
{
"domain": "acme.com"
}