cURL
curl --request POST \ --url https://trytako.com/api/v1/beta/file_connector \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "file_id": "<string>", "file_url": "<string>", "source": "<string>", "file_context": "<string>", "prepend_schema_context": true }'
{ "message": "<string>", "id": "<string>", "metadata": { "id": "<string>", "created_at": "<string>", "updated_at": "<string>", "source": "<string>", "schema_id": "<string>", "file_context": "<string>", "prepend_schema_context": true } }
Connect your file to Tako for visualization and analysis
.csv
.xls
.xlsx
.parquet
File connector ID
The response is of type object.
object