Enrich
Aggregate multiple data sources into a unified enrichment profile for any entity.
$0.05
per call
POST /enrich
Web Intelligence
Try It
This tool requires an API key. Get one from $1 to try it.
curl Example
curl -X POST https://api.aipaygen.com/enrich \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"entity": "string",
"type": "ip|crypto|country|url|company"
}'
Python Example
import requests
resp = requests.post(
"https://api.aipaygen.com/enrich",
headers={
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json",
},
json={
"entity": "string",
"type": "ip|crypto|country|url|company"
}
)
print(resp.json())
Response Format
{
"result": "<Enrich output>",
"_meta": {
"endpoint": "/enrich",
"model": "claude-sonnet-4-20250514",
"cost_usd": 0.05
}
}
Related Tools
Get API Key — From $1
$0.25 trial credits free. ~40 AI calls. No subscription.
Get StartedOr install via MCP: pip install aipaygen-mcp