v1.0.0

API Documentation

Integrate Axiom's powerful legal AI directly into your applications.

Introduction

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.

RESTful API

Standard HTTP methods and JSON responses.

Secure

Protected by API keys and HTTPS encryption.

Developer Friendly

Comprehensive docs and SDKs available.

Authentication

Authenticate your requests by including your API key in the Authorization header.

bash
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
    }
  }'

Popular Endpoints

GET
/v1/searchSearch legal database
POST
/v1/summarizeGenerate document summary
POST
/v1/citationsExtract and format citations