{ "opencollection": "1.0.0", "info": { "name": "Supabase Auth Admin Rendering API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Rendering", "type": "folder" }, "items": [ { "info": { "name": "Render a transformed private image", "type": "http" }, "http": { "method": "GET", "url": "https://{project_ref}.supabase.co/auth/v1/render/image/authenticated/:bucketName/:objectPath", "params": [ { "name": "bucketName", "value": "", "type": "path", "description": "Name of the storage bucket" }, { "name": "objectPath", "value": "", "type": "path", "description": "Path to the object within the bucket, including folder hierarchy and filename." }, { "name": "width", "value": "", "type": "query", "description": "Target width in pixels for image transformation" }, { "name": "height", "value": "", "type": "query", "description": "Target height in pixels for image transformation" }, { "name": "resize", "value": "", "type": "query", "description": "Resize mode for image transformation" }, { "name": "format", "value": "", "type": "query", "description": "Output format for image transformation" }, { "name": "quality", "value": "", "type": "query", "description": "Output quality for image transformation (1-100)" } ] }, "docs": "Downloads and optionally transforms a private image with resizing, format conversion, and quality adjustments applied on the fly." }, { "info": { "name": "Render a transformed public image", "type": "http" }, "http": { "method": "GET", "url": "https://{project_ref}.supabase.co/auth/v1/render/image/public/:bucketName/:objectPath", "params": [ { "name": "bucketName", "value": "", "type": "path", "description": "Name of the storage bucket" }, { "name": "objectPath", "value": "", "type": "path", "description": "Path to the object within the bucket, including folder hierarchy and filename." }, { "name": "width", "value": "", "type": "query", "description": "Target width in pixels for image transformation" }, { "name": "height", "value": "", "type": "query", "description": "Target height in pixels for image transformation" }, { "name": "resize", "value": "", "type": "query", "description": "Resize mode for image transformation" }, { "name": "format", "value": "", "type": "query", "description": "Output format for image transformation" }, { "name": "quality", "value": "", "type": "query", "description": "Output quality for image transformation (1-100)" } ] }, "docs": "Downloads and optionally transforms a public image with resizing, format conversion, and quality adjustments applied on the fly." } ] } ], "bundled": true }