Skip to content

Developer overview

The Redline API lets your systems create and track Matters, upload documents, record negotiation Turns, query Clauses, request approvals, and manage webhook subscriptions.

What you can build

Matter intake

Create a Matter from an approved request in your CRM, procurement system, or internal portal.

Contract archive

Synchronize Executed Copies and selected metadata with your records repository.

Approval automation

Request an Approval Chain when a commercial threshold or policy rule is met.

Event-driven workflows

React when a Turn completes, an approval is requested, or a Matter is executed.

Base URL

All version 1 endpoints begin with:

https://api.redline.example/v1

Requests and responses use JSON except document upload and download operations. Identifiers have a resource prefix, such as mat_ for a Matter and doc_ for a document. List endpoints use opaque cursor pagination.

Start with authentication, then use the API Reference for endpoint details.