Footer Section
Explore

Gets extracted information along with mapped fields and clauses.
Tenant name
Agreement ID
Attachment ID
List of document IDs
The URL of the org instance
The source module/application, such as "clm", "cc", or "cfs"
User ID of the logged-in user
Full name of the logged-in user
OK
Document ID
Document name
Document ID
Attachment ID for the original document
Attachment ID for the searchable PDF
Record type
Name of the provider
Name of the field
ID of the provision
Provision type
An array of objects and fields this provision maps to
An array of template IDs this provision maps to
Name of the provider
Name of the field
ID of the provision
Provision type
curl --request GET \--url https://idd_url/idd/api/v2/tenantId/document/extractions \--header 'Accept: application/json' \--header 'X-API-Key: 123'
1{2"documentId": "82736",3"documentName": "AcmeMSA.pdf",4"agreementId": "005a2382736",5"originalAttachmentId": "009dahr89",6"reviewAttachmentId": "009dahr90",7"recordType": "NDA",8"extractedProvisions": [9{10"provider": "congaai",11"name": "Agreement Start Date",12"fieldId": "45894422-4875959",13"type": "standard",14"extractions": [15{16"text": "5th day of June 2021",17"normalizedText": "06/05/2021",18"spans": [19{20"start": 0,21"end": 0,22"pages": {23"start": 0,24"end": 025},26"bounds": {27"top": 0,28"left": 0,29"bottom": 0,30"right": 031}32}33]34}35],36"mappedFields": [37{38"objectName": "string",39"congaField": "string",40"wordWildCard": "string",41"patternSimilarity": "string"42}43],44"mappedClauses": [45{46"congaTemplateId": "string",47"wordWildCard": "string",48"patternSimilarity": "string"49}50]51}52],53"missingProvisions": [54{55"provider": "congaai",56"name": "string",57"fieldId": "string",58"type": "standard"59}60]61}