All products

NexLex

Status: Beta

Legal research that shows its work.

Category
AI
Platforms
Web · API
Since
2025
Domain
nexlex.bahukhandi-labs.com

Getting started

Quickstart

Your first grounded query in under a minute.

Create an API key from your workspace settings, then issue a query. Responses stream as they are assembled.

bash
curl https://api.nexlex.bahukhandi-labs.com/v1/query \
  -H "Authorization: Bearer $NEXLEX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "question": "What is the limitation period for a suit on a written contract?",
    "jurisdiction": "IN",
    "as_of": "2026-01-01"
  }'

Each element of the returned `claims` array carries a `source` object with the document id, paragraph number and an exact character range, so you can render the citation inline.