Document Capture
In this section, you will find the specific details on creating a process that includes Document Capture as a capability
Getting started
Your API requests are authenticated using an access token. Any request that does not include a valid access token will return an error.
You can learn more about generating an access token here.
Endpoints:
Production: https://api.id.unico.app/processes/v1.
In creating the process, the following fields are required:
subject.code
,subject.name
,document.Purpose
,document.files.id
ordocument.files.data
, andimageBase64
;In the process response, we return the
id
,status
, anddocument.id
. The capability's response is always asynchronous; therefore, theGetProcess
method must be implemented.
Still need help?
Didn't find something or still need help? If you're already a client or partner, you can reach out through our Help Center.
Atualizado