{
"data": [
{
"id": "post_01HZX2...",
"type": "articles",
"attributes": {
"title": "B2B SaaS Content Strategy for 2026",
"slug": "b2b-saas-content-strategy-2026",
"excerpt": "A practical framework for demand capture and category coverage.",
"content": "...",
"content_html": "<h2>...</h2>",
"comparison_screenshots": [
{
"section_heading": "Acme vs Competitor A",
"section_slug": "acme-vs-competitor-a",
"competitor_name": "Competitor A",
"source_url": "https://competitor-a.com/",
"screenshot_url": "https://cdn.example.com/comparison-screenshots/org/post/acme-vs-competitor-a.webp",
"captured_at": "2026-02-25T13:02:11.000Z",
"status": "captured"
}
],
"status": "published",
"word_count": 1860,
"seo_title": "B2B SaaS Content Strategy for 2026",
"meta_description": "Framework for planning and publishing ranking-focused content.",
"featured_image_url": "https://cdn.example.com/hero.jpg",
"faq": [],
"schema_json_ld": {},
"publish_at": "2026-02-01T00:00:00.000Z",
"created_at": "2026-01-28T12:15:01.000Z",
"updated_at": "2026-02-01T09:20:11.000Z",
"edited_at": null
},
"relationships": {
"categories": {
"data": [{ "type": "categories", "id": "cat_01HZX..." }]
},
"tags": {
"data": [{ "type": "tags", "id": "tag_01HZX..." }]
},
"authors": {
"data": [{ "type": "authors", "id": "author_01HZX..." }]
}
},
"links": {
"self": "/v1/ORG_ID/articles/post_01HZX2..."
}
}
],
"included": [
{
"id": "cat_01HZX...",
"type": "categories",
"attributes": {
"name": "Content Strategy",
"slug": "content-strategy"
}
}
],
"links": {
"self": "/v1/ORG_ID/articles?page=1&per_page=2",
"prev": null,
"next": "/v1/ORG_ID/articles?page=2&per_page=2"
},
"meta": {
"total": 42,
"per_page": 2,
"page": 1
}
}