{"info":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","description":"<html><head></head><body><hr>\n<h1 id=\"wauldo-api-verified-ai-answers-from-your-documents\"><strong>Wauldo API — Verified AI Answers from Your Documents</strong></h1>\n<p><strong>Turn your documents into a trusted AI knowledge base.</strong></p>\n<p>Upload any document, ask any question, and get answers <strong>strictly grounded in your data</strong> — with source citations, confidence scoring, and built-in verification.</p>\n<hr>\n<h2 id=\"what-you-get\"><strong>What You Get</strong></h2>\n<ul>\n<li><p><strong>Grounded answers</strong> — no unsupported claims</p>\n</li>\n<li><p><strong>Source citations</strong> for every response</p>\n</li>\n<li><p><strong>Confidence score</strong> per answer</p>\n</li>\n<li><p><strong>All-in-one pipeline</strong> — retrieval, generation, and verification in a single API</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"new--citation-verify-api\"><strong>NEW — Citation Verify API</strong></h2>\n<p><strong>POST</strong> <strong><code>/v1/verify</code></strong></p>\n<p>Ensure AI responses properly cite their sources.</p>\n<ul>\n<li><p>Detects <strong>uncited sentences</strong></p>\n</li>\n<li><p>Flags <strong>phantom citations</strong> (non-existent references)</p>\n</li>\n<li><p>Calculates <strong>citation coverage ratio</strong></p>\n</li>\n<li><p>Supports formats: <code>[Source: X]</code>, <code>[1]</code>, <code>(Ref: X)</code>, <code>^N</code></p>\n</li>\n<li><p><strong>No LLM required — &lt;1ms latency</strong></p>\n</li>\n</ul>\n<hr>\n<h2 id=\"new--semantic-fact-check\"><strong>NEW — Semantic Fact-Check</strong></h2>\n<p><strong>POST</strong> <strong><code>/v1/fact-check</code></strong></p>\n<p>Verify any claim against source context with three precision levels:</p>\n<ul>\n<li><p><strong>Lexical</strong> — &lt;1ms<br>  → word overlap + contradiction detection</p>\n</li>\n<li><p><strong>Hybrid</strong><br>  → token matching + semantic similarity (BGE)</p>\n</li>\n<li><p><strong>Semantic</strong><br>  → full embeddings, detects paraphrases and synonyms</p>\n</li>\n</ul>\n<p><strong>Returns:</strong></p>\n<ul>\n<li><p><strong>Verdict</strong> — verified / weak / rejected</p>\n</li>\n<li><p><strong>Action</strong> — allow / review / block</p>\n</li>\n<li><p><strong>Reason</strong> — structured explanation per claim</p>\n</li>\n</ul>\n<p>Detects:</p>\n<ul>\n<li><p>Contradictions</p>\n</li>\n<li><p>Numerical mismatches</p>\n</li>\n<li><p>Negations</p>\n</li>\n<li><p>Missing evidence</p>\n</li>\n<li><p>Paraphrases</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"the-problem\"><strong>The Problem</strong></h2>\n<p>LLMs often:</p>\n<ul>\n<li><p>Hallucinate unsupported facts</p>\n</li>\n<li><p>Miss critical context</p>\n</li>\n<li><p>Fail to cite reliable sources</p>\n</li>\n<li><p>Produce inconsistent answers</p>\n</li>\n</ul>\n<p>Without verification, <strong>you can’t trust outputs at scale</strong>.</p>\n<hr>\n<h2 id=\"the-solution\"><strong>The Solution</strong></h2>\n<p>Wauldo combines:</p>\n<ul>\n<li><p>Retrieval from your documents</p>\n</li>\n<li><p>Context-aware answer generation</p>\n</li>\n<li><p>Source-based grounding</p>\n</li>\n<li><p>Claim-level fact-checking (3 modes)</p>\n</li>\n<li><p>Citation validation with phantom detection</p>\n</li>\n</ul>\n<p>If evidence is weak or missing, the API <strong>reflects it instead of guessing</strong>.</p>\n<hr>\n<h2 id=\"why-it-matters\"><strong>Why It Matters</strong></h2>\n<ul>\n<li><p>Build AI features you can trust</p>\n</li>\n<li><p><strong>0% hallucination</strong> verified across multiple LLMs</p>\n</li>\n<li><p><strong>&lt;100ms fast-path answers</strong> when confidence is high</p>\n</li>\n<li><p><strong>82% accuracy</strong> on a 61-task evaluation suite</p>\n</li>\n<li><p><strong>SDKs</strong>: Python, TypeScript, Rust</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"links\"><strong>Links</strong></h2>\n<ul>\n<li><p>Live demo: <a href=\"https://api.wauldo.com/demo\">https://api.wauldo.com/demo</a></p>\n</li>\n<li><p>Docs: <a href=\"https://wauldo.com/docs\">https://wauldo.com/docs</a></p>\n</li>\n<li><p>RapidAPI: <a href=\"https://rapidapi.com/binnewzzin/api/wauldo-api\">https://rapidapi.com/binnewzzin/api/wauldo-api</a></p>\n</li>\n</ul>\n<hr>\n<h2 id=\"the-difference\"><strong>The Difference</strong></h2>\n<p>Most AI APIs generate answers.</p>\n<p><strong>Wauldo verifies them.</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Wauldo API — Verified AI Answers from Your Documents","slug":"wauldo-api-verified-ai-answers-from-your-documents"}],"owner":"53502945","collectionId":"9b479d2a-feff-412a-a7c4-9b331bfbb543","publishedId":"2sBXionANg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-03T12:22:02.000Z"},"item":[{"name":"Fact-Check","item":[{"name":"Fact-Check — Verified Claim","id":"99f5763e-3702-460f-b066-c67f03ab5b71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Rust was first released in 2010 by Mozilla Research.\",\n  \"source_context\": \"Rust is a systems programming language first released in 2010 by Mozilla Research.\",\n  \"mode\": \"lexical\"\n}"},"url":"https://api.wauldo.com/v1/fact-check","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","fact-check"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"e967b750-454a-4505-a158-0b531c1877b3","name":"Verified","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Rust was first released in 2010 by Mozilla Research.\",\n  \"source_context\": \"Rust is a systems programming language first released in 2010 by Mozilla Research.\",\n  \"mode\": \"lexical\"\n}"},"url":"https://api.wauldo.com/v1/fact-check"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"verdict\": \"verified\",\n  \"action\": \"allow\",\n  \"hallucination_rate\": 0.0,\n  \"total_claims\": 1,\n  \"supported_claims\": 1,\n  \"claims\": [{\"text\": \"Rust was first released in 2010 by Mozilla Research.\", \"verdict\": \"verified\", \"action\": \"allow\", \"confidence_label\": \"strong\", \"reason\": null}]\n}"}],"_postman_id":"99f5763e-3702-460f-b066-c67f03ab5b71"},{"name":"Fact-Check — Rejected (Contradiction)","id":"1e294d32-8654-4534-aebd-ce1fb0a34e84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Returns are accepted within 60 days.\",\n  \"source_context\": \"Our policy allows returns within 14 days.\",\n  \"mode\": \"lexical\"\n}"},"url":"https://api.wauldo.com/v1/fact-check","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","fact-check"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"7ad1095f-786a-4f3b-afab-d917edd80ddb","name":"Rejected","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Returns are accepted within 60 days.\",\n  \"source_context\": \"Our policy allows returns within 14 days.\",\n  \"mode\": \"lexical\"\n}"},"url":"https://api.wauldo.com/v1/fact-check"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"verdict\": \"rejected\",\n  \"action\": \"block\",\n  \"hallucination_rate\": 1.0,\n  \"claims\": [{\"text\": \"Returns are accepted within 60 days.\", \"verdict\": \"rejected\", \"action\": \"block\", \"reason\": \"numerical_mismatch\", \"confidence_label\": \"very_low\"}]\n}"}],"_postman_id":"1e294d32-8654-4534-aebd-ce1fb0a34e84"},{"name":"Fact-Check — Multi-Claims Mixed","id":"725e17ae-005a-421d-9c67-03210f9aaf86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Customers have 30 days for refunds. Exchanges are possible within 60 days. Gift cards never expire.\",\n  \"source_context\": \"Our return policy: customers have 30 days for full refunds. Exchanges must be made within 14 days. Gift cards expire after 12 months.\",\n  \"mode\": \"lexical\"\n}"},"url":"https://api.wauldo.com/v1/fact-check","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","fact-check"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"4126a185-5dfb-4829-8290-9e6dd2fda6f1","name":"Mixed verdicts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Customers have 30 days for refunds. Exchanges are possible within 60 days. Gift cards never expire.\",\n  \"source_context\": \"Our return policy: customers have 30 days for full refunds. Exchanges must be made within 14 days. Gift cards expire after 12 months.\",\n  \"mode\": \"lexical\"\n}"},"url":"https://api.wauldo.com/v1/fact-check"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"verdict\": \"rejected\",\n  \"action\": \"block\",\n  \"total_claims\": 3,\n  \"supported_claims\": 1,\n  \"hallucination_rate\": 0.667,\n  \"claims\": [\n    {\"text\": \"Customers have 30 days for refunds.\", \"verdict\": \"verified\", \"action\": \"allow\", \"reason\": null},\n    {\"text\": \"Exchanges are possible within 60 days.\", \"verdict\": \"rejected\", \"action\": \"block\", \"reason\": \"numerical_mismatch\"},\n    {\"text\": \"Gift cards never expire.\", \"verdict\": \"rejected\", \"action\": \"block\", \"reason\": \"negation_conflict\"}\n  ]\n}"}],"_postman_id":"725e17ae-005a-421d-9c67-03210f9aaf86"}],"id":"bf7cded1-9ef8-47e9-b96c-0bddb6986f43","_postman_id":"bf7cded1-9ef8-47e9-b96c-0bddb6986f43","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}}},{"name":"Citation Verify","item":[{"name":"Verify — With Citations","id":"ded980fc-58c4-468a-9731-4c97fc998fd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Rust is memory safe [1]. It uses ownership [2]. No garbage collector needed.\",\n  \"threshold\": 0.5\n}"},"url":"https://api.wauldo.com/v1/verify","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","verify"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"75e64f8c-02cb-4b7d-a5c6-f8e55fc38319","name":"Sufficient citations","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Rust is memory safe [1]. It uses ownership [2]. No garbage collector needed.\",\n  \"threshold\": 0.5\n}"},"url":"https://api.wauldo.com/v1/verify"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"citation_ratio\": 0.67,\n  \"has_sufficient_citations\": true,\n  \"sentence_count\": 3,\n  \"citation_count\": 2,\n  \"uncited_sentences\": [\"No garbage collector needed.\"],\n  \"processing_time_ms\": 0\n}"}],"_postman_id":"ded980fc-58c4-468a-9731-4c97fc998fd9"},{"name":"Verify — Phantom Detection","id":"59efbbf6-57f1-427f-87d7-2974af5335c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Rust was released in 2010 [Source: rust_book]. It is fast [Source: fake_doc].\",\n  \"sources\": [\n    {\"name\": \"rust_book\", \"content\": \"Rust was first released in 2010 by Mozilla.\"}\n  ]\n}"},"url":"https://api.wauldo.com/v1/verify","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","verify"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"32271562-1867-40c4-8e6a-f636f0a40526","name":"Phantom detected","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Rust was released in 2010 [Source: rust_book]. It is fast [Source: fake_doc].\",\n  \"sources\": [\n    {\"name\": \"rust_book\", \"content\": \"Rust was first released in 2010 by Mozilla.\"}\n  ]\n}"},"url":"https://api.wauldo.com/v1/verify"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"citation_ratio\": 1.0,\n  \"has_sufficient_citations\": true,\n  \"sentence_count\": 2,\n  \"citation_count\": 2,\n  \"uncited_sentences\": [],\n  \"citations\": [\n    {\"citation\": \"[Source: rust_book]\", \"source_name\": \"rust_book\", \"is_valid\": true},\n    {\"citation\": \"[Source: fake_doc]\", \"source_name\": \"fake_doc\", \"is_valid\": false}\n  ],\n  \"phantom_count\": 1,\n  \"processing_time_ms\": 0\n}"}],"_postman_id":"59efbbf6-57f1-427f-87d7-2974af5335c5"},{"name":"Verify — No Citations","id":"e2ff152f-570c-4920-8216-0ad20e9f4c8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Rust is a programming language. It was created by Mozilla.\"\n}"},"url":"https://api.wauldo.com/v1/verify","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","verify"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"9ff70770-2d78-4c35-8c40-a80c462d9b11","name":"No citations found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Rust is a programming language. It was created by Mozilla.\"\n}"},"url":"https://api.wauldo.com/v1/verify"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"citation_ratio\": 0.0,\n  \"has_sufficient_citations\": false,\n  \"sentence_count\": 2,\n  \"citation_count\": 0,\n  \"uncited_sentences\": [\"Rust is a programming language.\", \"It was created by Mozilla.\"],\n  \"processing_time_ms\": 0\n}"}],"_postman_id":"e2ff152f-570c-4920-8216-0ad20e9f4c8a"}],"id":"ce793eac-83bf-4ae9-94a8-ed393b74e926","_postman_id":"ce793eac-83bf-4ae9-94a8-ed393b74e926","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}}},{"name":"1. Upload Document","id":"e709f3db-feb3-4479-8bc7-e383098a9344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"The Wauldo framework is built in Rust with 17 workspace crates and approximately 115,000 lines of code. It provides an OpenAI-compatible API with 82 endpoints, hybrid RAG retrieval (BM25 + vector), and a P2 Quality Engine for hallucination detection. The system achieves 98% accuracy with zero hallucinations detected.\",\n  \"filename\": \"example.txt\"\n}"},"url":"https://api.wauldo.com/v1/upload","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","upload"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"dd5085b3-a13a-4db1-94ce-4e59d22fd282","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"The Wauldo framework is built in Rust with 17 workspace crates and approximately 115,000 lines of code. It provides an OpenAI-compatible API with 82 endpoints, hybrid RAG retrieval (BM25 + vector), and a P2 Quality Engine for hallucination detection. The system achieves 98% accuracy with zero hallucinations detected.\",\n  \"filename\": \"example.txt\"\n}"},"url":"https://api.wauldo.com/v1/upload"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"document_id\": \"user123::a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\n  \"chunks_count\": 2,\n  \"indexed_at\": \"2026-03-28T12:00:00Z\",\n  \"content_type\": \"text\",\n  \"trace_id\": \"abc-123\"\n}"}],"_postman_id":"e709f3db-feb3-4479-8bc7-e383098a9344"},{"name":"2. Query Documents","id":"3630954e-c018-4cbe-8a79-ba183e09df5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"How many lines of code does the framework have?\",\n  \"top_k\": 3\n}"},"url":"https://api.wauldo.com/v1/query","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","query"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"f51dfbae-f652-40cf-9749-5a3a4676ecad","name":"Success — Verified Answer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"How many lines of code does the framework have?\",\n  \"top_k\": 3\n}"},"url":"https://api.wauldo.com/v1/query"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"answer\": \"The Wauldo framework has approximately 115,000 lines of code.\",\n  \"sources\": [\n    {\n      \"document_id\": \"user123::a1b2c3d4\",\n      \"chunk_id\": \"user123::a1b2c3d4-0\",\n      \"content\": \"The Wauldo framework is built in Rust with 17 workspace crates and approximately 115,000 lines of code.\",\n      \"score\": 0.85\n    }\n  ],\n  \"retrieval_mode\": \"text\",\n  \"trace_id\": \"def-456\",\n  \"audit\": {\n    \"confidence\": 0.92,\n    \"confidence_label\": \"high\",\n    \"retrieval_path\": \"Bm25Only\",\n    \"sources_evaluated\": 2,\n    \"sources_used\": 1,\n    \"grounded\": true,\n    \"model\": \"openai/gpt-4.1-mini\",\n    \"latency_ms\": 3200\n  }\n}"}],"_postman_id":"3630954e-c018-4cbe-8a79-ba183e09df5b"},{"name":"3. Chat Completions (OpenAI-compatible)","id":"7a28e929-cf44-48ff-85e9-77257be801ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"model\": \"default\",\n  \"messages\": [\n    { \"role\": \"user\", \"content\": \"What is Rust?\" }\n  ],\n  \"temperature\": 0.7\n}"},"url":"https://api.wauldo.com/v1/chat/completions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","chat","completions"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"cc4d7a6d-3aaf-4a17-ad73-9dfd6a31165a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"model\": \"default\",\n  \"messages\": [\n    { \"role\": \"user\", \"content\": \"What is Rust?\" }\n  ],\n  \"temperature\": 0.7\n}"},"url":"https://api.wauldo.com/v1/chat/completions"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"tig_abc123\",\n  \"object\": \"chat.completion\",\n  \"choices\": [\n    {\n      \"index\": 0,\n      \"message\": {\n        \"role\": \"assistant\",\n        \"content\": \"Rust is a systems programming language focused on safety, speed, and concurrency.\"\n      },\n      \"finish_reason\": \"stop\"\n    }\n  ],\n  \"usage\": {\n    \"prompt_tokens\": 12,\n    \"completion_tokens\": 18,\n    \"total_tokens\": 30\n  }\n}"}],"_postman_id":"7a28e929-cf44-48ff-85e9-77257be801ac"},{"name":"4. List Models","id":"919ef682-737a-4ff5-8ca9-e2cf3ec7544a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wauldo.com/v1/models","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","models"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"abe2684f-1d13-456a-95bf-baa0f6540731","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.wauldo.com/v1/models"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"object\": \"list\",\n  \"data\": [\n    { \"id\": \"default\", \"object\": \"model\", \"owned_by\": \"wauldo\" }\n  ]\n}"}],"_postman_id":"919ef682-737a-4ff5-8ca9-e2cf3ec7544a"},{"name":"5. List Documents","id":"04201a2a-8866-42b8-8b0c-5441d6af8c30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wauldo.com/v1/documents","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","documents"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"5105ae5b-9f75-463f-8a0a-b4fa5e550eca","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.wauldo.com/v1/documents"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"documents\": [\n    {\n      \"document_id\": \"user123::a1b2c3d4\",\n      \"chunks_count\": 2,\n      \"total_tokens\": 150,\n      \"preview\": \"The Wauldo framework is built in Rust...\",\n      \"indexed_at\": \"2026-03-28T12:00:00Z\"\n    }\n  ],\n  \"total\": 1,\n  \"trace_id\": \"ghi-789\"\n}"}],"_postman_id":"04201a2a-8866-42b8-8b0c-5441d6af8c30"},{"name":"6. List Collections","id":"6fd5019d-b5a4-440d-9874-8209a2339c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wauldo.com/v1/collections","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","collections"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"73e56bd0-fafc-4def-a982-936db47cd787","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.wauldo.com/v1/collections"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"collections\": [\n    {\n      \"collection_id\": \"user123\",\n      \"documents_count\": 3,\n      \"chunks_count\": 12,\n      \"total_tokens\": 4500\n    }\n  ],\n  \"total\": 1,\n  \"trace_id\": \"jkl-012\"\n}"}],"_postman_id":"6fd5019d-b5a4-440d-9874-8209a2339c4c"},{"name":"7. Delete Document","id":"a88760b3-236b-4a9d-b5de-8d5fd67f1d8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.wauldo.com/v1/documents/{{document_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","documents","{{document_id}}"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"f457f079-147c-4fc2-99d7-d464212e7b11","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"https://api.wauldo.com/v1/documents/{{document_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"deleted\": true,\n  \"chunks_removed\": 2,\n  \"trace_id\": \"mno-345\"\n}"}],"_postman_id":"a88760b3-236b-4a9d-b5de-8d5fd67f1d8b"},{"name":"8. Delete Collection","id":"b7e77792-737b-4a75-a264-04c6e5aaf796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.wauldo.com/v1/collections/{{collection_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","collections","{{collection_id}}"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"16ac136b-4c40-4923-be6d-d4dc35a6919f","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"https://api.wauldo.com/v1/collections/{{collection_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"deleted\": true,\n  \"chunks_removed\": 12,\n  \"trace_id\": \"pqr-678\"\n}"}],"_postman_id":"b7e77792-737b-4a75-a264-04c6e5aaf796"},{"name":"9. Usage Statistics","id":"e3b626be-ad06-4a96-a1f0-28a833a4170e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wauldo.com/v1/stats","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["v1","stats"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"69011d8a-03d4-4d6d-a7b7-8894ef427ed7","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.wauldo.com/v1/stats"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"total_documents\": 5,\n  \"total_chunks\": 24,\n  \"total_tokens\": 8500,\n  \"max_chunks_capacity\": 50000,\n  \"capacity_usage_percent\": 0.048,\n  \"collections_count\": 1,\n  \"trace_id\": \"stu-901\"\n}"}],"_postman_id":"e3b626be-ad06-4a96-a1f0-28a833a4170e"},{"name":"10. Health Check","id":"96c4db08-a0d5-4941-babb-519d35685e3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.wauldo.com/health","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]},"isInherited":true,"source":{"_postman_id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","id":"9b479d2a-feff-412a-a7c4-9b331bfbb543","name":"Wauldo API","type":"collection"}},"urlObject":{"path":["health"],"host":["https://api.wauldo.com"],"query":[],"variable":[]}},"response":[{"id":"572bd018-96d4-4c55-be76-3bf6831c67f8","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.wauldo.com/health"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"ok\",\n  \"version\": \"1.6.2\",\n  \"provider\": \"openrouter\",\n  \"rag_chunks\": 24,\n  \"redis\": \"disconnected\",\n  \"uptime_seconds\": 3600\n}"}],"_postman_id":"96c4db08-a0d5-4941-babb-519d35685e3b"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-RapidAPI-Key"},{"key":"value","value":"YOUR_RAPIDAPI_KEY"}]}},"variable":[{"key":"base_url","value":"https://api.wauldo.com"},{"key":"rapidapi_key","value":"YOUR_RAPIDAPI_KEY"}]}