Custom Fields - Marble

Custom Fields

April 2, 2026

1 minute read

You can now extend your posts with structured data. Define custom fields at the workspace level and fill them per post — all returned via the API under a clean fields object.

Usage

Supported field types

Updated response

{
  "post": {
    "title": "My Post",
    "fields": {
      "reading_time": 5,
      "sponsor": "Acme Corp",
      "is_sponsored": true,
      "genres": ["jazz", "soul"]
    }
  }
}