cURL
curl --request POST \ --url https://api.getpg.ai/public-api/v1/companies/{company_id}/technologies \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "category": "IT Security", "per_page": 50 } '
[ { "name": "Cloudflare", "category": "IT Security", "sub_category": "CDN & DDoS Protection", "confidence": "high" }, { "name": "CrowdStrike", "category": "IT Security", "sub_category": "Endpoint Security", "confidence": "medium" } ]
Retrieve the technology stack for a company with optional filtering.
Your PG:AI API key. Generate one from Settings → API Keys in the PG:AI dashboard.
Filter by technology category (e.g. IT Security, Marketing, Collaboration)
Filter by detection confidence level
Only return technologies marked as favourites
Search by technology name
Array of technologies