API Keys
To access the LawyerGPT API, you must authenticate each request using a unique API key
📥 How to Get Your API Key
Since the API is currently in Beta, API keys are issued via a private waitlist.
To request access:
Visit: https://lawyergptai.cc
Click “Join Waitlist” or “Start Free Consultation”
Enter your email address and organization (if applicable)
You’ll receive a unique API key once approved
Note: API key issuance is currently limited to select partners during the beta phase. Broader access will be available upon public launch.
Using the API Key
You must include your API key in every request using the HTTP Authorization
header.
🔧 Example Header:
Authorization: Bearer YOUR_API_KEY_HERE
Always keep your API key secure. Do not expose it in public repositories or client-side applications.
API Key Permissions
API keys currently grant access to all available endpoints, including:
/ask
/legal-summary
/generate-document
/status
In future versions, we plan to introduce:
Scoped API keys with restricted access
Expiry and rotation policies
Project- or environment-specific keys
Rotating or Revoking Keys
If you suspect your key has been compromised or simply want to rotate it, contact support at:
Last updated