Post contentsrendercomponent
Render a single component, outside of any stored content, and
answer with the image the engine drew, so an editor can display a component
whose pixels only the engine knows how to produce (i.e image-composition)
as one image instead of reimplementing its mutations on its own canvas.
Generic on purpose: the type and the options are validated through the sdk template codec, which is what decides whether a component type exists and whether its options are well formed, so no component schema is duplicated here.
Stateless: the options travel in the request with their dependencies already resolved, which is also why nothing is cached server side. It draws caller-provided urls on demand, so it is authenticated and every url goes through the same SSRF guard as the other url-taking routes.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Response
Ok
ascii