Health
GET /v1/health
Returns production service health and version information.
SJ Applied Technologies
Production API documentation for document extraction, workflow automation, credits, usage tracking, and API key authentication.
Production Base URL
https://api.sjappliedtech.com
Health Check
GET /v1/health
Current Release
OpenAI document engine only
Use the health endpoint to confirm that the production API is available.
curl -s https://api.sjappliedtech.com/v1/health
Expected response:
{
"success": true,
"status": "ok",
"service": "DANI API",
"version": "v1"
}
Protected endpoints require a DANI API key using the Bearer token format.
Authorization: Bearer dani_live_sk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
GET /v1/health
Returns production service health and version information.
POST /v1/documents/upload
Uploads and validates a document file for extraction.
POST /v1/documents/{document_public_id}/extract
Runs the configured document extraction engine.
GET /v1/documents/{document_public_id}
Returns document status, validation, and extraction result data.
GET /v1/credits/balance
Returns the authenticated customer credit balance.
GET /v1/usage/summary
Returns request, credit, and usage summary data.