API Online

Tutorials

Step-by-step guides for common integration patterns.

Document Upload & Processing

5 min

Learn how to upload loan documents and trigger ESG clause extraction.

Steps

  1. 1Prepare your loan document (PDF or TXT)
  2. 2Upload using the /documents/upload endpoint
  3. 3Wait for processing to complete
  4. 4View extracted clauses

Clause Review Workflow

10 min

Implement the human-in-the-loop review process for AI-extracted clauses.

Steps

  1. 1Fetch clauses pending review
  2. 2Display clause details and confidence
  3. 3Approve or reject each clause
  4. 4Create obligations from approved clauses

Building a Chat Interface

15 min

Create a document Q&A interface using the RAG-powered chat API.

Steps

  1. 1Set up a chat input component
  2. 2Send queries to /chat/ endpoint
  3. 3Display AI responses with sources
  4. 4Handle conversation history

More tutorials coming soon! Check back for guides on compliance tracking, portfolio analytics, and advanced integrations.