Upload text file into body of API in Azure API Management

Brian Garr
1
Reputation point
So I am building an Azure front end for our TTS+ on API Management, and I need to allow the API user to pass a text file and then turn the text into the body field of teh API call. I know if I denote the body as Binary that the system will ask me to upload a file, but in this case, I not only need to upload the file, but turn the body of the file into the body of the call to the webservice.