Skip to main content
POST
Download File
This Tool will respond with a temporary signed download URL from the OneDrive API. Send a request to this URL to get a response with a byte stream of the file data.

Authorizations

Authorization
string
header
required

Your Paragon User Token (JWT), which you can generate using your project's signing keys.

Path Parameters

project_id
string
required

Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.

Body

application/json
tool
string
default:ONEDRIVE_DOWNLOAD_FILE
required
parameters
object
required

Response

201 - application/json

Response with File URL

url
string

A temporary signed download URL from the OneDrive API. Send a request to this URL from your request client or provide the URL to an LLM provider to download or use the file contents.