Add a keyword to your project and start tracking
Last updated 2 months ago
Successful operation
const response = await fetch('https://api.ranklytics.ai/addKeyword', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "status": "text", "message": "text" }