Skip to main content

Files overview

Vaults can store binary files alongside JSON documents. Files are uploaded to Google Cloud Storage and served from the Prudra CDN at assets.prudra.dev. File URLs are stable for the lifetime of the vault.

How file storage works

Your server uploads the file buffer. Prudra generates a GCS presigned URL, uploads the file, and returns a CDN URL you can share with the caller.

Quick example

Plan file limits

Sub-pages

Upload files

Upload files to a vault and get CDN URLs.

Download files

Download file contents from the CDN.

Delete files

Remove individual files from a vault.