Get a paginated list of published posts with optional filtering
Your Marble API key
Number of posts per page, or 'all' for no pagination
"10"
Page number
"1"
Sort order by publishedAt
asc, desc "desc"
Comma-separated category slugs to include
"tech,news"
Comma-separated category slugs to exclude
"drafts"
Comma-separated tag slugs to include
"javascript,react"
Comma-separated tag slugs to exclude
"outdated"
Search query for title and content
"nextjs"
Content format (html or markdown)
html, markdown "html"