> ## 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

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

- [Listing stored files](/4.6.0/docs/platform-deep-dive/plugins/custom-plugins/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)
- [Creating and uploading a new document](/4.6.0/docs/platform-deep-dive/plugins/custom-plugins/documents-plugin/uploading-a-new-document.md)
- [FlowX.AI 5.7.0 Release Notes](/release-notes/v5.x/v5.7.0-april-2026/v5.7.0-april-2026.md)
