HTTP Request - File Upload

Hi all. I am stuck with this problem.

I don’t know how to structure my HTTP settings in make to get this file upload to work.

This is what I can see in my network traffic for a website, it is possible to do with HTTP.

The below are my make settings. I am sure its not the authentication as that works in the previous steps.

I appreciate any help

You probably need to be logged in to perform that action, which a normal HTTP request cannot do.

See the authorization token? That’s what you need to send to the server too, and it may change everytime you login.

2 Likes

I’m not having authentication errors at the moment as I can get request fine with the API key, just not sure how to send a file.

This is the post body