ChartQuery

Label Render

Render a previously saved label by ID. Public — no API key required. Supports ?format= override.

GET
/v1/label/render/{id}

Path Parameters

id*string

Query Parameters

id*string

Label ID from the share response.

format?string

Override output format.

Default"svg"
Value in"svg" | "png"

Response Body

application/json

application/json

curl -X GET "https://api.chartquery.com/v1/label/render/string?id=string"
Empty
{
  "error": "Bad Request"
}
{
  "error": "Internal Error"
}