Zero egress fee cloud storage (S3-compatible)
Cloudflare R2 is an S3-compatible object storage service that charges zero egress bandwidth fees. Perfect for serving media and assets.
1. Go to Cloudflare dashboard > R2 2. Select Manage R2 API Tokens 3. Create a token and copy Access + Secret keys
Get API CredentialsClick "Try It" above to test the API in the playground
Click "Add to Agent" to get your API key and integrate
Get started quickly with these code examples in your favorite language
curl -X GET \ 'https://www.callio.dev/api/proxy/cloudflare-r2/endpoint' \ -H 'Authorization: Bearer YOUR_CALLIO_KEY' \ -H 'Content-Type: application/json'💡 Tip: Replace YOUR_CALLIO_KEY with your actual Callio API key from the dashboard.
Test endpoints live or generate your API key and start building in minutes