home

General

Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral
search
search
Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral

Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

search

General

chevron_left

General Contents

close
  • Features by Release

  • Conga Upgrade Program

  • chevron_right

    System Requirements and Supported Platforms Matrix

  • Managed Packages Dependency Matrix

  • Conga Applications in Salesforce Lightning

  • Salesforce Multi-Factor Authentication Support for Conga Commerce

  • chevron_right

    Conga Product Glossary

  • chevron_right

    Conga Upgrade Assistant

  • chevron_right

    Product Retirement Schedule

  • expand_more

    Developer Center

    • chevron_right

      Approvals for Salesforce REST APIs

    • chevron_right

      Billing for Salesforce REST APIs

    • chevron_right

      CLM for Salesforce REST APIs

    • chevron_right

      CPQ for Salesforce REST APIs

    • chevron_right

      Digital Commerce for Salesforce REST APIs

    • expand_more

      Discovery AI for Salesforce REST APIs

      • chevron_right

        Admin Config

      • chevron_right

        Conga APIs

      • chevron_right

        Documents

      • chevron_right

        Tenant Administration

      • chevron_right

        Config Discovery and Management

      • expand_more

        Document Analysis

        • Get information for an upload request

          get
        • Send information for upload

          post
        • Get job status

          get
        • Update job status

          post
        • Get document status

          get
        • Show document status

          post
        • Get extracted provisions

          get
        • Extract data from natural language

          get
        • Extract date and time from natural language

          get
        • Log feedback event

          post
        • Export a document

          post
        • Retrieve info to download a document

          get
        • Download an exported document to a named location

          post
        • Delete a document

          delete
      • chevron_right

        Insight Analysis and Management

    • chevron_right

      Orchestrate REST APIs

    • chevron_right

      Partner Commerce for Salesforce REST APIs

    • chevron_right

      TurboEngines REST APIs

  1. General
  2. arrow_right
  3. Developer Center
  4. arrow_right
  5. Discovery AI for Salesforce REST APIs

list_altShow Contents

chevron_left

General

Document Analysis

chevron_right
download

Get extracted provisions

get
https://IDD_URL/idd/api/{version}
/{tenantId}/analyze/docinfo

Retrieves the extracted information from the provider, along with mapped fields and templates.

Request

Security: API Key

Path Parameters

tenantId
string
required

Tenant name

Query Parameters

documentid
string
required

Document ID

instanceurl
string
required

Instance URL

recordtype
string
required

Record type

userid
string
required

User ID

Example:
a56392269d970c
username
string
required

User name

Example:
dummyuser

Responses

200
500

OK

Body

responses
/
200
projectId
string<string>

Project ID

Example:
625
documentId
string<string>

Document ID

Example:
82736
jobId
string<string>

Job ID

Example:
43325
recordType
string<string>

Record type

Example:
NDA
foundProvisionMap
boolean

Boolean indicating if a provision map was found

Example:
true
extractedProvisions
array[object]
tags
array[string]

A possibly empty array of strings with tags that were assigned to the field instances

flag_user_id
integer<int64>

Integer identifier of user who red-flagged the field instance

>= -9007199254740991<= 9007199254740991
field_name
string<string>

Name of the field

field_instance_url
string<string>

URL for viewing the field instance in the AI engine's UI

page_range
array[integer<int64>]

A two-integer array indicating the document pages the field instance starts and ends on (inclusive).

is_flagged
boolean

Boolean indicating if a field instance is red-flagged

text_ranges
array[array]

An array of text ranges where this field instance text occurs in the document. Each element consists of two integers representing the start (inclusive) and end (exclusive) of the range, in characters from the start of the file.

field_instance_id
integer<int64>

Integer identifier of the field instance

>= -9007199254740991<= 9007199254740991
field_id
integer<int64>

Integer identifier of the field

>= -9007199254740991<= 9007199254740991
text
string<string>

Text of the field instance

mappedFields
array[object]

An array of objects and fields this provision maps to

mappedClauses
array[object]

An array of template IDs this provision maps to

Auth
:
Server Variables
:
Parameters
:
:
:
:
:
:
curl --request GET \
--url https://idd_url/idd/api/v2/tenantId/analyze/docinfo \
--header 'Accept: application/json' \
--header 'X-API-Key: 123'
Response Example
1
{
2
"projectId": "625",
3
"documentId": "82736",
4
"jobId": "43325",
5
"recordType": "NDA",
6
"foundProvisionMap": true,
7
"extractedProvisions": [
8
{
9
"tags": [
10
"string"
11
],
12
"flag_user_id": 0,
13
"field_name": "string",
14
"field_instance_url": "string",
15
"page_range": [
16
0
17
],
18
"is_flagged": true,
19
"text_ranges": [
20
[
21
0
22
]
23
],
24
"field_instance_id": 0,
25
"field_id": 0,
26
"text": "string",
27
"mappedFields": [
28
{
29
"objectName": "string",
30
"congaField": "string"
31
}
32
],
33
"mappedClauses": [
34
{
35
"congaTemplateId": "string"
36
}
37
]
38
}
39
]
40
}
chevron_leftchevron_right
chevron_right

Footer Section

Explore


Conga.com
Legal
Feedback
Contact Support

Copyright © 2025 Conga Corporation • All Rights Reserved

Cookie Notice

We use cookies to improve your experience on our site. To find out more, read our cookie policy.