GET
/
v1
/
beta
/
chart_insights
cURL
curl --request GET \
  --url https://trytako.com/api/v1/beta/chart_insights \
  --header 'X-API-Key: <api-key>'
{
  "insights": [
    "<string>"
  ],
  "description": "<string>"
}

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.

Authorizations

X-API-Key
string
header
required

Query Parameters

card_id
string
required

ID of the chart config to get

Response

200 - application/json

Chart insights

The response is of type object.