Get all the content within your project with full details.
Last updated 2 months ago
Successful operation
const response = await fetch('https://api.ranklytics.ai/content?project_id=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": "text", "content": [ { "id": 0, "project_id": 0, "topic": "text", "title": "text", "style": "text", "keyword": "text", "content": "text", "featured_image": "text", "last_updated_on": "2024-12-07", "mode": "text", "status": "text" } ] }