For the complete documentation index, see llms.txt. This page is also available as Markdown.

Compute and render a full revision from a structured content source

Server-renders an entire revision — pages, files, and reusable contents — from a provided content source definition, resolving all template expressions and variables. Use this to evaluate and preview computed content before publishing. Returns the full set of pages and files with all dynamic content fully resolved.

Available in MCP
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Body
sourceone ofRequired
or
or
seedstringRequired

Seed to use for the generation of IDs.

Responses
200

Computed pages and files

application/json
post/spaces/{spaceId}/content/computed/revision
200

Computed pages and files

Last updated

Was this helpful?

Powered by GitBook