Skip to main content
GET
https://api.rankspot.ai
/
v1
/
keywords
/
{id}
/
cluster
Get cluster keywords
curl --request GET \
  --url https://api.rankspot.ai/v1/keywords/{id}/cluster \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "clx...",
    "keyword": "start a blog for free"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

id
string
required
Example:

"clx..."

keyword
string
required
Example:

"start a blog for free"