{
  "info": {
    "_postman_id": "c95efc93-b9cd-41b5-b2c9-d2df3c9f2ff4",
    "name": "Vastu API Collection",
    "description": "VastuLens public Vision API collection. Replace <YOUR_ACCESS_TOKEN> with your AstrologyAPI key. Run get-vastu-id first, then paste its returned vastu_id into the stored report requests.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "get-vastu-id",
      "request": {
        "auth": { "type": "noauth" }, "method": "POST", 
        "header": [
          { "key": "Content-Type", "value": "application/json" },
          { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" }
        ],
        "body": { "mode": "raw", "raw": "{\n  \"layout_url\": \"https://assets.example.com/floor-plan.png\",\n  \"entrance_degree\": 330\n}", "options": { "raw": { "language": "json" } } },
        "url": "https://vision.astrologyapi.com/vastu/get-vastu-id"
      }, "response": []
    },
    {
      "name": "basic-score",
      "request": {
        "auth": { "type": "noauth" }, "method": "POST",
        "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" } ],
        "body": { "mode": "raw", "raw": "{\n  \"main_entrance\": \"N\",\n  \"rooms\": [\n    { \"type\": \"kitchen\", \"direction\": \"SW\" },\n    { \"type\": \"master_bedroom\", \"direction\": \"NE\" },\n    { \"type\": \"verandah\", \"direction\": \"SW\" },\n    { \"type\": \"treasury\", \"direction\": \"SW\" }\n  ],\n  \"context\": { \"agency\": \"RENT\", \"concern\": \"NONE\" }\n}", "options": { "raw": { "language": "json" } } },
        "url": "https://vision.astrologyapi.com/vastu/basic-score"
      }, "response": []
    },
    {
      "name": "basic-findings",
      "request": {
        "auth": { "type": "noauth" },
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" },
          { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"main_entrance\": \"N\",\n  \"rooms\": [\n    { \"type\": \"kitchen\", \"direction\": \"SW\" },\n    { \"type\": \"master_bedroom\", \"direction\": \"NE\" },\n    { \"type\": \"verandah\", \"direction\": \"SW\" },\n    { \"type\": \"treasury\", \"direction\": \"SW\" }\n  ],\n  \"context\": { \"agency\": \"RENT\", \"concern\": \"NONE\" }\n}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "https://vision.astrologyapi.com/vastu/basic-findings"
      }, "response": []
    },
    {
      "name": "basic-remedies",
      "request": {
        "auth": { "type": "noauth" },
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" },
          { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"main_entrance\": \"N\",\n  \"rooms\": [\n    { \"type\": \"kitchen\", \"direction\": \"SW\" },\n    { \"type\": \"master_bedroom\", \"direction\": \"NE\" },\n    { \"type\": \"verandah\", \"direction\": \"SW\" },\n    { \"type\": \"treasury\", \"direction\": \"SW\" }\n  ],\n  \"context\": { \"agency\": \"RENT\", \"concern\": \"NONE\" }\n}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "https://vision.astrologyapi.com/vastu/basic-remedies"
      }, "response": []
    },
    {
      "name": "basic-direction-8",
      "request": {
        "auth": { "type": "noauth" },
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" },
          { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"main_entrance\": \"N\",\n  \"rooms\": [\n    { \"type\": \"kitchen\", \"direction\": \"SW\" },\n    { \"type\": \"master_bedroom\", \"direction\": \"NE\" },\n    { \"type\": \"verandah\", \"direction\": \"SW\" },\n    { \"type\": \"treasury\", \"direction\": \"SW\" }\n  ],\n  \"context\": { \"agency\": \"RENT\", \"concern\": \"NONE\" }\n}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "https://vision.astrologyapi.com/vastu/basic-direction-8"
      }, "response": []
    },
    {
      "name": "score",
      "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" } ], "body": { "mode": "raw", "raw": "{\n  \"vastu_id\": \"<VASTU_ID>\"\n}", "options": { "raw": { "language": "json" } } }, "url": "https://vision.astrologyapi.com/vastu/score" }, "response": []
    },
    {
      "name": "findings",
      "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" } ], "body": { "mode": "raw", "raw": "{\n  \"vastu_id\": \"<VASTU_ID>\"\n}", "options": { "raw": { "language": "json" } } }, "url": "https://vision.astrologyapi.com/vastu/findings" }, "response": []
    },
    {
      "name": "remedies",
      "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" } ], "body": { "mode": "raw", "raw": "{\n  \"vastu_id\": \"<VASTU_ID>\"\n}", "options": { "raw": { "language": "json" } } }, "url": "https://vision.astrologyapi.com/vastu/remedies" }, "response": []
    },
    {
      "name": "direction-8",
      "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" } ], "body": { "mode": "raw", "raw": "{\n  \"vastu_id\": \"<VASTU_ID>\"\n}", "options": { "raw": { "language": "json" } } }, "url": "https://vision.astrologyapi.com/vastu/direction-8" }, "response": []
    },
    {
      "name": "zone-16",
      "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" } ], "body": { "mode": "raw", "raw": "{\n  \"vastu_id\": \"<VASTU_ID>\"\n}", "options": { "raw": { "language": "json" } } }, "url": "https://vision.astrologyapi.com/vastu/zone-16" }, "response": []
    },
    {
      "name": "angular-32",
      "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" } ], "body": { "mode": "raw", "raw": "{\n  \"vastu_id\": \"<VASTU_ID>\"\n}", "options": { "raw": { "language": "json" } } }, "url": "https://vision.astrologyapi.com/vastu/angular-32" }, "response": []
    },
    {
      "name": "entrance-padas-32",
      "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" } ], "body": { "mode": "raw", "raw": "{\n  \"vastu_id\": \"<VASTU_ID>\"\n}", "options": { "raw": { "language": "json" } } }, "url": "https://vision.astrologyapi.com/vastu/entrance-padas-32" }, "response": []
    },
    {
      "name": "padas-81",
      "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" } ], "body": { "mode": "raw", "raw": "{\n  \"vastu_id\": \"<VASTU_ID>\"\n}", "options": { "raw": { "language": "json" } } }, "url": "https://vision.astrologyapi.com/vastu/padas-81" }, "response": []
    },
    {
      "name": "devatas-45",
      "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "x-astrologyapi-key", "value": "<YOUR_ACCESS_TOKEN>" } ], "body": { "mode": "raw", "raw": "{\n  \"vastu_id\": \"<VASTU_ID>\"\n}", "options": { "raw": { "language": "json" } } }, "url": "https://vision.astrologyapi.com/vastu/devatas-45" }, "response": []
    }
  ]
}
