Add a Dataset and query data
Add a dataset and query it using SQL Query in the Playground
Adding a ready-to-use Dataset
[Optional] Execute a SQL query using cURL
curl --request POST \
--url 'https://data.spiceai.io/v1/sql' \
--header 'Content-Type: text/plain' \
--header 'X-API-KEY: [API-KEY]' \
--data 'select * from spice.samples.taxi_trips limit 3'Last updated
Was this helpful?