1. Base URL
GET/FaceAuth/Image
2. Authentication
Include the API key in the x-api-key header:x-api-key
3. Request Example
GET/FaceAuth
4. Request Parameters
The authId to download the image
5. Response
Returns a base64 encoded image.5-1.Success Response
example.png
5-2. Error Codes
If an error occurs, a 400 status code is returned along with details in the response body:error.json
Error Code | Description |
---|---|
faceAuth_project not found | This error occurs when there is no valid project corresponding to the submitted API-Key. Please check if your API-Key is correct. |
authId is required | The authId parameter is missing from the request parameters. |