{ "info": { "_postman_id": "03a0cdc6-2b1a-425b-98d6-24b95299f6e2", "name": "Reducto Classify Upload API", "description": "Classify documents into a defined set of categories and run citation lookups against parsed content.\n\nContact Support:\n Name: Reducto Support\n Email: support@reducto.ai", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:43:57.000Z", "updatedAt": "2026-07-28T02:43:57.000Z", "lastUpdatedBy": "35240", "uid": "35240-03a0cdc6-2b1a-425b-98d6-24b95299f6e2" }, "item": [ { "name": "upload", "item": [ { "name": "Upload", "id": "0d68e74c-709e-48bd-a305-c55561ee0d29", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "user-id", "value": "" }, { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/upload?extension=", "host": [ "{{baseUrl}}" ], "path": [ "upload" ], "query": [ { "key": "extension", "value": "" } ] } }, "response": [ { "id": "247b1e9c-188e-4f42-8b6b-d267896e8dbf", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "user-id", "value": "" }, { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/upload?extension=", "host": [ "{{baseUrl}}" ], "path": [ "upload" ], "query": [ { "key": "extension", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"file_id\": \"\",\n \"presigned_url\": \"\"\n}", "createdAt": "2026-07-28T02:43:57.000Z", "updatedAt": "2026-07-28T02:43:57.000Z", "uid": "35240-247b1e9c-188e-4f42-8b6b-d267896e8dbf" }, { "id": "696aa8b0-a307-4a38-8826-ad0611d223cc", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "user-id", "value": "" }, { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/upload?extension=", "host": [ "{{baseUrl}}" ], "path": [ "upload" ], "query": [ { "key": "extension", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T02:43:57.000Z", "updatedAt": "2026-07-28T02:43:57.000Z", "uid": "35240-696aa8b0-a307-4a38-8826-ad0611d223cc" } ], "createdAt": "2026-07-28T02:43:57.000Z", "updatedAt": "2026-07-28T02:43:57.000Z", "uid": "35240-0d68e74c-709e-48bd-a305-c55561ee0d29" } ], "id": "d612fd0c-f697-4a1d-94ab-5c0f9acddf86", "createdAt": "2026-07-28T02:43:57.000Z", "updatedAt": "2026-07-28T02:43:57.000Z", "uid": "35240-d612fd0c-f697-4a1d-94ab-5c0f9acddf86" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://platform.reducto.ai" } ] }