> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Download a file

> API endpoint for downloading files from FlowX.AI document storage by file path or key.

<Warning>
  **Reference under review.** The path of this endpoint (`/internal/storage/...`) indicates it is an internal document-plugin operation used between FlowX services, not a public integration API. For supported integration patterns, see [Consuming FlowX from external apps](/5.9/docs/platform-deep-dive/integrations/consuming-flowx-from-external-apps).
</Warning>

This endpoint allows you to download a file by specifying its path or key.

<ParamField path="documentURL" type="string">
  The base URL of the document.
</ParamField>

<ParamField path="internal" type="string">
  A segment of the path that specifies it is an internal call.
</ParamField>

<ParamField path="storage" type="string">
  A segment of the path referring to storage resources.
</ParamField>

<ParamField path="download" type="string">
  The unique identifier for the download.
</ParamField>


## Related topics

- [File download](/5.9/docs/building-blocks/ui-designer/ui-component-types/file-download.md)
- [Listing stored files](/5.9/docs/platform-deep-dive/core-extensions/content-management/documents-plugin/listing-stored-files.md)
- [FlowX.AI 5.10.0 Release Notes](/release-notes/v5.x/v5.10.0-july-2026/v5.10.0-july-2026.md)
- [FlowX.AI 5.0.0 Release Notes](/release-notes/v5.x/v5.0.0-july-2025/v5.0.0-july-2025.md)
- [Web Page Extractor](/5.9/ai-platform/agent-builder/web-page-extractor.md)
