Add a content idea to your project and schedule it for article generation
Last updated 2 months ago
Successful operation
const response = await fetch('https://api.ranklytics.ai/addContentIdea', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "status": "text", "message": "text", "id": 0 }