TEASEDocs
API ReferencePages & Publish

Render a button label preview

Renders a preview SVG of a button label so the editor can show how the text will look before saving. Requires a read-scoped key.

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Query Parameters

text*string

Label text to render.

Length1 <= length <= 64

Response Body

image/svg+xml

GET
/api/admin/render-label
curl -X GET "https://example.com/api/admin/render-label?text=string"
"string"