Endpoints
Render a chart using workbook data
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Options for rendering a chart from workbook data.
Options for rendering a chart from workbook data. Specify the data range, chart type, image output format, and title and axis labels.
Cells to update before rendering the chart. Changes are discarded at the end of the request
Specifies a temporary change to a workbook cell, including the target
cell reference and the
value
to apply. The API has no state, and so any changes made are cleared after each request.
Example:
[{ "target": "A2", "value": 1234 }]
Response
200
image/png
Chart rendered as an image
The response is of type file
.