Find Content Ideas

Find content ideas based on a keyword

Find Content Ideas

post
Query parameters
offsetintegerOptional
limitintegerOptional
Body
project_idintegerOptional
keywordstringOptional
Responses
200
Successful operation
application/json
post
POST /findContentIdeas HTTP/1.1
Host: api.ranklytics.ai
Content-Type: application/json
Accept: */*
Content-Length: 33

{
  "project_id": 1,
  "keyword": "text"
}
{
  "status": "text",
  "ideas": [
    {
      "topic": "text",
      "in_account": 1
    }
  ]
}

Last updated