Validate Liquid template

Lightweight per-keystroke Liquid template validator for the dashboard template step editor.

Authentication

AuthorizationBearer
API key or Clerk session token

Request

This endpoint expects an object.
templatestringRequired>=1 character
Liquid template string to validate
inputsmap from strings to stringsOptional
Template input variables
partialsmap from strings to stringsOptional
Template partials

Response

Validation result
issueslist of objects
validboolean

Errors

400
Bad Request Error
413
Content Too Large Error
500
Internal Server Error