I need a caption from any one of these sites Pally, Image2Caption or WriterBuddy by uploading an image in POST request. Since I’m not a backend engineer idk how to do it. Can anybody help me?
Welcome to the Make community!
Make doesn’t have an integration for this third-party services.
If the external service has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the app’s universal module (Make an API call) or generic HTTP “Make a request” module.
You can also suggest for it to be made in the Idea exchange. Don’t forget to search for it first, just in case someone already suggested it, so that you don’t end up creating a duplicate.
According to https://www.make.com/en/help/tools/http#example-http-request-with-the-make-a-request-module, to map files, just select Multipart/form-data and map the file data into the field.
If you need further assistance in setting up the generic HTTP module, please provide additional information about what you have tried with regards to the external service’s Developer API Reference – how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.