Async review contract
POST {{baseUrl}}/api/{{apiV2Version}}/contract/:document-id/review/async
Find risky clauses within a contract, such as incomplete clauses, missing clauses, missing contractual elements.
Request Body
Name | Required | Description |
---|---|---|
data | true | DLA data |
contractType | false | Define the contract type-specific checking engine. The value is either of NDA |
DLA Data
Name | Required | Description |
---|---|---|
type | true | The type of contents. The value is either of title |
payloads | true | The given content. |
method | true | dla to use the AI model. |
RESPONSES
status: OK
{"jobId":"621065d793c8da6819c6dc0f","taskCategory":"CONTRACT","taskSubcategory":"ASYNC_CHECK","status":"Processing","startDateTime":"2022-02-19T03:36:55.213Z","expirationDateTime":"2022-02-20T03:36:55.213Z"}