I'm looking for a way to get a caption for an image using a POST request from one of these sites: Pally, Image2Caption, or WriterBuddy. As I'm not a backend engineer, I'm unsure how to implement this. Could someone assist me with this?
Welcome to the callin.io community!
callin.io does not have an integration for this third-party service.
If the external service provides a Developer API Reference/Documentation, you should be able to integrate the endpoints in callin.io using the app’s universal module (Make an API call) or the generic HTTP “Make a request” module.
You can also suggest it to be created in the Idea exchange. Remember to search there first to see if someone has already suggested it, to avoid 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, simply select Multipart/form-data and map the file data into the field.
If you require further assistance with setting up the generic HTTP module, please provide more details about your attempts regarding the external service’s Developer API Reference – including how you are configuring the connection, a link to the endpoint you are trying to connect to, and any errors you are encountering.