Chat with Docs is an AI-powered tool that lets you chat with documents in 2 lines of code using an API. It supports multiple formats including PDF, DOCX, DOC, PPTX, TXT, and more. You can query documents to extract summaries, insights, or specific information by sending a JSON payload to the API endpoint.
How to Use Chat with Docs
- Authenticate: Obtain an API key and include it in the Authorization header.
- Query a document: Send a POST request with a query to the API endpoint for a specific DOCUMENT_ID.
curl -X POST -H 'Authorization: Bearer {API_KEY}' \
-H 'Content-Type: application/json' \
-d '{"query":"What is this document about"}' \
https://api.chatwithdocs.co/query/{DOCUMENT_ID}
- Review results: Read the response returned by the API to get the answer or insights from your document.
Supported Formats
- PDF, DOCX, DOC, PPTX, TXT
- Many other formats (unspecified) as indicated by the service
Pricing
- Simple pricing: $25 per month for 900 credits
- 1 document upload costs 2 credits
- 1 document question costs 1 credit
Safety & Privacy
- Privacy Policy and Terms of Use apply (noted in the provider's materials).
Core Features
- API-based chat with documents via a single integration
- Supports multiple document formats (PDF, DOC/DOCX, PPTX, TXT, etc.)
- Query documents to obtain summaries, answers, and insights
- Simple two-step setup with API key authentication
- Per-document upload and per-question credit-based pricing
- Quick integration using curl, Python, or JavaScript examples