SWS API
Welcome to the Developer Zone of Syntizen Products. SWS is a repo of various API services provided by Syntizen.
We have language bindings in Python, JavaScript, Csharp and PHP. You can view code examples in the dark area to the right, and you can switch the programming language of the examples with the tabs in the top right.
Note: Base URLs
UAT: {{api-url}} https://uatapp.syntizen.com/sws/
Production: {{api-url}} https://app.syntizen.com/liveapi/sws/
Info: All the API request & response
- are in Json format
- support only POST Method
- parameter values are in string format only
Note: If the client needs an end to end encryption of the request and response, use an API key (32-bit length). It is also possible to skip the encryptions by passing an API key as 0 for all services in the request headers.
Syntizen Web Services (SWS)
Complete API reference for Syntizen Web Services — identity verification, AI/ML services, financial verification, AML services, and more.
Age Detection POST
Analyze an image to estimate the age of detected persons, supporting both face images and identity documents. Returns estimated age and cropped face for each detected face.
