Get Resolved Content
Content
Get Resolved Content
Get content with all dependencies resolved and ready for rendering
GET
Get Resolved Content
Retrieves everything needed to render a content item, including its compiled code, assets, and all resolved package dependencies. This is the format used by client SDKs to render content.
Path Parameters
Organization ID
Project ID
Content ID
Response
The compiled BindJS code for this content, ready for execution
The main package containing the components used by this content
Map of dependency identifiers to their resolved content
Example Response
Use Cases
Mobile SDK Integration
The resolved format is optimized for client SDKs:Web Rendering
When accessed with API keys, returns the latest published version. For optimization scenarios where packages are cached locally, use the standard
/content/{id} endpoint to fetch just the content with the compiled field.