curl --location 'https://dev.enrich.so/api/v3/ip-to-company/batch' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"ips": [
{
"ip": "8.8.8.8"
},
{
"ip": "1.1.1.1"
},
{
"ip": "104.16.132.229"
}
]
}'{
"success": true,
"data": {
"batchId": "550e8400-e29b-41d4-a716-446655440000",
"status": "processing",
"itemCount": 3,
"originalCount": 3,
"duplicatesRemoved": 0
},
"meta": {
"requestId": "665a1f4e2c3b7800129dce00",
"creditsReserved": 300,
"creditsPerItem": 100,
"estimatedCredits": 300
}
}