AnydocAI documentation

Convert mixed document collections into clean, model-ready data.

AnydocAI documentation

AnydocAI converts PDF, Word, PowerPoint, Excel, EPUB, and other document formats into clean Markdown for AI applications.

Start with the workspace

  1. Create an account and open the workspace.
  2. Add one or more documents, up to 50 MB per file.
  3. Download or copy the converted Markdown.

Local conversion on the homepage runs in your browser. Workspace conversions run in the cloud, support batch queues, and use account credits.

Cloud conversion API

Send an authenticated multipart/form-data request with a file field:

curl -X POST "$ANYDOCAI_URL/api/documents/convert" \
  -H "Cookie: <authenticated session>" \
  -F "file=@document.pdf"

Successful responses include the detected format, Markdown output, byte counts, elapsed time, and remaining credits.

Output

The current API returns clean Markdown. Structured JSON, RAG-aware chunking, webhooks, and service API keys are being added to the hosted workflow.

Privacy

Browser-local conversions do not upload document bytes. Cloud conversions process files only to deliver the requested result and record bounded job metadata. See the Privacy Policy for details.