Spicepods API
Create, update, and manage Spicepods (beta)
A Spicepod is a package (a zip file) of data and AI configuration used by a Spice application.
A Spicepod manifest is a YAML file with Spice application configuration.
Upload a Spicepod
post
https://data.spiceai.io
/v0.1/orgs/{org_name}/apps/{app_id}/spicepods
Upload a Spicepod
get
https://data.spiceai.io
/v0.1/orgs/{org_name}/apps/{app_id}/spicepods
List all Spicepods
Get a Spicepod
get
https://data.spiceai.io
/v0.1/orgs/{org_name}/apps/{app_id}/spicepods/{name}
Get a Spicepod by name
Delete a Spicepod
delete
https://data.spiceai.io
/v0.1/orgs/{org_name}/apps/{app_id}/spicepods/{name}
Delete a Spicepod by name
- Maximum size of a Spicepod file is 1MB.
Last modified 2mo ago