Integrate Axiom's powerful legal AI directly into your applications.
The Axiom API provides programmatic access to our legal research engine. You can search for case law, statutes, and regulations, as well as use our AI tools to summarize documents and generate citations.
Standard HTTP methods and JSON responses.
Protected by API keys and HTTPS encryption.
Comprehensive docs and SDKs available.
Authenticate your requests by including your API key in the Authorization header.
curl -X POST https://api.axiom.com/v1/search \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "contract law breach of contract",
"filters": {
"jurisdiction": "US",
"year": 2024
}
}'/v1/searchSearch legal database/v1/summarizeGenerate document summary/v1/citationsExtract and format citations