/
LA
langchain-ai
/
LangSmith
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v48
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-05-27
586
756
1.6 MB
charts
Create Chart
Create a new chart.
post
/api/v1/charts/create
Request body
CustomChartCreate
required
title
string
required
description
string
nullable
index
integer
nullable
chart_type
'line'
|
'bar'
required
Enum for custom chart types.
series
CustomChartSeriesCreate[]
required
section_id
string
uuid
nullable
metadata
object
nullable
common_filters
CustomChartSeriesFilters
Response
Successful Response
CustomChartResponse
required
id
string
uuid
required
title
string
required
description
string
nullable
index
integer
required
chart_type
'line'
|
'bar'
required
Enum for custom chart types.
section_id
string
uuid
required
metadata
object
nullable
series
CustomChartSeries[]
nullable
required