cURL
curl --request GET \ --url https://flowra.dev/api/v1/file/{filename} \ --header 'x-api-key: <api-key>'
Serve a file by its stored filename (e.g. for public or signed URLs). Use when you have the filename from upload response.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
File content
Was this page helpful?