curl "https://api.neuraldraft.io/v1/blog-posts?status=published&lang=en&page=1" \
-H "Authorization: Bearer ndsk_live_yourkey"{
"data": [
{
"id": 142,
"slug": "5-minute-breathwork-for-anxious-mornings",
"status": "published",
"featured_image": "https://cdn.neuraldraft.io/prj_2NfQmBcKpXY8/blog/breathwork.jpg",
"published_at": "2026-04-12T07:00:00Z",
"scheduled_at": null,
"title": "5-minute breathwork for anxious mornings",
"excerpt": "A simple sequence to settle the nervous system before the day begins.",
"category": {
"id": 7,
"name": "Wellness",
"slug": "wellness"
},
"tags": [
{
"id": 21,
"name": "breathwork",
"slug": "breathwork"
}
],
"translations": [
{
"lang": "en",
"title": "5-minute breathwork for anxious mornings",
"content": "<p>Mornings are when the body holds the most cortisol…</p>"
}
]
},
{
"id": 141,
"slug": "prenatal-yoga-poses-by-trimester",
"status": "published",
"featured_image": "https://cdn.neuraldraft.io/prj_2NfQmBcKpXY8/blog/prenatal.jpg",
"published_at": "2026-04-09T10:00:00Z",
"scheduled_at": null,
"title": "Prenatal yoga poses by trimester",
"excerpt": "A trimester-by-trimester guide to safe, supportive movement.",
"category": {
"id": 7,
"name": "Wellness",
"slug": "wellness"
},
"tags": [
{
"id": 22,
"name": "prenatal",
"slug": "prenatal"
}
],
"translations": [
{
"lang": "en",
"title": "Prenatal yoga poses by trimester",
"content": "<p>Each trimester brings a different focus…</p>"
}
]
}
],
"meta": {
"page": 1,
"page_size": 20,
"total": 142
}
}Paginated list of blog posts. Supports filtering by status, language, category, and free-text search. Read-only. Does not consume credits.
curl "https://api.neuraldraft.io/v1/blog-posts?status=published&lang=en&page=1" \
-H "Authorization: Bearer ndsk_live_yourkey"{
"data": [
{
"id": 142,
"slug": "5-minute-breathwork-for-anxious-mornings",
"status": "published",
"featured_image": "https://cdn.neuraldraft.io/prj_2NfQmBcKpXY8/blog/breathwork.jpg",
"published_at": "2026-04-12T07:00:00Z",
"scheduled_at": null,
"title": "5-minute breathwork for anxious mornings",
"excerpt": "A simple sequence to settle the nervous system before the day begins.",
"category": {
"id": 7,
"name": "Wellness",
"slug": "wellness"
},
"tags": [
{
"id": 21,
"name": "breathwork",
"slug": "breathwork"
}
],
"translations": [
{
"lang": "en",
"title": "5-minute breathwork for anxious mornings",
"content": "<p>Mornings are when the body holds the most cortisol…</p>"
}
]
},
{
"id": 141,
"slug": "prenatal-yoga-poses-by-trimester",
"status": "published",
"featured_image": "https://cdn.neuraldraft.io/prj_2NfQmBcKpXY8/blog/prenatal.jpg",
"published_at": "2026-04-09T10:00:00Z",
"scheduled_at": null,
"title": "Prenatal yoga poses by trimester",
"excerpt": "A trimester-by-trimester guide to safe, supportive movement.",
"category": {
"id": 7,
"name": "Wellness",
"slug": "wellness"
},
"tags": [
{
"id": 22,
"name": "prenatal",
"slug": "prenatal"
}
],
"translations": [
{
"lang": "en",
"title": "Prenatal yoga poses by trimester",
"content": "<p>Each trimester brings a different focus…</p>"
}
]
}
],
"meta": {
"page": 1,
"page_size": 20,
"total": 142
}
}Documentation Index
Fetch the complete documentation index at: https://docs.neuraldraft.io/llms.txt
Use this file to discover all available pages before exploring further.
Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage
keys via /projects/me/api-keys. Test-mode keys use
the ndsk_test_ prefix.
draft, published, scheduled, archived Returns the translation in this language (falls back to default).
"en"
1-based page number.
x >= 1Items per page (max 100).
1 <= x <= 100