get https://sandbox.link.kiban.com/api/v1/file?path=
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
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