Get File

Intro

This API is lets you download files generated by other link tools.

Important points

Required query parameter

The query parameter called path is required. It can be obtained directly in the response of a call that sends back the path of a file (for example, when you generate a PDF with link).

Successful response

if the response is successful, you will receive the file as binary data

Example in postman

Example of execution from postman

1526

cURL

curl --location --request GET '{{domain}}/api/v1/file?path={your_path}' \
--header 'x-api-key: {{you_api_key}}'

Possible Errors

If the path provided in the URL is wrong, you will get http error code 400, the response will not contain body

Language
Authorization
Header
Click Try It! to start a request and see the response here!