ChartLinkrender by URL

Error codes

JSON body shape: { "error": { "code", "message", "details?" } }

CodeHTTPMeaning
INVALID_INPUT400Missing or malformed payload
INVALID_JSON400Chart config JSON parse failed
UNSUPPORTED_KIND400Unknown render kind
UNSUPPORTED_FORMAT400format must be png or svg
INPUT_TOO_LARGE400Input exceeds size limit
DIMENSIONS_TOO_LARGE400Width/height above max
RATE_LIMITED429Free-tier RPM exceeded; see Retry-After
UNAUTHORIZED401Invalid or revoked API key
TIMEOUT504Render exceeded time budget
RENDER_FAILED500Engine failure; check details
NOT_CONFIGURED503Required server integration is missing