Find content ideas based on a keyword
Last updated 7 months ago
POST /findContentIdeas HTTP/1.1 Host: api.ranklytics.ai Content-Type: application/json Accept: */* Content-Length: 33 { "project_id": 1, "keyword": "text" }
Successful operation
{ "status": "text", "ideas": [ { "topic": "text", "in_account": 1 } ] }