Skip to main content
Every field theStacc sends in a blog.published / blog.updated event:
The hero image is stripped from content. Every generated blog carries its hero image both as featured_image_url and (originally) inlined as the first <img> in the body. theStacc removes that inline duplicate before sending, so content won’t render the hero twice and images[] won’t list the hero URL. Render the hero from featured_image_url and the body images from inside content (or mirror them via images[]).
Field length is not enforced at the API level. Postgres TEXT columns are unbounded, and theStacc-generated content stays well within the practical limits above. If you want hard caps in your database schema, the limits in the table are safe defaults.