Deprecated API Reference
This API Reference is being deprecated. Please use the New API Reference.
Upload file to External Link
Upload users files to the external_link
resource you created. Include the external link url
in your request. For more info see, Uploading files to Finix.
curl 'https://finix-file-quarantine-sb.s3.us-east-2.amazonaws.com//.../:FILE-TYPE:/:FILE-ID:/...' \
-H 'Content-Type: image/png' \
-H 'Finix-Version:2022-02-01' \
-X PUT \
-data-binary '@/Users/me/Downloads/Finix-files UI.png'
HTTP Request
PUT http://:EXTERNAL_URL:/finix-file-quarantine/.../:FILE-TYPE:/:FILE-ID:/...
URL Parameters
Parameter |
Description |
---|---|
:EXTERNAL_URL: | The url returned when creating an external_link . |