Add a content idea to your project and schedule it for article generation
Last updated 7 months ago
POST /addContentIdea HTTP/1.1 Host: api.ranklytics.ai Content-Type: application/json Accept: */* Content-Length: 48 { "project_id": 1, "topic": "text", "keyword": "text" }
Successful operation
{ "status": "text", "message": "text", "id": 1 }