Skip to main content
Version: ACE 5

Send file to remote service

ACE Working example

Provided workspace showcases an ACE dynamic API which receives file and text fields as part of multi-part form data. It then sends the received files and text to a remote service.

How to use the example?

Try the provided POST /test/receive-files-and-text method from the Try it out view.

After uploading the files and text fields to the remote service, the API will return the response from the remote service. In this case, the https://postman-echo.com/post endpoint is being used as the target remote service.

The mapping for sending text and file fields to the endpoint is found at the bottom of the HTTP step configuration.