# The Drive AI ## Docs - [Introduction](https://docs.thedrive.ai/getting-started/introduction.md): Learn what The Drive AI is and how it transforms file management - [Quick Start](https://docs.thedrive.ai/getting-started/quick-start.md): Get up and running with The Drive AI in minutes - [Interface Overview](https://docs.thedrive.ai/getting-started/interface-overview.md): Navigate The Drive AI workspace with confidence - [Uploading Files](https://docs.thedrive.ai/features/uploading-files.md): Get your files into The Drive AI workspace - [Auto-Organization](https://docs.thedrive.ai/features/auto-organization.md): Let AI intelligently rename and organize your files into logical folder structures - [Chat Mode](https://docs.thedrive.ai/features/chat-mode.md): Ask questions about your files and get instant answers - [Agent Mode](https://docs.thedrive.ai/features/agent-mode.md): Execute file operations using natural language commands - [PDF Tools](https://docs.thedrive.ai/features/pdf-tools.md): Merge, split, compress, fill forms, extract pages, and add watermarks to your PDFs - [E-Sign](https://docs.thedrive.ai/features/e-sign.md): Send PDFs for legally binding electronic signatures — no account needed for signers - [Document Creation](https://docs.thedrive.ai/features/document-creation.md): Create PDFs, Word documents, spreadsheets, and more using natural language - [Document Scanning](https://docs.thedrive.ai/features/document-scanning.md): Scan physical documents with your mobile camera and convert them to searchable PDFs - [File Sharing & Permissions](https://docs.thedrive.ai/features/file-sharing.md): Share files and folders with granular permission controls - [File Requests](https://docs.thedrive.ai/features/file-requests.md): Collect documents from anyone via email with checklists, reminders, and automatic organization - [Security & Privacy](https://docs.thedrive.ai/features/security.md): How The Drive AI protects your data with enterprise-grade security - [Google Drive Import](https://docs.thedrive.ai/integrations/google-drive-import.md): Import and export files between Google Drive and The Drive AI - [OneDrive Import](https://docs.thedrive.ai/integrations/onedrive-import.md): Import and export files between OneDrive and The Drive AI - [Dropbox Import](https://docs.thedrive.ai/integrations/dropbox-import.md): Import and export files between Dropbox and The Drive AI - [Email Integration](https://docs.thedrive.ai/integrations/email-integration.md): Automatically import and organize email attachments from Gmail and Outlook - [Slack Integration](https://docs.thedrive.ai/integrations/slack.md): Automatically capture and organize files shared in your Slack channels - [Microsoft Teams Integration](https://docs.thedrive.ai/integrations/microsoft-teams.md): Automatically organize files shared in your Microsoft Teams channels - [MCP Server](https://docs.thedrive.ai/integrations/mcp-server.md): Connect The Drive AI to AI assistants like Claude, ChatGPT, and Cursor - [Plans & Pricing](https://docs.thedrive.ai/account/plans-pricing.md): Compare The Drive AI plans and choose the right one for you - [FAQ](https://docs.thedrive.ai/help/faq.md): Frequently asked questions about The Drive AI - [Troubleshooting](https://docs.thedrive.ai/help/troubleshooting.md): Solutions to common issues with The Drive AI - [Developer Platform](https://docs.thedrive.ai/developer/introduction.md): Extract, analyze, and cross-reference any document with a single API call - [Quickstart](https://docs.thedrive.ai/developer/quickstart.md): Extract structured data from a document in under 5 minutes - [Schemas](https://docs.thedrive.ai/developer/schemas.md): Define what to extract with typed JSON schemas, Pydantic models, or Zod objects - [Analyze](https://docs.thedrive.ai/developer/analyze.md): Compute, reason, and derive answers from documents - [Decide](https://docs.thedrive.ai/developer/decide.md): Make one coherent decision about a document, guided by your instructions and context - [Cross-Analyze](https://docs.thedrive.ai/developer/cross-analyze.md): Validate and cross-reference across multiple documents - [Async & Webhooks](https://docs.thedrive.ai/developer/webhooks.md): Process documents asynchronously with webhook notifications - [Extract Structured Data](https://docs.thedrive.ai/api-reference/extraction/extract-structured-data.md): Extract structured data from a file or URL using AI. - [Batch Extract](https://docs.thedrive.ai/api-reference/batch/batch-extract.md): Submit multiple files or URLs for extraction with a single schema. Each item is processed concurrently. Returns a batch_id to poll. - [Analyze Document](https://docs.thedrive.ai/api-reference/analysis/analyze-document.md): Analyze a document by asking questions. Unlike `/extract`, this endpoint can **compute, reason, and derive** values that aren't explicitly written in the document. - [Cross-Document Analysis](https://docs.thedrive.ai/api-reference/analysis/cross-document-analysis.md): Analyze and cross-reference multiple documents together. Unlike `/analyze` (single document) or `/analyze/batch` (many documents independently), this endpoint lets the agent reason **across** all documents simultaneously. - [Batch Analyze](https://docs.thedrive.ai/api-reference/batch/batch-analyze.md): Submit multiple files or URLs for analysis with a single schema. Each item is processed concurrently. Returns a batch_id to poll. - [Make a Decision](https://docs.thedrive.ai/api-reference/decision/make-a-decision.md): Make **one coherent decision** about a document (or pure context), guided by explicit instructions and caller-supplied context. - [Convert to Markdown](https://docs.thedrive.ai/api-reference/markdown/convert-to-markdown.md): Convert a file or URL to markdown. - [Generate Thumbnail](https://docs.thedrive.ai/api-reference/thumbnails/generate-thumbnail.md): Generate a thumbnail from a file upload or URL. - [Get Task Status](https://docs.thedrive.ai/api-reference/jobs/get-task-status.md): Poll the status of an async extract or analyze task. Returns the result when complete. - [Get Batch Status](https://docs.thedrive.ai/api-reference/jobs/get-batch-status.md): Poll the status of a batch operation. Returns all results when complete. - [Get Webhook Deliveries](https://docs.thedrive.ai/api-reference/jobs/get-webhook-deliveries.md): Check the delivery status of webhooks for a task. Returns a list of delivery attempts with status, response code, and timestamps. ## OpenAPI Specs - [openapi](https://docs.thedrive.ai/openapi.json) ## Optional - [Website](https://thedrive.ai) - [Discord](https://discord.com/invite/mCnxKxyxPC) - [MCP Server](https://thedrive.ai/mcp) - [Android App](https://play.google.com/store/apps/details?id=com.bigyankarki.thedriveai&referrer=utm_source%3Ddocs%26utm_medium%3Ddocs%26utm_campaign%3Dandroid_launch) - [iOS App](https://apps.apple.com/us/app/the-drive-ai-file-organizer/id6758524851)