Integrate the power of Obex's document intelligence into your own applications. Our developer-friendly REST API is robust, scalable, and secure.
Three simple steps to integrate AI governance
Sign up and generate your API key from the dashboard
Send a simple request to upload your document
Query the document to get answers
curl -X POST https://api.obextech.ai/v1/documents \
-H "Authorization: Bearer YOUR_API_KEY" \
-F 'file=@/path/to/your/document.pdf' \
curl https://api.obextech.ai/v1/query \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"document_id": "doc_123", "query": "What is the governing law?"}'
Comprehensive API coverage for all your needs
Dive into our comprehensive documentation and start integrating powerful document AI into your products today.
Get Your Free API Key