{ "opencollection": "1.0.0", "info": { "name": "Explorium AgentSource Business Enrichments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "API_KEY", "value": "{{API_KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Business Enrichments", "type": "folder" }, "items": [ { "info": { "name": "Enrich firmographics", "type": "http" }, "http": { "method": "POST", "url": "https://api.explorium.ai/v1/businesses/firmographics/enrich", "body": { "type": "json", "data": "{}" } }, "docs": "Return firmographic attributes (industry, size, revenue band, location, founding year) for a single matched business_id." }, { "info": { "name": "Enrich technographics", "type": "http" }, "http": { "method": "POST", "url": "https://api.explorium.ai/v1/businesses/technographics/enrich", "body": { "type": "json", "data": "{}" } }, "docs": "Return the detected technology stack for a matched business_id." }, { "info": { "name": "Bulk enrich firmographics", "type": "http" }, "http": { "method": "POST", "url": "https://api.explorium.ai/v1/businesses/firmographics/bulk_enrich", "body": { "type": "json", "data": "{}" } }, "docs": "Enrich firmographics for up to 50 business_id values in a single request against the shared credit pool." } ] } ], "bundled": true }