JuristiQ
JuristIQ (what it is) A cloud-native legal research and answering API. It lets apps search laws and resources by jurisdiction, ask legal questions that are grounded in those sources, and maintain multi-turn conversations with context. Built on Cloudflare Workers and D1, with OpenAI for reasoning. What it does Search: Semantic and keyword search across statutes, regulations, and other resources.…
JuristiQ endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
/health /health |
Returns API health status (ok flag, version, features, and enabled plans). |
| message | ||
| GET |
/message /message |
Returns a simple "Hello, World!" message for connectivity testing. |
| random | ||
| GET |
/random /random |
Generates and returns a random UUID. |
| v1 | ||
| POST |
/v1/chat /v1/chat |
Start or continue a conversation with context preservation. |
| POST |
/v1/docs/ingest /v1/docs/ingest |
Uploads and indexes a custom legal document for testing or extension. |
| POST |
/v1/docs/populate /v1/docs/populate |
Inserts a set of sample documents into the database. |
| GET |
/v1/resources /v1/resources |
Lists available legal resources. Can filter by country, state, or category. |
| GET |
/v1/chat/history /v1/chat/history |
Fetches the full conversation history for a given chat_id. |
| GET |
/v1/chat/sessions /v1/chat/sessions |
Lists all active chat sessions with metadata. |
| POST |
/v1/qa /v1/qa |
Ask a legal question and receive an AI-generated answer with citations. |
| POST |
/v1/search /v1/search |
Searches laws, statutes, regulations, or cases by keyword, with optional filters. |
JuristiQ pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 5000 / hour |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $79.99 / month | — |
|