Skip to main content
GET
/
files
/
{id}
/
signed-url
Get signed file URL
curl --request GET \
  --url https://api.questra.ai/files/{id}/signed-url \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Org-Id: <x-org-id>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Org-Id
string
required

The ID of the organization to make requests against. Found on your Settings page.

Path Parameters

id
string
required

Unique ID of the file to get the URL for

Response

200 - application/json
url
string<uri>
required