Add Keyword to Project
Add a keyword to your project and start tracking
Body
project_idintegerOptional
keywordstringOptional
seed_keywordstringOptional
Responses
200
Successful operation
application/json
400
Invalid API Credentials, Project not found, or Keyword already exists
application/json
429
Rate limit exceeded
application/json
post
POST /addKeyword HTTP/1.1
Host: api.ranklytics.ai
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"project_id": 1,
"keyword": "text",
"seed_keyword": "text"
}
{
"status": "text",
"message": "text"
}
Last updated