VeriDoc.AI Legal Document Summarizer
AI-powered legal document summarizer that analyzes NDAs, contracts, and agreements to produce structured summaries with risk, compliance, and missing clause detection.
VeriDoc.AI Legal Document Summarizer endpoints
| Method | Endpoint | Description |
|---|---|---|
| workflows | ||
| DELETE |
delete /api/workflows/{id} |
|
| POST |
create /api/workflows |
|
| POST |
retry /api/workflows/runs/{runId}/retry |
|
| GET |
list /api/workflows |
|
| POST |
cancel /api/workflows/runs/{runId}/cancel |
|
| POST |
run /api/workflows/{id}/run |
|
| GET |
getRun /api/workflows/runs/{runId} |
|
| GET |
get /api/workflows/{id} |
|
| admin-billing | ||
| GET |
invoices /api/admin/billing/invoices |
|
| GET |
plans /api/admin/billing/plans |
|
| admin-security | ||
| DELETE |
remove /api/admin/security/ip-allowlist |
|
| usage | ||
| GET |
usage /api/usage |
Returns plan, current window usage, remaining quota and reset time. Mirrors values also sent via X-RateLimit-* headers on other endpoints. |
| veridoc-docs | ||
| GET |
get_1 /api/veridoc/documents/{id} |
|
| POST |
upload /api/veridoc/documents |
|
| diagnostics | ||
| GET |
ready /api/diagnostics/ready |
Returns minimal fields confirming service is responsive. |
| GET |
info /api/diagnostics/info |
Feature flags, vector settings, ingestion, knowledge graph status. |
| clause-rewrite | ||
| POST |
rewrite /api/rewrite-clause |
|
| VeridocIngestionSources | ||
| POST |
triggerS3 /api/veridoc/ingest/s3/scan |
|
| POST |
triggerSftp /api/veridoc/ingest/sftp/scan |
|
| POST |
triggerEmail /api/veridoc/ingest/email/scan |
|
| compare | ||
| POST |
compare_1 /api/compare |
|
| ner | ||
| POST |
ner /api/ner |
Extract entities with type and character offsets; supports legal domain hints and auto language detection. |
| risks | ||
| POST |
analyzeRisks /api/analyze-risks |
Analyzes text for legal risks and returns structured risks, risk score, and recommendations. |
| classification | ||
| POST |
classify /api/classify |
|
| i18n | ||
| GET |
message_1 /api/i18n/message |
|
| GET |
locales /api/i18n/locales |
|
| similarity | ||
| POST |
plagiarism /api/plagiarism |
|
| POST |
similarity /api/similarity |
|
| veridoc-kyc | ||
| POST |
verify /api/veridoc/kyc/verify |
|
| ui-fraud | ||
| POST |
score_1 /api/ui/fraud/score |
|
| ui-experiments | ||
| POST |
exposure /api/ui/experiment/exposure |
|
| GET |
assigned /api/ui/experiments |
|
| ui-analyze | ||
| POST |
analyze /api/ui/analyze-risks |
|
| jobs | ||
| GET |
getJob /api/jobs/{id} |
Returns the job record with status and (if completed) the result. |
| GET |
events /api/jobs/{id}/events |
Server-Sent Events stream for a job. Emits 'status' events when the job changes state, followed by either 'result' (COMPLETED) or 'error' (FAILED). |
| admin-flags | ||
| DELETE |
remove_1 /api/admin/flags |
|
| GET |
list_4 /api/admin/flags |
|
| summarization | ||
| POST |
summarizeBatch /api/summarize/batch |
Summarize multiple documents in a single request. Each item returns a standard DocumentSummaryResponse. The aggregateSummary provides a concise roll-up across all items. |
| documents | ||
| GET |
get_2 /api/documents/{id} |
|
| GET |
text /api/documents/{id}/text |
|
| POST |
upload_3 /api/documents |
Uploads a document (PDF recommended) and performs text extraction synchronously. |
| GET |
list_1 /api/documents |
|
| POST |
reExtract /api/documents/{id}/re-extract |
|
| GET |
download_1 /api/documents/{id}/download |
|
| ui-docs | ||
| POST |
upload_2 /api/ui/upload |
|
| ui-summarize | ||
| POST |
summarize /api/ui/summarize |
|
| VeridocBridge | ||
| POST |
ingestZip_1 /api/veridoc-bridge/ingest/zip |
Accepts a ZIP of files and creates individual document records; antivirus and OCR may run based on configuration. |
| veridoc-fraud | ||
| POST |
score /api/veridoc/fraud/score |
|
| forecast | ||
| POST |
forecast /api/forecast |
|
| veridoc-sign | ||
| POST |
complete /api/veridoc/documents/{id}/signatures/{version}/complete |
|
VeriDoc.AI Legal Document Summarizer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $19 / month | 3 / second |
|
| ULTRA | $99 / month | 10 / second |
|
| MEGA | $499 / month | 25 / second |
|