API Keys
Manage your API keys for programmatic access to DocuRift's document extraction API. Create separate keys for development, testing, and production environments. Each key provides full access to process documents and retrieve extraction results.
Create New API Key
Generate a new API key for your applications
Your API Keys
3 keys created
Production API Key
frt_live_••••••••Last used: 15 Jan 2024
Development Key
frt_dev_••••••••Last used: 14 Jan 2024Expires: 1 Jun 2024
Testing Key
Disabledfrt_test_••••••••Last used: NeverExpires: 1 Feb 2024
Quick Start
Use your API key to process documents
curl -X POST https://api.docurift.ai/v1/documents \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: multipart/form-data" \
-F "file=@invoice.pdf" \
-F "document_type=invoice"Replace YOUR_API_KEY with your actual API key. See the API documentation for more details.