Download OpenAPI specification:Download
| Main Tags | Most Popular Pages |
|---|---|
|
➤
Welcome
➤ Prerequisites ➤ Access Tokens ➤ Quick Integration ➤ Updates ➤ SignalR ➤ APIs Developer Guide ➤ Appendix |
➤
Authentication
➤ Account Management ➤ Add Package ➤ Upload Document ➤ Get Workflow Details ➤ Sign Document |
This section entails the web services for the Artificial Intelligence i.e. Get AI features and execute the relevant features.
Business applications can use this service API to execute artificial intelligence feature.
| packageId required | integer <int64> Package Id |
| feature required | string Feature Id |
| Authorization required | string Default: Bearer {access_token} The OAuth access token obtained as a result of successful authentication via the "password" grant type. |
| Content-Type required | string Default: application/json |
| Accept required | string Default: application/json |
| x-folder-id | string Default: 0 Specify the folder ID, for retrieving the folder items, when a shared space folder is involved. |
| x-password | string Example: pincode123 The password set by the document owner for accessing the document, if any. If the password has not been set, then the value shall be null. |
| x-otp | string Example: 123456 The One-Time Password (OTP) set by the document owner for accessing the document, if any. If the OTP has not been set, then the value shall be null. |
| x-identity-verification | string The Identity Verification token obtained from Get Identity Verification Flow Status, if applicable. If the policy has not been set, then the value shall be null. |
Request data
required | Array of objects (Custom.ArtificialIntelligenceDocuments) documents |
{- "documents": [
- {
- "id": 0,
- "pages": [
- {
- "number": 0
}
]
}
]
}{- "response": "string"
}Business applications can use this service API to get artificial intelligence features.
| packageId required | integer <int64> Package Id |
| Authorization required | string Default: Bearer {access_token} The OAuth access token obtained as a result of successful authentication via the "password" grant type. |
| Content-Type required | string Default: application/json |
| Accept required | string Default: application/json |
| x-folder-id | string Default: 0 Specify the folder ID, for retrieving the folder items, when a shared space folder is involved. |
| x-password | string Example: pincode123 The password set by the document owner for accessing the document, if any. If the password has not been set, then the value shall be null. |
| x-otp | string Example: 123456 The One-Time Password (OTP) set by the document owner for accessing the document, if any. If the OTP has not been set, then the value shall be null. |
| x-identity-verification | string The Identity Verification token obtained from Get Identity Verification Flow Status, if applicable. If the policy has not been set, then the value shall be null. |
{- "features": [
- {
- "id": "string",
- "name": "string",
- "summary": "string",
- "disclaimer": "string",
- "default": true
}
]
}
.