Ship structured content in minutes
Define collections, edit documents visually or in JSON/Markdown, and publish through a versioned REST API.
GET /api/v1/u/acme/posts
{
"data": [
{ "slug": "hello-world",
"title": "Hello, world" }
],
"meta": { "version": 4 }
}