Find content ideas based on a keyword
Last updated 6 months ago
curl -L \ --request POST \ --url 'https://api.ranklytics.ai/findContentIdeas' \ --header 'Content-Type: application/json' \ --data '{ "project_id": 1, "keyword": "text" }'
{ "status": "text", "ideas": [ { "topic": "text", "in_account": 1 } ] }