GET
/
v1
/
csv
cURL
curl --request GET \
  --url https://trytako.com/api/v1/csv \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

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 knowledge card to get

Response

200 - text/csv

CSV file

The response is of type file.