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>"
}Returns a pre-signed URL that can be used to directly access the file (e.g., for displaying PDFs in an iframe)
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>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique ID of the file to get the URL for