SDK Documentation
Integrate JuridGuard’s sovereign AI legal infrastructure directly into your production environment with native language wrappers.
Restricted AccessRESTRICTED
Access to the @jg/core SDK is currently in private testing for Founding Members. Production deployments via API will be opened gradually. For early integration, contact our priority support.
Installation
Initialization & Analysis
Configure the client with your secret API key and run a cryptographic legal analysis.
Error Handling
The SDK throws typed exceptions for operational failures. Handle them to ensure system resilience.
| Code | Exception Type | Description |
|---|---|---|
| 401 | UNAUTHORIZED | The API key is missing or invalid. Check your credentials in the dashboard. |
| 403 | FORBIDDEN | The authenticated user does not have the necessary permissions to access this resource. |
| 429 | RATE_LIMITED | Request volume exceeds tier limits. Implement exponential backoff. |
Zero-Knowledge Proofs
Our SDK executes ZK-Proofs locally before any transmission, ensuring that the primary legal text never leaves your infrastructure.
High Performance API
Built for high concurrency. The SDK maintains a lightweight connection pool to minimize latency in cluster configurations.