Zuva DocAI API
This Qodex collection contains sample requests to help you start analyzing your documents using Zuva's contracts AI. Check out Zuva's main Documentation page for more information about the API.
Obtaining a Token
- Make an account at zuva.ai
- In the Dashboard, navigate to DocAI and select a region
- Click Create Token and save your token somewhere safe (you will not be able to view it again)
Authorization
This workspace includes an environment called Zuva. Set {{zdai-base-url}}
to the URL for the region in which your token was issued, and paste your token as the current value of {{token}}
.
Submitting files
The example files used by the Files
requests are available at https://github.com/zuvaai/zdai-Qodex/tree/main/files and should be placed in your ~/Qodex/files
folder.
Chaining requests
The request in our collection update variables in the environment via tests. For example, successfully submitting a PDF file will update the file_id
variable, which is used in other requests such as OCR and Field Extraction.
API Reference
For further documentation, check our API reference.