Get Content

Get all the content within your project with full details.

Get Content

get
Query parameters
project_idintegerRequired
offsetintegerOptional
limitintegerOptional
Responses
200
Successful operation
application/json
get
GET /content HTTP/1.1
Host: api.ranklytics.ai
Accept: */*
{
  "status": "text",
  "content": [
    {
      "id": 1,
      "project_id": 1,
      "topic": "text",
      "title": "text",
      "style": "text",
      "keyword": "text",
      "content": "text",
      "featured_image": "text",
      "last_updated_on": "2025-06-30",
      "mode": "text",
      "status": "text"
    }
  ]
}

Last updated