Developer Resources
API Documentation
Integrate Doculet's document verification into your applications with our powerful API.
RESTful API
Simple REST endpoints for all operations
API Keys
Secure authentication with API keys
Webhooks
Real-time notifications for events
SDKs
Official SDKs for popular languages
Quick Start
1. Authentication
All API requests require an API key. Include it in the Authorization header:
Authorization: Bearer YOUR_API_KEY2. Key Endpoints
POST
/api/v1/verifySubmit a document for verificationGET
/api/v1/verify/:idCheck verification statusPOST
/api/v1/share-linksCreate a share linkGET
/api/v1/documentsList all documents3. Example Request
curl -X POST https://api.doculet.dev/v1/verify \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"document_type": "bank_statement",
"file_url": "https://example.com/document.pdf"
}'Ready to integrate?
Contact our team to get your API credentials and start building.
Request API Access