English
Render a template with dynamic variables
cURL
curl --request GET \ --url https://api.example.com/v1/render/{uid}
{ "error": { "code": "BAD_REQUEST", "message": "<string>", "requestId": "req_1234" } }
# Basic text variable https://api.sendbetter.co/v1/render/template_abc123?text_headline=Welcome # Multiple variables https://api.sendbetter.co/v1/render/template_abc123 ?text_headline=Welcome &image_logo=https://example.com/logo.png
{ "error": { "code": "NOT_FOUND", "message": "Template not found", "requestId": "req_abc123" } }
The unique identifier of the template
Dynamic variables for the template
Show child attributes
The dynamically rendered image