Upload Data
Import data into your cubes using the API or the admin interface.Upload via Admin UI
- Navigate to your cube
- Click Import
- Select a CSV or JSON file
- Map columns to your cube schema
- Review and confirm the import
Upload via API
Create records programmatically:Upload Images
Upload images using multipart form data:Tips
- Validate your data before importing to avoid errors
- Use the API for large imports that exceed the admin UI file size limit
- Image uploads are processed asynchronously — allow a moment for CDN propagation