HTTP API
📄️ GET /v1/ready
HTTP Readiness API
📄️ POST /v1/sql
HTTP SQL Query API
📄️ GET /v1/datasets
Fetch datasets
📄️ POST /v1/datasets/<name>/acceleration/refresh
📄️ GET /v1/catalogs
Fetch catalogs
📄️ GET /v1/models
Fetch AI/ML models
📄️ POST /v1/chat/completions
📄️ POST /v1/embeddings
📄️ POST /v1/search
📄️ POST /v1/predict
Authentication
API Key authentication is supported for all HTTP routes. For more details, see API Key Authentication.
Cross-Origin Resource Sharing (CORS)
CORS is disabled by default. To enable CORS for all origins, add the following configuration to your spicepod.yaml
file:
runtime:
cors:
enabled: true
See CORS for more details.