Find Content Ideas
Find content ideas based on a keyword
Authorizations
Query parameters
offsetintegerOptional
limitintegerOptional
Body
project_idintegerOptional
Project ID
keywordstringOptional
Keyword to find content ideas for
Responses
200
Successful operation
application/json
400
Invalid API Credentials or Project not found
application/json
429
Rate limit exceeded
application/json
post
POST /findContentIdeas HTTP/1.1
Host: api.ranklytics.ai
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"project_id": 1,
"keyword": "text"
}
{
"status": "success",
"offset": 1,
"limit": 1,
"ideas": [
{
"topic": "text",
"in_account": 1
}
]
}
Last updated