Juro
Juro is an AI-native contract automation and contract lifecycle management (CLM) platform where legal, sales, HR, and finance teams create, negotiate, sign, and manage contracts in one browser-based workspace. Juro exposes a documented public REST API (v3, base https://api.juro.com/v3, with a sandbox at https://api-sandbox.juro.io/v3) authenticated with an x-api-key header. The API lets external systems initiate contracts from templates, upload PDFs, edit smart fields, send contracts for e-signature, download signed PDFs, and subscribe to a dozen-plus contract lifecycle webhook events (contract.created, contract.signed, approval events, and more). API access is plan-gated - it is included with a Juro subscription and enabled through your Customer Success Manager - so live calls require an eligible plan and issued key.
APIs
Juro Contracts API
Create, retrieve, list, update, and delete contracts. Initiate a contract from a Juro template and pass in smart-field data, upload an existing PDF to create a contract, patch c...
Juro Templates API
List the contract templates available to the API key holder and retrieve a specific template, including its smart fields, so external systems know what data to supply when initi...
Juro Signatures API
Drive the e-signature stage of the contract lifecycle. Apply a signature to a contract, send a signing request to a signing side, and send a signing request to a specific signat...
Juro Webhooks API
Subscribe to real-time contract lifecycle events and receive them as outbound webhooks - contract.created, contract.signed, contract.edit, contract.pdf_generated, contract.viewe...