Skip to main content
POST
/
companies
/
{company_id}
/
technologies
Get company technologies
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"
  }
]

Authorizations

x-api-key
string
header
required

Your PG:AI API key. Generate one from Settings → API Keys in the PG:AI dashboard.

Path Parameters

company_id
string<uuid>
required

Body

application/json
category
string

Filter by technology category (e.g. IT Security, Marketing, Collaboration)

confidence
string

Filter by detection confidence level

favourites
boolean

Only return technologies marked as favourites

query
string

Search by technology name

page
integer
default:1
per_page
integer
default:100

Response

200 - application/json

Array of technologies

name
string
category
string
sub_category
string | null
confidence
string