Docs

Create Insights

Creates document insights from completed documents, drafts, or URLs in Harbour.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
string

Harbour draft document identifier. Provide one of draft_id, completed_id, doc_text, or url.

string

Harbour completed agreement asset identifier. Provide one of draft_id, completed_id, doc_text, or url.

string

Raw document text to analyze. Provide one of draft_id, completed_id, doc_text, or url.

string

Publicly accessible document URL to analyze. Provide one of draft_id, completed_id, doc_text, or url.

stringrequired

Background context the model can use while generating insights.

array of objectrequired

List of Harbour insight request objects, for example [{ "type": "document_title" }, { "type": "contract_values" }].

booleanrequired

Whether Harbour should stream the insight generation response.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.