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:

  1. Click “Join Waitlist” or “Start Free Consultation”

  2. Enter your email address and organization (if applicable)

  3. You’ll receive a unique API key once approved

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

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:


[email protected]

In the near future, you'll be able to manage keys directly via a developer dashboard (Coming Q3 2025).

Last updated