Get keywords in a cluster
curl --request GET \
--url https://www.suprkeywords.com/api/v1/jobs/{jobId}/clusters/{clusterId}/keywords \
--header 'Authorization: Bearer <token>'{
"keywords": [
{}
]
}Jobs
Get keywords in a cluster
Returns keywords belonging to a specific cluster. Allowed for demo user when unauthenticated; otherwise requires access to the job (session or API key).
GET
/
api
/
v1
/
jobs
/
{jobId}
/
clusters
/
{clusterId}
/
keywords
Get keywords in a cluster
curl --request GET \
--url https://www.suprkeywords.com/api/v1/jobs/{jobId}/clusters/{clusterId}/keywords \
--header 'Authorization: Bearer <token>'{
"keywords": [
{}
]
}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.
Response
List of keywords in the cluster (pillar first, then supporting)
⌘I