ClauseIQ
Intelligent Query-Retrieval for Legal, Insurance, and Compliance Documents
Query Document
Enter a public document URL and your questions below.
Welcome to ClauseIQ
Get started by entering a document URL and your questions.
How It Works
Input Documents
Process PDFs, DOCX, and email documents from a URL.
LLM Parser
Extract a structured query from your natural language question.
Embedding Search
Use vector embeddings to find semantically relevant information.
Clause Matching
Perform semantic similarity matching to find the right clauses.
Logic Evaluation
Process the retrieved clauses to formulate a decision.
JSON Output
Provide a structured, explainable response for the query.
API Usage Example
{
"documents": "https://hackrx.blob.core.windows.net/...",
"questions": [
"What is the grace period for premium payment...?",
"What is the waiting period for pre-existing diseases...?",
"..."
]
}{
"answers": [
"A grace period of thirty days is provided...",
"There is a waiting period of thirty-six (36) months...",
"..."
]
}