Find content ideas based on a keyword
Last updated 2 months ago
Successful operation
const response = await fetch('https://api.ranklytics.ai/findContentIdeas', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "status": "text", "ideas": [ { "topic": "text", "in_account": 0 } ] }