API Reference | Spice.ai Cloud Documentation
Runtime APIs
Runtime APIs are served at https://data.spiceai.io and authenticated with App API keys.
API
| Endpoint | Documentation |
|---|---|
| SQL Query (HTTP) | POST /v1/sql HTTP API |
| SQL Query (Arrow Flight) | grpc+tls://flight.spiceai.io Arrow Flight API |
| LLM Chat Completions | POST /v1/chat/completions LLM API |
| Search | POST /v1/search Search API |
| Health | GET /health Health API |
| Metrics | GET /v1/metrics Metrics API |
Management API
The Management API is served at https://api.spice.ai and authenticated with Personal Access Tokens or OAuth client credentials.
Endpoint
| Documentation |
|---|
| Apps |
| Deployments |
| Secrets |
| API Keys |
| Members |
| Regions |
| Container Images |
| Health |
See the full Management API reference for authentication, scopes, rate limits, and examples.
OpenAPI Specification
The Spice.ai Platform API spec is available at:
https://api.spice.ai/v1/docs/openapi.json
Last updated 3 months ago.