cURL
curl --request GET \ --url https://flowra.dev/api/v1/file/download/{id} \ --header 'x-api-key: <api-key>'
Download a file by its ID. Returns the file content with the appropriate content-type. Use your API key in the request.
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?