Generate Contract (Sync)

POST

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

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

Built with