SQL Query API
SQL Query (Cloud Data Warehouse) API
Last updated
Was this helpful?
SQL Query (Cloud Data Warehouse) API
Last updated
Was this helpful?
The SQL Query API provides powerful capabilities for querying data managed by the Spice.ai Cloud Data Warehouse and connected external data sources using federated SQL queries. Results can be fetched through either the high-performance Apache Arrow Flight API or a standard HTTP API.
For production use, leverage the high-performance Apache Arrow Flight API, which is optimized for large-scale data workloads. The Spice SDKs default to querying via Arrow Flight.
• Endpoint: grpc+tls://flight.spiceai.io
• For additional details, refer to the .
The SQL Query API is also accessible via HTTP, offering standard integration for web applications.
• Core Endpoint: https://data.spiceai.io/v1/sql
• For more details, consult the .