Add keywords
Keywords
Add keywords
Adds one or more keywords to your workspace. Duplicates are silently skipped. Returns the count of newly inserted keywords.
POST
Add keywords
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
List of keywords to track
Example:
["seo tools", "keyword research"]
Response
201
{ count: number } — number of newly inserted keywords (duplicates excluded).
