TypeScript integration
import Ocrbase from 'ocrbase'; const client = new Ocrbase({ apiKey: "YOUR_API_KEY" });
curl \
# append ?api_key=$API_KEY to the URL \
/docket.{response_format}curl \
# append ?api_key=$API_KEY to the URL \
/document.{response_format}curl \
# append ?api_key=$API_KEY to the URL \
/documents.{response_format}