renza

API reference / Artifacts

Retrieve an artifact's HTML (for editing)

GET/v1/artifacts/{id}/content

Returns the entry HTML as a data string for the authed owner — the read half of the BYO-AI edit round-trip. Pair with `GET /v1/slides?artifact=` for the sacred anchor ids to preserve, then re-publish as a new version. Served as JSON (never text/html), so it is not a rendered page (05).

Requires an API key (bearer), scoped to the active org.

Path parameters

  • idstringrequired

Returns

  • 200The artifact's entry HTML.

Failures use the standard error envelope with a closed set of codes.