File Storage
File Storage makes it easy to implement file upload in your app, store files from and send files to third-party APIs, and to serve dynamic files to your users. All file types are supported.
- Upload files to store them in Convex and reference them in your database documents
- Store files generated or fetched from third-party APIs
- Serve files via URL
- Delete files stored in Convex
- Access file metadata
You can manage your stored files on the dashboard.
Examples: File Storage with HTTP Actions, File Storage with Queries and Mutations