Hi,
I am new to AppGyver and trying to integrate Face APIs from Azure. Using a Postman REST client, I am able to use the POST operation and provide an image file in the request body (binary). I am unable to create a Data Resource where I can test this API for the POST operation. I tried binding the custom properties to Image URL etc, but it doesn’t seem to pass the image as a binary.
Error: JSON error response from server: {“error”:{“code”:“InvalidImageSize”,“message”:“Image size is too small.”}}.status: 400
Resource settings for Create record (POST)
Resource URL: https://2021faceapi.cognitiveservices.azure.com/face/v1.0/
Relative path: detect
Has anyone tried this before? If so, can you share the steps which you followed?
Thanks