{ "info": { "_postman_id": "34a3929c-1743-4f0a-9212-f66f5f0491c2", "name": "LandingAI Agentic Document Extraction (ADE) API v1: Parse, Extract, Classify, Split, Section Classes Tools API", "description": "Convert documents such as PDFs, images, and Office files into structured data with LandingAI's Agentic Document Extraction (ADE) v1 endpoints. Includes Parse (documents to Markdown and structured chunks with grounding), Extract (schema-based field extraction), Classify (page-level classification), Split (separate multi-document files), and Section (hierarchical table of contents), plus asynchronous jobs for parsing and extraction. Documentation: https://docs.landing.ai", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "lastUpdatedBy": "35240", "uid": "35240-34a3929c-1743-4f0a-9212-f66f5f0491c2" }, "item": [ { "name": "v1", "item": [ { "name": "ade", "item": [ { "name": "parse", "item": [ { "name": "jobs", "item": [ { "name": "{job_id}", "item": [ { "name": "ADE Get Parse Jobs", "id": "3484569e-6d29-4b14-8797-9bfcfb6bfd45", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/ade/parse/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse", "jobs", ":job_id" ], "variable": [ { "id": "a0b2c183-4fcd-4252-843f-afda76a31a47", "key": "job_id", "value": "", "description": "(Required) " } ] }, "description": "Get the status for an async parse job.\n\nReturns the job status or an error\n response. For EU users, use this endpoint:\n\n\n `https://api.va.eu-west-1.landing.ai/v1/ade/parse/jobs/{job_id}`." }, "response": [ { "id": "6f2c780e-ba1a-45e1-892c-510937b2a84b", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/ade/parse/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse", "jobs", ":job_id" ], "variable": [ { "key": "job_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"job_id\": \"\",\n \"status\": \"\",\n \"received_at\": \"\",\n \"progress\": \"\",\n \"created_at\": 0,\n \"org_id\": \"\",\n \"version\": \"\",\n \"data\": {\n \"markdown\": \"\",\n \"chunks\": [\n {\n \"markdown\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"grounding\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\"\n }\n },\n {\n \"markdown\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"grounding\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\"\n }\n }\n ],\n \"splits\": [\n {\n \"class\": \"\",\n \"identifier\": \"\",\n \"pages\": [\n \"\",\n \"\"\n ],\n \"markdown\": \"\",\n \"chunks\": [\n \"\",\n \"\"\n ]\n },\n {\n \"class\": \"\",\n \"identifier\": \"\",\n \"pages\": [\n \"\",\n \"\"\n ],\n \"markdown\": \"\",\n \"chunks\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"page_count\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"job_id\": \"\",\n \"version\": \"\",\n \"failed_pages\": [\n \"\",\n \"\"\n ]\n },\n \"grounding\": {\n \"quib_0\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\",\n \"type\": \"chunkPageNumber\",\n \"confidence\": \"\",\n \"low_confidence_spans\": [\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n },\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n }\n ]\n },\n \"sed_ba\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\",\n \"type\": \"chunkLogo\",\n \"confidence\": \"\",\n \"low_confidence_spans\": [\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n },\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n }\n ]\n }\n }\n },\n \"output_url\": \"\",\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"page_count\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"job_id\": \"\",\n \"version\": \"\",\n \"failed_pages\": [\n \"\",\n \"\"\n ]\n },\n \"failure_reason\": \"\"\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-6f2c780e-ba1a-45e1-892c-510937b2a84b" }, { "id": "56d3aabf-8515-4c5a-bdb0-4c8133d6d6bc", "name": "There were some pages that failed to be parsed.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/ade/parse/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse", "jobs", ":job_id" ], "variable": [ { "key": "job_id" } ] } }, "status": "Partial Content", "code": 206, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"job_id\": \"\",\n \"status\": \"\",\n \"received_at\": \"\",\n \"progress\": \"\",\n \"created_at\": 0,\n \"org_id\": \"\",\n \"version\": \"\",\n \"data\": {\n \"markdown\": \"\",\n \"chunks\": [\n {\n \"markdown\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"grounding\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\"\n }\n },\n {\n \"markdown\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"grounding\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\"\n }\n }\n ],\n \"splits\": [\n {\n \"class\": \"\",\n \"identifier\": \"\",\n \"pages\": [\n \"\",\n \"\"\n ],\n \"markdown\": \"\",\n \"chunks\": [\n \"\",\n \"\"\n ]\n },\n {\n \"class\": \"\",\n \"identifier\": \"\",\n \"pages\": [\n \"\",\n \"\"\n ],\n \"markdown\": \"\",\n \"chunks\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"page_count\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"job_id\": \"\",\n \"version\": \"\",\n \"failed_pages\": [\n \"\",\n \"\"\n ]\n },\n \"grounding\": {\n \"quib_0\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\",\n \"type\": \"chunkPageNumber\",\n \"confidence\": \"\",\n \"low_confidence_spans\": [\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n },\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n }\n ]\n },\n \"sed_ba\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\",\n \"type\": \"chunkLogo\",\n \"confidence\": \"\",\n \"low_confidence_spans\": [\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n },\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n }\n ]\n }\n }\n },\n \"output_url\": \"\",\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"page_count\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"job_id\": \"\",\n \"version\": \"\",\n \"failed_pages\": [\n \"\",\n \"\"\n ]\n },\n \"failure_reason\": \"\"\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-56d3aabf-8515-4c5a-bdb0-4c8133d6d6bc" }, { "id": "c4c5ab17-b94b-469a-ac3f-3ca2fe5f1015", "name": "Job ID not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/ade/parse/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse", "jobs", ":job_id" ], "variable": [ { "key": "job_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-c4c5ab17-b94b-469a-ac3f-3ca2fe5f1015" }, { "id": "089f88b3-fc50-49b6-950c-52a412503c20", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/ade/parse/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse", "jobs", ":job_id" ], "variable": [ { "key": "job_id" } ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-089f88b3-fc50-49b6-950c-52a412503c20" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-3484569e-6d29-4b14-8797-9bfcfb6bfd45" } ], "id": "cf435547-8a99-467a-8ba3-230a5bea831c", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-cf435547-8a99-467a-8ba3-230a5bea831c" }, { "name": "ADE Parse Jobs", "id": "0f6dcd7a-7ff0-4fe9-a559-c74b7cb924c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "model", "value": "", "type": "text" }, { "key": "document", "type": "file", "value": null }, { "key": "document_url", "value": "", "type": "text" }, { "description": " (This can only be one of page)", "key": "split", "value": "page", "type": "text" }, { "key": "password", "value": "", "type": "text" }, { "key": "custom_prompts", "value": "", "type": "text" }, { "key": "output_save_url", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/parse/jobs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse", "jobs" ] }, "description": "Parse documents asynchronously.\n\nThis endpoint creates a job that handles the\n processing for both large documents and large batches of documents.\n\n For EU\n users, use this endpoint:\n\n\n `https://api.va.eu-west-1.landing.ai/v1/ade/parse/jobs`." }, "response": [ { "id": "c5996ff4-ca69-4316-988f-2cb254b832ca", "name": "Job queued successfully", "originalRequest": { "method": "POST", "header": [ { "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": "model", "value": "", "type": "text" }, { "key": "document", "type": "file" }, { "key": "document_url", "value": "", "type": "text" }, { "description": " (This can only be one of page)", "key": "split", "value": "page", "type": "text" }, { "key": "password", "value": "", "type": "text" }, { "key": "custom_prompts", "value": "", "type": "text" }, { "key": "output_save_url", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/parse/jobs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse", "jobs" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"job_id\": \"\"\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-c5996ff4-ca69-4316-988f-2cb254b832ca" }, { "id": "bfa32622-e0fd-4245-b4bf-f996f471afb1", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": "model", "value": "", "type": "text" }, { "key": "document", "type": "file" }, { "key": "document_url", "value": "", "type": "text" }, { "description": " (This can only be one of page)", "key": "split", "value": "page", "type": "text" }, { "key": "password", "value": "", "type": "text" }, { "key": "custom_prompts", "value": "", "type": "text" }, { "key": "output_save_url", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/parse/jobs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse", "jobs" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-bfa32622-e0fd-4245-b4bf-f996f471afb1" }, { "id": "9b1b8b71-f048-489c-a409-c2da2502fe94", "name": "Rate limit exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "model", "value": "", "type": "text" }, { "key": "document", "type": "file" }, { "key": "document_url", "value": "", "type": "text" }, { "description": " (This can only be one of page)", "key": "split", "value": "page", "type": "text" }, { "key": "password", "value": "", "type": "text" }, { "key": "custom_prompts", "value": "", "type": "text" }, { "key": "output_save_url", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/parse/jobs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse", "jobs" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-9b1b8b71-f048-489c-a409-c2da2502fe94" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-0f6dcd7a-7ff0-4fe9-a559-c74b7cb924c5" }, { "name": "ADE List Parse Jobs", "id": "2bba1130-6d0e-412e-acb1-39057e4e5b3b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/ade/parse/jobs?page=0&pageSize=10&status=completed", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse", "jobs" ], "query": [ { "description": "Page number (0-indexed)", "key": "page", "value": "0" }, { "description": "Number of items per page", "key": "pageSize", "value": "10" }, { "description": "Filter by job status.", "key": "status", "value": "completed" } ] }, "description": "List all async parse jobs associated with your API key. Returns the list of jobs\nor an error response. For EU users, use this endpoint:\n\n\n`https://api.va.eu-west-1.landing.ai/v1/ade/parse/jobs`." }, "response": [ { "id": "a9125387-b820-4755-9c4e-bdd6515d6773", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/ade/parse/jobs?page=0&pageSize=10&status=completed", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse", "jobs" ], "query": [ { "description": "Page number (0-indexed)", "key": "page", "value": "0" }, { "description": "Number of items per page", "key": "pageSize", "value": "10" }, { "description": "Filter by job status.", "key": "status", "value": "completed" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"jobs\": [\n {\n \"job_id\": \"\",\n \"status\": \"\",\n \"received_at\": \"\",\n \"progress\": \"\",\n \"created_at\": 0,\n \"failure_reason\": \"\"\n },\n {\n \"job_id\": \"\",\n \"status\": \"\",\n \"received_at\": \"\",\n \"progress\": \"\",\n \"created_at\": 0,\n \"failure_reason\": \"\"\n }\n ],\n \"org_id\": \"\",\n \"has_more\": false\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-a9125387-b820-4755-9c4e-bdd6515d6773" }, { "id": "be01e064-ab9b-4b08-b272-7f06c86873cf", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/ade/parse/jobs?page=0&pageSize=10&status=completed", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse", "jobs" ], "query": [ { "description": "Page number (0-indexed)", "key": "page", "value": "0" }, { "description": "Number of items per page", "key": "pageSize", "value": "10" }, { "description": "Filter by job status.", "key": "status", "value": "completed" } ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-be01e064-ab9b-4b08-b272-7f06c86873cf" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-2bba1130-6d0e-412e-acb1-39057e4e5b3b" } ], "id": "02f1915f-581a-49c1-921b-a954da3f5de5", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-02f1915f-581a-49c1-921b-a954da3f5de5" }, { "name": "ADE Parse", "id": "22ded012-a483-4efc-8ee9-9b874de1606e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "model", "value": "", "type": "text" }, { "key": "document", "type": "file", "value": null }, { "key": "document_url", "value": "", "type": "text" }, { "description": " (This can only be one of page)", "key": "split", "value": "page", "type": "text" }, { "key": "password", "value": "", "type": "text" }, { "key": "custom_prompts", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/parse", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse" ] }, "description": "Parse a document or spreadsheet.\n\nThis endpoint parses documents (PDF, images)\n and spreadsheets (XLSX, CSV) into structured Markdown, chunks, and metadata.\n \n\n For EU users, use this endpoint:\n\n\n `https://api.va.eu-west-1.landing.ai/v1/ade/parse`." }, "response": [ { "id": "6d2e3e6c-ec00-429b-bb29-ad2ada51af71", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": "model", "value": "", "type": "text" }, { "key": "document", "type": "file" }, { "key": "document_url", "value": "", "type": "text" }, { "description": " (This can only be one of page)", "key": "split", "value": "page", "type": "text" }, { "key": "password", "value": "", "type": "text" }, { "key": "custom_prompts", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/parse", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"markdown\": \"\",\n \"chunks\": [\n {\n \"markdown\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"grounding\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\"\n }\n },\n {\n \"markdown\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"grounding\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\"\n }\n }\n ],\n \"splits\": [\n {\n \"class\": \"\",\n \"identifier\": \"\",\n \"pages\": [\n \"\",\n \"\"\n ],\n \"markdown\": \"\",\n \"chunks\": [\n \"\",\n \"\"\n ]\n },\n {\n \"class\": \"\",\n \"identifier\": \"\",\n \"pages\": [\n \"\",\n \"\"\n ],\n \"markdown\": \"\",\n \"chunks\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"page_count\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"job_id\": \"\",\n \"version\": \"\",\n \"failed_pages\": [\n \"\",\n \"\"\n ]\n },\n \"grounding\": {\n \"laborum_09\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\",\n \"type\": \"chunkKeyValue\",\n \"confidence\": \"\",\n \"low_confidence_spans\": [\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n },\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n }\n ]\n },\n \"officia_e\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\",\n \"type\": \"chunkPageFooter\",\n \"confidence\": \"\",\n \"low_confidence_spans\": [\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n },\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n }\n ]\n }\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-6d2e3e6c-ec00-429b-bb29-ad2ada51af71" }, { "id": "a9601423-67fb-4456-b9e1-7b23dfa4fe1f", "name": "There were some pages that failed to be parsed.", "originalRequest": { "method": "POST", "header": [ { "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": "model", "value": "", "type": "text" }, { "key": "document", "type": "file" }, { "key": "document_url", "value": "", "type": "text" }, { "description": " (This can only be one of page)", "key": "split", "value": "page", "type": "text" }, { "key": "password", "value": "", "type": "text" }, { "key": "custom_prompts", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/parse", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse" ] } }, "status": "Partial Content", "code": 206, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"markdown\": \"\",\n \"chunks\": [\n {\n \"markdown\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"grounding\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\"\n }\n },\n {\n \"markdown\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"grounding\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\"\n }\n }\n ],\n \"splits\": [\n {\n \"class\": \"\",\n \"identifier\": \"\",\n \"pages\": [\n \"\",\n \"\"\n ],\n \"markdown\": \"\",\n \"chunks\": [\n \"\",\n \"\"\n ]\n },\n {\n \"class\": \"\",\n \"identifier\": \"\",\n \"pages\": [\n \"\",\n \"\"\n ],\n \"markdown\": \"\",\n \"chunks\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"page_count\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"job_id\": \"\",\n \"version\": \"\",\n \"failed_pages\": [\n \"\",\n \"\"\n ]\n },\n \"grounding\": {\n \"laborum_09\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\",\n \"type\": \"chunkKeyValue\",\n \"confidence\": \"\",\n \"low_confidence_spans\": [\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n },\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n }\n ]\n },\n \"officia_e\": {\n \"box\": {\n \"left\": \"\",\n \"top\": \"\",\n \"right\": \"\",\n \"bottom\": \"\"\n },\n \"page\": \"\",\n \"type\": \"chunkPageFooter\",\n \"confidence\": \"\",\n \"low_confidence_spans\": [\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n },\n {\n \"text\": \"\",\n \"span\": \"\",\n \"confidence\": \"\"\n }\n ]\n }\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-a9601423-67fb-4456-b9e1-7b23dfa4fe1f" }, { "id": "be7ec16f-0b1b-4411-9af1-e573f19d6178", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": "model", "value": "", "type": "text" }, { "key": "document", "type": "file" }, { "key": "document_url", "value": "", "type": "text" }, { "description": " (This can only be one of page)", "key": "split", "value": "page", "type": "text" }, { "key": "password", "value": "", "type": "text" }, { "key": "custom_prompts", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/parse", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-be7ec16f-0b1b-4411-9af1-e573f19d6178" }, { "id": "02dc76fb-7f72-4a53-991c-5a54151bc53a", "name": "Rate limit exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "key": "model", "value": "", "type": "text" }, { "key": "document", "type": "file" }, { "key": "document_url", "value": "", "type": "text" }, { "description": " (This can only be one of page)", "key": "split", "value": "page", "type": "text" }, { "key": "password", "value": "", "type": "text" }, { "key": "custom_prompts", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/parse", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "parse" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-02dc76fb-7f72-4a53-991c-5a54151bc53a" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-22ded012-a483-4efc-8ee9-9b874de1606e" } ], "id": "feb9025e-22df-4c0f-8f2a-51bbdf8bea23", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-feb9025e-22df-4c0f-8f2a-51bbdf8bea23" }, { "name": "extract", "item": [ { "name": "jobs", "item": [ { "name": "{job_id}", "item": [ { "name": "ADE Get Extract Jobs", "id": "53b08fee-125f-4341-818f-2f5f800463d8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/ade/extract/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "jobs", ":job_id" ], "variable": [ { "id": "08c7d571-dd89-4ffc-a8bf-376b2fe17894", "key": "job_id", "value": "", "description": "(Required) " } ] }, "description": "Get the status for an async extract job.\n\nReturns the job status or an error\n response. For EU users, use this endpoint:\n\n\n `https://api.va.eu-west-1.landing.ai/v1/ade/extract/jobs/{job_id}`." }, "response": [ { "id": "d3eb80ef-dc19-477b-8339-f25afbebb78d", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/ade/extract/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "jobs", ":job_id" ], "variable": [ { "key": "job_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"job_id\": \"\",\n \"status\": \"\",\n \"received_at\": \"\",\n \"progress\": \"\",\n \"created_at\": 0,\n \"org_id\": \"\",\n \"version\": \"\",\n \"data\": {\n \"extraction\": {},\n \"extraction_metadata\": {},\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"job_id\": \"\",\n \"version\": \"\",\n \"schema_violation_error\": \"\",\n \"fallback_model_version\": \"\",\n \"warnings\": [\n {\n \"code\": \"nonconformant_schema\",\n \"msg\": \"\"\n },\n {\n \"code\": \"nonconformant_output\",\n \"msg\": \"\"\n }\n ]\n }\n },\n \"output_url\": \"\",\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"job_id\": \"\",\n \"version\": \"\",\n \"schema_violation_error\": \"\",\n \"fallback_model_version\": \"\",\n \"warnings\": [\n {\n \"code\": \"nonconformant_schema\",\n \"msg\": \"\"\n },\n {\n \"code\": \"nonconformant_output\",\n \"msg\": \"\"\n }\n ]\n },\n \"failure_reason\": \"\"\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d3eb80ef-dc19-477b-8339-f25afbebb78d" }, { "id": "95704161-6b9d-415e-9cd4-8bc879d9921f", "name": "Extraction completed with success but there was a schema validation error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/ade/extract/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "jobs", ":job_id" ], "variable": [ { "key": "job_id" } ] } }, "status": "Partial Content", "code": 206, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"job_id\": \"\",\n \"status\": \"\",\n \"received_at\": \"\",\n \"progress\": \"\",\n \"created_at\": 0,\n \"org_id\": \"\",\n \"version\": \"\",\n \"data\": {\n \"extraction\": {},\n \"extraction_metadata\": {},\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"job_id\": \"\",\n \"version\": \"\",\n \"schema_violation_error\": \"\",\n \"fallback_model_version\": \"\",\n \"warnings\": [\n {\n \"code\": \"nonconformant_schema\",\n \"msg\": \"\"\n },\n {\n \"code\": \"nonconformant_output\",\n \"msg\": \"\"\n }\n ]\n }\n },\n \"output_url\": \"\",\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"job_id\": \"\",\n \"version\": \"\",\n \"schema_violation_error\": \"\",\n \"fallback_model_version\": \"\",\n \"warnings\": [\n {\n \"code\": \"nonconformant_schema\",\n \"msg\": \"\"\n },\n {\n \"code\": \"nonconformant_output\",\n \"msg\": \"\"\n }\n ]\n },\n \"failure_reason\": \"\"\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-95704161-6b9d-415e-9cd4-8bc879d9921f" }, { "id": "ee338b86-83e1-4927-ac11-8f54f55d4fa6", "name": "Job ID not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/ade/extract/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "jobs", ":job_id" ], "variable": [ { "key": "job_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-ee338b86-83e1-4927-ac11-8f54f55d4fa6" }, { "id": "ce838ffc-efa2-4f15-a414-ba932a1e68cd", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/ade/extract/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "jobs", ":job_id" ], "variable": [ { "key": "job_id" } ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-ce838ffc-efa2-4f15-a414-ba932a1e68cd" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-53b08fee-125f-4341-818f-2f5f800463d8" } ], "id": "b794d5f3-faab-4d8e-9456-743de250cf54", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-b794d5f3-faab-4d8e-9456-743de250cf54" }, { "name": "ADE Extract Jobs", "id": "4596e63c-127a-41e7-a57c-0b9db4aedf1c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) JSON schema for field extraction. This schema determines what key-values pairs are extracted from the Markdown. The schema must be a valid JSON object and will be validated before processing the document.", "key": "schema", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" }, { "key": "markdown", "type": "file", "value": null }, { "key": "markdown_url", "value": "", "type": "text" }, { "description": "If True, reject schemas with unsupported fields (HTTP 422). If False, prune unsupported fields and continue. Only applies to extract versions that support schema validation.", "key": "strict", "value": "false", "type": "text" }, { "key": "output_save_url", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/extract/jobs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "jobs" ] }, "description": "Extract structured data asynchronously.\n\nThis endpoint creates a job that handles the processing for large markdown\ndocuments.\n\nFor EU users, use this endpoint:\n\n`https://api.va.eu-west-1.landing.ai/v1/ade/extract/jobs`." }, "response": [ { "id": "6d863f52-59a2-49a4-bb13-a79bcbb71b15", "name": "Job queued successfully", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) JSON schema for field extraction. This schema determines what key-values pairs are extracted from the Markdown. The schema must be a valid JSON object and will be validated before processing the document.", "key": "schema", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" }, { "key": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "description": "If True, reject schemas with unsupported fields (HTTP 422). If False, prune unsupported fields and continue. Only applies to extract versions that support schema validation.", "key": "strict", "value": "false", "type": "text" }, { "key": "output_save_url", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/extract/jobs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "jobs" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"job_id\": \"\"\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-6d863f52-59a2-49a4-bb13-a79bcbb71b15" }, { "id": "0c514c5e-3dbe-4457-8e0e-94fbd535dffc", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) JSON schema for field extraction. This schema determines what key-values pairs are extracted from the Markdown. The schema must be a valid JSON object and will be validated before processing the document.", "key": "schema", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" }, { "key": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "description": "If True, reject schemas with unsupported fields (HTTP 422). If False, prune unsupported fields and continue. Only applies to extract versions that support schema validation.", "key": "strict", "value": "false", "type": "text" }, { "key": "output_save_url", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/extract/jobs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "jobs" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-0c514c5e-3dbe-4457-8e0e-94fbd535dffc" }, { "id": "4851cf9d-365c-4d83-a752-523d7152ad69", "name": "Rate limit exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) JSON schema for field extraction. This schema determines what key-values pairs are extracted from the Markdown. The schema must be a valid JSON object and will be validated before processing the document.", "key": "schema", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" }, { "key": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "description": "If True, reject schemas with unsupported fields (HTTP 422). If False, prune unsupported fields and continue. Only applies to extract versions that support schema validation.", "key": "strict", "value": "false", "type": "text" }, { "key": "output_save_url", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/extract/jobs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "jobs" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-4851cf9d-365c-4d83-a752-523d7152ad69" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-4596e63c-127a-41e7-a57c-0b9db4aedf1c" }, { "name": "ADE List Extract Jobs", "id": "80c2c476-b6ab-402d-8754-cf1f58b11cfb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/ade/extract/jobs?page=0&pageSize=10&status=completed", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "jobs" ], "query": [ { "description": "Page number (0-indexed)", "key": "page", "value": "0" }, { "description": "Number of items per page", "key": "pageSize", "value": "10" }, { "description": "Filter by job status.", "key": "status", "value": "completed" } ] }, "description": "List all async extract jobs associated with your API key.\n\nReturns the list of jobs or an error response. For EU users, use this endpoint:\n\n`https://api.va.eu-west-1.landing.ai/v1/ade/extract/jobs`." }, "response": [ { "id": "c57d02e4-a2fe-4924-ac41-c2c61f3ae23c", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/ade/extract/jobs?page=0&pageSize=10&status=completed", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "jobs" ], "query": [ { "description": "Page number (0-indexed)", "key": "page", "value": "0" }, { "description": "Number of items per page", "key": "pageSize", "value": "10" }, { "description": "Filter by job status.", "key": "status", "value": "completed" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"jobs\": [\n {\n \"job_id\": \"\",\n \"status\": \"\",\n \"received_at\": \"\",\n \"progress\": \"\",\n \"created_at\": 0,\n \"failure_reason\": \"\"\n },\n {\n \"job_id\": \"\",\n \"status\": \"\",\n \"received_at\": \"\",\n \"progress\": \"\",\n \"created_at\": 0,\n \"failure_reason\": \"\"\n }\n ],\n \"org_id\": \"\",\n \"has_more\": false\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-c57d02e4-a2fe-4924-ac41-c2c61f3ae23c" }, { "id": "f0b22a28-a0dc-4c93-8e93-b23f1e4a065f", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/ade/extract/jobs?page=0&pageSize=10&status=completed", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "jobs" ], "query": [ { "description": "Page number (0-indexed)", "key": "page", "value": "0" }, { "description": "Number of items per page", "key": "pageSize", "value": "10" }, { "description": "Filter by job status.", "key": "status", "value": "completed" } ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-f0b22a28-a0dc-4c93-8e93-b23f1e4a065f" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-80c2c476-b6ab-402d-8754-cf1f58b11cfb" } ], "id": "8b9b9b67-734e-4c1b-9259-dc94dc963cef", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-8b9b9b67-734e-4c1b-9259-dc94dc963cef" }, { "name": "build-schema", "item": [ { "name": "ADE Build Extract Schema", "id": "768d2980-6a9f-4c12-a690-bbd95605a79b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "model", "value": "", "type": "text" }, { "key": "markdowns", "value": ",", "type": "text" }, { "key": "markdown_urls", "value": ",", "type": "text" }, { "key": "prompt", "value": "", "type": "text" }, { "key": "schema", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/extract/build-schema", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "build-schema" ] }, "description": "Generate a JSON schema from Markdown using AI.\n\nThis endpoint analyzes Markdown\n content and generates a JSON schema suitable for use with the extract endpoint.\n It can also refine an existing schema based on new documents or iterate on a schema\n based on prompt instructions.\n\nFor EU users, use this endpoint:\n\n\n `https://api.va.eu-west-1.landing.ai/v1/ade/extract/build-schema`." }, "response": [ { "id": "fbc12dba-9a87-4a3e-942b-faa5bdac91d1", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": "model", "value": "", "type": "text" }, { "key": "markdowns", "value": ",", "type": "text" }, { "key": "markdown_urls", "value": ",", "type": "text" }, { "key": "prompt", "value": "", "type": "text" }, { "key": "schema", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/extract/build-schema", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "build-schema" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"extraction_schema\": \"\",\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"duration_ms\": 0,\n \"credit_usage\": 0,\n \"job_id\": \"\",\n \"version\": \"\",\n \"warnings\": [\n {\n \"code\": \"nonconformant_schema\",\n \"msg\": \"\"\n },\n {\n \"code\": \"nonconformant_schema\",\n \"msg\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-fbc12dba-9a87-4a3e-942b-faa5bdac91d1" }, { "id": "12711cec-2fae-42b4-ab22-b7037cf6b3e2", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": "model", "value": "", "type": "text" }, { "key": "markdowns", "value": ",", "type": "text" }, { "key": "markdown_urls", "value": ",", "type": "text" }, { "key": "prompt", "value": "", "type": "text" }, { "key": "schema", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/extract/build-schema", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract", "build-schema" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-12711cec-2fae-42b4-ab22-b7037cf6b3e2" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-768d2980-6a9f-4c12-a690-bbd95605a79b" } ], "id": "6fc6cd2b-9ee6-493e-8d82-690cdfc7d3c6", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-6fc6cd2b-9ee6-493e-8d82-690cdfc7d3c6" }, { "name": "ADE Extract", "id": "17e874e4-712c-48fa-b369-78718c3d8acf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) JSON schema for field extraction. This schema determines what key-values pairs are extracted from the Markdown. The schema must be a valid JSON object and will be validated before processing the document.", "key": "schema", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" }, { "key": "markdown", "type": "file", "value": null }, { "key": "markdown_url", "value": "", "type": "text" }, { "description": "If True, reject schemas with unsupported fields (HTTP 422). If False, prune unsupported fields and continue. Only applies to extract versions that support schema validation.", "key": "strict", "value": "false", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/extract", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract" ] }, "description": "Extract structured data from Markdown using a JSON schema.\n\nThis endpoint\n processes Markdown content and extracts structured data according to the provided\n JSON schema.\n\nFor EU users, use this endpoint:\n\n\n `https://api.va.eu-west-1.landing.ai/v1/ade/extract`." }, "response": [ { "id": "e7d4705f-9c2d-4e8f-9d35-ff0f5d05b2ff", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) JSON schema for field extraction. This schema determines what key-values pairs are extracted from the Markdown. The schema must be a valid JSON object and will be validated before processing the document.", "key": "schema", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" }, { "key": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "description": "If True, reject schemas with unsupported fields (HTTP 422). If False, prune unsupported fields and continue. Only applies to extract versions that support schema validation.", "key": "strict", "value": "false", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/extract", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"extraction\": {},\n \"extraction_metadata\": {},\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"job_id\": \"\",\n \"version\": \"\",\n \"schema_violation_error\": \"\",\n \"fallback_model_version\": \"\",\n \"warnings\": [\n {\n \"code\": \"nonconformant_output\",\n \"msg\": \"\"\n },\n {\n \"code\": \"nonconformant_output\",\n \"msg\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-e7d4705f-9c2d-4e8f-9d35-ff0f5d05b2ff" }, { "id": "dc0e143a-78a3-47c3-b693-9963a4825ee9", "name": "Extraction completed with success but there was a schema validation error.", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) JSON schema for field extraction. This schema determines what key-values pairs are extracted from the Markdown. The schema must be a valid JSON object and will be validated before processing the document.", "key": "schema", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" }, { "key": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "description": "If True, reject schemas with unsupported fields (HTTP 422). If False, prune unsupported fields and continue. Only applies to extract versions that support schema validation.", "key": "strict", "value": "false", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/extract", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract" ] } }, "status": "Partial Content", "code": 206, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"extraction\": {},\n \"extraction_metadata\": {},\n \"metadata\": {\n \"filename\": \"\",\n \"org_id\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"job_id\": \"\",\n \"version\": \"\",\n \"schema_violation_error\": \"\",\n \"fallback_model_version\": \"\",\n \"warnings\": [\n {\n \"code\": \"nonconformant_output\",\n \"msg\": \"\"\n },\n {\n \"code\": \"nonconformant_output\",\n \"msg\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-dc0e143a-78a3-47c3-b693-9963a4825ee9" }, { "id": "6d50e5be-e36f-4ce9-95b5-dcbb76f168db", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) JSON schema for field extraction. This schema determines what key-values pairs are extracted from the Markdown. The schema must be a valid JSON object and will be validated before processing the document.", "key": "schema", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" }, { "key": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "description": "If True, reject schemas with unsupported fields (HTTP 422). If False, prune unsupported fields and continue. Only applies to extract versions that support schema validation.", "key": "strict", "value": "false", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/extract", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-6d50e5be-e36f-4ce9-95b5-dcbb76f168db" }, { "id": "77687c96-9ca1-43fc-a2d6-f7445d2ec641", "name": "Rate limit exceeded", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) JSON schema for field extraction. This schema determines what key-values pairs are extracted from the Markdown. The schema must be a valid JSON object and will be validated before processing the document.", "key": "schema", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" }, { "key": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "description": "If True, reject schemas with unsupported fields (HTTP 422). If False, prune unsupported fields and continue. Only applies to extract versions that support schema validation.", "key": "strict", "value": "false", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/extract", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "extract" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-77687c96-9ca1-43fc-a2d6-f7445d2ec641" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-17e874e4-712c-48fa-b369-78718c3d8acf" } ], "id": "07b1fd57-2e59-47a3-a155-51360d6c852a", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-07b1fd57-2e59-47a3-a155-51360d6c852a" }, { "name": "split", "item": [ { "name": "ADE Split", "id": "214ebc91-3b28-4178-a76e-bc3531c5f009", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) List of split classification options/configuration. Can be provided as JSON string in form data.", "key": "split_class", "value": "[object Object],[object Object]", "type": "text" }, { "key": "markdown", "type": "file", "value": null }, { "key": "markdown_url", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/split", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "split" ] }, "description": "Split classification for documents.\n\nThis endpoint classifies document sections\n based on markdown content and split options.\n\nFor EU users, use this endpoint:\n\n\n `https://api.va.eu-west-1.landing.ai/v1/ade/split`." }, "response": [ { "id": "d82ba1a7-e6fa-413b-92b9-ee60713348c9", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) List of split classification options/configuration. Can be provided as JSON string in form data.", "key": "split_class", "value": "[object Object],[object Object]", "type": "text" }, { "key": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/split", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "split" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"splits\": [\n {\n \"classification\": \"\",\n \"identifier\": \"\",\n \"pages\": [\n \"\",\n \"\"\n ],\n \"markdowns\": [\n \"\",\n \"\"\n ]\n },\n {\n \"classification\": \"\",\n \"identifier\": \"\",\n \"pages\": [\n \"\",\n \"\"\n ],\n \"markdowns\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"metadata\": {\n \"filename\": \"\",\n \"page_count\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"org_id\": \"\",\n \"job_id\": \"\",\n \"version\": \"\"\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d82ba1a7-e6fa-413b-92b9-ee60713348c9" }, { "id": "84af9634-544e-4c07-9edf-d79641f82673", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) List of split classification options/configuration. Can be provided as JSON string in form data.", "key": "split_class", "value": "[object Object],[object Object]", "type": "text" }, { "key": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/split", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "split" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-84af9634-544e-4c07-9edf-d79641f82673" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-214ebc91-3b28-4178-a76e-bc3531c5f009" } ], "id": "e357adfe-d1af-4977-aea4-b19404467c7c", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-e357adfe-d1af-4977-aea4-b19404467c7c" }, { "name": "section", "item": [ { "name": "ADE Section", "id": "ac6afe9e-2450-4c51-a778-940a90c56352", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "markdown", "type": "file", "value": null }, { "key": "markdown_url", "value": "", "type": "text" }, { "key": "guidelines", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/section", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "section" ] }, "description": "Section parsed markdown into a hierarchical table of contents.\n\nThis endpoint accepts the markdown output from /ade/parse\n(with reference anchors) and returns a flat, reading-order list of\nsections with hierarchy levels and reference ranges.\n\nFor EU users, use this endpoint:\n\n`https://api.va.eu-west-1.landing.ai/v1/ade/section`." }, "response": [ { "id": "9516edd5-c2cc-4266-9e61-da27b561700d", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "key": "guidelines", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/section", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "section" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"table_of_contents\": [\n {\n \"title\": \"\",\n \"level\": \"\",\n \"section_number\": \"\",\n \"start_reference\": \"\"\n },\n {\n \"title\": \"\",\n \"level\": \"\",\n \"section_number\": \"\",\n \"start_reference\": \"\"\n }\n ],\n \"table_of_contents_md\": \"\",\n \"metadata\": {\n \"filename\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"org_id\": \"\",\n \"job_id\": \"\",\n \"version\": \"\"\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-9516edd5-c2cc-4266-9e61-da27b561700d" }, { "id": "b407aca9-d982-487c-9fb6-9dce141610cb", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "key": "guidelines", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/section", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "section" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-b407aca9-d982-487c-9fb6-9dce141610cb" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-ac6afe9e-2450-4c51-a778-940a90c56352" } ], "id": "eaa20d77-5d55-4fb7-8152-7adbe9ed3baa", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-eaa20d77-5d55-4fb7-8152-7adbe9ed3baa" }, { "name": "classify", "item": [ { "name": "ADE Classify", "id": "dc106c73-fb47-43b3-8666-85e1e025fa98", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The possible classes that can be assigned to pages in the document. Each entry is an object with a `class` name and an optional `description`. Only one class is assigned per page; unclassifiable pages receive 'unknown'. Can be provided as a JSON string in form data.", "key": "classes", "value": "[object Object],[object Object]", "type": "text" }, { "key": "document", "type": "file", "value": null }, { "key": "document_url", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/classify", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "classify" ] }, "description": "Classify the pages of a document into classes you define.\n\nThis endpoint accepts PDFs, images, and other supported file types\n(either as a `document` upload or `document_url`) together with a\nlist of `classes`, and returns a classification result for each page.\n\nFor EU users, use this endpoint:\n\n`https://api.va.eu-west-1.landing.ai/v1/ade/classify`." }, "response": [ { "id": "070e1353-73c0-47da-9c6a-5877b53a86a0", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) The possible classes that can be assigned to pages in the document. Each entry is an object with a `class` name and an optional `description`. Only one class is assigned per page; unclassifiable pages receive 'unknown'. Can be provided as a JSON string in form data.", "key": "classes", "value": "[object Object],[object Object]", "type": "text" }, { "key": "document", "type": "file" }, { "key": "document_url", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/classify", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "classify" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"classification\": [\n {\n \"class\": \"\",\n \"page\": \"\",\n \"reason\": \"\",\n \"suggested_class\": \"\"\n },\n {\n \"class\": \"\",\n \"page\": \"\",\n \"reason\": \"\",\n \"suggested_class\": \"\"\n }\n ],\n \"metadata\": {\n \"filename\": \"\",\n \"page_count\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"org_id\": \"\",\n \"job_id\": \"\",\n \"version\": \"\"\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-070e1353-73c0-47da-9c6a-5877b53a86a0" }, { "id": "e046640d-5db4-4996-a9d9-e63bb0ee6b7d", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) The possible classes that can be assigned to pages in the document. Each entry is an object with a `class` name and an optional `description`. Only one class is assigned per page; unclassifiable pages receive 'unknown'. Can be provided as a JSON string in form data.", "key": "classes", "value": "[object Object],[object Object]", "type": "text" }, { "key": "document", "type": "file" }, { "key": "document_url", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/ade/classify", "host": [ "{{baseUrl}}" ], "path": [ "v1", "ade", "classify" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-e046640d-5db4-4996-a9d9-e63bb0ee6b7d" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-dc106c73-fb47-43b3-8666-85e1e025fa98" } ], "id": "a150df31-3c0a-4fcc-ba68-8b7f575d3bda", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-a150df31-3c0a-4fcc-ba68-8b7f575d3bda" } ], "id": "9bc065f6-a858-4e83-9e4b-0d54e968ede8", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-9bc065f6-a858-4e83-9e4b-0d54e968ede8" }, { "name": "tools", "item": [ { "name": "agentic-document-analysis", "item": [ { "name": "Agentic Document Extraction (Legacy)", "id": "b8f709b5-5e74-47cd-8dc3-33895c8c81b2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "pdf", "type": "file", "value": null }, { "key": "image", "type": "file", "value": null }, { "description": "Whether to include marginalia (headers, footers, notes in margins, etc.) in the response.", "key": "include_marginalia", "value": "true", "type": "text" }, { "description": "Whether to include metadata in the Markdown output.", "key": "include_metadata_in_markdown", "value": "true", "type": "text" }, { "key": "fields_schema", "value": "", "type": "text" }, { "description": " (This can only be one of verbose,transcribe,custom)", "key": "figure_captioning_type", "value": "custom", "type": "text" }, { "key": "figure_captioning_prompt", "value": "", "type": "text" }, { "description": " (This can only be one of full,page)", "key": "split", "value": "full", "type": "text" }, { "key": "enable_rotation_detection", "value": "", "type": "text" }, { "description": "Enable automatic skew detection and correction for document pages. When enabled, the system will detect if pages are skewed and automatically correct text and table chunks for better extraction accuracy.", "key": "enable_skew_detection", "value": "false", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/agentic-document-analysis?pages=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "agentic-document-analysis" ], "query": [ { "description": "Which pages to process, separated by commas and starting from 0. For example, to process the first 3 pages, use '0,1,2'. ", "key": "pages", "value": "" } ] }, "description": "This is a legacy endpoint. Use the ADE Parse endpoint instead.\n\nSend\n documents to the Agentic Document Extraction API.\n\nThe API parses the\n documents and returns the extracted data as structured Markdown and JSON.\n\nYou\n can include an extraction schema to extract key-value pairs from the parsed\n content.\n\nFor EU users, use this endpoint:\n\n\n `https://api.va.eu-west-1.landing.ai/v1/tools/agentic-document-analysis`." }, "response": [ { "id": "051f5db2-14fd-4a46-ae8e-0e1bac1f4353", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": "pdf", "type": "file" }, { "key": "image", "type": "file" }, { "description": "Whether to include marginalia (headers, footers, notes in margins, etc.) in the response.", "key": "include_marginalia", "value": "true", "type": "text" }, { "description": "Whether to include metadata in the Markdown output.", "key": "include_metadata_in_markdown", "value": "true", "type": "text" }, { "key": "fields_schema", "value": "", "type": "text" }, { "description": " (This can only be one of verbose,transcribe,custom)", "key": "figure_captioning_type", "value": "custom", "type": "text" }, { "key": "figure_captioning_prompt", "value": "", "type": "text" }, { "description": " (This can only be one of full,page)", "key": "split", "value": "full", "type": "text" }, { "key": "enable_rotation_detection", "value": "", "type": "text" }, { "description": "Enable automatic skew detection and correction for document pages. When enabled, the system will detect if pages are skewed and automatically correct text and table chunks for better extraction accuracy.", "key": "enable_skew_detection", "value": "false", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/agentic-document-analysis?pages=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "agentic-document-analysis" ], "query": [ { "description": "Which pages to process, separated by commas and starting from 0. For example, to process the first 3 pages, use '0,1,2'. ", "key": "pages", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"markdown\": \"\",\n \"chunks\": [\n {\n \"text\": \"\",\n \"grounding\": [\n {\n \"box\": {\n \"l\": \"\",\n \"t\": \"\",\n \"r\": \"\",\n \"b\": \"\"\n },\n \"page\": \"\"\n },\n {\n \"box\": {\n \"l\": \"\",\n \"t\": \"\",\n \"r\": \"\",\n \"b\": \"\"\n },\n \"page\": \"\"\n }\n ],\n \"chunk_type\": \"logo\",\n \"chunk_id\": \"\",\n \"rotation_angle\": 0\n },\n {\n \"text\": \"\",\n \"grounding\": [\n {\n \"box\": {\n \"l\": \"\",\n \"t\": \"\",\n \"r\": \"\",\n \"b\": \"\"\n },\n \"page\": \"\"\n },\n {\n \"box\": {\n \"l\": \"\",\n \"t\": \"\",\n \"r\": \"\",\n \"b\": \"\"\n },\n \"page\": \"\"\n }\n ],\n \"chunk_type\": \"logo\",\n \"chunk_id\": \"\",\n \"rotation_angle\": 0\n }\n ],\n \"extracted_schema\": {},\n \"extraction_metadata\": {}\n },\n \"errors\": [\n {\n \"page_num\": \"\",\n \"error\": \"\",\n \"error_code\": \"\"\n },\n {\n \"page_num\": \"\",\n \"error\": \"\",\n \"error_code\": \"\"\n }\n ],\n \"extraction_error\": \"\",\n \"metadata\": {}\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-051f5db2-14fd-4a46-ae8e-0e1bac1f4353" }, { "id": "0acd9c26-2cd2-4384-9995-8fbb8c7fd987", "name": "Contains only pages that succeeded processing", "originalRequest": { "method": "POST", "header": [ { "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": "pdf", "type": "file" }, { "key": "image", "type": "file" }, { "description": "Whether to include marginalia (headers, footers, notes in margins, etc.) in the response.", "key": "include_marginalia", "value": "true", "type": "text" }, { "description": "Whether to include metadata in the Markdown output.", "key": "include_metadata_in_markdown", "value": "true", "type": "text" }, { "key": "fields_schema", "value": "", "type": "text" }, { "description": " (This can only be one of verbose,transcribe,custom)", "key": "figure_captioning_type", "value": "custom", "type": "text" }, { "key": "figure_captioning_prompt", "value": "", "type": "text" }, { "description": " (This can only be one of full,page)", "key": "split", "value": "full", "type": "text" }, { "key": "enable_rotation_detection", "value": "", "type": "text" }, { "description": "Enable automatic skew detection and correction for document pages. When enabled, the system will detect if pages are skewed and automatically correct text and table chunks for better extraction accuracy.", "key": "enable_skew_detection", "value": "false", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/agentic-document-analysis?pages=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "agentic-document-analysis" ], "query": [ { "description": "Which pages to process, separated by commas and starting from 0. For example, to process the first 3 pages, use '0,1,2'. ", "key": "pages", "value": "" } ] } }, "status": "Partial Content", "code": 206, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"markdown\": \"\",\n \"chunks\": [\n {\n \"text\": \"\",\n \"grounding\": [\n {\n \"box\": {\n \"l\": \"\",\n \"t\": \"\",\n \"r\": \"\",\n \"b\": \"\"\n },\n \"page\": \"\"\n },\n {\n \"box\": {\n \"l\": \"\",\n \"t\": \"\",\n \"r\": \"\",\n \"b\": \"\"\n },\n \"page\": \"\"\n }\n ],\n \"chunk_type\": \"logo\",\n \"chunk_id\": \"\",\n \"rotation_angle\": 0\n },\n {\n \"text\": \"\",\n \"grounding\": [\n {\n \"box\": {\n \"l\": \"\",\n \"t\": \"\",\n \"r\": \"\",\n \"b\": \"\"\n },\n \"page\": \"\"\n },\n {\n \"box\": {\n \"l\": \"\",\n \"t\": \"\",\n \"r\": \"\",\n \"b\": \"\"\n },\n \"page\": \"\"\n }\n ],\n \"chunk_type\": \"logo\",\n \"chunk_id\": \"\",\n \"rotation_angle\": 0\n }\n ],\n \"extracted_schema\": {},\n \"extraction_metadata\": {}\n },\n \"errors\": [\n {\n \"page_num\": \"\",\n \"error\": \"\",\n \"error_code\": \"\"\n },\n {\n \"page_num\": \"\",\n \"error\": \"\",\n \"error_code\": \"\"\n }\n ],\n \"extraction_error\": \"\",\n \"metadata\": {}\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-0acd9c26-2cd2-4384-9995-8fbb8c7fd987" }, { "id": "8635d4d3-3953-4476-ae18-ede7347fefac", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": "pdf", "type": "file" }, { "key": "image", "type": "file" }, { "description": "Whether to include marginalia (headers, footers, notes in margins, etc.) in the response.", "key": "include_marginalia", "value": "true", "type": "text" }, { "description": "Whether to include metadata in the Markdown output.", "key": "include_metadata_in_markdown", "value": "true", "type": "text" }, { "key": "fields_schema", "value": "", "type": "text" }, { "description": " (This can only be one of verbose,transcribe,custom)", "key": "figure_captioning_type", "value": "custom", "type": "text" }, { "key": "figure_captioning_prompt", "value": "", "type": "text" }, { "description": " (This can only be one of full,page)", "key": "split", "value": "full", "type": "text" }, { "key": "enable_rotation_detection", "value": "", "type": "text" }, { "description": "Enable automatic skew detection and correction for document pages. When enabled, the system will detect if pages are skewed and automatically correct text and table chunks for better extraction accuracy.", "key": "enable_skew_detection", "value": "false", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/agentic-document-analysis?pages=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "agentic-document-analysis" ], "query": [ { "description": "Which pages to process, separated by commas and starting from 0. For example, to process the first 3 pages, use '0,1,2'. ", "key": "pages", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-8635d4d3-3953-4476-ae18-ede7347fefac" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-b8f709b5-5e74-47cd-8dc3-33895c8c81b2" }, { "name": "Head Agentic Document Analysis", "id": "f8a095bf-c807-45b9-8477-098533d015b7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "HEAD", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/tools/agentic-document-analysis", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "agentic-document-analysis" ] } }, "response": [ { "id": "1c4c730d-bea0-4dee-9459-b0cbb47f7713", "name": "Successful Response", "originalRequest": { "method": "HEAD", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/tools/agentic-document-analysis", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "agentic-document-analysis" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-1c4c730d-bea0-4dee-9459-b0cbb47f7713" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-f8a095bf-c807-45b9-8477-098533d015b7" } ], "id": "20d2f70c-8a48-470f-bba9-862ba87c0bb4", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-20d2f70c-8a48-470f-bba9-862ba87c0bb4" }, { "name": "markdown-schema-suggestion", "item": [ { "name": "Tool Markdown To Jsonschema", "id": "08edabe5-6b70-40b0-90c5-e4e6d0621f47", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"markdown\": \"\",\n \"prompt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/markdown-schema-suggestion", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "markdown-schema-suggestion" ] }, "description": "Endpoint to convert markdown to JSON schema." }, "response": [ { "id": "3b01d83d-c02b-4561-8dcc-6e5826044fca", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"markdown\": \"\",\n \"prompt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/markdown-schema-suggestion", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "markdown-schema-suggestion" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"json_schema\": {}\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-3b01d83d-c02b-4561-8dcc-6e5826044fca" }, { "id": "6853f7f4-ccc0-4fe2-b0a7-5bdb3997ef97", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"markdown\": \"\",\n \"prompt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/markdown-schema-suggestion", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "markdown-schema-suggestion" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-6853f7f4-ccc0-4fe2-b0a7-5bdb3997ef97" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-08edabe5-6b70-40b0-90c5-e4e6d0621f47" } ], "id": "3b8a419a-f675-4e50-8248-78cd3ad0c34f", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-3b8a419a-f675-4e50-8248-78cd3ad0c34f" }, { "name": "wsi-embedding", "item": [ { "name": "Tool Wsi Embedding", "id": "f18ef9ff-ee0e-4073-9352-686ad757475e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"mpp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/wsi-embedding?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "wsi-embedding" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs whole slide image (WSI) embedding generation for pathology image analysis and feature extraction.\n\nArgs:\n params (WSIEmbeddingRequest): The input data containing the following fields:\n - image (bytes): Base64-encoded patch image from a whole slide image.\n - mpp (float): Microns per pixel resolution of the image patch.\n Required for proper scaling and analysis.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for WSI embedding generation.\n\nReturns:\n WSIEmbeddingResponse | JSONResponse\n Success: WSIEmbeddingResponse containing generated embeddings for the WSI patch.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "dc07dbdf-d986-4474-8ddf-4d4f35a1ccb7", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"mpp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/wsi-embedding?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "wsi-embedding" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"embedding\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-dc07dbdf-d986-4474-8ddf-4d4f35a1ccb7" }, { "id": "5896bd2f-dea4-4591-acde-24d8edf89bd4", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"mpp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/wsi-embedding?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "wsi-embedding" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-5896bd2f-dea4-4591-acde-24d8edf89bd4" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-f18ef9ff-ee0e-4073-9352-686ad757475e" } ], "id": "b31cc716-f423-4c0a-9617-f71855ed080f", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-b31cc716-f423-4c0a-9617-f71855ed080f" }, { "name": "qr-reader", "item": [ { "name": "Tool Qr Reader", "id": "8da20338-6e65-4d95-ba28-f4d8c8c4036a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/qr-reader?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "qr-reader" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs QR code detection and reading to extract encoded information from images.\n\nArgs:\n params (QRReaderRequest): The input data containing the following fields:\n - image (bytes): The image file to analyze for QR code detection and reading.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for QR code processing.\n\nReturns:\n QRReaderResponse | JSONResponse\n Success: QRReaderResponse containing detected QR codes with decoded text and locations.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "976ae06f-7796-4c99-809f-e0d582e1deb7", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/qr-reader?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "qr-reader" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"text\": \"\",\n \"x\": \"\",\n \"y\": \"\"\n },\n {\n \"text\": \"\",\n \"x\": \"\",\n \"y\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-976ae06f-7796-4c99-809f-e0d582e1deb7" }, { "id": "f061931d-e033-4e0f-b708-2f87b17d7fd2", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/qr-reader?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "qr-reader" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-f061931d-e033-4e0f-b708-2f87b17d7fd2" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-8da20338-6e65-4d95-ba28-f4d8c8c4036a" } ], "id": "3e44f293-8a20-4940-9243-b93b6f2e3cc1", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-3e44f293-8a20-4940-9243-b93b6f2e3cc1" }, { "name": "owlv2", "item": [ { "name": "Tool Owlv2", "id": "8d31327f-7e05-45a3-bac6-b7374c7678c2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"prompts\": [\n \"\",\n \"\"\n ],\n \"confidence\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/owlv2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "owlv2" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs object detection using the OWL-ViT v2 model with text prompts.\n\nArgs:\n params (Owlv2Request): The input request containing the following fields:\n - image (UploadFile): The image file to analyze for object detection.\n - prompts (List[str]): Text descriptions of objects to detect in the image.\n - confidence (float, *optional*): Minimum confidence threshold for detections.\n Defaults to 0.2, must be between 0 and 1.\n\n baseten_inference_sender: Dependency Injection for\n sending request to the baseten server.\n\nReturns:\n BboxResponse | JSONResponse\n List of detected objects with bounding boxes, labels, and confidence scores, or error response." }, "response": [ { "id": "7b12ca06-f20e-4bc2-91b9-dcafc2c1596a", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"prompts\": [\n \"\",\n \"\"\n ],\n \"confidence\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/owlv2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "owlv2" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bbox\": [\n \"\",\n \"\"\n ]\n },\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bbox\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-7b12ca06-f20e-4bc2-91b9-dcafc2c1596a" }, { "id": "019e66b7-9120-4fae-a6ea-79c6974308e3", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"prompts\": [\n \"\",\n \"\"\n ],\n \"confidence\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/owlv2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "owlv2" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-019e66b7-9120-4fae-a6ea-79c6974308e3" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-8d31327f-7e05-45a3-bac6-b7374c7678c2" } ], "id": "d8ca6e4b-0c06-4b20-9654-16c386e53a7a", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d8ca6e4b-0c06-4b20-9654-16c386e53a7a" }, { "name": "depth-anything-v2", "item": [ { "name": "Tool Depth Anything V2", "id": "21cf5c8f-2827-493c-b5c3-b478ad6ac0d9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"grayscale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/depth-anything-v2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "depth-anything-v2" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs depth estimation on images using the Depth-Anything-V2 model to generate depth maps.\n\nArgs:\n params (DepthAnythingV2Request): The input data containing the following fields:\n - image (bytes): The image file to analyze for depth estimation.\n - grayscale (bool, *optional*): Whether to output the depth map in grayscale format.\n Defaults to False for colored depth maps.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for Depth-Anything-V2 processing.\n\nReturns:\n DepthAnythingV2Response | JSONResponse\n Success: DepthAnythingV2Response containing depth map data and metadata.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "3e5615f2-b4af-45fe-97fd-630e59aadb43", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"grayscale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/depth-anything-v2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "depth-anything-v2" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"map\": [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-3e5615f2-b4af-45fe-97fd-630e59aadb43" }, { "id": "d29dc84f-e20b-4c17-9e38-4874e68b29ae", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"grayscale\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/depth-anything-v2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "depth-anything-v2" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d29dc84f-e20b-4c17-9e38-4874e68b29ae" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-21cf5c8f-2827-493c-b5c3-b478ad6ac0d9" } ], "id": "27f492ac-25b9-4691-9cfc-049006f54bb1", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-27f492ac-25b9-4691-9cfc-049006f54bb1" }, { "name": "loca", "item": [ { "name": "Tool Loca", "id": "8add6982-b4b4-4006-bafb-ec1b35f2fdb2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"bbox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/loca?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "loca" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs localized content analysis using the LOCA model to analyze specific regions or the entire image.\n\nArgs:\n params (LocaRequest): The input data containing the following fields:\n - image (bytes): The image file to analyze for localized content analysis.\n - bbox (BoundingBox, *optional*): Bounding box coordinates to focus analysis on a specific region.\n If not provided, analyzes the entire image.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for LOCA processing.\n\nReturns:\n LocaResponse | JSONResponse\n Success: LocaResponse containing localized analysis results.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "8691c448-e9d9-428b-a0b2-f1bb633c0ebd", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"bbox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/loca?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "loca" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"count\": \"\",\n \"heat_map\": {\n \"title\": \"Heat Map\"\n }\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-8691c448-e9d9-428b-a0b2-f1bb633c0ebd" }, { "id": "8d14b6ec-12c3-471a-9612-50be36b4a510", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"bbox\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/loca?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "loca" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-8d14b6ec-12c3-471a-9612-50be36b4a510" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-8add6982-b4b4-4006-bafb-ec1b35f2fdb2" } ], "id": "d6795c1d-c898-4731-b302-b58d1e15973d", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d6795c1d-c898-4731-b302-b58d1e15973d" }, { "name": "florence2", "item": [ { "name": "Tool Florencev2", "id": "d40cfd21-bb2e-4aa5-8a28-c5c56a0aa3c0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"task\": \"\",\n \"image\": \"\",\n \"images\": [\n \"\",\n \"\"\n ],\n \"video\": \"\",\n \"video_bytes\": \"\",\n \"prompt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/florence2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "florence2" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs various computer vision tasks using the Florence V2 model.\n\nArgs:\n params (FlorenceV2Request): The input request containing the following fields:\n - image (UploadFile, *optional*): Single image file for processing.\n - images (List[UploadFile], *optional*): Multiple image files for batch processing.\n - video_bytes (bytes, *optional*): Video data for video analysis tasks.\n - task (str): The specific task to perform (e.g., \"CAPTION\", \"OD\", \"OCR\").\n - prompt (str, *optional*): Text prompt for task-specific guidance.\n\n baseten_inference_sender: Dependency Injection for\n sending request to the baseten server.\n\nReturns:\n FlorenceV2Response | JSONResponse\n Task-specific results including captions, object detections, or OCR text, or error response." }, "response": [ { "id": "860d5ec6-f7e7-4b8a-bf4c-5ae7916e29b0", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"task\": \"\",\n \"image\": \"\",\n \"images\": [\n \"\",\n \"\"\n ],\n \"video\": \"\",\n \"video_bytes\": \"\",\n \"prompt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/florence2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "florence2" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {}\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-860d5ec6-f7e7-4b8a-bf4c-5ae7916e29b0" }, { "id": "49fcb5d7-b5c3-47bd-8e92-04d094b39d65", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"task\": \"\",\n \"image\": \"\",\n \"images\": [\n \"\",\n \"\"\n ],\n \"video\": \"\",\n \"video_bytes\": \"\",\n \"prompt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/florence2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "florence2" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-49fcb5d7-b5c3-47bd-8e92-04d094b39d65" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d40cfd21-bb2e-4aa5-8a28-c5c56a0aa3c0" } ], "id": "4ba4b4d9-5dfe-49df-9030-082c24eaf9ba", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-4ba4b4d9-5dfe-49df-9030-082c24eaf9ba" }, { "name": "nsfw-classification", "item": [ { "name": "Tool Nsfw Classification", "id": "b9275f1c-f5e6-45c6-b9cf-fcbc539d24a9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/nsfw-classification?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "nsfw-classification" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs NSFW (Not Safe For Work) content classification to detect inappropriate content in images.\n\nArgs:\n params (NSFWRequest): The input data containing the following fields:\n - image (bytes): The image file to analyze for NSFW content classification.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for NSFW classification.\n\nReturns:\n NSFWResponse | JSONResponse\n Success: NSFWResponse containing classification scores for different content categories.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "a11f8c57-a976-4c78-8716-552ca5a10ecd", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/nsfw-classification?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "nsfw-classification" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"label\": \"\",\n \"score\": \"\"\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-a11f8c57-a976-4c78-8716-552ca5a10ecd" }, { "id": "700ee1d5-8231-4413-8bce-cd1f8510032d", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/nsfw-classification?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "nsfw-classification" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-700ee1d5-8231-4413-8bce-cd1f8510032d" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-b9275f1c-f5e6-45c6-b9cf-fcbc539d24a9" } ], "id": "0244cd02-2eda-4342-abbd-57dd81779b3e", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-0244cd02-2eda-4342-abbd-57dd81779b3e" }, { "name": "florence2-qa", "item": [ { "name": "Tool Florencev2 Qa", "id": "f887d2ff-a149-47f4-9b18-70739cdb6aeb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"question\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/florence2-qa?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "florence2-qa" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs visual question answering using the Florence2 model to answer questions about image content.\n\nArgs:\n params (FlorenceQARequest): The input data containing the following fields:\n - image (bytes): The image file to analyze for visual question answering.\n - question (str): The question to ask about the image content.\n The model will analyze the image and provide an answer.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for Florence2 QA processing.\n\nReturns:\n FlorenceV2QAResponse | JSONResponse\n Success: FlorenceV2QAResponse containing the answer to the visual question.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "2822bce0-17d1-40a3-badd-fb0978ae1574", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"question\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/florence2-qa?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "florence2-qa" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": \"\"\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-2822bce0-17d1-40a3-badd-fb0978ae1574" }, { "id": "2b24fb5e-a65b-4280-8706-5896b569a6af", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"question\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/florence2-qa?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "florence2-qa" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-2b24fb5e-a65b-4280-8706-5896b569a6af" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-f887d2ff-a149-47f4-9b18-70739cdb6aeb" } ], "id": "d5b008ec-22a8-4286-8ee0-47bcff026071", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d5b008ec-22a8-4286-8ee0-47bcff026071" }, { "name": "pose-detector", "item": [ { "name": "Tool Pose Detection", "id": "67eeb2ab-66d9-4417-bb1b-3b8f2113ca11", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/pose-detector?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "pose-detector" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs human pose detection to identify and locate body keypoints and skeletal structure in images.\n\nArgs:\n params (PoseDetectionRequest): The input data containing the following fields:\n - image (bytes): The image file to analyze for pose detection.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for pose detection processing.\n\nReturns:\n PoseDetectionResponse | JSONResponse\n Success: PoseDetectionResponse containing detected poses with keypoint coordinates.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "f0eb7dca-41ef-4c9c-8f6f-76f17949b15a", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/pose-detector?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "pose-detector" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {}\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-f0eb7dca-41ef-4c9c-8f6f-76f17949b15a" }, { "id": "a9a248c3-6987-4def-a842-522f65dc4e22", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/pose-detector?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "pose-detector" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-a9a248c3-6987-4def-a842-522f65dc4e22" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-67eeb2ab-66d9-4417-bb1b-3b8f2113ca11" } ], "id": "c44a7a16-994d-4806-b295-c086a27235f5", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-c44a7a16-994d-4806-b295-c086a27235f5" }, { "name": "barcode-reader", "item": [ { "name": "Tool Barcode Reader", "id": "ee06741e-4a69-42db-ad92-8746f09959ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/barcode-reader?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "barcode-reader" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Extracts barcode information from an image using barcode detection models.\n\nArgs:\n params (BarcodeReaderRequest): The input request containing the following fields:\n - image (UploadFile): The image file containing barcode(s) to be detected and read.\n\n baseten_inference_sender: Dependency Injection for\n sending request to the baseten server.\n\nReturns:\n BarcodeReaderResponse | JSONResponse\n List of detected barcodes with their values and locations, or error response." }, "response": [ { "id": "d3ebdd0f-da13-46fa-8e9e-8799ef36c294", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/barcode-reader?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "barcode-reader" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"text\": \"\",\n \"x\": \"\",\n \"y\": \"\",\n \"format\": \"\"\n },\n {\n \"text\": \"\",\n \"x\": \"\",\n \"y\": \"\",\n \"format\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d3ebdd0f-da13-46fa-8e9e-8799ef36c294" }, { "id": "18b9db21-3b7e-4dfc-9c31-7a9b9746aed6", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/barcode-reader?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "barcode-reader" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-18b9db21-3b7e-4dfc-9c31-7a9b9746aed6" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-ee06741e-4a69-42db-ad92-8746f09959ab" } ], "id": "fe43eec3-9960-46a1-b71a-f08f9c9fc002", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-fe43eec3-9960-46a1-b71a-f08f9c9fc002" }, { "name": "internlm-xcomposer2", "item": [ { "name": "Tool Internlm Xcomposer2", "id": "c7733f1f-8981-4e82-925e-5d16ea108a82", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "key": "image", "type": "file", "value": null }, { "key": "video", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/internlm-xcomposer2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "internlm-xcomposer2" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs multimodal analysis using the InternLM-XComposer2 model to generate text responses from images or videos.\n\nArgs:\n prompt (str): Text prompt to guide the analysis and response generation.\n image (UploadFile, *optional*): Image file to analyze.\n Cannot be provided together with video.\n video (UploadFile, *optional*): Video file to analyze.\n Cannot be provided together with image.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for InternLM-XComposer2 processing.\n\nReturns:\n InternLMXComposer2Response | JSONResponse\n Success: InternLMXComposer2Response containing generated text response.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "719749c2-45d5-4026-9a63-f69c4efcd283", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/internlm-xcomposer2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "internlm-xcomposer2" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"answer\": \"\"\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-719749c2-45d5-4026-9a63-f69c4efcd283" }, { "id": "6ebd9348-6be7-4b9a-8957-7da6732c5882", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/internlm-xcomposer2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "internlm-xcomposer2" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-6ebd9348-6be7-4b9a-8957-7da6732c5882" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-c7733f1f-8981-4e82-925e-5d16ea108a82" } ], "id": "3fcfac3d-e9d3-4238-a1ff-717b3fee85f5", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-3fcfac3d-e9d3-4238-a1ff-717b3fee85f5" }, { "name": "video-temporal-localization", "item": [ { "name": "Tool Video Temporal Localization", "id": "dabd5e9a-ff4c-40ad-a436-2f77d30b8734", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "video", "type": "file", "value": null }, { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of internlm-xcomposer,gpt4o,qwen2vl,qwen25vl)", "key": "model", "value": "internlm-xcomposer", "type": "text" }, { "key": "chunk_length", "value": "", "type": "text" }, { "key": "chunk_length_seconds", "value": "", "type": "text" }, { "key": "chunk_length_frames", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/video-temporal-localization?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "video-temporal-localization" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs temporal localization on videos to identify specific events or content at particular time intervals.\n\nArgs:\n data (FormData): The form data containing the following fields:\n - prompt (str): Text prompt describing the content or event to locate in the video.\n - model (TemporalLocalizationTools): The AI model to use for temporal localization.\n Options: internlm-xcomposer2, gpt4o, qwen2vl, qwen25vl.\n - video (UploadFile): The video file to analyze for temporal content localization.\n - chunk_length (float, *optional*): Length of each processing chunk in seconds.\n - chunk_length_seconds (float, *optional*): Alternative specification for chunk length in seconds.\n - chunk_length_frames (int, *optional*): Length of each processing chunk in frame count.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for video temporal localization.\n\nReturns:\n VideoTemporalLocalizationResponse | JSONResponse\n Success: VideoTemporalLocalizationResponse containing temporal localization results with timestamps.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "84a76199-8f56-4c90-b0c7-9ebfc21b1059", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "video", "type": "file" }, { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of internlm-xcomposer,gpt4o,qwen2vl,qwen25vl)", "key": "model", "value": "internlm-xcomposer", "type": "text" }, { "key": "chunk_length", "value": "", "type": "text" }, { "key": "chunk_length_seconds", "value": "", "type": "text" }, { "key": "chunk_length_frames", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/video-temporal-localization?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "video-temporal-localization" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-84a76199-8f56-4c90-b0c7-9ebfc21b1059" }, { "id": "2a189876-e049-4832-b94f-9aba67129543", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "video", "type": "file" }, { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of internlm-xcomposer,gpt4o,qwen2vl,qwen25vl)", "key": "model", "value": "internlm-xcomposer", "type": "text" }, { "key": "chunk_length", "value": "", "type": "text" }, { "key": "chunk_length_seconds", "value": "", "type": "text" }, { "key": "chunk_length_frames", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/video-temporal-localization?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "video-temporal-localization" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-2a189876-e049-4832-b94f-9aba67129543" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-dabd5e9a-ff4c-40ad-a436-2f77d30b8734" } ], "id": "528b0c13-766c-4dc5-be34-4723ace8ed5d", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-528b0c13-766c-4dc5-be34-4723ace8ed5d" }, { "name": "florence2-sam2", "item": [ { "name": "Tool Florence2 Sam2", "id": "96202820-3ce0-4a0e-a885-9534aedb0489", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "prompts", "value": ",", "type": "text" }, { "key": "image", "type": "file", "value": null }, { "key": "video", "type": "file", "value": null }, { "key": "chunk_length", "value": "", "type": "text" }, { "key": "iou_threshold", "value": "0.6", "type": "text" }, { "key": "nms_threshold", "value": "1", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/florence2-sam2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "florence2-sam2" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs object detection and segmentation using Florence2 and SAM2 models for precise instance segmentation.\n\nArgs:\n data (FormData): The form data containing the following fields:\n - prompts (List[str]): List of text prompts describing objects to detect and segment.\n - image (UploadFile, *optional*): Image file to analyze for object detection and segmentation.\n - video (UploadFile, *optional*): Video file to analyze for temporal object segmentation.\n - chunk_length (int, *optional*): Length of video chunks for processing.\n Used for video segmentation tasks.\n - iou_threshold (float, *optional*): IoU threshold for filtering detections.\n Range: 0.1-1.0, defaults to 0.6.\n - nms_threshold (float, *optional*): Non-maximum suppression threshold.\n Range: 0.1-1.0, defaults to 1.0.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for Florence2+SAM2 processing.\n\nReturns:\n Florence2SAM2Response | JSONResponse\n Success: Florence2SAM2Response containing detected objects with segmentation masks.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "1e3bffb6-3f25-433a-920c-59247440e107", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompts", "value": ",", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" }, { "key": "chunk_length", "value": "", "type": "text" }, { "key": "iou_threshold", "value": "0.6", "type": "text" }, { "key": "nms_threshold", "value": "1", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/florence2-sam2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "florence2-sam2" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"ex_d7\": {\n \"laboris_486\": {\n \"mask\": {\n \"counts\": [\n \"\",\n \"\"\n ],\n \"size\": [\n \"\",\n \"\"\n ]\n },\n \"label\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-1e3bffb6-3f25-433a-920c-59247440e107" }, { "id": "3d6ab6cd-d875-42d6-afaf-ca701f4789e2", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompts", "value": ",", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" }, { "key": "chunk_length", "value": "", "type": "text" }, { "key": "iou_threshold", "value": "0.6", "type": "text" }, { "key": "nms_threshold", "value": "1", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/florence2-sam2?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "florence2-sam2" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-3d6ab6cd-d875-42d6-afaf-ca701f4789e2" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-96202820-3ce0-4a0e-a885-9534aedb0489" } ], "id": "1feee8ff-7ed3-4a92-8649-dd4c18779f3f", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-1feee8ff-7ed3-4a92-8649-dd4c18779f3f" }, { "name": "glee", "item": [ { "name": "Tool Glee", "id": "94560539-6850-47fb-a2a5-ee769f2059b0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "prompts", "value": "", "type": "text" }, { "key": "image", "type": "file", "value": null }, { "key": "video", "type": "file", "value": null }, { "key": "nmsThreshold", "value": "", "type": "text" }, { "key": "confidence", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/glee?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "glee" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs text-to-instance segmentation using the GLEE model to detect and segment objects based on text prompts.\n\nArgs:\n data (FormData): The form data containing the following fields:\n - prompts (List[str]): List of text prompts describing objects to detect and segment.\n Must contain at least one prompt.\n - image (UploadFile): The image file to analyze for instance segmentation.\n Required field for segmentation analysis.\n - video (UploadFile, *optional*): Video file input (not used for GLEE).\n - nms_threshold (float, *optional*): Non-maximum suppression threshold for filtering overlapping detections.\n Helps reduce duplicate detections.\n - confidence (float, *optional*): Confidence threshold for object detection.\n Objects with lower confidence scores will be filtered out.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for GLEE processing.\n\nReturns:\n TextToInstanceSegmentationResponse | JSONResponse\n Success: TextToInstanceSegmentationResponse containing detected instances with segmentation masks.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "8e670b4e-fb7a-4efa-8cb9-6927e71f6bbe", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompts", "value": "", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" }, { "key": "nmsThreshold", "value": "", "type": "text" }, { "key": "confidence", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/glee?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "glee" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n [\n {\n \"id\": \"\",\n \"label\": \"\",\n \"mask\": {\n \"counts\": [\n \"\",\n \"\"\n ],\n \"size\": [\n \"\",\n \"\"\n ]\n },\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"label\": \"\",\n \"mask\": {\n \"counts\": [\n \"\",\n \"\"\n ],\n \"size\": [\n \"\",\n \"\"\n ]\n },\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n ],\n [\n {\n \"id\": \"\",\n \"label\": \"\",\n \"mask\": {\n \"counts\": [\n \"\",\n \"\"\n ],\n \"size\": [\n \"\",\n \"\"\n ]\n },\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"label\": \"\",\n \"mask\": {\n \"counts\": [\n \"\",\n \"\"\n ],\n \"size\": [\n \"\",\n \"\"\n ]\n },\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n ]\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-8e670b4e-fb7a-4efa-8cb9-6927e71f6bbe" }, { "id": "e5ed7513-0daa-4dc9-95b9-75a9ffe8e77e", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompts", "value": "", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" }, { "key": "nmsThreshold", "value": "", "type": "text" }, { "key": "confidence", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/glee?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "glee" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-e5ed7513-0daa-4dc9-95b9-75a9ffe8e77e" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-94560539-6850-47fb-a2a5-ee769f2059b0" } ], "id": "17093600-a4c5-4740-b301-e384aa8a0357", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-17093600-a4c5-4740-b301-e384aa8a0357" }, { "name": "text-to-object-detection", "item": [ { "name": "Tool Text To Od", "id": "4b5400f6-a90c-43b5-9c6c-a90c786671bf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "prompts", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of owlv2,countgd,florence2,agentic,glee,florencev2)", "key": "model", "value": "agentic", "type": "text" }, { "key": "image", "type": "file", "value": null }, { "key": "video", "type": "file", "value": null }, { "key": "nmsThreshold", "value": "", "type": "text" }, { "key": "confidence", "value": "", "type": "text" }, { "key": "jobId", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/text-to-object-detection?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "text-to-object-detection" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs text-to-object detection on images or videos with access to various detection models\n\nArgs:\n data (FormData): The input data containing the following keys:\n - prompts (List[str]): List of text prompts describing objects to detect.\n Must contain at least one prompt. For Florence2,\n total prompt length cannot exceed 800 characters. For agentic,\n only one prompt is allowed.\n - model (TextToODModel): The detection model to use:\n \"owlv2\", \"countgd\", \"florence2\", \"agentic\", \"glee\", or \"florencev2\" (deprecated).\n - image (UploadFile, *optional*): The image file to analyze for object detection.\n - video (UploadFile, *optional*): The video file to analyze for object detection.\n Note: Not all models support video input.\n - nms_threshold (float, *optional*): Non-maximum suppression threshold\n for filtering overlapping detections.\n - confidence (float, *optional*): Confidence threshold for object detection.\n Not supported by all models.\n - job_id (UUID, *optional*): Unique identifier for tracking the job.\n Not supported by all models.\n\n baseten_inference_sender: Dependency Injection for\n sending request to the baseten server.\n\nReturns:\n ODResponse | JSONResponse: Detection results containing bounding boxes,\n labels, and confidence scores for detected objects, or error response." }, "response": [ { "id": "6dc88d4e-4d73-4a9a-9509-4b5656c51d52", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompts", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of owlv2,countgd,florence2,agentic,glee,florencev2)", "key": "model", "value": "agentic", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" }, { "key": "nmsThreshold", "value": "", "type": "text" }, { "key": "confidence", "value": "", "type": "text" }, { "key": "jobId", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/text-to-object-detection?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "text-to-object-detection" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n [\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n },\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n ],\n [\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n },\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n ]\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-6dc88d4e-4d73-4a9a-9509-4b5656c51d52" }, { "id": "a93e4ffd-7eff-4724-b25f-9dca546e146d", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompts", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of owlv2,countgd,florence2,agentic,glee,florencev2)", "key": "model", "value": "agentic", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" }, { "key": "nmsThreshold", "value": "", "type": "text" }, { "key": "confidence", "value": "", "type": "text" }, { "key": "jobId", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/text-to-object-detection?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "text-to-object-detection" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-a93e4ffd-7eff-4724-b25f-9dca546e146d" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-4b5400f6-a90c-43b5-9c6c-a90c786671bf" } ], "id": "76d331aa-6e3a-4954-bf84-8674aed99520", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-76d331aa-6e3a-4954-bf84-8674aed99520" }, { "name": "visual-prompts-to-object-detection", "item": [ { "name": "Tool Visual Prompts To Od", "id": "1326ef5a-96ff-4445-b989-332dcc5411d4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "visual_prompts", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of countgd)", "key": "model", "value": "countgd", "type": "text" }, { "key": "image", "type": "file", "value": null }, { "key": "video", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/visual-prompts-to-object-detection?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "visual-prompts-to-object-detection" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs object detection using visual prompts (bounding box coordinates) instead of text prompts.\n\nArgs:\n visual_prompts (str): JSON string containing visual prompt coordinates.\n Format: List of bounding box coordinates as [[x1, y1, x2, y2], ...].\n model (VisualPromptsToODModel): The detection model to use for visual prompt-based detection.\n Currently supports CountGD.\n image (UploadFile, *optional*): Image file to analyze for object detection.\n Cannot be provided together with video.\n video (UploadFile, *optional*): Video file to analyze for object detection.\n Cannot be provided together with image.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for visual prompt-based detection.\n\nReturns:\n ODResponse | JSONResponse\n Success: ODResponse containing detected objects guided by visual prompts.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "5ee39fa0-7d18-414b-beaa-bc12a77dbbfe", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "visual_prompts", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of countgd)", "key": "model", "value": "countgd", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/visual-prompts-to-object-detection?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "visual-prompts-to-object-detection" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n [\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n },\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n ],\n [\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n },\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n ]\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-5ee39fa0-7d18-414b-beaa-bc12a77dbbfe" }, { "id": "d11720d3-7783-48bf-b053-712e102fddbe", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "visual_prompts", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of countgd)", "key": "model", "value": "countgd", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/visual-prompts-to-object-detection?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "visual-prompts-to-object-detection" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d11720d3-7783-48bf-b053-712e102fddbe" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-1326ef5a-96ff-4445-b989-332dcc5411d4" } ], "id": "0b901c54-8a93-465f-9491-798acffbd188", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-0b901c54-8a93-465f-9491-798acffbd188" }, { "name": "countgd", "item": [ { "name": "Tool Countgd", "id": "20a469da-ee03-40f6-9285-3f8045059543", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"prompt\": \"\",\n \"visual_prompts\": [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/countgd?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "countgd" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs object counting and detection using the CountGD model with text prompts and/or visual prompts.\n\nArgs:\n params (CountGDRequest): The input data containing the following fields:\n - image (bytes): The image file to analyze for object counting and detection.\n - prompt (str, *optional*): Text description of objects to count and detect.\n Can be used alone or in combination with visual_prompts.\n - visual_prompts (List[List[float]], *optional*): List of bounding box coordinates for visual prompting.\n Each inner list contains [x1, y1, x2, y2] coordinates.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for CountGD processing.\n\nReturns:\n BboxResponse | JSONResponse\n Success: BboxResponse containing detected objects with bounding boxes and count information.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "def820ea-31eb-4030-b3e6-a21540f3b8c1", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"prompt\": \"\",\n \"visual_prompts\": [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/countgd?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "countgd" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bbox\": [\n \"\",\n \"\"\n ]\n },\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bbox\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-def820ea-31eb-4030-b3e6-a21540f3b8c1" }, { "id": "c46d0c4b-ec39-4d53-a7b2-467ec3f48c62", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"prompt\": \"\",\n \"visual_prompts\": [\n [\n \"\",\n \"\"\n ],\n [\n \"\",\n \"\"\n ]\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/countgd?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "countgd" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-c46d0c4b-ec39-4d53-a7b2-467ec3f48c62" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-20a469da-ee03-40f6-9285-3f8045059543" } ], "id": "106cb1ac-8940-478b-9b38-f9c189adca36", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-106cb1ac-8940-478b-9b38-f9c189adca36" }, { "name": "flux1", "item": [ { "name": "Tool Flux1", "id": "333bd59e-9e00-4554-aeb7-b760e7a8521b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": " (This can only be one of generation,inpainting,img2img)", "key": "task", "value": "inpainting", "type": "text" }, { "key": "image", "type": "file", "value": null }, { "key": "mask_image", "type": "file", "value": null }, { "key": "height", "value": "512", "type": "text" }, { "key": "width", "value": "512", "type": "text" }, { "key": "strength", "value": "", "type": "text" }, { "key": "num_inference_steps", "value": "", "type": "text" }, { "key": "guidance_scale", "value": "", "type": "text" }, { "key": "num_images_per_prompt", "value": "", "type": "text" }, { "key": "max_sequence_length", "value": "", "type": "text" }, { "key": "seed", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/flux1?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "flux1" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs AI-powered image generation, inpainting, or image-to-image transformation using the Flux1 diffusion model.\n\nArgs:\n data (Flux1Request): The form data containing the following fields:\n - task (Flux1Task, *optional*): The task to perform - image_generation, mask_inpainting, or image_to_image.\n Defaults to image_generation.\n - prompt (str): Text description of the desired image or modifications.\n Maximum 512 characters.\n - image (UploadFile, *optional*): Original image for inpainting or image-to-image tasks.\n Required for mask_inpainting and image_to_image tasks.\n - mask_image (UploadFile, *optional*): Mask image indicating areas to inpaint.\n Required for mask_inpainting task, must match image dimensions.\n - height (int, *optional*): Height in pixels of generated image, must be multiple of 8.\n Defaults to 512.\n - width (int, *optional*): Width in pixels of generated image, must be multiple of 8.\n Defaults to 512.\n - strength (float, *optional*): Transformation strength for image-to-image tasks.\n Range: 0.0-1.0, defaults to 0.6.\n - num_inference_steps (int, *optional*): Number of denoising steps.\n Defaults to 10.\n - guidance_scale (float, *optional*): Classifier-free guidance scale.\n Higher values improve prompt adherence. Defaults to 3.5.\n - num_images_per_prompt (int, *optional*): Number of images to generate per prompt.\n Defaults to 1.\n - max_sequence_length (int, *optional*): Maximum prompt sequence length.\n Range: 0-512, defaults to 512.\n - seed (int, *optional*): Random seed for reproducible generation.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for Flux1 processing.\n\nReturns:\n Flux1Response | JSONResponse\n Success: Flux1Response containing generated images in base64 format.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "899c79a7-c6fe-4e19-9e3c-9580ea9481ea", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": " (This can only be one of generation,inpainting,img2img)", "key": "task", "value": "inpainting", "type": "text" }, { "key": "image", "type": "file" }, { "key": "mask_image", "type": "file" }, { "key": "height", "value": "512", "type": "text" }, { "key": "width", "value": "512", "type": "text" }, { "key": "strength", "value": "", "type": "text" }, { "key": "num_inference_steps", "value": "", "type": "text" }, { "key": "guidance_scale", "value": "", "type": "text" }, { "key": "num_images_per_prompt", "value": "", "type": "text" }, { "key": "max_sequence_length", "value": "", "type": "text" }, { "key": "seed", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/flux1?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "flux1" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-899c79a7-c6fe-4e19-9e3c-9580ea9481ea" }, { "id": "336161e5-b8c0-4922-98f3-1aff492150f0", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": " (This can only be one of generation,inpainting,img2img)", "key": "task", "value": "inpainting", "type": "text" }, { "key": "image", "type": "file" }, { "key": "mask_image", "type": "file" }, { "key": "height", "value": "512", "type": "text" }, { "key": "width", "value": "512", "type": "text" }, { "key": "strength", "value": "", "type": "text" }, { "key": "num_inference_steps", "value": "", "type": "text" }, { "key": "guidance_scale", "value": "", "type": "text" }, { "key": "num_images_per_prompt", "value": "", "type": "text" }, { "key": "max_sequence_length", "value": "", "type": "text" }, { "key": "seed", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/flux1?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "flux1" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-336161e5-b8c0-4922-98f3-1aff492150f0" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-333bd59e-9e00-4554-aeb7-b760e7a8521b" } ], "id": "b6f7b7a3-72e8-46d2-9fe0-6d988d271efd", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-b6f7b7a3-72e8-46d2-9fe0-6d988d271efd" }, { "name": "image-to-text", "item": [ { "name": "Tool Image To Text", "id": "1d49e12e-b460-4808-aa07-e7f61c866301", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of qwen2vl,internlm-xcomposer,qwen25vl)", "key": "model", "value": "qwen2vl", "type": "text" }, { "key": "image", "type": "file", "value": null }, { "key": "video", "type": "file", "value": null }, { "key": "images", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/image-to-text?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "image-to-text" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs image-to-text conversion to generate textual descriptions or answers from visual content.\n\nArgs:\n data (FormData): The form data containing the following fields:\n - prompt (str): Text prompt to guide the image analysis and response generation.\n - model (ImageToText): The AI model to use for analysis.\n Options: qwen2vl, internlm-xcomposer, qwen25vl.\n - image (UploadFile, *optional*): Single image file to analyze.\n Cannot be used with images field for some models.\n - images (List[UploadFile], *optional*): Multiple image files to analyze.\n Not supported by internlm-xcomposer model.\n - video (UploadFile, *optional*): Video file to analyze for temporal understanding.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for image-to-text processing.\n\nReturns:\n ImageToTextResponse | JSONResponse\n Success: ImageToTextResponse containing generated text description or answer.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "c7551407-1084-4b49-b7d0-a56f72482de2", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of qwen2vl,internlm-xcomposer,qwen25vl)", "key": "model", "value": "qwen2vl", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" }, { "key": "images", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/image-to-text?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "image-to-text" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": \"\"\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-c7551407-1084-4b49-b7d0-a56f72482de2" }, { "id": "2b248c2a-5184-463d-89af-96578763d7d6", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of qwen2vl,internlm-xcomposer,qwen25vl)", "key": "model", "value": "qwen2vl", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" }, { "key": "images", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/image-to-text?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "image-to-text" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-2b248c2a-5184-463d-89af-96578763d7d6" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-1d49e12e-b460-4808-aa07-e7f61c866301" } ], "id": "8eeb61f5-c3bd-4b21-985e-0382c6bf8017", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-8eeb61f5-c3bd-4b21-985e-0382c6bf8017" }, { "name": "depth-pro", "item": [ { "name": "Tool Depth Pro", "id": "12af6d5c-4030-4187-88f4-c685ce7f3cee", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "image", "type": "file", "value": null }, { "key": "video", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/depth-pro?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "depth-pro" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs high-precision depth estimation using the Depth-Pro model to generate detailed depth maps with focal length estimation.\n\nArgs:\n data (BaseMediaRequest): The form data containing the following fields:\n - image (UploadFile): The image file to analyze for depth estimation.\n Required field for depth map generation.\n - video (UploadFile, *optional*): Video file input (not used for Depth-Pro).\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for Depth-Pro processing.\n\nReturns:\n DepthProResponse | JSONResponse\n Success: DepthProResponse containing depth map data and processing metadata.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "c84c9c98-3ff9-4137-b9da-65cf75f7f826", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": "image", "type": "file" }, { "key": "video", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/depth-pro?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "depth-pro" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {}\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-c84c9c98-3ff9-4137-b9da-65cf75f7f826" }, { "id": "ae9ef63f-2151-4e20-97c8-923a399850b3", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": "image", "type": "file" }, { "key": "video", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/depth-pro?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "depth-pro" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-ae9ef63f-2151-4e20-97c8-923a399850b3" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-12af6d5c-4030-4187-88f4-c685ce7f3cee" } ], "id": "c82e26ab-c419-4980-88a2-f50245aa95d6", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-c82e26ab-c419-4980-88a2-f50245aa95d6" }, { "name": "text-to-instance-segmentation", "item": [ { "name": "Tool Text To Seg", "id": "035217a2-9dcc-4647-8889-dada7802d086", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of florence2sam2)", "key": "model", "value": "florence2sam2", "type": "text" }, { "key": "image", "type": "file", "value": null }, { "key": "video", "type": "file", "value": null }, { "key": "chunkLengthFrames", "value": "", "type": "text" }, { "key": "iouThreshold", "value": "", "type": "text" }, { "key": "nmsThreshold", "value": "", "type": "text" }, { "key": "jobId", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/text-to-instance-segmentation?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "text-to-instance-segmentation" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs text-to-instance segmentation to detect and segment objects based on\ntext descriptions.\n\nArgs:\n data (FormData): The form data containing the following fields:\n - prompt (str): Text description of objects to detect and segment.\n - model (TextToSegModel): The segmentation model to use.\n Currently supports florence2sam2.\n - image: Image file to analyze for segmentation.\n - video: Video file to analyze for temporal segmentation.\n - chunk_length_frames: Number of frames per chunk for video processing.\n - iou_threshold: IoU threshold for filtering detections.\n Range: 0.1-1.0.\n - nms_threshold: Non-maximum suppression threshold.\n Range: 0.1-1.0.\n - job_id (UUID, *optional*): Unique identifier for tracking the job.\n baseten_inference_sender:\n Dependency Injection for sending inference requests to the Baseten model\n server for text-to-segmentation processing.\n\nReturns:\n TextToInstanceSegmentationResponse | JSONResponse\n Success: TextToInstanceSegmentationResponse containing segmented instances\n with masks.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "0461b74d-c582-4c90-a6c8-bf43ba3562ec", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of florence2sam2)", "key": "model", "value": "florence2sam2", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" }, { "key": "chunkLengthFrames", "value": "", "type": "text" }, { "key": "iouThreshold", "value": "", "type": "text" }, { "key": "nmsThreshold", "value": "", "type": "text" }, { "key": "jobId", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/text-to-instance-segmentation?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "text-to-instance-segmentation" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n [\n {\n \"id\": \"\",\n \"label\": \"\",\n \"mask\": {\n \"counts\": [\n \"\",\n \"\"\n ],\n \"size\": [\n \"\",\n \"\"\n ]\n },\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"label\": \"\",\n \"mask\": {\n \"counts\": [\n \"\",\n \"\"\n ],\n \"size\": [\n \"\",\n \"\"\n ]\n },\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n ],\n [\n {\n \"id\": \"\",\n \"label\": \"\",\n \"mask\": {\n \"counts\": [\n \"\",\n \"\"\n ],\n \"size\": [\n \"\",\n \"\"\n ]\n },\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"label\": \"\",\n \"mask\": {\n \"counts\": [\n \"\",\n \"\"\n ],\n \"size\": [\n \"\",\n \"\"\n ]\n },\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n ]\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-0461b74d-c582-4c90-a6c8-bf43ba3562ec" }, { "id": "116e8e64-04d2-4710-9cd9-c24a97d92491", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": "(Required) (This can only be one of florence2sam2)", "key": "model", "value": "florence2sam2", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" }, { "key": "chunkLengthFrames", "value": "", "type": "text" }, { "key": "iouThreshold", "value": "", "type": "text" }, { "key": "nmsThreshold", "value": "", "type": "text" }, { "key": "jobId", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/text-to-instance-segmentation?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "text-to-instance-segmentation" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-116e8e64-04d2-4710-9cd9-c24a97d92491" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-035217a2-9dcc-4647-8889-dada7802d086" } ], "id": "8b62b5a9-b770-4590-83a4-31fa11f7c186", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-8b62b5a9-b770-4590-83a4-31fa11f7c186" }, { "name": "classification", "item": [ { "name": "Tool Classification", "id": "2f4cf498-f3c2-4b01-96f7-7de821e21e3b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) (This can only be one of siglip)", "key": "model", "value": "siglip", "type": "text" }, { "description": "(Required) ", "key": "image", "type": "file", "value": null }, { "description": "(Required) ", "key": "labels", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/classification?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "classification" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs zero-shot image classification to categorize images based on provided labels.\n\nArgs:\n data (ClassificationRequest): The form data containing the following fields:\n - model (ClassificationModel): The classification model to use for analysis.\n Currently supports SigLIP zero-shot image classification.\n - image (UploadFile): The image file to classify.\n Required field for classification analysis.\n - labels (List[str]): Candidate labels for image classification.\n Must contain at least one label for classification.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for image classification.\n\nReturns:\n ClassificationResponse | JSONResponse\n Success: ClassificationResponse containing classification scores and labels.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "d361b0d1-e64c-48ec-b53d-34915b0f9397", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) (This can only be one of siglip)", "key": "model", "value": "siglip", "type": "text" }, { "description": "(Required) ", "key": "image", "type": "file" }, { "description": "(Required) ", "key": "labels", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/classification?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "classification" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"scores\": [\n \"\",\n \"\"\n ],\n \"labels\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d361b0d1-e64c-48ec-b53d-34915b0f9397" }, { "id": "88c39dcc-7891-4f2f-968e-817537fc0736", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) (This can only be one of siglip)", "key": "model", "value": "siglip", "type": "text" }, { "description": "(Required) ", "key": "image", "type": "file" }, { "description": "(Required) ", "key": "labels", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/classification?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "classification" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-88c39dcc-7891-4f2f-968e-817537fc0736" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-2f4cf498-f3c2-4b01-96f7-7de821e21e3b" } ], "id": "ec4fc4c1-1bfc-4ecb-8b4c-9a19efe764c9", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-ec4fc4c1-1bfc-4ecb-8b4c-9a19efe764c9" }, { "name": "document-analysis", "item": [ { "name": "Tool Doc Analysis", "id": "3d34e87e-41b3-494f-88b3-63a96622949e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "image", "type": "file", "value": null }, { "key": "pdf", "type": "file", "value": null }, { "key": "parse_text", "value": "true", "type": "text" }, { "key": "parse_tables", "value": "true", "type": "text" }, { "key": "parse_figures", "value": "true", "type": "text" }, { "description": " (This can only be one of none,brief,normal,detailed)", "key": "summary_verbosity", "value": "normal", "type": "text" }, { "key": "return_chunk_crops", "value": "false", "type": "text" }, { "key": "return_page_crops", "value": "false", "type": "text" }, { "description": " (This can only be one of markdown,json,xml,text)", "key": "caption_format", "value": "markdown", "type": "text" }, { "description": " (This can only be one of markdown,json,xml,text)", "key": "response_format", "value": "markdown", "type": "text" }, { "key": "filename", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/document-analysis?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "document-analysis" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs comprehensive document analysis to extract and parse text, tables, and\nfigures from images or PDFs.\n\nArgs:\n data (DocAnalysisRequest): The form data containing the following fields:\n - image (UploadFile, *optional*): Image file to analyze (max 50MB).\n Cannot be provided together with PDF.\n - pdf (UploadFile, *optional*): PDF file to analyze (max 50MB, max 2 pages).\n Cannot be provided together with image.\n - parse_text (bool, *optional*): Whether to parse and analyze text content.\n Defaults to True.\n - parse_tables (bool, *optional*): Whether to parse and analyze table\n structures. Defaults to True.\n - parse_figures (bool, *optional*): Whether to parse and analyze figures\n and images. Defaults to True.\n - summary_verbosity (Verbosity, *optional*): Level of detail in\n AI-generated summaries. Options: none, brief, normal, detailed.\n Defaults to normal.\n - return_chunk_crops (bool, *optional*): Whether to return cropped images\n of each chunk. Defaults to False.\n - return_page_crops (bool, *optional*): Whether to return cropped images of\n each page. Defaults to False.\n - caption_format (OutputFormat, *optional*): Format for chunk captions.\n Options: markdown, json, xml, text. Defaults to json.\n - response_format (OutputFormat, *optional*): Format for the overall\n response. Options: markdown, json, xml, text. Defaults to json.\n - filename (str, *optional*): Optional filename for integration into API\n output.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for document\n analysis.\n\nReturns:\n DocAnalysisResponse | JSONResponse\n Success: DocAnalysisResponse containing parsed document structure and\n content.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "9592abbb-cf19-4727-b1ee-6e83519dacc4", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": "image", "type": "file" }, { "key": "pdf", "type": "file" }, { "key": "parse_text", "value": "true", "type": "text" }, { "key": "parse_tables", "value": "true", "type": "text" }, { "key": "parse_figures", "value": "true", "type": "text" }, { "description": " (This can only be one of none,brief,normal,detailed)", "key": "summary_verbosity", "value": "normal", "type": "text" }, { "key": "return_chunk_crops", "value": "false", "type": "text" }, { "key": "return_page_crops", "value": "false", "type": "text" }, { "description": " (This can only be one of markdown,json,xml,text)", "key": "caption_format", "value": "markdown", "type": "text" }, { "description": " (This can only be one of markdown,json,xml,text)", "key": "response_format", "value": "markdown", "type": "text" }, { "key": "filename", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/document-analysis?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "document-analysis" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {}\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-9592abbb-cf19-4727-b1ee-6e83519dacc4" }, { "id": "da669142-6bbd-4b73-bcda-13d03d53ceb8", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": "image", "type": "file" }, { "key": "pdf", "type": "file" }, { "key": "parse_text", "value": "true", "type": "text" }, { "key": "parse_tables", "value": "true", "type": "text" }, { "key": "parse_figures", "value": "true", "type": "text" }, { "description": " (This can only be one of none,brief,normal,detailed)", "key": "summary_verbosity", "value": "normal", "type": "text" }, { "key": "return_chunk_crops", "value": "false", "type": "text" }, { "key": "return_page_crops", "value": "false", "type": "text" }, { "description": " (This can only be one of markdown,json,xml,text)", "key": "caption_format", "value": "markdown", "type": "text" }, { "description": " (This can only be one of markdown,json,xml,text)", "key": "response_format", "value": "markdown", "type": "text" }, { "key": "filename", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/document-analysis?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "document-analysis" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-da669142-6bbd-4b73-bcda-13d03d53ceb8" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-3d34e87e-41b3-494f-88b3-63a96622949e" } ], "id": "35be4f7c-9118-4d39-8da9-2e134dcbfeec", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-35be4f7c-9118-4d39-8da9-2e134dcbfeec" }, { "name": "paddle-ocr", "item": [ { "name": "Tool Paddle Ocr", "id": "46c4fd36-6f94-448d-908c-ff4fc384a2c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "image", "type": "file", "value": null }, { "key": "video", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/paddle-ocr?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "paddle-ocr" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs optical character recognition using PaddleOCR to extract text from images.\n\nArgs:\n data (BaseMediaRequest): The form data containing the following fields:\n - image (UploadFile): The image file to analyze for text extraction.\n Required field for OCR processing.\n - video (UploadFile, *optional*): Video file input (not used for OCR).\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for PaddleOCR processing.\n\nReturns:\n PaddleOcrResponse | JSONResponse\n Success: PaddleOcrResponse containing extracted text with bounding boxes and confidence scores.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "8a394926-82f5-4f59-ad1c-97980dc95f4b", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": "image", "type": "file" }, { "key": "video", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/paddle-ocr?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "paddle-ocr" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": []\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-8a394926-82f5-4f59-ad1c-97980dc95f4b" }, { "id": "11bf6dd2-51f9-472c-b7c6-249f113f9c92", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": "image", "type": "file" }, { "key": "video", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/paddle-ocr?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "paddle-ocr" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-11bf6dd2-51f9-472c-b7c6-249f113f9c92" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-46c4fd36-6f94-448d-908c-ff4fc384a2c5" } ], "id": "87f7ea76-6608-47ce-b333-30ce655aa4da", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-87f7ea76-6608-47ce-b333-30ce655aa4da" }, { "name": "embeddings", "item": [ { "name": "Tool Embeddings", "id": "21bc2f74-fb06-4466-a59b-4eb862a5436d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "model", "value": "stella1.5b" }, { "description": "(Required) ", "key": "input", "value": "" }, { "description": "(Required) ", "key": "input", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/embeddings?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "embeddings" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Generates text embeddings using the specified embedding model.\n\nArgs:\n data (EmbeddingsRequest): The input request containing the following fields:\n - model (EmbeddingsModel): The embedding model to use for text vectorization.\n Currently supports Stella 1.5B model.\n - input (List[str]): The list of text prompts to generate embeddings for.\n\n baseten_inference_sender: Dependency Injection for\n sending request to the baseten server.\n\nReturns:\n EmbeddingsResponse | JSONResponse\n List of numerical embeddings corresponding to the input texts, or error response." }, "response": [ { "id": "59b4fc69-fcbd-4482-8706-51a36c1f3f83", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "model", "value": "stella1.5b" }, { "description": "(Required) ", "key": "input", "value": "" }, { "description": "(Required) ", "key": "input", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/embeddings?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "embeddings" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"embedding\": [\n \"\",\n \"\"\n ]\n },\n {\n \"embedding\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-59b4fc69-fcbd-4482-8706-51a36c1f3f83" }, { "id": "4ad7f9ee-8045-44ad-93b5-19dc781a6c71", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "model", "value": "stella1.5b" }, { "description": "(Required) ", "key": "input", "value": "" }, { "description": "(Required) ", "key": "input", "value": "" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/embeddings?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "embeddings" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-4ad7f9ee-8045-44ad-93b5-19dc781a6c71" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-21bc2f74-fb06-4466-a59b-4eb862a5436d" } ], "id": "0d4e13c7-649a-4fb8-b23c-1b7241a6c4d5", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-0d4e13c7-649a-4fb8-b23c-1b7241a6c4d5" }, { "name": "custom-object-detection", "item": [ { "name": "Tool Object Detection", "id": "cf46c01e-c72c-4cf1-8738-7c69f3c32b56", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "deployment_id", "value": "", "type": "text" }, { "key": "image", "type": "file", "value": null }, { "key": "video", "type": "file", "value": null }, { "key": "confidence", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/custom-object-detection", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "custom-object-detection" ] }, "description": "Performs object detection using custom trained models deployed on the\nLanding AI platform.\n\nArgs:\n data (FormData): The input request containing the following fields:\n - deployment_id (UUID): The unique identifier of the deployed\n custom model.\n - image (UploadFile): The image file to analyze for object\n detection.\n - confidence (float, *optional*): Minimum confidence threshold for\n detections.\n If not provided, all detections above the model's default\n threshold are returned.\n\nReturns:\n ODResponse | JSONResponse\n List of detected objects with bounding boxes, labels, and\n confidence scores, or error response." }, "response": [ { "id": "f9057835-f79e-45be-a827-d372ccc7b322", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "deployment_id", "value": "", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" }, { "key": "confidence", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/custom-object-detection", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "custom-object-detection" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n [\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n },\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n ],\n [\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n },\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n ]\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-f9057835-f79e-45be-a827-d372ccc7b322" }, { "id": "5ac105aa-adf1-4f16-b78f-9745f555bd61", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "deployment_id", "value": "", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" }, { "key": "confidence", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/custom-object-detection", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "custom-object-detection" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-5ac105aa-adf1-4f16-b78f-9745f555bd61" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-cf46c01e-c72c-4cf1-8738-7c69f3c32b56" } ], "id": "95b94c7d-2520-49c3-9c93-accb676d31e5", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-95b94c7d-2520-49c3-9c93-accb676d31e5" }, { "name": "agentic-object-detection", "item": [ { "name": "Tool Agentic Od", "id": "f3d14a87-405f-4ff6-901c-0b382891f668", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "prompts", "value": "", "type": "text" }, { "key": "image", "type": "file", "value": null }, { "key": "video", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/agentic-object-detection?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "agentic-object-detection" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs agentic object detection on images to identify and locate objects based on text prompts.\n\nArgs:\n data (FormData): The form data containing the following fields:\n - prompts (List[str]): List containing exactly one text prompt describing what objects to detect.\n Must contain between 1 and 1 elements.\n - image (UploadFile): The image file to analyze for object detection.\n Required field, cannot be None.\n - video (UploadFile, *optional*): Video file input (not supported for agentic OD).\n Will return an error if provided.\n baseten_inference_sender: Dependency Injection for\n sending inference requests to the Baseten model server for agentic object detection.\n\nReturns:\n ODResponse | JSONResponse\n Success: ODResponse containing detected objects with bounding boxes and labels.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "77915479-4b54-41e8-87c0-75201f07a8d8", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompts", "value": "", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/agentic-object-detection?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "agentic-object-detection" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n [\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n },\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n ],\n [\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n },\n {\n \"label\": \"\",\n \"score\": \"\",\n \"bounding_box\": [\n \"\",\n \"\",\n \"\",\n \"\"\n ]\n }\n ]\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-77915479-4b54-41e8-87c0-75201f07a8d8" }, { "id": "8cbb0654-2274-46be-b3e0-e3ddd3560c6e", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "prompts", "value": "", "type": "text" }, { "key": "image", "type": "file" }, { "key": "video", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/agentic-object-detection?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "agentic-object-detection" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-8cbb0654-2274-46be-b3e0-e3ddd3560c6e" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-f3d14a87-405f-4ff6-901c-0b382891f668" } ], "id": "38b8b48b-3b29-4cbf-bb7f-77d5bc2c6810", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-38b8b48b-3b29-4cbf-bb7f-77d5bc2c6810" }, { "name": "docling", "item": [ { "name": "Tool Docling", "id": "af7f4f56-09c9-4578-9aa1-8741f29cd985", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "image", "type": "file", "value": null }, { "key": "pdf", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/docling?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "docling" ], "query": [ { "key": "timeout", "value": "" } ] }, "description": "Performs document layout analysis using the Docling model to detect and analyze\ndocument structure elements.\n\nArgs:\n data (DocumentNumberChunksRequest):\n The form data containing the following fields:\n - images (List[bytes]):\n List of image files as byte arrays to analyze for layout detection.\n Each image represents a page or document section.\n baseten_inference_sender:\n Dependency Injection for sending inference requests to the Baseten model\n server for Docling layout analysis.\n modelserver_client:\n Dependency Injection for HTTP client to communicate with the Docling model\n server as an alternative to Baseten.\n\nReturns:\n DoclingResponse | JSONResponse\n Success:\n DoclingResponse containing detected layout elements and structure\n information.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "ac7cb5bc-1dee-4404-8c5a-1f4ee1957d6d", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": "image", "type": "file" }, { "key": "pdf", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/docling?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "docling" ], "query": [ { "key": "timeout", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"l\": \"\",\n \"t\": \"\",\n \"r\": \"\",\n \"b\": \"\",\n \"label\": \"Key-Value Region\",\n \"confidence\": \"\"\n },\n {\n \"l\": \"\",\n \"t\": \"\",\n \"r\": \"\",\n \"b\": \"\",\n \"label\": \"Form\",\n \"confidence\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-ac7cb5bc-1dee-4404-8c5a-1f4ee1957d6d" }, { "id": "e5a40cf5-7a1d-4c90-afe3-239d08bcd63a", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": "image", "type": "file" }, { "key": "pdf", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/docling?timeout=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "docling" ], "query": [ { "key": "timeout", "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-e5a40cf5-7a1d-4c90-afe3-239d08bcd63a" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-af7f4f56-09c9-4578-9aa1-8741f29cd985" } ], "id": "52100a9d-7c69-407c-b618-0c9f0ac8684c", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-52100a9d-7c69-407c-b618-0c9f0ac8684c" }, { "name": "license-plate", "item": [ { "name": "Tool License Plate", "id": "aedd1360-d47a-4b72-92f1-774b6ee97ca7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "video", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/license-plate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "license-plate" ] }, "description": "Performs automated license plate recognition on video content to detect and read\nlicense plates and vehicle information.\n\nArgs:\n video (UploadFile): The video file to analyze for license plate detection.\n Required field containing video data for processing.\n modelserver_client: Dependency Injection for\n HTTP client to communicate with the license plate recognition model server.\n\nReturns:\n LicensePlateResponse | JSONResponse\n Success:\n LicensePlateResponse containing detected license plates with vehicle\n details and timestamps.\n Error: JSONResponse with error details and appropriate status code." }, "response": [ { "id": "91c97430-d4a8-489f-82b1-256c2f77e29f", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "video", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/license-plate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "license-plate" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"plate\": \"\",\n \"make\": \"\",\n \"color\": \"\",\n \"vehicle_type\": \"\",\n \"start_time\": \"\",\n \"timestamp\": \"N/A\"\n },\n {\n \"plate\": \"\",\n \"make\": \"\",\n \"color\": \"\",\n \"vehicle_type\": \"\",\n \"start_time\": \"\",\n \"timestamp\": \"N/A\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-91c97430-d4a8-489f-82b1-256c2f77e29f" }, { "id": "5b1fcf1c-45a9-4a08-9032-79406d502ffe", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "video", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/license-plate", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "license-plate" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-5b1fcf1c-45a9-4a08-9032-79406d502ffe" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-aedd1360-d47a-4b72-92f1-774b6ee97ca7" } ], "id": "687c7051-343b-44a7-bf92-f8927c5653fb", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-687c7051-343b-44a7-bf92-f8927c5653fb" }, { "name": "activity-recognition", "item": [ { "name": "Tool Activity Recognition", "id": "a208876a-ac58-4c51-9d8f-eb8c0f941031", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) ", "key": "video", "type": "file", "value": null }, { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": " (This can only be one of low,medium,high,max)", "key": "specificity", "value": "low", "type": "text" }, { "key": "with_audio", "value": "false", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/activity-recognition", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "activity-recognition" ] }, "description": "Performs activity recognition on video content to identify and analyze activities.\n\nArgs:\n video (UploadFile): The video file to analyze for activity recognition.\n prompt (str):\n The prompt to guide activity recognition and describe what activities to\n look for.\n specificity (Specificity, *optional*):\n Detail level in the response (low, medium, high, max).\n Defaults to MAX for maximum detail.\n with_audio (bool, *optional*): Whether to process audio as well as video.\n Defaults to False.\n modelserver_client: Dependency Injection for\n HTTP client to communicate with the activity recognition model server.\n\nReturns:\n ActivityRecognitionResponse | JSONResponse\n Success:\n ActivityRecognitionResponse containing detected activities and timing\n information.\n Error: JSONResponse with error details and 500 status code." }, "response": [ { "id": "ff22a969-e4c6-4b7d-a8f9-6e0c08908163", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "video", "type": "file" }, { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": " (This can only be one of low,medium,high,max)", "key": "specificity", "value": "low", "type": "text" }, { "key": "with_audio", "value": "false", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/activity-recognition", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "activity-recognition" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"processing_time\": 0,\n \"model_time\": 0\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-ff22a969-e4c6-4b7d-a8f9-6e0c08908163" }, { "id": "74a6d7b5-c167-46c3-ba4c-250eadf811d9", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) ", "key": "video", "type": "file" }, { "description": "(Required) ", "key": "prompt", "value": "", "type": "text" }, { "description": " (This can only be one of low,medium,high,max)", "key": "specificity", "value": "low", "type": "text" }, { "key": "with_audio", "value": "false", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/activity-recognition", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "activity-recognition" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-74a6d7b5-c167-46c3-ba4c-250eadf811d9" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-a208876a-ac58-4c51-9d8f-eb8c0f941031" } ], "id": "26c37924-c69e-45be-b756-cc94369b0a78", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-26c37924-c69e-45be-b756-cc94369b0a78" }, { "name": "vision-training", "item": [ { "name": "train", "item": [ { "name": "Tool Vision Training Train", "id": "7a79b41e-143b-43c1-91a9-c347f4de3548", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"task\": \"\",\n \"classMap\": {\n \"aliqua_\": {\n \"nulla41\": \"\"\n },\n \"laborum_82e\": {\n \"occaecat2\": \"\",\n \"cupidatat_6e\": \"\",\n \"voluptate_b\": \"\",\n \"velit_29c\": \"\"\n }\n },\n \"trainingManifestURL\": \"\",\n \"model\": {},\n \"transforms\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/train", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "train" ] }, "description": "Performs object detection using custom trained models deployed on the\nLanding AI platform.\n\nArgs:\n request (Request): The FastAPI request containing headers.\n data (TrainRequest): The input request containing the training parameters.\n\nReturns:\n TrainingResponseData | JSONResponse\n Details of the created training job, or error response." }, "response": [ { "id": "e819c685-1b13-4e6b-aefc-456f2472a02b", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"task\": \"\",\n \"classMap\": {\n \"aliqua_\": {\n \"nulla41\": \"\"\n },\n \"laborum_82e\": {\n \"occaecat2\": \"\",\n \"cupidatat_6e\": \"\",\n \"voluptate_b\": \"\",\n \"velit_29c\": \"\"\n }\n },\n \"trainingManifestURL\": \"\",\n \"model\": {},\n \"transforms\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/train", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "train" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"jobId\": \"\"\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-e819c685-1b13-4e6b-aefc-456f2472a02b" }, { "id": "9d81b16c-53b5-47e0-a759-6ccf14aa8270", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"task\": \"\",\n \"classMap\": {\n \"aliqua_\": {\n \"nulla41\": \"\"\n },\n \"laborum_82e\": {\n \"occaecat2\": \"\",\n \"cupidatat_6e\": \"\",\n \"voluptate_b\": \"\",\n \"velit_29c\": \"\"\n }\n },\n \"trainingManifestURL\": \"\",\n \"model\": {},\n \"transforms\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/train", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "train" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-9d81b16c-53b5-47e0-a759-6ccf14aa8270" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-7a79b41e-143b-43c1-91a9-c347f4de3548" } ], "id": "cc45610c-4864-4129-8f97-ca794cbf9d79", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-cc45610c-4864-4129-8f97-ca794cbf9d79" }, { "name": "jobs", "item": [ { "name": "{job_id}", "item": [ { "name": "status", "item": [ { "name": "Tool Vision Training Get Job Status", "id": "59a671f4-c32c-4036-943d-4acb6d0048d1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/jobs/:job_id/status", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "jobs", ":job_id", "status" ], "variable": [ { "id": "ce21527b-6796-4b9a-be1b-fcf63d719ec9", "key": "job_id", "value": "", "description": "(Required) Training job identifier" } ] }, "description": "Gets the status of a vision training job.\n\nArgs:\n request (Request): The FastAPI request containing headers.\n job_id (str): The identifier of the training job to check status for.\n\nReturns:\n JobStatusResponseData | JSONResponse\n Status details of the training job, or error response." }, "response": [ { "id": "1d64287c-8483-4183-81ad-286c6459d2fc", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/jobs/:job_id/status", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "jobs", ":job_id", "status" ], "variable": [ { "key": "job_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"jobId\": \"\",\n \"status\": \"\",\n \"createdAt\": \"\",\n \"updatedAt\": \"\",\n \"epochInfo\": {},\n \"errorMessage\": \"\"\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-1d64287c-8483-4183-81ad-286c6459d2fc" }, { "id": "c2e05656-1e5d-4711-954e-de7ffe251fdd", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/jobs/:job_id/status", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "jobs", ":job_id", "status" ], "variable": [ { "key": "job_id" } ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-c2e05656-1e5d-4711-954e-de7ffe251fdd" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-59a671f4-c32c-4036-943d-4acb6d0048d1" } ], "id": "e286e3d3-93b5-4bce-a8d5-ac8e174a15a6", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-e286e3d3-93b5-4bce-a8d5-ac8e174a15a6" }, { "name": "results", "item": [ { "name": "Tool Vision Training Get Job Results", "id": "f4d0302a-31a6-4fda-913f-2190917d2742", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/jobs/:job_id/results", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "jobs", ":job_id", "results" ], "variable": [ { "id": "7dfca0d5-2415-46c9-8a7e-25b0734868e0", "key": "job_id", "value": "", "description": "(Required) Training job identifier" } ] }, "description": "Gets the results of a completed vision training job.\n\nArgs:\n request (Request): The FastAPI request containing headers.\n job_id (str): The identifier of the training job to get results for.\n\nReturns:\n JobResultsResponseData | JSONResponse\n Download URLs for the trained model and performance report, or error\n response." }, "response": [ { "id": "0418ba02-39d8-4217-9305-2fcd907c79e6", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/jobs/:job_id/results", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "jobs", ":job_id", "results" ], "variable": [ { "key": "job_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"modelBundleUrl\": \"\",\n \"performanceReportUrl\": \"\"\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-0418ba02-39d8-4217-9305-2fcd907c79e6" }, { "id": "25b8be7d-d4c6-4722-a7d7-3a463b8573f4", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/jobs/:job_id/results", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "jobs", ":job_id", "results" ], "variable": [ { "key": "job_id" } ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-25b8be7d-d4c6-4722-a7d7-3a463b8573f4" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-f4d0302a-31a6-4fda-913f-2190917d2742" } ], "id": "a616bda9-0a59-4186-ba38-e91e58005c0e", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-a616bda9-0a59-4186-ba38-e91e58005c0e" }, { "name": "Tool Vision Training Delete Job", "id": "9e490d3c-f0e3-4e08-8907-80feab6762a9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "jobs", ":job_id" ], "variable": [ { "id": "33a7dd5f-c9f8-4878-9e27-36ed5f046fdc", "key": "job_id", "value": "", "description": "(Required) Training job identifier" } ] }, "description": "Deletes a vision training job.\n\nArgs:\n request (Request): The FastAPI request containing headers.\n job_id (str): The identifier of the training job to delete.\n\nReturns:\n JobDeleteResponseData | JSONResponse\n Confirmation message for successful deletion, or error response." }, "response": [ { "id": "a42aa930-12a3-4119-9c4f-0d82c9d892a3", "name": "Successful Response", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "jobs", ":job_id" ], "variable": [ { "key": "job_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-a42aa930-12a3-4119-9c4f-0d82c9d892a3" }, { "id": "1974cb99-1287-40e4-8b21-a649e9f99303", "name": "Validation Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/jobs/:job_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "jobs", ":job_id" ], "variable": [ { "key": "job_id" } ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-1974cb99-1287-40e4-8b21-a649e9f99303" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-9e490d3c-f0e3-4e08-8907-80feab6762a9" } ], "id": "d2c1991b-383c-4f2a-83dd-d20ed0fe3ecd", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d2c1991b-383c-4f2a-83dd-d20ed0fe3ecd" }, { "name": "Tool Vision Training Get Jobs", "id": "e7e05d43-f460-46fb-a723-12a7953544f6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/jobs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "jobs" ] }, "description": "Gets the list of vision training jobs for the authenticated user.\n\nArgs:\n request (Request): The FastAPI request containing headers.\n\nReturns:\n JobsListResponseData | JSONResponse\n List of training job identifiers, or error response." }, "response": [ { "id": "76c8b04f-58f9-460c-a244-60fceee40e31", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/jobs", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"jobs\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-76c8b04f-58f9-460c-a244-60fceee40e31" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-e7e05d43-f460-46fb-a723-12a7953544f6" } ], "id": "eee20cde-acdf-4e35-b763-47c77dd55f2a", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-eee20cde-acdf-4e35-b763-47c77dd55f2a" }, { "name": "auto-label", "item": [ { "name": "Tool Vision Training Auto Label", "id": "86283739-b004-45d4-b569-6d8305fe8017", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) Image file to be processed (max 36MP)", "key": "file", "type": "file", "value": null }, { "key": "config", "value": "", "type": "text" }, { "description": "Type of labeling to perform (currently only 'segmentation' is supported)", "key": "labelType", "value": "segmentation", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/auto-label", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "auto-label" ] }, "description": "Performs automatic labeling on an image using vision training models.\n\nArgs:\n request (Request): The FastAPI request containing headers.\n data (AutoLabelRequest): The input request containing image URL and\n labeling configuration.\n\nReturns:\n Response | JSONResponse\n Auto-labeling results with embeddings and preserved headers, or\n error response with preserved headers." }, "response": [ { "id": "d9df1ae1-886e-42f2-9289-9aa7c0fcecd4", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) Image file to be processed (max 36MP)", "key": "file", "type": "file" }, { "key": "config", "value": "", "type": "text" }, { "description": "Type of labeling to perform (currently only 'segmentation' is supported)", "key": "labelType", "value": "segmentation", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/auto-label", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "auto-label" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d9df1ae1-886e-42f2-9289-9aa7c0fcecd4" }, { "id": "1f5f4cb0-aed9-48de-bcfa-10d82b811d74", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) Image file to be processed (max 36MP)", "key": "file", "type": "file" }, { "key": "config", "value": "", "type": "text" }, { "description": "Type of labeling to perform (currently only 'segmentation' is supported)", "key": "labelType", "value": "segmentation", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v1/tools/vision-training/auto-label", "host": [ "{{baseUrl}}" ], "path": [ "v1", "tools", "vision-training", "auto-label" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-1f5f4cb0-aed9-48de-bcfa-10d82b811d74" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-86283739-b004-45d4-b569-6d8305fe8017" } ], "id": "63ad94d9-5e8c-4a81-acd4-7f6166126757", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-63ad94d9-5e8c-4a81-acd4-7f6166126757" } ], "id": "1a9fd867-5341-4798-babf-bb8af7529c3b", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-1a9fd867-5341-4798-babf-bb8af7529c3b" } ], "id": "6fc62f6e-d898-4f33-a06b-8baf2fb8d645", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-6fc62f6e-d898-4f33-a06b-8baf2fb8d645" } ], "id": "d5cf3fb7-fd50-498f-a810-2ee6191aadc2", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-d5cf3fb7-fd50-498f-a810-2ee6191aadc2" }, { "name": "v2", "item": [ { "name": "ade", "item": [ { "name": "split", "item": [ { "name": "build-rules", "item": [ { "name": "ADE Split Build Rules", "id": "489b796f-5f96-4062-baf3-7b282b9d10b6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "key": "markdown", "type": "file", "value": null }, { "key": "markdown_url", "value": "", "type": "text" }, { "key": "guidelines", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v2/ade/split/build-rules", "host": [ "{{baseUrl}}" ], "path": [ "v2", "ade", "split", "build-rules" ] }, "description": "Suggest classification categories from a parsed document.\n\nSubmit your parsed Markdown and the API suggests a set of\nclassification categories. Review the suggestions, then use them to\nsplit the same document with the ADE Split v2 API.\n\nFor EU users, use this endpoint:\n\n`https://api.va.eu-west-1.landing.ai/v2/ade/split/build-rules`." }, "response": [ { "id": "0864e694-da66-4aa3-a813-7acc868f26fd", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "key": "guidelines", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v2/ade/split/build-rules", "host": [ "{{baseUrl}}" ], "path": [ "v2", "ade", "split", "build-rules" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"suggested_categories\": {\n \"minim_f\": {\n \"identifier\": \"\",\n \"instructions\": \"\"\n }\n },\n \"metadata\": {\n \"filename\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"org_id\": \"\",\n \"page_count\": 0,\n \"job_id\": \"\",\n \"version\": \"\"\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-0864e694-da66-4aa3-a813-7acc868f26fd" }, { "id": "0977ec1d-2efb-4eb6-beb3-a5fcf726ae74", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "key": "guidelines", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v2/ade/split/build-rules", "host": [ "{{baseUrl}}" ], "path": [ "v2", "ade", "split", "build-rules" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-0977ec1d-2efb-4eb6-beb3-a5fcf726ae74" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-489b796f-5f96-4062-baf3-7b282b9d10b6" } ], "id": "3a1a4135-c6e9-4ee6-998f-6bb9dcc800ce", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-3a1a4135-c6e9-4ee6-998f-6bb9dcc800ce" }, { "name": "ADE Split", "id": "0a9fcb91-827e-451b-9c1b-cb2d1293dad7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The classification categories used to split a document.\n\nEach category name maps to either a category that defines a\nclassification (with `identifier` and `instructions`) or a set of\nsubcategories. You pass these categories when you split the document.", "key": "classification_categories", "value": "[object Object]", "type": "text" }, { "key": "markdown", "type": "file", "value": null }, { "key": "markdown_url", "value": "", "type": "text" }, { "key": "guidelines", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v2/ade/split", "host": [ "{{baseUrl}}" ], "path": [ "v2", "ade", "split" ] }, "description": "Split a parsed document into classified segments.\n\nSubmit pre-parsed Markdown (as `markdown` or `markdown_url`) and a set\nof `classification_categories`. The API assigns each page to the\ncategory it matches most closely and returns the page assignments for\neach segment.\n\nFor EU users, use this endpoint:\n\n`https://api.va.eu-west-1.landing.ai/v2/ade/split`." }, "response": [ { "id": "00d2668b-625b-4f77-8053-a2da717766ea", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) The classification categories used to split a document.\n\nEach category name maps to either a category that defines a\nclassification (with `identifier` and `instructions`) or a set of\nsubcategories. You pass these categories when you split the document.", "key": "classification_categories", "value": "[object Object]", "type": "text" }, { "key": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "key": "guidelines", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v2/ade/split", "host": [ "{{baseUrl}}" ], "path": [ "v2", "ade", "split" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"segments\": {\n \"enim_0\": [\n {\n \"pages\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\"\n },\n {\n \"pages\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\"\n }\n ],\n \"tempored\": [\n {\n \"pages\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\"\n },\n {\n \"pages\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\"\n }\n ],\n \"quis_52\": [\n {\n \"pages\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\"\n },\n {\n \"pages\": [\n \"\",\n \"\"\n ],\n \"identifier\": \"\"\n }\n ]\n },\n \"metadata\": {\n \"filename\": \"\",\n \"duration_ms\": \"\",\n \"credit_usage\": \"\",\n \"org_id\": \"\",\n \"page_count\": 0,\n \"job_id\": \"\",\n \"version\": \"\"\n }\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-00d2668b-625b-4f77-8053-a2da717766ea" }, { "id": "03f9c5bc-e9ef-49e1-9639-3c81b252db76", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "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": [ { "description": "(Required) The classification categories used to split a document.\n\nEach category name maps to either a category that defines a\nclassification (with `identifier` and `instructions`) or a set of\nsubcategories. You pass these categories when you split the document.", "key": "classification_categories", "value": "[object Object]", "type": "text" }, { "key": "markdown", "type": "file" }, { "key": "markdown_url", "value": "", "type": "text" }, { "key": "guidelines", "value": "", "type": "text" }, { "key": "model", "value": "", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/v2/ade/split", "host": [ "{{baseUrl}}" ], "path": [ "v2", "ade", "split" ] } }, "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 },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-03f9c5bc-e9ef-49e1-9639-3c81b252db76" } ], "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-0a9fcb91-827e-451b-9c1b-cb2d1293dad7" } ], "id": "52349d12-be19-4928-947e-d34e0e469983", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-52349d12-be19-4928-947e-d34e0e469983" } ], "id": "a43dcd33-b8e1-4008-8ce1-d2a375c20581", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-a43dcd33-b8e1-4008-8ce1-d2a375c20581" } ], "id": "37616184-ad6b-4ace-8973-9b05013d9195", "createdAt": "2026-07-28T02:02:42.000Z", "updatedAt": "2026-07-28T02:02:42.000Z", "uid": "35240-37616184-ad6b-4ace-8973-9b05013d9195" } ], "variable": [ { "key": "baseUrl", "value": "https://api.va.landing.ai" } ] }