Skip to main content
POST
/
companies
/
{company_id}
/
technologies
Get technologies for a company
curl --request POST \
  --url https://api.getpg.ai/v1/companies/{company_id}/technologies \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "confidence": "<string>",
  "category": "Data, BI and Analytics",
  "favourites": true,
  "page": 1,
  "per_page": 100,
  "query": "<string>"
}
'
{}

Authorizations

X-Api-Key
string
header
required

Your API key for authentication. Get your API key from the PGAI dashboard.

Path Parameters

company_id
string
required

Company ID (UUID)

Body

application/json
confidence
string

Filter by confidence level

category
enum<string>

Filter by technology category (UUID or name)

Available options:
Data, BI and Analytics,
Collaboration,
Communications,
Computer Networks,
Customer Management,
Devops And Development,
E-commerce,
Finance And Accounting,
Health Tech,
Industrial Engineering,
Programming,
Favourites,
HR,
IT Management,
IT Security,
Marketing,
Platform And Storage,
Product And Design,
Productivity And Operations,
Sales,
Testing And QA,
Operations Software
favourites
boolean

Filter by favorites only

page
integer
default:1

Page number

per_page
integer
default:100

Items per page

query
string

Search query

Response

Success

Response data