The service supports both POST and GET requests. Nevertheless, POST requests are highly recommended for security reasons.
The responses will be in JSON format. JSONP format also supported.
You can get a human readable micro ID using the following endpoint
http://ws.sinevia.com/id/human-micro?Token=Id_DemoTest
Generates a time based unique id with nano seconds precission. No dashes. 23 digits - YYYYMMDD-HHMMSS-MMMMMM-NNN
You can get a human readable nano ID using the following endpoint
http://ws.sinevia.com/id/human-nano?Token=Id_DemoTest
A human friendly, numbers only UUID, which has the nano seconds precision ID and 9 random digits to insure uniqueness YYYY-MMDD-HHMM-SSMM-MMMM-NNNR-RRRR-RRRR
You can get a human readable UUID using the following endpoint
http://ws.sinevia.com/id/human-uuid?Token=Id_DemoTest