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
| Name | In | Required | Description |
|---|---|---|---|
runId | path | Yes | Analysis run ID. |
provider | query | No | Filter summary calculations by provider ID. |
location | query | No | Filter summary calculations by exact ISO 3166-1 alpha-2 location code. |
tag | query | No | Filter 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
| Status | Description |
|---|---|
200 | Provider breakdown |
401 | Unauthorized |
404 | Run not found |
429 | Rate limited |
500 | Internal error |