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 --location --request PUT 'https://finix-file-quarantine-sb.s3.us-east-2.amazonaws.com//.../:FILE-TYPE:/:FILE-ID:/...' \
--header 'Content-Type: image/png' \
--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 . |