Connect and Visualize
Run analysis and create visualization with your own data
Import your data into Tako using the Tako Connect API to unlock AI-powered analysis and visualization capabilities.
Connect Your Data
Tako supports two methods for bringing your data:
- Upload a local file
- Connect to a hosted file via URL
Follow the guide below to upload or connect your data with Tako
Upload Local Files via API
First, generate a presigned url using the GET /file_upload_url
endpoint. Then you can POST
your file to the url
Step 1: Request Upload URL
Sample Response
Step 2: Upload Your File
Use the url
and fields
from the response to upload your file using a multipart/form-data
request.
Connect External Files via URL
If your data is hosted elsewhere (e.g., S3, Dropbox, Google Drive), you can register it with Tako using the POST /file_connector
endpoint.
Query Tako with Your Data
Once your file is uploaded or connected, use the POST /visualize
endpoint to generate insights and visualizations.
In the body, include the file_id
from the response of /file_upload_url
or /file_connector
. Optionally, include a natural language query.
Query: Show me the total number of taxi passengers per day in NYC