Links

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.

APIs

Upload a Spicepod
post
https://data.spiceai.io
/v0.1/orgs/{org_name}/apps/{app_id}/spicepods
Upload a Spicepod

List Spicepods

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

Limitations

  • Maximum size of a Spicepod file is 1MB.