Skip to main content
POST
Generate Plotly Chart Endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for synchronous Plotly chart generation.

data
required

Tabular data: JSON array of rows, column-oriented dict, or CSV string

chart_type
string
required

Chart type: bar, line, scatter, pie, etc.

Required string length: 1 - 100
options
Options · object | null

Optional chart options: title, x_label, y_label, color_scheme

Response

Successful Response

Synchronous Plotly chart generation result.

success
boolean
required
plotly_json
Plotly Json · object | null