Rendering
API for starting template rendering from kVASy XML
This API accepts raw kVASy XML in the request body, maps it to an Output.Rocks rendering request, and starts document rendering asynchronously. The child element directly below `<formular>` is dynamic and usually matches the form/template name, for example `<abschlagsformular>` or `<rechnungsformular>`.
/api/rendering/kvasyAuthorizations
Value for the X-AUTH-TOKEN header parameter.
Query Parameters
Document format to render.
Rendering comment.
Webhook (identifier) to execute after document rendering.
Identifier of Email-Server configuration in Output.Rocks.
Optional metadata as a JSON string to be used in webhooks.
Enable PDF universal accessibility.
Request Body
Raw kVASy XML payload.
{
"id": "string"
}Raw kVASy XML payload.
{
"id": "string"
}Response
Rendering resource created
Identifier generated by Output.Rocks.
External id
Template identifier.
Document format to render
Webhook (identifier) to execute after document rendering.
Rendering Comment.
Identifier of Email-Server configuration in Output.Rocks