{"info":{"_postman_id":"01c23489-9f0a-4550-86a0-42285fe907f5","name":"VerityWave backend task","description":"<html><head></head><body><p>Overview</p>\n<p>The VerityWave backend task collection provides endpoints for submitting files for analysis and retrieving previously processed analysis results. It is designed to support a simple workflow where a client uploads or submits a file for backend processing, then checks the analysis history to review past results.</p>\n<p>Base URL<br>This collection uses the collection variable:</p>\n<ul>\n<li></li>\n</ul>\n<p>Endpoints</p>\n<ol>\n<li>Analyze file<br> Request: <a href=\"https://request/36406749-5de8fa80-ecd6-42df-8215-2ab5d719f481\">Analyze file</a><br> Method: POST<br> Endpoint: /api/analyze</li>\n</ol>\n<p>Description:<br>This endpoint is used to submit a file for analysis. It likely triggers the backend processing logic that inspects the uploaded content and returns an analysis result or confirmation that the request was accepted.</p>\n<p>Typical use cases:</p>\n<ul>\n<li><p>Upload a file for backend analysis</p>\n</li>\n<li><p>Trigger automated processing of submitted content</p>\n</li>\n<li><p>Start a new analysis job</p>\n</li>\n</ul>\n<ol>\n<li>Get analysis history<br> Request: <a href=\"https://request/36406749-ad1af365-9437-4cea-8a2c-be9c7246482c\">Get analysis history</a><br> Method: GET<br> Endpoint: <a href=\"https://request/36406749-ad1af365-9437-4cea-8a2c-be9c7246482c\">Get analysis history</a></li>\n</ol>\n<p>Description:<br>This endpoint retrieves the history of previously analyzed files or analysis jobs. It is useful for reviewing past submissions, checking prior results, or tracking analysis activity over time.</p>\n<p>Typical use cases:</p>\n<ul>\n<li><p>View previously analyzed files</p>\n</li>\n<li><p>Retrieve historical analysis results</p>\n</li>\n<li><p>Audit or monitor past processing activity</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"36406749","collectionId":"01c23489-9f0a-4550-86a0-42285fe907f5","publishedId":"2sBXqMHeWr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-06T09:51:18.000Z"},"item":[{"name":"Analyze file","id":"5de8fa80-ecd6-42df-8215-2ab5d719f481","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"920bc3d2-11d7-4964-bd13-e21f8da3b8c9","src":"/C:/Users/Justin Chinonso/Pictures/8Kwallpaper_uislides_seyiezekiel70.jpg"}]},"url":"/api/analyze","urlObject":{"path":["api","analyze"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"8655ecc4-ed71-4a1e-b5c9-7e5c6752dd7e","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"920bc3d2-11d7-4964-bd13-e21f8da3b8c9","src":"/C:/Users/Justin Chinonso/Pictures/8Kwallpaper_uislides_seyiezekiel70.jpg"}]},"url":"/api/analyze"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"335"},{"key":"ETag","value":"W/\"14f-ME7Wj3LXydLQI8lP3jY1UiXJFtg\""},{"key":"Date","value":"Sun, 03 May 2026 06:19:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"File analyzed successfully\",\n    \"data\": [\n        {\n            \"id\": \"9fc5c058-f8d1-40b1-b254-b9a98799ae36\",\n            \"fileName\": \"8Kwallpaper_uislides_seyiezekiel70.jpg\",\n            \"fileType\": \"image/jpeg\",\n            \"score\": 41,\n            \"isAIGenerated\": false,\n            \"filePath\": \"compressed-1777789154773-8Kwallpaper_uislides_seyiezekiel70.jpg\",\n            \"createdAt\": \"2026-05-03T06:19:14.897Z\"\n        }\n    ]\n}"},{"id":"dbe68116-43d2-49f1-b78a-9409783a2314","name":"Error: bad request","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"920bc3d2-11d7-4964-bd13-e21f8da3b8c9","src":"postman-cloud:///1f0917e4-51d2-4490-8749-56f9d1bad2c2"}]},"url":"/api/analyze"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"ETag","value":"W/\"53-yuYu5HXXR61yByvJeiibLt29yFw\""},{"key":"Date","value":"Sun, 03 May 2026 06:23:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Reject: Only images and videos are allowed.\",\n    \"data\": []\n}"}],"_postman_id":"5de8fa80-ecd6-42df-8215-2ab5d719f481"},{"name":"Get analysis history","id":"ad1af365-9437-4cea-8a2c-be9c7246482c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"42de9d0b-fcc4-46ed-9af1-25ee410daa08","name":"success","originalRequest":{"method":"GET","header":[],"url":"/api/history"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2492"},{"key":"ETag","value":"W/\"9bc-riNffGAo486LY09kWHrlW+nqJww\""},{"key":"Date","value":"Wed, 06 May 2026 08:53:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"History retrieved successfully\",\n    \"data\": [\n        {\n            \"id\": \"e12f193f-72aa-4d31-becd-b913677ac9c2\",\n            \"fileName\": \"ChatGPT - Landmark - Google Chrome 2025-10-11 21-47-41.mp4\",\n            \"fileType\": \"video/mp4\",\n            \"score\": 0,\n            \"isAIGenerated\": false,\n            \"filePath\": \"https://res.cloudinary.com/dpyxbvcyl/video/upload/v1777889610/veritywave_test/sa5xxmjmaskx83ewpthj.mp4\",\n            \"createdAt\": \"2026-05-04T10:13:34.207Z\"\n        },\n        {\n            \"id\": \"536848ef-ce9c-4c1a-bdfa-64cb6ac9b7e9\",\n            \"fileName\": \"vsdc-sr 2025-01-24 18-50-25.mp4\",\n            \"fileType\": \"video/mp4\",\n            \"score\": 4,\n            \"isAIGenerated\": false,\n            \"filePath\": \"compressed-1777790656835-vsdc-sr 2025-01-24 18-50-25.mp4\",\n            \"createdAt\": \"2026-05-03T06:44:34.465Z\"\n        },\n        {\n            \"id\": \"87971fcd-4d7c-46ba-93b8-de710c12c7eb\",\n            \"fileName\": \"Deploy a Django web app to Python Anywhere FREE_1080pFHR.mp4\",\n            \"fileType\": \"video/mp4\",\n            \"score\": 45,\n            \"isAIGenerated\": false,\n            \"filePath\": \"compressed-1777789545500-Deploy a Django web app to Python Anywhere FREE_1080pFHR.mp4\",\n            \"createdAt\": \"2026-05-03T06:25:45.599Z\"\n        },\n        {\n            \"id\": \"cac2c27e-fddf-4338-ae06-62a81b4d78dc\",\n            \"fileName\": \"Deploy a Django web app to Python Anywhere FREE_1080pFHR.mp4\",\n            \"fileType\": \"video/mp4\",\n            \"score\": 16,\n            \"isAIGenerated\": false,\n            \"filePath\": \"compressed-1777789540115-Deploy a Django web app to Python Anywhere FREE_1080pFHR.mp4\",\n            \"createdAt\": \"2026-05-03T06:25:40.215Z\"\n        },\n        {\n            \"id\": \"8da476c9-aafb-4c01-9ee0-15173eee57f3\",\n            \"fileName\": \"Deploy a Django web app to Python Anywhere FREE_1080pFHR.mp4\",\n            \"fileType\": \"video/mp4\",\n            \"score\": 54,\n            \"isAIGenerated\": false,\n            \"filePath\": \"compressed-1777789535017-Deploy a Django web app to Python Anywhere FREE_1080pFHR.mp4\",\n            \"createdAt\": \"2026-05-03T06:25:35.111Z\"\n        },\n        {\n            \"id\": \"f658787f-13b7-4d25-8cec-e1e3c1c68ea7\",\n            \"fileName\": \"Deploy a Django web app to Python Anywhere FREE_1080pFHR.mp4\",\n            \"fileType\": \"video/mp4\",\n            \"score\": 16,\n            \"isAIGenerated\": false,\n            \"filePath\": \"compressed-1777789529218-Deploy a Django web app to Python Anywhere FREE_1080pFHR.mp4\",\n            \"createdAt\": \"2026-05-03T06:25:29.325Z\"\n        },\n        {\n            \"id\": \"9714eeb8-54f6-4a80-9f84-351dcf2110e1\",\n            \"fileName\": \"Deploy a Django web app to Python Anywhere FREE_1080pFHR.mp4\",\n            \"fileType\": \"video/mp4\",\n            \"score\": 13,\n            \"isAIGenerated\": false,\n            \"filePath\": \"compressed-1777789496611-Deploy a Django web app to Python Anywhere FREE_1080pFHR.mp4\",\n            \"createdAt\": \"2026-05-03T06:24:58.252Z\"\n        },\n        {\n            \"id\": \"9fc5c058-f8d1-40b1-b254-b9a98799ae36\",\n            \"fileName\": \"8Kwallpaper_uislides_seyiezekiel70.jpg\",\n            \"fileType\": \"image/jpeg\",\n            \"score\": 41,\n            \"isAIGenerated\": false,\n            \"filePath\": \"compressed-1777789154773-8Kwallpaper_uislides_seyiezekiel70.jpg\",\n            \"createdAt\": \"2026-05-03T06:19:14.897Z\"\n        }\n    ]\n}"}],"_postman_id":"ad1af365-9437-4cea-8a2c-be9c7246482c"}],"variable":[{"key":"BASE_URL","value":""}]}