Skip to main content
GET
/
v1
/
thin_viz
/
default_schema
cURL
curl --request GET \
  --url https://trytako.com/api/v1/thin_viz/default_schema/ \
  --header 'X-API-Key: <api-key>'
[
  {
    "name": "<string>",
    "description": "<string>",
    "components": [
      "header"
    ]
  }
]

Notes

  • To authenticate, you’ll need a Tako API key. It’s best practice to store it as an environment variable to avoid hardcoding sensitive credentials in your code.
  • Returns a list of all available default schemas.
  • Default schemas are predefined templates that can be used to create visualizations without creating a custom schema first.

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

List of available default schemas

name
string
required

Schema name (unique identifier)

description
string
required

Schema description

components
enum<string>[]
required

List of component types in this schema

Available component types for thin viz cards.

Each component type has a dedicated builder that processes configurations, adds defaults, and applies theme styling automatically.

Available options:
header,
generic_timeseries,
categorical_bar,
data_table_chart,
financial_boxes,
table,
choropleth,
heatmap,
histogram,
pie,
scatter,
boxplot,
treemap,
waterfall,
bubble