Get File

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

Query Params
string

provide the path generated by other link service to obtain the file

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json