ChartQuery

Label View

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

GET
/v1/label/view/{id}

Path Parameters

id*string

Query Parameters

id*string

Label ID from the share response.

Response Body

application/json

application/json

application/json

curl -X GET "https://api.chartquery.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"
}