Post multiple images multipart/form-data

Hi all,

I am integrating an API from a partner for which I have to make administrative declarations. For this I have to upload pictures of clothing items, which I want to automate in my app.

I have a POST to make for which I need to post an array of images (all at once), and I have trouble configuring that in MAKE using the HTTP modules.

Here are some screenshots of what I have in Make :


Amongst other fields I have the array photos that I don’t know how to configure.

Here is a screenshot of the swagger of the API :

Has anyone got any tips or idea how to do that ?

Welcome to the Make community!

Perhaps you can try this Custom GPT that @rabin built.

You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules

  • API and Endpoints
  • Header and body
  • Multipart/form-data
  • OAuth 2.0

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

Thanks for the tips, i was not able to solve my problem with it though :confused:
Here is what I have configured for now

I loop through items to get their pictures, and get as a result an array of pictures and picture names.

Then here is the HTTP call (updated) :

And i get the following error :

Any help would be great !! :slight_smile: