{"info":{"_postman_id":"7f2ee60e-a1eb-4534-a1e4-bf44bffb0c8f","name":"Stratum API","description":"<html><head></head><body><h3 id=\"welcome-to-postman-this-is-your-first-collection\">Welcome to Postman! This is your first collection.</h3>\n<p>Collections are your starting point for building and testing APIs. You can use this one to:</p>\n<p>• Group related requests\n• Test your API in real-world scenarios\n• Document and share your requests</p>\n<p>Update the name and overview whenever you’re ready to make it yours.</p>\n<p><a href=\"https://learning.postman.com/docs/collections/collections-overview/\">Learn more about Postman Collections.</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"56316722","collectionId":"7f2ee60e-a1eb-4534-a1e4-bf44bffb0c8f","publishedId":"2sBY4HTiMz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"0D1A16","highlight":"1D9E75"},"publishDate":"2026-07-02T15:56:42.000Z"},"item":[{"name":"Get data","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}],"id":"c0d3f6bd-e287-4da5-af55-58e8334b9792","request":{"method":"GET","header":[],"url":"postman-echo.com/get","description":"<p>This is a GET request and it is used to \"get\" data from an endpoint. There is no request body for a GET request, but you can use query parameters to help specify the resource you want data on (e.g., in this request, we have <code>id=1</code>).</p>\n<p>A successful GET response will have a <code>200 OK</code> status, and should include some kind of response body - for example, HTML web content or JSON data.</p>\n","urlObject":{"path":["get"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0d3f6bd-e287-4da5-af55-58e8334b9792"},{"name":"Post data","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Successful POST request\", function () {","    pm.expect(pm.response.code).to.be.oneOf([200, 201]);","});",""]}}],"id":"0cc40b77-0bb7-4d11-938d-c4c4ca503cd3","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Add your name in the body\"\n}","options":{"raw":{"language":"json"}}},"url":"postman-echo.com/post","description":"<p>This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.</p>\n<p>A successful POST request typically returns a <code>200 OK</code> or <code>201 Created</code> response code.</p>\n","urlObject":{"path":["post"],"host":["postman-echo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cc40b77-0bb7-4d11-938d-c4c4ca503cd3"},{"name":"Health Check","id":"d1d26bbd-1b6f-4786-a6b9-82e3eeba884a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-Stratum-Key","value":"stratum-dev-key-changeme","type":"text"}],"url":"https://api.stratumai.dev/health","urlObject":{"protocol":"https","path":["health"],"host":["api","stratumai","dev"],"query":[{"disabled":true,"key":"X-Stratum-Key","value":"stratum-dev-key-changeme"}],"variable":[]}},"response":[],"_postman_id":"d1d26bbd-1b6f-4786-a6b9-82e3eeba884a"},{"name":"Verify Text","id":"7ddb700c-3fce-4b44-b051-7bcc2ecea933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-Stratum-Key","value":"stratum-dev-key-changeme","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"text\": \"Apple's revenue in Q3 2024 was $200 billion.\",\r\n  \"source\": \"negative-test-1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stratumai.dev/verify-text","urlObject":{"protocol":"https","path":["verify-text"],"host":["api","stratumai","dev"],"query":[{"disabled":true,"key":"X-Stratum-Key","value":"stratum-dev-key-changeme"}],"variable":[]}},"response":[],"_postman_id":"7ddb700c-3fce-4b44-b051-7bcc2ecea933"},{"name":"Verify (Full Loop)","id":"931a1308-8dc3-4e28-99b6-a3dbd454c3fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Stratum-Key","value":"stratum-dev-key-changeme","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"text\": \"What was Apple's revenue in Q3 2024?\",\r\n  \"use_mock_llm\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stratumai.dev/verify","urlObject":{"protocol":"https","path":["verify"],"host":["api","stratumai","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"931a1308-8dc3-4e28-99b6-a3dbd454c3fd"},{"name":"Verify Financial- Correct Claim","id":"f7c28be1-8138-4fbc-9f03-0f41af92825c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Stratum-Key","value":"stratum-dev-key-changeme","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"text\": \"Apple revenue in Q3 2024 was $95 billion.\",\r\n  \"source\": \"example-verified\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stratumai.dev/verify-text","urlObject":{"protocol":"https","path":["verify-text"],"host":["api","stratumai","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7c28be1-8138-4fbc-9f03-0f41af92825c"},{"name":"Verify Financial — Wrong Claim","id":"79e72737-5777-410a-8f47-071e7101742b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Stratum-Key","value":"stratum-dev-key-changeme","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"text\": \"Microsoft FY2024 revenue was $100 billion.\",\r\n  \"source\": \"example-flagged\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stratumai.dev/verify-text","urlObject":{"protocol":"https","path":["verify-text"],"host":["api","stratumai","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"79e72737-5777-410a-8f47-071e7101742b"},{"name":"Verify Citation — Fake","id":"8dbd6ba9-d6a8-4c0d-9aa3-25888ed0d9f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Stratum-Key","value":"stratum-dev-key-changeme","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"text\": \"According to Smith et al. 2099, AI will take over the world.\",\r\n  \"source\": \"example-fake-citation\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stratumai.dev/verify-text","urlObject":{"protocol":"https","path":["verify-text"],"host":["api","stratumai","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dbd6ba9-d6a8-4c0d-9aa3-25888ed0d9f7"},{"name":"New Request","id":"0e39eddc-7ae6-4868-8646-8e6ccfc5b4ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Stratum-Key","value":"stratum-dev-key-changeme","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"customer_name\": \"Joseph Marks - MadHive\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.stratumai.dev/admin/generate-key","urlObject":{"protocol":"https","path":["admin","generate-key"],"host":["api","stratumai","dev"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e39eddc-7ae6-4868-8646-8e6ccfc5b4ec"}]}