Workflows

Declarative workflows for multi-step legal processes - Orchestrate complex legal workflows with ease.

Declarative workflows for orchestrating multi-step legal processes. Combine multiple AI services, conditionals, and data transformations into reusable, versioned workflows.

Authentication

Authorization: Bearer sk_case_your_api_key_here

Overview

Workflows are declarative, multi-step processes that orchestrate complex legal tasks. Combine document processing, AI analysis, data extraction, and conditional logic into reusable, versioned workflows.

Quick Start

curl -X POST https://api.case.dev/workflows/v1/execute/{workflow_id} \
  -H "Authorization: Bearer sk_case_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input": {"document_url": "https://example.com/contract.pdf"}}'

What's Next?