Skip to main content
POST
/
api
/
v1
/
sca
/
ai-inventory
/
providers
/
search
List AI component provider facets
curl --request POST \
  --url https://zeropath.com/api/v1/sca/ai-inventory/providers/search \
  --header 'Content-Type: application/json' \
  --header 'X-ZeroPath-API-Token-Id: <api-key>' \
  --header 'X-ZeroPath-API-Token-Secret: <api-key>' \
  --data '
{
  "organizationId": "<string>",
  "repositoryIds": [
    "<string>"
  ]
}
'
{
  "providers": [
    "<string>"
  ]
}

Authorizations

X-ZeroPath-API-Token-Id
string
header
required
X-ZeroPath-API-Token-Secret
string
header
required

Body

application/json
organizationId
string
required
repositoryIds
string[]

Response

Successful response

providers
string[]
required

Distinct provider values from AI components in scope