Generate Contract (Sync)

Generate a new contract object from a Base64 encoded PDF of a contract. This endpoint will block until the contract is generated.

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

contractobject

Contract

Errors