# Monumint Docs ## Docs - [Introduction](https://docs.getomni.ai/introduction.md) - [Document Collection](https://docs.getomni.ai/use-cases/document-collection-email.md) - [Dropoff Follow-up](https://docs.getomni.ai/use-cases/dropoff-follow-up.md) - [Financial Spreading API](https://docs.getomni.ai/use-cases/financial-spreading-api.md): Upload a business's financial documents, run a spread, track it to completion, and download the report and Excel workbook - [Lead Imports](https://docs.getomni.ai/leads/imports.md) - [Document Vault](https://docs.getomni.ai/leads/document-vault.md) - [Timeline](https://docs.getomni.ai/leads/timeline.md) - [Checklist](https://docs.getomni.ai/ai-agent/checklist.md) - [Fine-tuning](https://docs.getomni.ai/ai-agent/fine-tuning.md) - [Agent Tools](https://docs.getomni.ai/ai-agent/tools.md) - [Conversation](https://docs.getomni.ai/ai-agent/conversation.md) - [Autopilot](https://docs.getomni.ai/ai-agent/autopilot.md) - [Agent Settings](https://docs.getomni.ai/ai-agent/settings.md) - [Email Setup](https://docs.getomni.ai/ai-agent/email-setup.md) - [SMS Setup](https://docs.getomni.ai/ai-agent/sms-setup.md) - [Admin Emails](https://docs.getomni.ai/ai-agent/admin-emails.md) - [Domain Configuration](https://docs.getomni.ai/domain-configuration.md) - [Webhooks](https://docs.getomni.ai/webhooks.md) - [White-Label Applicant Portal](https://docs.getomni.ai/portals/white-label-portal.md) - [Portal Domain](https://docs.getomni.ai/portals/domain-configuration.md) - [Week of July 13, 2026](https://docs.getomni.ai/changelog/2026-07-13.md) - [Week of June 1, 2026](https://docs.getomni.ai/changelog/2026-06-01.md) - [Week of May 18, 2026](https://docs.getomni.ai/changelog/2026-05-18.md) - [Week of May 4, 2026](https://docs.getomni.ai/changelog/2026-05-04.md) - [Week of April 27, 2026](https://docs.getomni.ai/changelog/2026-04-27.md) - [Week of April 14, 2026](https://docs.getomni.ai/changelog/2026-04-14.md) - [API Introduction](https://docs.getomni.ai/api-reference/introduction.md): Introduction to the Monumint API - [List Leads](https://docs.getomni.ai/api-reference/leads/list-leads.md): Fetch all leads in your workspace - [Get Lead](https://docs.getomni.ai/api-reference/leads/get-lead.md): Retrieve a single lead with all associated data - [Get Lead Checklist](https://docs.getomni.ai/api-reference/leads/get-lead-checklist.md): Fetch the checklist for a specific lead - [Get Lead Documents](https://docs.getomni.ai/api-reference/leads/get-lead-documents.md): Fetch all documents associated with a specific lead - [Get Lead Action Logs](https://docs.getomni.ai/api-reference/leads/get-lead-action-logs.md): Fetch all action logs (activity history) for a specific lead - [Get Lead Portal URL](https://docs.getomni.ai/api-reference/leads/get-lead-portal-url.md): Fetch a lead's portal URL - [Create Activity](https://docs.getomni.ai/api-reference/leads/create-activity.md): Push a structured activity event to the action log for a lead - [Trigger Follow-up](https://docs.getomni.ai/api-reference/leads/trigger-follow-up.md): Evaluate and send a follow-up message to a lead - [Create Lead](https://docs.getomni.ai/api-reference/leads/create-lead.md): Create a new lead with optional checklist item updates - [Create Lead Checklist Item](https://docs.getomni.ai/api-reference/leads/create-lead-checklist-item.md): Add a one-off checklist requirement to a single lead - [Batch Create Lead Checklist Items](https://docs.getomni.ai/api-reference/leads/create-lead-checklist-items-batch.md): Add multiple one-off checklist requirements to a single lead - [Update Lead](https://docs.getomni.ai/api-reference/leads/update-lead.md): Update an existing lead with optional checklist item updates - [Get Document](https://docs.getomni.ai/api-reference/documents/get-document.md): Fetch a single document by ID - [Upload Documents](https://docs.getomni.ai/api-reference/documents/upload-document.md): Upload one or more documents for a lead. Uses the same pipeline as the in-app Document Vault: S3 storage, action logs, Mastra memory, and document workflow. - [Create Spread](https://docs.getomni.ai/api-reference/spreads/create-spread.md): Start a financial spreading run for a lead - [Get Spread](https://docs.getomni.ai/api-reference/spreads/get-spread.md): Poll a financial spreading run's status and artifacts - [Get Spread Results](https://docs.getomni.ai/api-reference/spreads/get-spread-results.md): Read a completed spread's figures as JSON - [List Lead Spreads](https://docs.getomni.ai/api-reference/spreads/list-lead-spreads.md): List a lead's financial spreading runs - [Regenerate Spread](https://docs.getomni.ai/api-reference/spreads/regenerate-spread.md): Re-consolidate a spread from its already-extracted data - [Get Artifact](https://docs.getomni.ai/api-reference/artifacts/get-artifact.md): Retrieve metadata for an artifact - [Download Artifact](https://docs.getomni.ai/api-reference/artifacts/download-artifact.md): Download an artifact's bytes in its canonical format - [Get Analytics](https://docs.getomni.ai/api-reference/analytics/get-analytics.md): Fetch aggregate totals and per-lead analytics for your workspace - [List Webhooks](https://docs.getomni.ai/api-reference/webhooks/list-webhooks.md): Fetch all webhooks configured for your workspace - [Create Webhook](https://docs.getomni.ai/api-reference/webhooks/create-webhook.md): Create a new webhook for receiving real-time event notifications - [Webhook Events](https://docs.getomni.ai/api-reference/webhooks/webhook-events.md) - [action_log.completed](https://docs.getomni.ai/api-reference/webhooks/events/action-log-completed.md) - [action_log.failed](https://docs.getomni.ai/api-reference/webhooks/events/action-log-failed.md) - [document.received](https://docs.getomni.ai/api-reference/webhooks/events/document-received.md) - [document.extracted](https://docs.getomni.ai/api-reference/webhooks/events/document-extracted.md) - [lead.created](https://docs.getomni.ai/api-reference/webhooks/events/lead-created.md) - [lead.updated](https://docs.getomni.ai/api-reference/webhooks/events/lead-updated.md) - [lead.completed](https://docs.getomni.ai/api-reference/webhooks/events/lead-completed.md) - [spread.started](https://docs.getomni.ai/api-reference/webhooks/events/spread-started.md) - [spread.completed](https://docs.getomni.ai/api-reference/webhooks/events/spread-completed.md) - [spread.failed](https://docs.getomni.ai/api-reference/webhooks/events/spread-failed.md)