We are trying to connect Face Mask Detection API by passing image and we are not able to get the desired result, We tried hitting the same API via postman which works fine but we are not sure what wrong we are doing while doing it from appian.
API-rapidapi.com/.../face-mask-detection
Appian Config:
API config-
Discussion posts and replies are publicly visible
We got the answer for the issue and look like it was a change from Content-Type to content-type and that worked just fine
It will work for any header key other than "Content-Type" coz in the end it is not getting used at all. Try changing it to "xyz" or anything it would still work as Content-Type is added by default in the request by Appian
I agree! this also did work for us, thank you for your response!
Thanks for admitting it finally.