Get clusters for a job
curl --request GET \
--url https://www.suprkeywords.com/api/v1/jobs/{jobId}/clusters \
--header 'Authorization: Bearer <token>'{
"clusters": [
{}
],
"total": 123,
"limit": 123,
"offset": 123
}Jobs
Get clusters for a job
Returns semantic clusters (pillar + supporting keywords) for a job with optional search, keyword count filters, sorting, and pagination. Requires access to the job (owner or demo). Use session or API key (Bearer).
GET
/
api
/
v1
/
jobs
/
{jobId}
/
clusters
Get clusters for a job
curl --request GET \
--url https://www.suprkeywords.com/api/v1/jobs/{jobId}/clusters \
--header 'Authorization: Bearer <token>'{
"clusters": [
{}
],
"total": 123,
"limit": 123,
"offset": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.suprkeywords.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
bearerAuthSessionAuth
API key for programmatic access. Create keys in Settings (Agency plan). Send as Authorization: Bearer or X-API-KEY: . Unauthenticated requests return 401.
Path Parameters
Query Parameters
Required range:
1 <= x <= 100Required range:
x >= 0Search cluster label or pillar keyword
Required range:
x >= 0Required range:
x >= 0Available options:
asc, desc ⌘I