Skip to main content
POST
https://api.rankspot.ai
/
v1
/
keywords
Add keywords
curl --request POST \
  --url https://api.rankspot.ai/v1/keywords \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "keywords": [
    "seo tools",
    "keyword research"
  ]
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
keywords
string[]
required

List of keywords to track

Example:
["seo tools", "keyword research"]

Response

201

{ count: number } — number of newly inserted keywords (duplicates excluded).