{"name":"Bulk Data Enrichment API","version":"v1","description":"Enrich emails, domains, IPs, and phone numbers with real-time data from multiple sources.","endpoints":{"email":{"single":"GET /v1/enrich/email?email=user@example.com","bulk":"POST /v1/enrich/emails  body: { \"emails\": [...] }"},"domain":{"single":"GET /v1/enrich/domain?domain=example.com","bulk":"POST /v1/enrich/domains  body: { \"domains\": [...] }"},"ip":{"single":"GET /v1/enrich/ip?ip=8.8.8.8","bulk":"POST /v1/enrich/ips  body: { \"ips\": [...] }"},"phone":{"single":"GET /v1/enrich/phone?phone=+14155552671","bulk":"POST /v1/enrich/phones  body: { \"phones\": [...] }"}},"documentation":"/docs","health":"/health"}