Skip to main content
POST
Add keywords

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:

Response

201

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