Documentation Index
Fetch the complete documentation index at: https://docs.gc.ai/llms.txt
Use this file to discover all available pages before exploring further.
Private Beta. The GC AI API is currently in private beta. To request access, contact your account representative.
Overview
The GC AI External API allows you to integrate GC AI’s legal AI capabilities into your workflows and applications. Perfect for:- Workflow automation with tools like Zapier, Make, or n8n
- Custom integrations in your internal tools
- Batch processing of legal questions
- Chatbots and assistants powered by legal AI
Current Limitations
The API is currently single-turn only. Each request is independent. Multi-turn conversations are not yet supported.Base URL
All API requests should be made to:Authentication
All requests require an API key in theAuthorization header:
API keys are organization-scoped. All requests made with your API key will have access to your organization’s company profiles.
Getting an API Key
In short:- An org admin opens Settings → API and enables Allow team to create personal API keys (User API Keys Policy).
- Each user opens Settings → API → Personal API Keys and clicks + Create API Key.
- Copy and securely store the key. It is only shown once.
Quick Start
Here’s a simple example using curl:Usage
Usage is tracked and viewable in the GC AI app under Settings → API → View Usage. The API is free to test during the limited Beta period.Rate Limits
There are currently no strict rate limits, but we ask that you:- Avoid excessive concurrent requests
- Contact us for high-volume use cases