Footer Section
Explore

Exports a document based on the settings given in the request body's Payload object.
For requests with automatic notification enabled (that is, with the notificationInfo object included in the request), the request body in the notification resembles:
status: complete,
responseBody:
is_successful: true,
redirect_href: https://ca.app.kirasystems.com/platform-api/v1/downloads/3625/files,
downloadId: 3625
Tenant name
Document ID
File format
Instance URL
User ID
User name
Request for export. If notificationInfo
is included, polling is performed for export completion.
Including this webhook information enables automatic polling by IDD.
URL
Request method
curl --request POST \--url 'https://idd_url/idd/api/v2/tenantId/analyze/export?format=pdf' \--header 'Accept: application/json' \--header 'Content-Type: application/json' \--header 'X-API-Key: 123' \--data '{"payload": {"export_format": "pdf","include_highlight": false,"pdf_quality": "low"},"notificationInfo": {"url": "https://www.conga.com/maxupload/notify","method": "POST"}}'
1{2"jobId": "4839",3"documentId": "83920",4"context": {5"instanceUrl": "https://www.conga.com"6}7}