Do i have to save the image in a folder and pass the directory to the face API before i use the Face API?
Do i have to save the image in a folder and pass the directory to the face API before i use the Face API?
Hi, Face API expects individual image URL or binary file (detect api) in the request body, please refer to the API reference and quickstart documents. Organizing images into folders may also be useful for some operations as shown in Face Client Library.
2 people are following this question.