Hosted render frame
GET
/v1/render/{asset_token}The hosted renderer creates an iframe for this route. Customer frontends should not construct this URL manually in the default flow; use placement.render.frame_url.
AUTH
Asset token in the path
CONTENT TYPE
application/json
STATUS
Stable
Request parameters
- asset_token
- string
- Required
- Asset token from placement.render.frame_url or placement.asset_token.
| Name | Type | Required | Description |
|---|---|---|---|
| asset_token | string | Required | Asset token from placement.render.frame_url or placement.asset_token. |
Returns
- html
- text/html
- Isolated creative frame with strict CSP and no-store/private caching.
| Name | Type | Description |
|---|---|---|
| html | text/html | Isolated creative frame with strict CSP and no-store/private caching. |
Errors
CODESTATUSWHEN IT HAPPENS
not_found404Asset token is invalid, expired, or not renderable.
forbidden403Asset token is not authorized for the requested creative context.