Get per-provider KPI breakdown

Returns share of voice, coverage, and sentiment for each AI provider in the run.

GET /analysis/runs/{runId}/summary/providers

Get per-provider KPI breakdown

Returns share of voice, coverage, and sentiment for each AI provider in the run.

Authentication: API key required (Bearer token)

Parameters

NameInRequiredDescription
runIdpathYesAnalysis run ID.
providerqueryNoFilter summary calculations by provider ID.
locationqueryNoFilter summary calculations by exact ISO 3166-1 alpha-2 location code.
tagqueryNoFilter summary calculations by prompt tag.

Request Example

curl -X GET https://sellm.io/api/v1/analysis/runs/example_id/summary/providers \
  -H "Authorization: Bearer sellm_your_api_key_here"

Responses

StatusDescription
200Provider breakdown
401Unauthorized
404Run not found
429Rate limited
500Internal error