Usage
If you want to perform an additional face match between the Selfie image and the government database face you can use this API to submit the government database.
You need to ask IDWise support at [email protected] team to enable this custom step. after enabling the custom step you will be provided the step_id, and step_type.
NoteIf you decided for any reason to not submit the government database face you need to explicitly complete the custom steps using this API.
Authentication
Please refer to the API Credentials and Authentication page for more detailed information
Supported Image Image
Here you can find more info about the supported image size and dimension
Request Content Types
This API supports two content types for submitting data:
- multipart/form-data (Preferred)
Binary files are sent as multipart form fields alongside other textual/string fields. This is the recommended approach as it is more bandwidth-efficient. - application/json
All fields are submitted as a JSON payload. Binary files (image, image2) must be base64-encoded strings. Make sure to set the Content-Type header to application/json.
Base64 encoding binary data increases the payload size by approximately 33%. For large image files, this can significantly impact performance and bandwidth. Use multipart/form-data whenever possible.
