Last login: 2 hrs ago
Drishti Workbench
Agent Drishti
AI-powered structured extraction for complex documents.
Structured extraction for complex documents
Extract pages, tables, fields, checkboxes, radio selections, and validation-ready JSON from complex files.
Result
Live structured output and validation feedback.
No text, tables, or controls were detected. Enable OCR or rendering adapter to process this document.
Created Workflows
Multiple workflows can be added and reused later.
Workflow Builder
Add connected nodes to shape this workflow.
Node Details
Choose what you want to inspect.
Result
Live structured output and validation feedback.
Drishti / Dashboard
Your AI extraction workspace
Run OCR jobs, manage APIs, monitor credits, and review extraction performance from one place.
Secure authentication keys
Extraction jobs processed
↑ ₹500 added recently
Total extraction spend
Average extraction accuracy
Quick Actions
Jump into the workflows you use most.
Extraction Usage
Documents, pages, outputs, and success rate.
Spend Overview
Daily, monthly, and projected extraction spend.
Platform Status
Extraction systems are ready.
Extraction Activity
Daily extraction activity over the recent period.
History
Latest extraction jobs and processing history.
Account
Account and User Access
Manage profile, company, access, and sign out.
Sign in as
Account owner for this Drishti workspace.
Profile & Workspace
These details are used in billing records and workspace activity.
Team Members
Invite accountants, reviewers, and operators with clear access levels.
Drishti / Billing
Billing & Wallet
Manage credits, invoices, and extraction spending.
Available extraction credits
↑ ₹500 added recentlyDrishti fee is 30% on top of token INR usage, transparently shown on every invoice.
Add Credits
Recharge your wallet to continue document extraction.
Monthly Spend
Credits spent over time.
Billing History
Detailed extraction and recharge billing.
Wallet Activity
Credits, debits, invoices, and adjustments.
Drishti / Developer Console / API Keys
Developer API Access
Generate secret keys, authenticate requests, and integrate Drishti extraction into your applications.
Secret Keys
Manage API credentials securely.
Security Tips
Keep credentials scoped, private, and rotated.
API Usage
Authenticate requests and submit extraction jobs programmatically.
Authenticate securely using your generated API key as a bearer token.
Authorization: Bearer dri_sk_...
JSON Payload
{ name, mime, dataUrl }{ userPrompt, evaluationPrompt }[{ key, prompt }]json | md | csvTry API
Test extraction requests instantly.
Response
Preview structured output, raw response, and execution logs.
Select a schema
Create or choose a saved schema from the left to view its ID, name, and editable JSON fields.
Schema Details
View schema metadata and prepare field creation.
Schema fields builder
Create fields manually and choose what to include in this schema.
Example output
This is the kind of data Drishti will add to the call after the extraction runs.
"example_value"
Drishti API Help
Authentication
Required- Header format:
Authorization: Bearer dri_sk_... - Create and rotate keys from the API Keys section
- Dashboard UI requests use session-token auth after login
Run OCR Agent
Billing Endpoints
FinanceGET /api/billingFetch balance, invoices, and transactionsPOST /api/billing/rechargeCreate recharge order in paiseGET /api/billing
POST /api/billing/recharge
{
"amountPaise": 250000
}
Response Shape
{
"jobId": "dri_...",
"finalOutput": "...",
"structuredOutput": {},
"billing": {
"invoice": {
"id": "inv_...",
"providerCharge": { "display": "INR 1.00" },
"platformFee": { "display": "INR 0.30" },
"total": { "display": "INR 1.30" }
},
"wallet": {
"balance": { "display": "INR 498.70" }
}
}
}