Sends the provider's upload information (job ID/document ID) or file information for IDD to upload.
Collects job/document information for a manual upload or uploads internally (see the input types in the request body description.)
For requests with automatic notification enabled (with the notificationInfo object included in the request), the request body in the notification will resemble:
status: complete,
responseBody:
is_extracted: true,
language: English,
scan_quality: A,
is_scanned: true,
page_count: 10,
error_code: 0,
jobId: 412455,
documentId: 86453,
projectId: 625
Tenant name
Set to true to upload documents using the resumable API.
User ID
User name
Request to:
Job ID
Document ID
Record type
Project ID
Instance URL
Including this webhook information enables automatic polling by IDD.
URL
Request method
OK
curl --request POST \--url https://idd_url/idd/api/v2/tenantId/analyze/uploadinfo \--header 'Content-Type: application/json' \--header 'X-API-Key: 123' \--data '{"jobId": "40289","documentId": "89000","context": {"recordType": "NDA","projectId": "342","instanceUrl": "https://www.conga.com"}}'