Generate Contract (Async)

Generate a new contract object from a Base64 encoded PDF of a contract. This endpoint will return immediately and the contract will be generated asynchronously.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
documentstringRequired

Base64 encoded PDF of contract document.

creatorEntityIdstringRequired

ID of the entity that created the contract

Response

This endpoint returns an object.
jobIdstring

Job ID

Errors