Chartquery

Label View

GET
/v1/label/view/{id}

View a previously saved label as an HTML page. Public, no API key required. Iframe-embeddable with inline SVG rendering.

Pfadparameter

id*string

Abfrageparameter

id*string

Label ID from the share response.

Antworttext

application/json

application/json

application/json

curl -X GET "https://example.com/v1/label/view/string?id=string"

"<!DOCTYPE html><html><!-- rendered label preview embedded in a responsive page --></html>"

{  "error": "Bad Request"}
{  "error": "Internal Error"}