{
  "info": {
    "name": "众森企服票据识别API - Postman集合",
    "description": "包含识别、查询状态、支持格式接口示例。",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "识别票据 (POST /api/v1/recognize)",
      "request": {
        "method": "POST",
        "header": [],
        "url": { "raw": "http://localhost:3000/api/v1/recognize", "protocol": "http", "host": ["localhost"], "port": "3000", "path": ["api","v1","recognize"] },
        "body": {
          "mode": "formdata",
          "formdata": [
            { "key": "file", "type": "file", "src": "invoice.pdf" },
            { "key": "api_key", "type": "text", "value": "zs_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }
          ]
        }
      }
    },
    {
      "name": "查询状态 (GET /api/v1/status/{requestId})",
      "request": {
        "method": "GET",
        "url": { "raw": "http://localhost:3000/api/v1/status/{{requestId}}?api_key={{api_key}}", "protocol": "http", "host": ["localhost"], "port": "3000", "path": ["api","v1","status","{{requestId}}"], "query": [ { "key": "api_key", "value": "{{api_key}}" } ] }
      }
    },
    {
      "name": "支持格式 (GET /api/v1/formats)",
      "request": {
        "method": "GET",
        "url": { "raw": "http://localhost:3000/api/v1/formats", "protocol": "http", "host": ["localhost"], "port": "3000", "path": ["api","v1","formats"] }
      }
    }
  ],
  "variable": [
    { "key": "api_key", "value": "zs_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" },
    { "key": "requestId", "value": "uuid-string" }
  ]
}