Athento allows to enable a public web page to upload documents. The URL of that page will look like:
https://app.athento.com/uploader/api/external/SERIE/APIKEY/TOKEN
where:
- SERIE is the uuid of the serie where document will get uploaded..
- APIKEY is the api key of the given serie.
- TOKEN is the api key encripted with the secret key using SHA256
Besides, Athento allows to add metadata by default for all the documents uploaded to such page, you only need to add parameters to the url, for example:
https://app.athento.com/uploader/api/external/SERIE/APIKEY/TOKEN?metadata.NSS=12345678A&metadata.BirthDate=01/01/2000
This page may be used in any device and can be integrated in other applications.
Comments
0 comments
Please sign in to leave a comment.