Add a keyword to your project and start tracking
Last updated 6 months ago
curl -L \ --request POST \ --url 'https://api.ranklytics.ai/addKeyword' \ --header 'Content-Type: application/json' \ --data '{ "project_id": 1, "keyword": "text", "seed_keyword": "text" }'
{ "status": "text", "message": "text" }