Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.modelence.com/llms.txt

Use this file to discover all available pages before exploring further.

API Reference / modelence / client / downloadFile
downloadFile(filePath): Promise<{ downloadUrl: string; }>
Defined in: packages/modelence/src/files/client.ts:50

Parameters

ParameterType
filePathstring

Returns

Promise<{ downloadUrl: string; }>