{
  "item": [
    {
      "name": "📊 Raw Data & Positions",
      "description": "Fast calculations without interpretations.",
      "item": [
        {
          "id": "aa47a504-2fb9-4a38-8754-599b52820816",
          "name": "Current Time Data",
          "request": {
            "name": "Current Time Data",
            "description": {
              "content": "Gets astrological data for the current UTC time.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "data",
                "now"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8cec3315-2177-4391-93eb-1220a4ad5908",
              "name": "Current UTC time data for immediate astrological calculations",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "now"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"birth_data\": {\n    \"year\": \"<integer>\",\n    \"month\": \"<integer>\",\n    \"day\": \"<integer>\",\n    \"hour\": \"<integer>\",\n    \"minute\": \"<integer>\",\n    \"second\": 0,\n    \"latitude\": \"<number>\",\n    \"longitude\": \"<number>\",\n    \"city\": \"<string>\",\n    \"country_code\": \"<string>\",\n    \"timezone\": \"<string>\"\n  },\n  \"name\": \"Subject\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab21c0a8-4e3f-4a76-8667-b699f74c6c17",
              "name": "Invalid input parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "now"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2140c923-da52-4e94-9b4c-4619d60e9feb",
              "name": "Validation error - check field formats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "now"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Planetary Positions",
          "description": "All available examples for Planetary Positions endpoint. 📊 **Planetary Positions Calculator** - Get precise celestial body positions\n\n**Perfect for:**\n- 🎯 Quick planetary position lookups\n- 📱 Mobile app backends requiring fast data\n- 🔄 Real-time astrological applications\n- 📊 Data analysis and research\n\n**What you get:**\n- **Precise positions** for all requested celestial bodies\n- **Zodiac signs** (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **Retrograde status** for all planets\n- **Planetary speed** (degrees per day)\n\n**Supported celestial bodies:**\n- **Planets**: Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto\n- **Lunar Nodes**: Mean_Node, True_Node, Mean_South_Node, True_South_Node\n- **Angles**: Ascendant, Medium_Coeli, Descendant, Imum_Coeli\n- **Points**: Mean_Lilith, True_Lilith, Pars_Fortunae, Vertex\n- **Asteroids**: Chiron, Ceres, Pallas, Juno, Vesta\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Location handling:**\n- Provide city + country_code for automatic geocoding\n- Or use exact latitude/longitude coordinates\n- Timezone automatically detected or specify manually\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n- ✅ **City geocoding** - just provide city name, we handle coordinates & timezone\n\nPerfect for applications needing precise astronomical data without interpretations.\n\n**New feature:**\n- 🆕 `filter_retrograde_only`: When true, returns only planets currently in retrograde",
          "item": [
            {
              "id": "192e2fdd-1e74-49ca-978b-f3d7d3c6631e",
              "name": "Basic Planetary Positions",
              "request": {
                "name": "Basic Planetary Positions",
                "description": {
                  "content": "🎯 **Planetary Positions**\n\n📋 **Endpoint Description:**\n📊 **Planetary Positions Calculator** - Get precise celestial body positions\n\n**Perfect for:**\n- 🎯 Quick planetary position lookups\n- 📱 Mobile app backends requiring fast data\n- 🔄 Real-time astrological applications\n- 📊 Data analysis and research\n\n**What you get:**\n- **Precise positions** for all requested celestial bodies\n- **Zodiac signs** (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **Retrograde status** for all planets\n- **Planetary speed** (degrees per day)\n\n**Supported celestial bodies:**\n- **Planets**: Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto\n- **Lunar Nodes**: Mean_Node, True_Node, Mean_South_Node, True_South_Node\n- **Angles**: Ascendant, Medium_Coeli, Descendant, Imum_Coeli\n- **Points**: Mean_Lilith, True_Lilith, Pars_Fortunae, Vertex\n- **Asteroids**: Chiron, Ceres, Pallas, Juno, Vesta\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Location handling:**\n- Provide city + country_code for automatic geocoding\n- Or use exact latitude/longitude coordinates\n- Timezone automatically detected or specify manually\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n- ✅ **City geocoding** - just provide city name, we handle coordinates & timezone\n\nPerfect for applications needing precise astronomical data without interpretations.\n\n**New feature:**\n- 🆕 `filter_retrograde_only`: When true, returns only planets currently in retrograde\n\n✨ **Example Description:**\nStandard planetary positions with main planets and moderate precision\n\n🔗 **Endpoint:** `POST /api/v3/data/positions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "positions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma Johnson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"language\": \"en\",\n    \"tradition\": \"universal\",\n    \"detail_level\": \"standard\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a2b92000-1d3b-4e7c-a8c5-9488f5d0e144",
              "name": "High Precision Extended Points",
              "request": {
                "name": "High Precision Extended Points",
                "description": {
                  "content": "🎯 **Planetary Positions**\n\n📋 **Endpoint Description:**\n📊 **Planetary Positions Calculator** - Get precise celestial body positions\n\n**Perfect for:**\n- 🎯 Quick planetary position lookups\n- 📱 Mobile app backends requiring fast data\n- 🔄 Real-time astrological applications\n- 📊 Data analysis and research\n\n**What you get:**\n- **Precise positions** for all requested celestial bodies\n- **Zodiac signs** (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **Retrograde status** for all planets\n- **Planetary speed** (degrees per day)\n\n**Supported celestial bodies:**\n- **Planets**: Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto\n- **Lunar Nodes**: Mean_Node, True_Node, Mean_South_Node, True_South_Node\n- **Angles**: Ascendant, Medium_Coeli, Descendant, Imum_Coeli\n- **Points**: Mean_Lilith, True_Lilith, Pars_Fortunae, Vertex\n- **Asteroids**: Chiron, Ceres, Pallas, Juno, Vesta\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Location handling:**\n- Provide city + country_code for automatic geocoding\n- Or use exact latitude/longitude coordinates\n- Timezone automatically detected or specify manually\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n- ✅ **City geocoding** - just provide city name, we handle coordinates & timezone\n\nPerfect for applications needing precise astronomical data without interpretations.\n\n**New feature:**\n- 🆕 `filter_retrograde_only`: When true, returns only planets currently in retrograde\n\n✨ **Example Description:**\nAll planets, asteroids, and special points with maximum precision\n\n🔗 **Endpoint:** `POST /api/v3/data/positions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "positions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Precision Seeker\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 30,\n      \"latitude\": 48.8566,\n      \"longitude\": 2.3522\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"language\": \"en\",\n    \"tradition\": \"universal\",\n    \"detail_level\": \"full\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\",\n      \"Chiron\",\n      \"Ceres\",\n      \"Pallas\",\n      \"Juno\",\n      \"Vesta\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Mean_Lilith\",\n      \"True_Lilith\",\n      \"Ascendant\",\n      \"Medium_Coeli\"\n    ],\n    \"precision\": 6\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5089de2b-9407-4027-b188-fd592ffe4d55",
              "name": "Traditional Astrology Points",
              "request": {
                "name": "Traditional Astrology Points",
                "description": {
                  "content": "🎯 **Planetary Positions**\n\n📋 **Endpoint Description:**\n📊 **Planetary Positions Calculator** - Get precise celestial body positions\n\n**Perfect for:**\n- 🎯 Quick planetary position lookups\n- 📱 Mobile app backends requiring fast data\n- 🔄 Real-time astrological applications\n- 📊 Data analysis and research\n\n**What you get:**\n- **Precise positions** for all requested celestial bodies\n- **Zodiac signs** (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **Retrograde status** for all planets\n- **Planetary speed** (degrees per day)\n\n**Supported celestial bodies:**\n- **Planets**: Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto\n- **Lunar Nodes**: Mean_Node, True_Node, Mean_South_Node, True_South_Node\n- **Angles**: Ascendant, Medium_Coeli, Descendant, Imum_Coeli\n- **Points**: Mean_Lilith, True_Lilith, Pars_Fortunae, Vertex\n- **Asteroids**: Chiron, Ceres, Pallas, Juno, Vesta\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Location handling:**\n- Provide city + country_code for automatic geocoding\n- Or use exact latitude/longitude coordinates\n- Timezone automatically detected or specify manually\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n- ✅ **City geocoding** - just provide city name, we handle coordinates & timezone\n\nPerfect for applications needing precise astronomical data without interpretations.\n\n**New feature:**\n- 🆕 `filter_retrograde_only`: When true, returns only planets currently in retrograde\n\n✨ **Example Description:**\nFocus on traditional points including Arabic Parts and nodes\n\n🔗 **Endpoint:** `POST /api/v3/data/positions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "positions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Traditional Astrologer\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Athens\",\n      \"country_code\": \"GR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"language\": \"en\",\n    \"tradition\": \"classical\",\n    \"detail_level\": \"full\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Mean_South_Node\",\n      \"True_South_Node\",\n      \"Part_of_Fortune\",\n      \"Part_of_Spirit\",\n      \"Ascendant\",\n      \"Medium_Coeli\",\n      \"Vertex\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5bbb133a-9724-4c0e-9b0e-5c329a759680",
              "name": "Sidereal Zodiac Positions",
              "request": {
                "name": "Sidereal Zodiac Positions",
                "description": {
                  "content": "🎯 **Planetary Positions**\n\n📋 **Endpoint Description:**\n📊 **Planetary Positions Calculator** - Get precise celestial body positions\n\n**Perfect for:**\n- 🎯 Quick planetary position lookups\n- 📱 Mobile app backends requiring fast data\n- 🔄 Real-time astrological applications\n- 📊 Data analysis and research\n\n**What you get:**\n- **Precise positions** for all requested celestial bodies\n- **Zodiac signs** (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **Retrograde status** for all planets\n- **Planetary speed** (degrees per day)\n\n**Supported celestial bodies:**\n- **Planets**: Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto\n- **Lunar Nodes**: Mean_Node, True_Node, Mean_South_Node, True_South_Node\n- **Angles**: Ascendant, Medium_Coeli, Descendant, Imum_Coeli\n- **Points**: Mean_Lilith, True_Lilith, Pars_Fortunae, Vertex\n- **Asteroids**: Chiron, Ceres, Pallas, Juno, Vesta\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Location handling:**\n- Provide city + country_code for automatic geocoding\n- Or use exact latitude/longitude coordinates\n- Timezone automatically detected or specify manually\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n- ✅ **City geocoding** - just provide city name, we handle coordinates & timezone\n\nPerfect for applications needing precise astronomical data without interpretations.\n\n**New feature:**\n- 🆕 `filter_retrograde_only`: When true, returns only planets currently in retrograde\n\n✨ **Example Description:**\nVedic/Sidereal zodiac calculation with traditional points\n\n🔗 **Endpoint:** `POST /api/v3/data/positions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "positions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Vedic Practitioner\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 3,\n      \"day\": 25,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Varanasi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"A\",\n    \"language\": \"en\",\n    \"tradition\": \"vedic\",\n    \"detail_level\": \"standard\",\n    \"zodiac_type\": \"Sidereal\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 House Cusps",
          "description": "All available examples for House Cusps endpoint. 🏠 **House Cusps Calculator** - Precise astrological house boundaries\n\n**Perfect for:**\n- 🎯 House system comparisons and analysis\n- 📱 Chart calculation backends\n- 🔄 Real-time house position tracking\n- 📊 Astrological research and education\n\n**What you get:**\n- **All 12 house cusps** with precise degree positions\n- **Zodiac signs** for each house cusp (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **House system flexibility** - 23+ systems supported\n\n**Supported house systems:**\n- **P** (Placidus) - Most popular modern system\n- **W** (Whole Sign) - Traditional/Hellenistic system\n- **K** (Koch), **E** (Equal), **C** (Campanus)\n- Plus 18 additional systems - see `/api/v3/glossary/house-systems`\n\n**Location handling:**\n- Provide city + country_code for automatic geocoding\n- Or use exact latitude/longitude coordinates\n- Timezone automatically detected or specify manually\n\n**Note:** House cusps are location-dependent and require precise birth coordinates.\nThis endpoint provides the foundation for accurate house-based interpretations.\n\n**Response time:** ~120ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "286f9fbc-0c61-4562-adf8-c18cd65451d9",
              "name": "Placidus House System",
              "request": {
                "name": "Placidus House System",
                "description": {
                  "content": "🎯 **House Cusps**\n\n📋 **Endpoint Description:**\n🏠 **House Cusps Calculator** - Precise astrological house boundaries\n\n**Perfect for:**\n- 🎯 House system comparisons and analysis\n- 📱 Chart calculation backends\n- 🔄 Real-time house position tracking\n- 📊 Astrological research and education\n\n**What you get:**\n- **All 12 house cusps** with precise degree positions\n- **Zodiac signs** for each house cusp (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **House system flexibility** - 23+ systems supported\n\n**Supported house systems:**\n- **P** (Placidus) - Most popular modern system\n- **W** (Whole Sign) - Traditional/Hellenistic system\n- **K** (Koch), **E** (Equal), **C** (Campanus)\n- Plus 18 additional systems - see `/api/v3/glossary/house-systems`\n\n**Location handling:**\n- Provide city + country_code for automatic geocoding\n- Or use exact latitude/longitude coordinates\n- Timezone automatically detected or specify manually\n\n**Note:** House cusps are location-dependent and require precise birth coordinates.\nThis endpoint provides the foundation for accurate house-based interpretations.\n\n**Response time:** ~120ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nMost popular modern house system with unequal houses\n\n🔗 **Endpoint:** `POST /api/v3/data/house-cusps`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "house-cusps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"House Explorer\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a562842b-2993-4326-a6ee-293fe60ffa4b",
              "name": "Whole Sign Houses",
              "request": {
                "name": "Whole Sign Houses",
                "description": {
                  "content": "🎯 **House Cusps**\n\n📋 **Endpoint Description:**\n🏠 **House Cusps Calculator** - Precise astrological house boundaries\n\n**Perfect for:**\n- 🎯 House system comparisons and analysis\n- 📱 Chart calculation backends\n- 🔄 Real-time house position tracking\n- 📊 Astrological research and education\n\n**What you get:**\n- **All 12 house cusps** with precise degree positions\n- **Zodiac signs** for each house cusp (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **House system flexibility** - 23+ systems supported\n\n**Supported house systems:**\n- **P** (Placidus) - Most popular modern system\n- **W** (Whole Sign) - Traditional/Hellenistic system\n- **K** (Koch), **E** (Equal), **C** (Campanus)\n- Plus 18 additional systems - see `/api/v3/glossary/house-systems`\n\n**Location handling:**\n- Provide city + country_code for automatic geocoding\n- Or use exact latitude/longitude coordinates\n- Timezone automatically detected or specify manually\n\n**Note:** House cusps are location-dependent and require precise birth coordinates.\nThis endpoint provides the foundation for accurate house-based interpretations.\n\n**Response time:** ~120ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nTraditional Hellenistic system with equal 30° houses\n\n🔗 **Endpoint:** `POST /api/v3/data/house-cusps`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "house-cusps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Traditional Scholar\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Athens\",\n      \"country_code\": \"GR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Ascendant\",\n      \"Medium_Coeli\",\n      \"Descendant\",\n      \"Imum_Coeli\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "1df1436e-ffaf-4395-a714-48c7d923e239",
              "name": "Koch House System",
              "request": {
                "name": "Koch House System",
                "description": {
                  "content": "🎯 **House Cusps**\n\n📋 **Endpoint Description:**\n🏠 **House Cusps Calculator** - Precise astrological house boundaries\n\n**Perfect for:**\n- 🎯 House system comparisons and analysis\n- 📱 Chart calculation backends\n- 🔄 Real-time house position tracking\n- 📊 Astrological research and education\n\n**What you get:**\n- **All 12 house cusps** with precise degree positions\n- **Zodiac signs** for each house cusp (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **House system flexibility** - 23+ systems supported\n\n**Supported house systems:**\n- **P** (Placidus) - Most popular modern system\n- **W** (Whole Sign) - Traditional/Hellenistic system\n- **K** (Koch), **E** (Equal), **C** (Campanus)\n- Plus 18 additional systems - see `/api/v3/glossary/house-systems`\n\n**Location handling:**\n- Provide city + country_code for automatic geocoding\n- Or use exact latitude/longitude coordinates\n- Timezone automatically detected or specify manually\n\n**Note:** House cusps are location-dependent and require precise birth coordinates.\nThis endpoint provides the foundation for accurate house-based interpretations.\n\n**Response time:** ~120ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nPopular European house system with time-based calculations\n\n🔗 **Endpoint:** `POST /api/v3/data/house-cusps`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "house-cusps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"European Astrologer\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 0,\n      \"latitude\": 48.8566,\n      \"longitude\": 2.3522\n    }\n  },\n  \"options\": {\n    \"house_system\": \"K\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Ascendant\",\n      \"Medium_Coeli\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "8e6d0591-c9c6-4220-a1b4-adf90a717ad1",
              "name": "Equal House System",
              "request": {
                "name": "Equal House System",
                "description": {
                  "content": "🎯 **House Cusps**\n\n📋 **Endpoint Description:**\n🏠 **House Cusps Calculator** - Precise astrological house boundaries\n\n**Perfect for:**\n- 🎯 House system comparisons and analysis\n- 📱 Chart calculation backends\n- 🔄 Real-time house position tracking\n- 📊 Astrological research and education\n\n**What you get:**\n- **All 12 house cusps** with precise degree positions\n- **Zodiac signs** for each house cusp (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **House system flexibility** - 23+ systems supported\n\n**Supported house systems:**\n- **P** (Placidus) - Most popular modern system\n- **W** (Whole Sign) - Traditional/Hellenistic system\n- **K** (Koch), **E** (Equal), **C** (Campanus)\n- Plus 18 additional systems - see `/api/v3/glossary/house-systems`\n\n**Location handling:**\n- Provide city + country_code for automatic geocoding\n- Or use exact latitude/longitude coordinates\n- Timezone automatically detected or specify manually\n\n**Note:** House cusps are location-dependent and require precise birth coordinates.\nThis endpoint provides the foundation for accurate house-based interpretations.\n\n**Response time:** ~120ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nSimple system with equal 30° houses from Ascendant\n\n🔗 **Endpoint:** `POST /api/v3/data/house-cusps`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "house-cusps"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Equal House User\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 3,\n      \"day\": 25,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"A\",\n    \"zodiac_type\": \"Sidereal\",\n    \"active_points\": [\n      \"Ascendant\",\n      \"Medium_Coeli\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Aspects",
          "description": "All available examples for Aspects endpoint. 🔗 **Planetary Aspects Calculator** - Precise angular relationships between celestial bodies\n\n**Perfect for:**\n- 🎯 Chart interpretation and analysis\n- 📱 Astrology app aspect displays\n- 🔄 Real-time aspect tracking\n- 📊 Astrological research and education\n\n**What you get:**\n- **Major aspects** between all selected celestial bodies\n- **Precise orb measurements** (exact angular distance from perfect aspect)\n- **Aspect types** (conjunction, opposition, trine, square, sextile, etc.)\n- **Applying/separating status** for dynamic interpretation\n- **Configurable precision** for orb values (0-6 decimal places)\n\n**Supported aspects:**\n- **Conjunction** (0°) - Unity and blending of energies\n- **Opposition** (180°) - Tension and awareness\n- **Trine** (120°) - Harmony and flow\n- **Square** (90°) - Challenge and action\n- **Sextile** (60°) - Opportunity and cooperation\n- **Plus minor aspects** - quincunx, semi-square, sesquiquadrate\n\n**Celestial bodies included:**\n- **All planets** including South Nodes (Mean_South_Node, True_South_Node)\n- **Lunar Nodes** and special points\n- **Flexible point selection** - choose which bodies to include\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "c70fd356-e430-402f-a9c8-8881ca9f2d83",
              "name": "Major Aspects Analysis",
              "request": {
                "name": "Major Aspects Analysis",
                "description": {
                  "content": "🎯 **Aspects**\n\n📋 **Endpoint Description:**\n🔗 **Planetary Aspects Calculator** - Precise angular relationships between celestial bodies\n\n**Perfect for:**\n- 🎯 Chart interpretation and analysis\n- 📱 Astrology app aspect displays\n- 🔄 Real-time aspect tracking\n- 📊 Astrological research and education\n\n**What you get:**\n- **Major aspects** between all selected celestial bodies\n- **Precise orb measurements** (exact angular distance from perfect aspect)\n- **Aspect types** (conjunction, opposition, trine, square, sextile, etc.)\n- **Applying/separating status** for dynamic interpretation\n- **Configurable precision** for orb values (0-6 decimal places)\n\n**Supported aspects:**\n- **Conjunction** (0°) - Unity and blending of energies\n- **Opposition** (180°) - Tension and awareness\n- **Trine** (120°) - Harmony and flow\n- **Square** (90°) - Challenge and action\n- **Sextile** (60°) - Opportunity and cooperation\n- **Plus minor aspects** - quincunx, semi-square, sesquiquadrate\n\n**Celestial bodies included:**\n- **All planets** including South Nodes (Mean_South_Node, True_South_Node)\n- **Lunar Nodes** and special points\n- **Flexible point selection** - choose which bodies to include\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nTraditional major aspects between main planets\n\n🔗 **Endpoint:** `POST /api/v3/data/aspects`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "aspects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Aspect Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "edc45075-9cc2-439e-9419-68431ac07854",
              "name": "Extended Aspect Analysis",
              "request": {
                "name": "Extended Aspect Analysis",
                "description": {
                  "content": "🎯 **Aspects**\n\n📋 **Endpoint Description:**\n🔗 **Planetary Aspects Calculator** - Precise angular relationships between celestial bodies\n\n**Perfect for:**\n- 🎯 Chart interpretation and analysis\n- 📱 Astrology app aspect displays\n- 🔄 Real-time aspect tracking\n- 📊 Astrological research and education\n\n**What you get:**\n- **Major aspects** between all selected celestial bodies\n- **Precise orb measurements** (exact angular distance from perfect aspect)\n- **Aspect types** (conjunction, opposition, trine, square, sextile, etc.)\n- **Applying/separating status** for dynamic interpretation\n- **Configurable precision** for orb values (0-6 decimal places)\n\n**Supported aspects:**\n- **Conjunction** (0°) - Unity and blending of energies\n- **Opposition** (180°) - Tension and awareness\n- **Trine** (120°) - Harmony and flow\n- **Square** (90°) - Challenge and action\n- **Sextile** (60°) - Opportunity and cooperation\n- **Plus minor aspects** - quincunx, semi-square, sesquiquadrate\n\n**Celestial bodies included:**\n- **All planets** including South Nodes (Mean_South_Node, True_South_Node)\n- **Lunar Nodes** and special points\n- **Flexible point selection** - choose which bodies to include\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nComprehensive aspects including outer planets, asteroids, and nodes\n\n🔗 **Endpoint:** `POST /api/v3/data/aspects`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "aspects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Complex Chart\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\",\n      \"Chiron\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Mean_Lilith\",\n      \"Ascendant\",\n      \"Medium_Coeli\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "db3dda3b-915c-46de-b437-f729a3ffd3fe",
              "name": "Tight Orb Precision",
              "request": {
                "name": "Tight Orb Precision",
                "description": {
                  "content": "🎯 **Aspects**\n\n📋 **Endpoint Description:**\n🔗 **Planetary Aspects Calculator** - Precise angular relationships between celestial bodies\n\n**Perfect for:**\n- 🎯 Chart interpretation and analysis\n- 📱 Astrology app aspect displays\n- 🔄 Real-time aspect tracking\n- 📊 Astrological research and education\n\n**What you get:**\n- **Major aspects** between all selected celestial bodies\n- **Precise orb measurements** (exact angular distance from perfect aspect)\n- **Aspect types** (conjunction, opposition, trine, square, sextile, etc.)\n- **Applying/separating status** for dynamic interpretation\n- **Configurable precision** for orb values (0-6 decimal places)\n\n**Supported aspects:**\n- **Conjunction** (0°) - Unity and blending of energies\n- **Opposition** (180°) - Tension and awareness\n- **Trine** (120°) - Harmony and flow\n- **Square** (90°) - Challenge and action\n- **Sextile** (60°) - Opportunity and cooperation\n- **Plus minor aspects** - quincunx, semi-square, sesquiquadrate\n\n**Celestial bodies included:**\n- **All planets** including South Nodes (Mean_South_Node, True_South_Node)\n- **Lunar Nodes** and special points\n- **Flexible point selection** - choose which bodies to include\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nHigh precision aspects with very tight orbs for exact analysis\n\n🔗 **Endpoint:** `POST /api/v3/data/aspects`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "aspects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Precision Master\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"K\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Chiron\"\n    ],\n    \"precision\": 6\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "39a89eee-0305-49ae-bf82-3824bd782618",
              "name": "Traditional Astrology Aspects",
              "request": {
                "name": "Traditional Astrology Aspects",
                "description": {
                  "content": "🎯 **Aspects**\n\n📋 **Endpoint Description:**\n🔗 **Planetary Aspects Calculator** - Precise angular relationships between celestial bodies\n\n**Perfect for:**\n- 🎯 Chart interpretation and analysis\n- 📱 Astrology app aspect displays\n- 🔄 Real-time aspect tracking\n- 📊 Astrological research and education\n\n**What you get:**\n- **Major aspects** between all selected celestial bodies\n- **Precise orb measurements** (exact angular distance from perfect aspect)\n- **Aspect types** (conjunction, opposition, trine, square, sextile, etc.)\n- **Applying/separating status** for dynamic interpretation\n- **Configurable precision** for orb values (0-6 decimal places)\n\n**Supported aspects:**\n- **Conjunction** (0°) - Unity and blending of energies\n- **Opposition** (180°) - Tension and awareness\n- **Trine** (120°) - Harmony and flow\n- **Square** (90°) - Challenge and action\n- **Sextile** (60°) - Opportunity and cooperation\n- **Plus minor aspects** - quincunx, semi-square, sesquiquadrate\n\n**Celestial bodies included:**\n- **All planets** including South Nodes (Mean_South_Node, True_South_Node)\n- **Lunar Nodes** and special points\n- **Flexible point selection** - choose which bodies to include\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nFocus on traditional planets with nodes and Arabic parts\n\n🔗 **Endpoint:** `POST /api/v3/data/aspects`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "aspects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Traditional Scholar\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 3,\n      \"day\": 25,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Athens\",\n      \"country_code\": \"GR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Part_of_Fortune\",\n      \"Part_of_Spirit\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Lunar Metrics",
          "description": "All available examples for Lunar Metrics endpoint. 🌙 **Comprehensive Lunar Analysis** - Detailed Moon phase and cycle information\n\n**Perfect for:**\n- 🌙 Lunar timing and planning\n- 📱 Moon phase apps and calendars\n- 🎯 Electional astrology (choosing optimal timing)\n- 📊 Agricultural and natural cycle tracking\n\n**What you get:**\n- **Current Moon phase** (New, Waxing Crescent, First Quarter, etc.)\n- **Phase percentage** (0-100% illumination)\n- **Days since New Moon** (lunar day count)\n- **Next phase dates** (upcoming New Moon, Full Moon, etc.)\n- **Lunar mansion/nakshatra** (traditional lunar divisions)\n- **Void of Course periods** (when Moon makes no major aspects)\n\n**Lunar cycle information:**\n- **Synodic month** progress (29.5 day cycle)\n- **Sidereal month** progress (27.3 day cycle)\n- **Anomalistic month** (perigee to perigee)\n- **Tropical month** (return to same zodiac degree)\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "11114ed1-c75f-4d77-b6f7-c87ce0f432e1",
              "name": "Current Moon Phase Analysis",
              "request": {
                "name": "Current Moon Phase Analysis",
                "description": {
                  "content": "🎯 **Lunar Metrics**\n\n📋 **Endpoint Description:**\n🌙 **Comprehensive Lunar Analysis** - Detailed Moon phase and cycle information\n\n**Perfect for:**\n- 🌙 Lunar timing and planning\n- 📱 Moon phase apps and calendars\n- 🎯 Electional astrology (choosing optimal timing)\n- 📊 Agricultural and natural cycle tracking\n\n**What you get:**\n- **Current Moon phase** (New, Waxing Crescent, First Quarter, etc.)\n- **Phase percentage** (0-100% illumination)\n- **Days since New Moon** (lunar day count)\n- **Next phase dates** (upcoming New Moon, Full Moon, etc.)\n- **Lunar mansion/nakshatra** (traditional lunar divisions)\n- **Void of Course periods** (when Moon makes no major aspects)\n\n**Lunar cycle information:**\n- **Synodic month** progress (29.5 day cycle)\n- **Sidereal month** progress (27.3 day cycle)\n- **Anomalistic month** (perigee to perigee)\n- **Tropical month** (return to same zodiac degree)\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nToday's lunar phase and cycle information\n\n🔗 **Endpoint:** `POST /api/v3/data/lunar-metrics`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "lunar-metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Moon Phase Observer\",\n    \"birth_data\": {\n      \"year\": 2024,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 20,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "165d556e-ef4f-4721-ad35-73b08550ae8f",
              "name": "New Moon Timing",
              "request": {
                "name": "New Moon Timing",
                "description": {
                  "content": "🎯 **Lunar Metrics**\n\n📋 **Endpoint Description:**\n🌙 **Comprehensive Lunar Analysis** - Detailed Moon phase and cycle information\n\n**Perfect for:**\n- 🌙 Lunar timing and planning\n- 📱 Moon phase apps and calendars\n- 🎯 Electional astrology (choosing optimal timing)\n- 📊 Agricultural and natural cycle tracking\n\n**What you get:**\n- **Current Moon phase** (New, Waxing Crescent, First Quarter, etc.)\n- **Phase percentage** (0-100% illumination)\n- **Days since New Moon** (lunar day count)\n- **Next phase dates** (upcoming New Moon, Full Moon, etc.)\n- **Lunar mansion/nakshatra** (traditional lunar divisions)\n- **Void of Course periods** (when Moon makes no major aspects)\n\n**Lunar cycle information:**\n- **Synodic month** progress (29.5 day cycle)\n- **Sidereal month** progress (27.3 day cycle)\n- **Anomalistic month** (perigee to perigee)\n- **Tropical month** (return to same zodiac degree)\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nLunar analysis around New Moon for manifestation timing\n\n🔗 **Endpoint:** `POST /api/v3/data/lunar-metrics`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "lunar-metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"New Moon Timer\",\n    \"birth_data\": {\n      \"year\": 2024,\n      \"month\": 4,\n      \"day\": 8,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 0,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "dfe3dc02-e843-4e16-a144-77078c05f040",
              "name": "Full Moon Energy Analysis",
              "request": {
                "name": "Full Moon Energy Analysis",
                "description": {
                  "content": "🎯 **Lunar Metrics**\n\n📋 **Endpoint Description:**\n🌙 **Comprehensive Lunar Analysis** - Detailed Moon phase and cycle information\n\n**Perfect for:**\n- 🌙 Lunar timing and planning\n- 📱 Moon phase apps and calendars\n- 🎯 Electional astrology (choosing optimal timing)\n- 📊 Agricultural and natural cycle tracking\n\n**What you get:**\n- **Current Moon phase** (New, Waxing Crescent, First Quarter, etc.)\n- **Phase percentage** (0-100% illumination)\n- **Days since New Moon** (lunar day count)\n- **Next phase dates** (upcoming New Moon, Full Moon, etc.)\n- **Lunar mansion/nakshatra** (traditional lunar divisions)\n- **Void of Course periods** (when Moon makes no major aspects)\n\n**Lunar cycle information:**\n- **Synodic month** progress (29.5 day cycle)\n- **Sidereal month** progress (27.3 day cycle)\n- **Anomalistic month** (perigee to perigee)\n- **Tropical month** (return to same zodiac degree)\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nLunar metrics during Full Moon for peak energy timing\n\n🔗 **Endpoint:** `POST /api/v3/data/lunar-metrics`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "lunar-metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Full Moon Energy\",\n    \"birth_data\": {\n      \"year\": 2024,\n      \"month\": 7,\n      \"day\": 21,\n      \"hour\": 2,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9fb5a084-fe70-4d75-bec6-f3ff67b23eb9",
              "name": "Void of Course Analysis",
              "request": {
                "name": "Void of Course Analysis",
                "description": {
                  "content": "🎯 **Lunar Metrics**\n\n📋 **Endpoint Description:**\n🌙 **Comprehensive Lunar Analysis** - Detailed Moon phase and cycle information\n\n**Perfect for:**\n- 🌙 Lunar timing and planning\n- 📱 Moon phase apps and calendars\n- 🎯 Electional astrology (choosing optimal timing)\n- 📊 Agricultural and natural cycle tracking\n\n**What you get:**\n- **Current Moon phase** (New, Waxing Crescent, First Quarter, etc.)\n- **Phase percentage** (0-100% illumination)\n- **Days since New Moon** (lunar day count)\n- **Next phase dates** (upcoming New Moon, Full Moon, etc.)\n- **Lunar mansion/nakshatra** (traditional lunar divisions)\n- **Void of Course periods** (when Moon makes no major aspects)\n\n**Lunar cycle information:**\n- **Synodic month** progress (29.5 day cycle)\n- **Sidereal month** progress (27.3 day cycle)\n- **Anomalistic month** (perigee to perigee)\n- **Tropical month** (return to same zodiac degree)\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nLunar analysis for electional astrology and timing decisions\n\n🔗 **Endpoint:** `POST /api/v3/data/lunar-metrics`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "lunar-metrics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Void of Course Timer\",\n    \"birth_data\": {\n      \"year\": 2024,\n      \"month\": 12,\n      \"day\": 8,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Global Positions",
          "description": "All available examples for Global Positions endpoint. 🌍 **Global Planetary Positions** - Location-independent ephemeris data\n\n**Perfect for:**\n- 📊 Daily ephemeris table generation\n- 🗄️ Caching planetary positions for multiple locations\n- 📱 Astrology apps requiring global reference data\n- 🔄 Background data synchronization\n\n**What you get:**\n- **Precise positions** for all requested celestial bodies\n- **Zodiac signs** (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **Retrograde status** for all planets\n- **Planetary speed** (degrees per day)\n\n**Key features:**\n- **No location required** - uses universal reference (0°N, 0°W)\n- **Both zodiac types** - Tropical and Sidereal calculations\n- **Flexible precision** - 0-8 decimal places\n- **Extensive body support** - planets, asteroids, nodes, special points\n\n**Excluded points:** Location-dependent angles (Ascendant, MC, Vertex) are not included\nsince no birth location is provided.\n\n**Use case:** Cache these positions once per day, then calculate house placements\nlocally for different birth locations to optimize API usage.\n\n**Response time:** ~80ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "e40a40ce-c8e8-4d41-916f-1c94c5061592",
              "name": "Daily Ephemeris - Today",
              "request": {
                "name": "Daily Ephemeris - Today",
                "description": {
                  "content": "🎯 **Global Positions**\n\n📋 **Endpoint Description:**\n🌍 **Global Planetary Positions** - Location-independent ephemeris data\n\n**Perfect for:**\n- 📊 Daily ephemeris table generation\n- 🗄️ Caching planetary positions for multiple locations\n- 📱 Astrology apps requiring global reference data\n- 🔄 Background data synchronization\n\n**What you get:**\n- **Precise positions** for all requested celestial bodies\n- **Zodiac signs** (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **Retrograde status** for all planets\n- **Planetary speed** (degrees per day)\n\n**Key features:**\n- **No location required** - uses universal reference (0°N, 0°W)\n- **Both zodiac types** - Tropical and Sidereal calculations\n- **Flexible precision** - 0-8 decimal places\n- **Extensive body support** - planets, asteroids, nodes, special points\n\n**Excluded points:** Location-dependent angles (Ascendant, MC, Vertex) are not included\nsince no birth location is provided.\n\n**Use case:** Cache these positions once per day, then calculate house placements\nlocally for different birth locations to optimize API usage.\n\n**Response time:** ~80ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nCurrent planetary positions for ephemeris table or daily caching\n\n🔗 **Endpoint:** `POST /api/v3/data/global-positions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "global-positions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2024,\n  \"month\": 3,\n  \"day\": 15,\n  \"hour\": 12,\n  \"minute\": 0,\n  \"second\": 0,\n  \"options\": {\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "1c7be9a4-0388-43b4-8986-11555c28adc0",
              "name": "Midnight Universal Positions",
              "request": {
                "name": "Midnight Universal Positions",
                "description": {
                  "content": "🎯 **Global Positions**\n\n📋 **Endpoint Description:**\n🌍 **Global Planetary Positions** - Location-independent ephemeris data\n\n**Perfect for:**\n- 📊 Daily ephemeris table generation\n- 🗄️ Caching planetary positions for multiple locations\n- 📱 Astrology apps requiring global reference data\n- 🔄 Background data synchronization\n\n**What you get:**\n- **Precise positions** for all requested celestial bodies\n- **Zodiac signs** (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **Retrograde status** for all planets\n- **Planetary speed** (degrees per day)\n\n**Key features:**\n- **No location required** - uses universal reference (0°N, 0°W)\n- **Both zodiac types** - Tropical and Sidereal calculations\n- **Flexible precision** - 0-8 decimal places\n- **Extensive body support** - planets, asteroids, nodes, special points\n\n**Excluded points:** Location-dependent angles (Ascendant, MC, Vertex) are not included\nsince no birth location is provided.\n\n**Use case:** Cache these positions once per day, then calculate house placements\nlocally for different birth locations to optimize API usage.\n\n**Response time:** ~80ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nPlanetary positions at midnight UTC for global reference\n\n🔗 **Endpoint:** `POST /api/v3/data/global-positions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "global-positions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2024,\n  \"month\": 7,\n  \"day\": 21,\n  \"hour\": 0,\n  \"minute\": 0,\n  \"second\": 0,\n  \"options\": {\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "13671a47-b062-4fca-91e5-9970fda5cb0d",
              "name": "Sidereal Ephemeris Data",
              "request": {
                "name": "Sidereal Ephemeris Data",
                "description": {
                  "content": "🎯 **Global Positions**\n\n📋 **Endpoint Description:**\n🌍 **Global Planetary Positions** - Location-independent ephemeris data\n\n**Perfect for:**\n- 📊 Daily ephemeris table generation\n- 🗄️ Caching planetary positions for multiple locations\n- 📱 Astrology apps requiring global reference data\n- 🔄 Background data synchronization\n\n**What you get:**\n- **Precise positions** for all requested celestial bodies\n- **Zodiac signs** (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **Retrograde status** for all planets\n- **Planetary speed** (degrees per day)\n\n**Key features:**\n- **No location required** - uses universal reference (0°N, 0°W)\n- **Both zodiac types** - Tropical and Sidereal calculations\n- **Flexible precision** - 0-8 decimal places\n- **Extensive body support** - planets, asteroids, nodes, special points\n\n**Excluded points:** Location-dependent angles (Ascendant, MC, Vertex) are not included\nsince no birth location is provided.\n\n**Use case:** Cache these positions once per day, then calculate house placements\nlocally for different birth locations to optimize API usage.\n\n**Response time:** ~80ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nVedic/Sidereal zodiac positions for traditional calculations\n\n🔗 **Endpoint:** `POST /api/v3/data/global-positions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "global-positions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2024,\n  \"month\": 12,\n  \"day\": 8,\n  \"hour\": 6,\n  \"minute\": 30,\n  \"second\": 0,\n  \"options\": {\n    \"zodiac_type\": \"Sidereal\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a41b0089-61ea-44e8-9385-42552f8f49a4",
              "name": "Extended Celestial Points",
              "request": {
                "name": "Extended Celestial Points",
                "description": {
                  "content": "🎯 **Global Positions**\n\n📋 **Endpoint Description:**\n🌍 **Global Planetary Positions** - Location-independent ephemeris data\n\n**Perfect for:**\n- 📊 Daily ephemeris table generation\n- 🗄️ Caching planetary positions for multiple locations\n- 📱 Astrology apps requiring global reference data\n- 🔄 Background data synchronization\n\n**What you get:**\n- **Precise positions** for all requested celestial bodies\n- **Zodiac signs** (3-letter codes: Ari, Tau, Gem, etc.)\n- **Degrees within signs** (0.0 to 29.99)\n- **Absolute longitude** (0-360° full zodiac position)\n- **Retrograde status** for all planets\n- **Planetary speed** (degrees per day)\n\n**Key features:**\n- **No location required** - uses universal reference (0°N, 0°W)\n- **Both zodiac types** - Tropical and Sidereal calculations\n- **Flexible precision** - 0-8 decimal places\n- **Extensive body support** - planets, asteroids, nodes, special points\n\n**Excluded points:** Location-dependent angles (Ascendant, MC, Vertex) are not included\nsince no birth location is provided.\n\n**Use case:** Cache these positions once per day, then calculate house placements\nlocally for different birth locations to optimize API usage.\n\n**Response time:** ~80ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nComprehensive list including asteroids and special points\n\n🔗 **Endpoint:** `POST /api/v3/data/global-positions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "global-positions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2024,\n  \"month\": 4,\n  \"day\": 1,\n  \"hour\": 18,\n  \"minute\": 45,\n  \"second\": 0,\n  \"options\": {\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\",\n      \"Chiron\",\n      \"Ceres\",\n      \"Pallas\",\n      \"Juno\",\n      \"Vesta\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Mean_Lilith\"\n    ],\n    \"precision\": 5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Enhanced Positions",
          "description": "All available examples for Enhanced Positions endpoint. 🏛️ **Enhanced Planetary Positions with Traditional Astrology (v3.2.0)**\n\nReturns planetary positions enriched with traditional Hellenistic astrology data:\n\n**Traditional Enhancements:**\n- ✅ **Essential Dignities**: Domicile, exaltation, triplicity, term, decan\n- ✅ **Essential Debilities**: Exile (detriment), fall\n- ✅ **Sect Analysis**: Day/night chart with planetary sect preferences\n- ✅ **Planetary Conditions**: Combustion, cazimi, under the beams\n- ✅ **Houses of Joy**: Traditional planetary jubilation\n- ✅ **Dispositor Chains**: Complete dispositor analysis\n- ✅ **Mutual Receptions**: Planets in mutual reception by domicile\n- ✅ **Traditional Points**: Part of Fortune, Part of Spirit, 7 more Arabic Lots\n- ✅ **About to Change Sign**: 24-hour sign change predictions\n- ✅ **Declinations**: Per-body declination (N/S), parallels, contraparallels, out-of-bounds detection (opt-in via `include_declinations: true`)\n\n**Dignity Overview:**\n- `dignified_planets`: Planets with essential dignity (domicile, exaltation, triplicity, own term, own decan)\n- `debilitated_planets`: Planets in exile or fall\n- `mutual_receptions`: Domicile-based mutual receptions between planets\n\n**Perfect for:**\n- Traditional astrology applications\n- Dignity-based chart analysis\n- Educational astrology tools\n- Professional astrology software\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Speed:** Degrees per day via Swiss Ephemeris (negative = retrograde).",
          "item": [
            {
              "id": "3ac12fae-ebfe-4813-9102-85688c2db576",
              "name": "Traditional Dignities Analysis",
              "request": {
                "name": "Traditional Dignities Analysis",
                "description": {
                  "content": "🎯 **Enhanced Positions**\n\n📋 **Endpoint Description:**\n🏛️ **Enhanced Planetary Positions with Traditional Astrology (v3.2.0)**\n\nReturns planetary positions enriched with traditional Hellenistic astrology data:\n\n**Traditional Enhancements:**\n- ✅ **Essential Dignities**: Domicile, exaltation, triplicity, term, decan\n- ✅ **Essential Debilities**: Exile (detriment), fall\n- ✅ **Sect Analysis**: Day/night chart with planetary sect preferences\n- ✅ **Planetary Conditions**: Combustion, cazimi, under the beams\n- ✅ **Houses of Joy**: Traditional planetary jubilation\n- ✅ **Dispositor Chains**: Complete dispositor analysis\n- ✅ **Mutual Receptions**: Planets in mutual reception by domicile\n- ✅ **Traditional Points**: Part of Fortune, Part of Spirit, 7 more Arabic Lots\n- ✅ **About to Change Sign**: 24-hour sign change predictions\n- ✅ **Declinations**: Per-body declination (N/S), parallels, contraparallels, out-of-bounds detection (opt-in via `include_declinations: true`)\n\n**Dignity Overview:**\n- `dignified_planets`: Planets with essential dignity (domicile, exaltation, triplicity, own term, own decan)\n- `debilitated_planets`: Planets in exile or fall\n- `mutual_receptions`: Domicile-based mutual receptions between planets\n\n**Perfect for:**\n- Traditional astrology applications\n- Dignity-based chart analysis\n- Educational astrology tools\n- Professional astrology software\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Speed:** Degrees per day via Swiss Ephemeris (negative = retrograde).\n\n✨ **Example Description:**\nEnhanced positions with complete Hellenistic dignities, sect, angles, nodes and Lot of Fortune\n\n🔗 **Endpoint:** `POST /api/v3/data/positions/enhanced`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "positions",
                    "enhanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Dignity Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"language\": \"en\",\n    \"tradition\": \"classical\",\n    \"detail_level\": \"full\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Ascendant\",\n      \"Medium_Coeli\",\n      \"Mean_Node\",\n      \"Part_of_Fortune\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "bed7b54a-66c8-4c22-86cb-fc4f884ba10a",
              "name": "Soul Blueprint — Karmic & Nodal Axis",
              "request": {
                "name": "Soul Blueprint — Karmic & Nodal Axis",
                "description": {
                  "content": "🎯 **Enhanced Positions**\n\n📋 **Endpoint Description:**\n🏛️ **Enhanced Planetary Positions with Traditional Astrology (v3.2.0)**\n\nReturns planetary positions enriched with traditional Hellenistic astrology data:\n\n**Traditional Enhancements:**\n- ✅ **Essential Dignities**: Domicile, exaltation, triplicity, term, decan\n- ✅ **Essential Debilities**: Exile (detriment), fall\n- ✅ **Sect Analysis**: Day/night chart with planetary sect preferences\n- ✅ **Planetary Conditions**: Combustion, cazimi, under the beams\n- ✅ **Houses of Joy**: Traditional planetary jubilation\n- ✅ **Dispositor Chains**: Complete dispositor analysis\n- ✅ **Mutual Receptions**: Planets in mutual reception by domicile\n- ✅ **Traditional Points**: Part of Fortune, Part of Spirit, 7 more Arabic Lots\n- ✅ **About to Change Sign**: 24-hour sign change predictions\n- ✅ **Declinations**: Per-body declination (N/S), parallels, contraparallels, out-of-bounds detection (opt-in via `include_declinations: true`)\n\n**Dignity Overview:**\n- `dignified_planets`: Planets with essential dignity (domicile, exaltation, triplicity, own term, own decan)\n- `debilitated_planets`: Planets in exile or fall\n- `mutual_receptions`: Domicile-based mutual receptions between planets\n\n**Perfect for:**\n- Traditional astrology applications\n- Dignity-based chart analysis\n- Educational astrology tools\n- Professional astrology software\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Speed:** Degrees per day via Swiss Ephemeris (negative = retrograde).\n\n✨ **Example Description:**\nThe karmic spine of a chart: True Nodes, all four angles, Vertex (fated encounters), Mean Lilith (shadow self), and the five personal planets that activate them. Ideal for past-life regression apps, soul-purpose coaching, and synastry Vertex overlays.\n\n🔗 **Endpoint:** `POST /api/v3/data/positions/enhanced`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "positions",
                    "enhanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Soul Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 2,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Kyiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"language\": \"en\",\n    \"tradition\": \"universal\",\n    \"detail_level\": \"full\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"True_Node\",\n      \"True_South_Node\",\n      \"Ascendant\",\n      \"Medium_Coeli\",\n      \"Descendant\",\n      \"Imum_Coeli\",\n      \"Vertex\",\n      \"Mean_Lilith\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "38beaa5f-5fb4-4bca-ad9e-dab206a5881a",
              "name": "Sacred Feminine — Goddess Asteroids",
              "request": {
                "name": "Sacred Feminine — Goddess Asteroids",
                "description": {
                  "content": "🎯 **Enhanced Positions**\n\n📋 **Endpoint Description:**\n🏛️ **Enhanced Planetary Positions with Traditional Astrology (v3.2.0)**\n\nReturns planetary positions enriched with traditional Hellenistic astrology data:\n\n**Traditional Enhancements:**\n- ✅ **Essential Dignities**: Domicile, exaltation, triplicity, term, decan\n- ✅ **Essential Debilities**: Exile (detriment), fall\n- ✅ **Sect Analysis**: Day/night chart with planetary sect preferences\n- ✅ **Planetary Conditions**: Combustion, cazimi, under the beams\n- ✅ **Houses of Joy**: Traditional planetary jubilation\n- ✅ **Dispositor Chains**: Complete dispositor analysis\n- ✅ **Mutual Receptions**: Planets in mutual reception by domicile\n- ✅ **Traditional Points**: Part of Fortune, Part of Spirit, 7 more Arabic Lots\n- ✅ **About to Change Sign**: 24-hour sign change predictions\n- ✅ **Declinations**: Per-body declination (N/S), parallels, contraparallels, out-of-bounds detection (opt-in via `include_declinations: true`)\n\n**Dignity Overview:**\n- `dignified_planets`: Planets with essential dignity (domicile, exaltation, triplicity, own term, own decan)\n- `debilitated_planets`: Planets in exile or fall\n- `mutual_receptions`: Domicile-based mutual receptions between planets\n\n**Perfect for:**\n- Traditional astrology applications\n- Dignity-based chart analysis\n- Educational astrology tools\n- Professional astrology software\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Speed:** Degrees per day via Swiss Ephemeris (negative = retrograde).\n\n✨ **Example Description:**\nThe four main goddess asteroids (Ceres, Pallas, Juno, Vesta) plus luminaries, Venus, Mars, Chiron, both Liliths, Ascendant and Part of Fortune. Shows four distinct feminine archetypes alongside the classical masculine/feminine polarity. Perfect for women's wellness apps, relationship coaching platforms, and depth-psychological astrology tools.\n\n🔗 **Endpoint:** `POST /api/v3/data/positions/enhanced`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "positions",
                    "enhanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Goddess Chart\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"language\": \"en\",\n    \"tradition\": \"universal\",\n    \"detail_level\": \"full\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Venus\",\n      \"Mars\",\n      \"Chiron\",\n      \"Ceres\",\n      \"Pallas\",\n      \"Juno\",\n      \"Vesta\",\n      \"Mean_Lilith\",\n      \"True_Lilith\",\n      \"Ascendant\",\n      \"Part_of_Fortune\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "280c66a3-299a-45d8-9032-7de0d257e753",
              "name": "Full Chart with Asteroids, Angles & Vertex",
              "request": {
                "name": "Full Chart with Asteroids, Angles & Vertex",
                "description": {
                  "content": "🎯 **Enhanced Positions**\n\n📋 **Endpoint Description:**\n🏛️ **Enhanced Planetary Positions with Traditional Astrology (v3.2.0)**\n\nReturns planetary positions enriched with traditional Hellenistic astrology data:\n\n**Traditional Enhancements:**\n- ✅ **Essential Dignities**: Domicile, exaltation, triplicity, term, decan\n- ✅ **Essential Debilities**: Exile (detriment), fall\n- ✅ **Sect Analysis**: Day/night chart with planetary sect preferences\n- ✅ **Planetary Conditions**: Combustion, cazimi, under the beams\n- ✅ **Houses of Joy**: Traditional planetary jubilation\n- ✅ **Dispositor Chains**: Complete dispositor analysis\n- ✅ **Mutual Receptions**: Planets in mutual reception by domicile\n- ✅ **Traditional Points**: Part of Fortune, Part of Spirit, 7 more Arabic Lots\n- ✅ **About to Change Sign**: 24-hour sign change predictions\n- ✅ **Declinations**: Per-body declination (N/S), parallels, contraparallels, out-of-bounds detection (opt-in via `include_declinations: true`)\n\n**Dignity Overview:**\n- `dignified_planets`: Planets with essential dignity (domicile, exaltation, triplicity, own term, own decan)\n- `debilitated_planets`: Planets in exile or fall\n- `mutual_receptions`: Domicile-based mutual receptions between planets\n\n**Perfect for:**\n- Traditional astrology applications\n- Dignity-based chart analysis\n- Educational astrology tools\n- Professional astrology software\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n**Speed:** Degrees per day via Swiss Ephemeris (negative = retrograde).\n\n✨ **Example Description:**\nAll 28 supported points: planets, nodes, angles (Asc/MC/Desc/IC), asteroids (Ceres/Pallas/Juno/Vesta), Vertex, Liliths, and Arabic Parts. Use GET /api/v3/glossary/active-points for the complete list.\n\n🔗 **Endpoint:** `POST /api/v3/data/positions/enhanced`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "positions",
                    "enhanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Full Chart\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 7,\n      \"day\": 22,\n      \"hour\": 15,\n      \"minute\": 45,\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"language\": \"en\",\n    \"tradition\": \"universal\",\n    \"detail_level\": \"full\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\",\n      \"Chiron\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Mean_South_Node\",\n      \"True_South_Node\",\n      \"Ascendant\",\n      \"Medium_Coeli\",\n      \"Descendant\",\n      \"Imum_Coeli\",\n      \"Ceres\",\n      \"Pallas\",\n      \"Juno\",\n      \"Vesta\",\n      \"Vertex\",\n      \"Mean_Lilith\",\n      \"True_Lilith\",\n      \"Part_of_Fortune\",\n      \"Part_of_Spirit\"\n    ],\n    \"precision\": 4,\n    \"include_declinations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Enhanced Aspects",
          "description": "All available examples for Enhanced Aspects endpoint. 🏛️ **Enhanced Aspects with Reception Analysis (v3.2.0)**\n\nReturns aspects enriched with traditional reception analysis:\n\n**Traditional Enhancements:**\n- ✅ **Reception Quality**: Mutual and single receptions between planets\n- ✅ **Dignity Context**: Both planets' dignity status in aspects\n- ✅ **Aspect Strength**: Weighted by planetary dignities and orbs\n- ✅ **Aspect Nature**: benefic, mildly_malefic, malefic, neutral\n\n**Reception Types:**\n- **mutual_pure**: Both planets receive each other by the SAME dignity type (e.g., both by domicile)\n- **mutual_mixed**: Both planets receive each other by DIFFERENT dignity types (e.g., domicile + exaltation)\n- **single**: Only one planet receives the other\n- **Reception by Dignity**: Domicile, exaltation, triplicity, term, decan\n\n**Aspect Nature Classification:**\n- **benefic**: Benefic aspects (trine, sextile) or benefic planets\n- **mildly_malefic**: Malefic conjunct luminary WITH reception (mitigated)\n- **malefic**: Malefic hard aspects to luminaries, or malefic conjunct luminary WITHOUT reception\n- **neutral**: Other aspects not clearly benefic or malefic\n\n**Mutual Receptions List:**\n- Includes `is_pure` field (true = mutual_pure, false = mutual_mixed)\n- Quality rating: excellent, strong, moderate, weak\n\n**Aspect Strength Calculation:**\n- Orb tightness (closer = stronger)\n- Planetary dignity status\n- Reception quality bonus\n- Traditional aspect hierarchy\n\n**Perfect for:**\n- Traditional aspect interpretation\n- Reception-based counseling\n- Advanced astrological analysis\n- Educational applications\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.",
          "item": [
            {
              "id": "fa74b8fb-4aa6-476c-8380-15c6a6ed4a37",
              "name": "Reception-Based Aspects",
              "request": {
                "name": "Reception-Based Aspects",
                "description": {
                  "content": "🎯 **Enhanced Aspects**\n\n📋 **Endpoint Description:**\n🏛️ **Enhanced Aspects with Reception Analysis (v3.2.0)**\n\nReturns aspects enriched with traditional reception analysis:\n\n**Traditional Enhancements:**\n- ✅ **Reception Quality**: Mutual and single receptions between planets\n- ✅ **Dignity Context**: Both planets' dignity status in aspects\n- ✅ **Aspect Strength**: Weighted by planetary dignities and orbs\n- ✅ **Aspect Nature**: benefic, mildly_malefic, malefic, neutral\n\n**Reception Types:**\n- **mutual_pure**: Both planets receive each other by the SAME dignity type (e.g., both by domicile)\n- **mutual_mixed**: Both planets receive each other by DIFFERENT dignity types (e.g., domicile + exaltation)\n- **single**: Only one planet receives the other\n- **Reception by Dignity**: Domicile, exaltation, triplicity, term, decan\n\n**Aspect Nature Classification:**\n- **benefic**: Benefic aspects (trine, sextile) or benefic planets\n- **mildly_malefic**: Malefic conjunct luminary WITH reception (mitigated)\n- **malefic**: Malefic hard aspects to luminaries, or malefic conjunct luminary WITHOUT reception\n- **neutral**: Other aspects not clearly benefic or malefic\n\n**Mutual Receptions List:**\n- Includes `is_pure` field (true = mutual_pure, false = mutual_mixed)\n- Quality rating: excellent, strong, moderate, weak\n\n**Aspect Strength Calculation:**\n- Orb tightness (closer = stronger)\n- Planetary dignity status\n- Reception quality bonus\n- Traditional aspect hierarchy\n\n**Perfect for:**\n- Traditional aspect interpretation\n- Reception-based counseling\n- Advanced astrological analysis\n- Educational applications\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n✨ **Example Description:**\nEnhanced aspects with mutual reception analysis and dignity context\n\n🔗 **Endpoint:** `POST /api/v3/data/aspects/enhanced`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "aspects",
                    "enhanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Aspect Master\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"language\": \"en\",\n    \"tradition\": \"classical\",\n    \"detail_level\": \"full\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "45dc59b0-8372-4eec-b2b5-ca77b244b316",
              "name": "Aspect Strength Analysis",
              "request": {
                "name": "Aspect Strength Analysis",
                "description": {
                  "content": "🎯 **Enhanced Aspects**\n\n📋 **Endpoint Description:**\n🏛️ **Enhanced Aspects with Reception Analysis (v3.2.0)**\n\nReturns aspects enriched with traditional reception analysis:\n\n**Traditional Enhancements:**\n- ✅ **Reception Quality**: Mutual and single receptions between planets\n- ✅ **Dignity Context**: Both planets' dignity status in aspects\n- ✅ **Aspect Strength**: Weighted by planetary dignities and orbs\n- ✅ **Aspect Nature**: benefic, mildly_malefic, malefic, neutral\n\n**Reception Types:**\n- **mutual_pure**: Both planets receive each other by the SAME dignity type (e.g., both by domicile)\n- **mutual_mixed**: Both planets receive each other by DIFFERENT dignity types (e.g., domicile + exaltation)\n- **single**: Only one planet receives the other\n- **Reception by Dignity**: Domicile, exaltation, triplicity, term, decan\n\n**Aspect Nature Classification:**\n- **benefic**: Benefic aspects (trine, sextile) or benefic planets\n- **mildly_malefic**: Malefic conjunct luminary WITH reception (mitigated)\n- **malefic**: Malefic hard aspects to luminaries, or malefic conjunct luminary WITHOUT reception\n- **neutral**: Other aspects not clearly benefic or malefic\n\n**Mutual Receptions List:**\n- Includes `is_pure` field (true = mutual_pure, false = mutual_mixed)\n- Quality rating: excellent, strong, moderate, weak\n\n**Aspect Strength Calculation:**\n- Orb tightness (closer = stronger)\n- Planetary dignity status\n- Reception quality bonus\n- Traditional aspect hierarchy\n\n**Perfect for:**\n- Traditional aspect interpretation\n- Reception-based counseling\n- Advanced astrological analysis\n- Educational applications\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n✨ **Example Description:**\nEnhanced aspects with strength calculations based on dignities and orbs\n\n🔗 **Endpoint:** `POST /api/v3/data/aspects/enhanced`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "aspects",
                    "enhanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Strength Seeker\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Florence\",\n      \"country_code\": \"IT\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"A\",\n    \"language\": \"en\",\n    \"tradition\": \"classical\",\n    \"detail_level\": \"full\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "e73024fd-60dd-481d-9033-7792b23dab3e",
              "name": "Traditional Interpretation",
              "request": {
                "name": "Traditional Interpretation",
                "description": {
                  "content": "🎯 **Enhanced Aspects**\n\n📋 **Endpoint Description:**\n🏛️ **Enhanced Aspects with Reception Analysis (v3.2.0)**\n\nReturns aspects enriched with traditional reception analysis:\n\n**Traditional Enhancements:**\n- ✅ **Reception Quality**: Mutual and single receptions between planets\n- ✅ **Dignity Context**: Both planets' dignity status in aspects\n- ✅ **Aspect Strength**: Weighted by planetary dignities and orbs\n- ✅ **Aspect Nature**: benefic, mildly_malefic, malefic, neutral\n\n**Reception Types:**\n- **mutual_pure**: Both planets receive each other by the SAME dignity type (e.g., both by domicile)\n- **mutual_mixed**: Both planets receive each other by DIFFERENT dignity types (e.g., domicile + exaltation)\n- **single**: Only one planet receives the other\n- **Reception by Dignity**: Domicile, exaltation, triplicity, term, decan\n\n**Aspect Nature Classification:**\n- **benefic**: Benefic aspects (trine, sextile) or benefic planets\n- **mildly_malefic**: Malefic conjunct luminary WITH reception (mitigated)\n- **malefic**: Malefic hard aspects to luminaries, or malefic conjunct luminary WITHOUT reception\n- **neutral**: Other aspects not clearly benefic or malefic\n\n**Mutual Receptions List:**\n- Includes `is_pure` field (true = mutual_pure, false = mutual_mixed)\n- Quality rating: excellent, strong, moderate, weak\n\n**Aspect Strength Calculation:**\n- Orb tightness (closer = stronger)\n- Planetary dignity status\n- Reception quality bonus\n- Traditional aspect hierarchy\n\n**Perfect for:**\n- Traditional aspect interpretation\n- Reception-based counseling\n- Advanced astrological analysis\n- Educational applications\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n✨ **Example Description:**\nEnhanced aspects with traditional Hellenistic interpretation methods\n\n🔗 **Endpoint:** `POST /api/v3/data/aspects/enhanced`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "aspects",
                    "enhanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Traditional Interpreter\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 0,\n      \"latitude\": 35.6762,\n      \"longitude\": 139.6503\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"language\": \"en\",\n    \"tradition\": \"classical\",\n    \"detail_level\": \"standard\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Chiron\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "1bf87009-bf42-4a8b-9243-7d9f715296d9",
              "name": "Standard Test Subject",
              "request": {
                "name": "Standard Test Subject",
                "description": {
                  "content": "🎯 **Enhanced Aspects**\n\n📋 **Endpoint Description:**\n🏛️ **Enhanced Aspects with Reception Analysis (v3.2.0)**\n\nReturns aspects enriched with traditional reception analysis:\n\n**Traditional Enhancements:**\n- ✅ **Reception Quality**: Mutual and single receptions between planets\n- ✅ **Dignity Context**: Both planets' dignity status in aspects\n- ✅ **Aspect Strength**: Weighted by planetary dignities and orbs\n- ✅ **Aspect Nature**: benefic, mildly_malefic, malefic, neutral\n\n**Reception Types:**\n- **mutual_pure**: Both planets receive each other by the SAME dignity type (e.g., both by domicile)\n- **mutual_mixed**: Both planets receive each other by DIFFERENT dignity types (e.g., domicile + exaltation)\n- **single**: Only one planet receives the other\n- **Reception by Dignity**: Domicile, exaltation, triplicity, term, decan\n\n**Aspect Nature Classification:**\n- **benefic**: Benefic aspects (trine, sextile) or benefic planets\n- **mildly_malefic**: Malefic conjunct luminary WITH reception (mitigated)\n- **malefic**: Malefic hard aspects to luminaries, or malefic conjunct luminary WITHOUT reception\n- **neutral**: Other aspects not clearly benefic or malefic\n\n**Mutual Receptions List:**\n- Includes `is_pure` field (true = mutual_pure, false = mutual_mixed)\n- Quality rating: excellent, strong, moderate, weak\n\n**Aspect Strength Calculation:**\n- Orb tightness (closer = stronger)\n- Planetary dignity status\n- Reception quality bonus\n- Traditional aspect hierarchy\n\n**Perfect for:**\n- Traditional aspect interpretation\n- Reception-based counseling\n- Advanced astrological analysis\n- Educational applications\n\n**💡 Tip:** By default only traditional planets (Sun–Saturn) + Ascendant + MC are returned. To include Uranus, Neptune, Pluto, nodes, asteroids, or other points, list them explicitly in `options.active_points`. Full list: `GET /api/v3/glossary/active-points`.\n\n✨ **Example Description:**\nUsing Oleg test data from Kharkiv, Ukraine for consistency\n\n🔗 **Endpoint:** `POST /api/v3/data/aspects/enhanced`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "aspects",
                    "enhanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"language\": \"en\",\n    \"tradition\": \"universal\",\n    \"detail_level\": \"full\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Enhanced Lunar Metrics",
          "description": "All available examples for Enhanced Lunar Metrics endpoint. 🏛️ **Enhanced Lunar Metrics with Traditional Analysis (v3.2.0)**\n\nReturns lunar data enriched with traditional techniques:\n\n**Traditional Enhancements:**\n- ✅ **Void of Course**: Moon makes no more aspects in current sign\n- ✅ **Elongation**: Angular distance from Sun (traditional phase calculation)\n- ✅ **Traditional Phase Meanings**: Hellenistic lunar phase interpretations\n- ✅ **Lunar Dignities**: Moon's current essential dignities\n- ✅ **Next Sign Change**: When Moon changes sign with dignity implications\n- ✅ **Next Lunar Aspect**: Upcoming lunar aspects with timing\n\n**Void of Course Analysis:**\n- Determines if Moon is void of course\n- Calculates duration until next sign\n- Traditional timing implications\n\n**Enhanced Phase Data:**\n- Elongation degrees (0-180°)\n- Increasing/decreasing light\n- Traditional phase meanings\n- Optimal timing guidance\n\n**Perfect for:**\n- Electional astrology (timing)\n- Traditional lunar planning\n- Void of course tracking\n- Lunar gardening/timing apps",
          "item": [
            {
              "id": "69b03cff-82e1-42e2-9f19-e9ab1107a099",
              "name": "Void of Course Analysis",
              "request": {
                "name": "Void of Course Analysis",
                "description": {
                  "content": "🎯 **Enhanced Lunar Metrics**\n\n📋 **Endpoint Description:**\n🏛️ **Enhanced Lunar Metrics with Traditional Analysis (v3.2.0)**\n\nReturns lunar data enriched with traditional techniques:\n\n**Traditional Enhancements:**\n- ✅ **Void of Course**: Moon makes no more aspects in current sign\n- ✅ **Elongation**: Angular distance from Sun (traditional phase calculation)\n- ✅ **Traditional Phase Meanings**: Hellenistic lunar phase interpretations\n- ✅ **Lunar Dignities**: Moon's current essential dignities\n- ✅ **Next Sign Change**: When Moon changes sign with dignity implications\n- ✅ **Next Lunar Aspect**: Upcoming lunar aspects with timing\n\n**Void of Course Analysis:**\n- Determines if Moon is void of course\n- Calculates duration until next sign\n- Traditional timing implications\n\n**Enhanced Phase Data:**\n- Elongation degrees (0-180°)\n- Increasing/decreasing light\n- Traditional phase meanings\n- Optimal timing guidance\n\n**Perfect for:**\n- Electional astrology (timing)\n- Traditional lunar planning\n- Void of course tracking\n- Lunar gardening/timing apps\n\n✨ **Example Description:**\nEnhanced lunar metrics with void of course periods and traditional timing\n\n🔗 **Endpoint:** `POST /api/v3/data/lunar-metrics/enhanced`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "lunar-metrics",
                    "enhanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Void of Course Timer\",\n    \"birth_data\": {\n      \"year\": 2024,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 20,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"language\": \"en\",\n    \"tradition\": \"classical\",\n    \"detail_level\": \"full\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d060177d-192d-4f42-aa47-aff93b0d9a91",
              "name": "Lunar Dignities Focus",
              "request": {
                "name": "Lunar Dignities Focus",
                "description": {
                  "content": "🎯 **Enhanced Lunar Metrics**\n\n📋 **Endpoint Description:**\n🏛️ **Enhanced Lunar Metrics with Traditional Analysis (v3.2.0)**\n\nReturns lunar data enriched with traditional techniques:\n\n**Traditional Enhancements:**\n- ✅ **Void of Course**: Moon makes no more aspects in current sign\n- ✅ **Elongation**: Angular distance from Sun (traditional phase calculation)\n- ✅ **Traditional Phase Meanings**: Hellenistic lunar phase interpretations\n- ✅ **Lunar Dignities**: Moon's current essential dignities\n- ✅ **Next Sign Change**: When Moon changes sign with dignity implications\n- ✅ **Next Lunar Aspect**: Upcoming lunar aspects with timing\n\n**Void of Course Analysis:**\n- Determines if Moon is void of course\n- Calculates duration until next sign\n- Traditional timing implications\n\n**Enhanced Phase Data:**\n- Elongation degrees (0-180°)\n- Increasing/decreasing light\n- Traditional phase meanings\n- Optimal timing guidance\n\n**Perfect for:**\n- Electional astrology (timing)\n- Traditional lunar planning\n- Void of course tracking\n- Lunar gardening/timing apps\n\n✨ **Example Description:**\nEnhanced lunar analysis with Moon's current essential dignities\n\n🔗 **Endpoint:** `POST /api/v3/data/lunar-metrics/enhanced`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "lunar-metrics",
                    "enhanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Lunar Dignitary\",\n    \"birth_data\": {\n      \"year\": 2024,\n      \"month\": 7,\n      \"day\": 21,\n      \"hour\": 14,\n      \"minute\": 15,\n      \"second\": 0,\n      \"latitude\": 48.8566,\n      \"longitude\": 2.3522\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"language\": \"en\",\n    \"tradition\": \"classical\",\n    \"detail_level\": \"full\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "3384be2f-8d02-4d2a-9112-d8731b20a510",
              "name": "Electional Astrology Timing",
              "request": {
                "name": "Electional Astrology Timing",
                "description": {
                  "content": "🎯 **Enhanced Lunar Metrics**\n\n📋 **Endpoint Description:**\n🏛️ **Enhanced Lunar Metrics with Traditional Analysis (v3.2.0)**\n\nReturns lunar data enriched with traditional techniques:\n\n**Traditional Enhancements:**\n- ✅ **Void of Course**: Moon makes no more aspects in current sign\n- ✅ **Elongation**: Angular distance from Sun (traditional phase calculation)\n- ✅ **Traditional Phase Meanings**: Hellenistic lunar phase interpretations\n- ✅ **Lunar Dignities**: Moon's current essential dignities\n- ✅ **Next Sign Change**: When Moon changes sign with dignity implications\n- ✅ **Next Lunar Aspect**: Upcoming lunar aspects with timing\n\n**Void of Course Analysis:**\n- Determines if Moon is void of course\n- Calculates duration until next sign\n- Traditional timing implications\n\n**Enhanced Phase Data:**\n- Elongation degrees (0-180°)\n- Increasing/decreasing light\n- Traditional phase meanings\n- Optimal timing guidance\n\n**Perfect for:**\n- Electional astrology (timing)\n- Traditional lunar planning\n- Void of course tracking\n- Lunar gardening/timing apps\n\n✨ **Example Description:**\nEnhanced lunar metrics for optimal timing and electional astrology\n\n🔗 **Endpoint:** `POST /api/v3/data/lunar-metrics/enhanced`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "lunar-metrics",
                    "enhanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Election Timer\",\n    \"birth_data\": {\n      \"year\": 2024,\n      \"month\": 12,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Athens\",\n      \"country_code\": \"GR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"language\": \"en\",\n    \"tradition\": \"classical\",\n    \"detail_level\": \"standard\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "00e14888-c673-4deb-8f85-153fbef07b26",
              "name": "Standard Test Subject",
              "request": {
                "name": "Standard Test Subject",
                "description": {
                  "content": "🎯 **Enhanced Lunar Metrics**\n\n📋 **Endpoint Description:**\n🏛️ **Enhanced Lunar Metrics with Traditional Analysis (v3.2.0)**\n\nReturns lunar data enriched with traditional techniques:\n\n**Traditional Enhancements:**\n- ✅ **Void of Course**: Moon makes no more aspects in current sign\n- ✅ **Elongation**: Angular distance from Sun (traditional phase calculation)\n- ✅ **Traditional Phase Meanings**: Hellenistic lunar phase interpretations\n- ✅ **Lunar Dignities**: Moon's current essential dignities\n- ✅ **Next Sign Change**: When Moon changes sign with dignity implications\n- ✅ **Next Lunar Aspect**: Upcoming lunar aspects with timing\n\n**Void of Course Analysis:**\n- Determines if Moon is void of course\n- Calculates duration until next sign\n- Traditional timing implications\n\n**Enhanced Phase Data:**\n- Elongation degrees (0-180°)\n- Increasing/decreasing light\n- Traditional phase meanings\n- Optimal timing guidance\n\n**Perfect for:**\n- Electional astrology (timing)\n- Traditional lunar planning\n- Void of course tracking\n- Lunar gardening/timing apps\n\n✨ **Example Description:**\nUsing Oleg test data from Kharkiv, Ukraine for consistency\n\n🔗 **Endpoint:** `POST /api/v3/data/lunar-metrics/enhanced`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "lunar-metrics",
                    "enhanced"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"language\": \"en\",\n    \"tradition\": \"universal\",\n    \"detail_level\": \"full\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Sabian Symbols",
          "description": "All available examples for Sabian Symbols endpoint. **Sabian Symbols** — Resolve each planet's exact degree to its Sabian Symbol.\n\nBased on Dane Rudhyar's *An Astrological Mandala* (1973).\n\n**What you get:**\n- **Symbol** — The archetypal image for each planet's degree\n- **Keynote** — Rudhyar's interpretive keynote\n- **Keyword** — Single-word essence\n- **Degree info** — Exact degree and Sabian degree number (1-30)\n\n**Degree convention:** Sabian degree = floor(degree_in_sign) + 1.\nFor example, Sun at 20.82 Taurus = 21st degree of Taurus.\n\n**Active points:** Respects the `active_points` option. Default includes all major planets and angles.\n\n**Response time:** ~100ms",
          "item": [
            {
              "id": "6504bd84-160b-43a0-be21-76f4464876c5",
              "name": "Basic Sabian Symbols lookup",
              "request": {
                "name": "Basic Sabian Symbols lookup",
                "description": {
                  "content": "🎯 **Sabian Symbols**\n\n📋 **Endpoint Description:**\n**Sabian Symbols** — Resolve each planet's exact degree to its Sabian Symbol.\n\nBased on Dane Rudhyar's *An Astrological Mandala* (1973).\n\n**What you get:**\n- **Symbol** — The archetypal image for each planet's degree\n- **Keynote** — Rudhyar's interpretive keynote\n- **Keyword** — Single-word essence\n- **Degree info** — Exact degree and Sabian degree number (1-30)\n\n**Degree convention:** Sabian degree = floor(degree_in_sign) + 1.\nFor example, Sun at 20.82 Taurus = 21st degree of Taurus.\n\n**Active points:** Respects the `active_points` option. Default includes all major planets and angles.\n\n**Response time:** ~100ms\n\n✨ **Example Description:**\nGet Sabian Symbols for all default active points\n\n🔗 **Endpoint:** `POST /api/v3/data/sabian-symbols`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "sabian-symbols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "80a8172e-d1eb-4897-bdfa-33b41e270c9f",
              "name": "Custom active points",
              "request": {
                "name": "Custom active points",
                "description": {
                  "content": "🎯 **Sabian Symbols**\n\n📋 **Endpoint Description:**\n**Sabian Symbols** — Resolve each planet's exact degree to its Sabian Symbol.\n\nBased on Dane Rudhyar's *An Astrological Mandala* (1973).\n\n**What you get:**\n- **Symbol** — The archetypal image for each planet's degree\n- **Keynote** — Rudhyar's interpretive keynote\n- **Keyword** — Single-word essence\n- **Degree info** — Exact degree and Sabian degree number (1-30)\n\n**Degree convention:** Sabian degree = floor(degree_in_sign) + 1.\nFor example, Sun at 20.82 Taurus = 21st degree of Taurus.\n\n**Active points:** Respects the `active_points` option. Default includes all major planets and angles.\n\n**Response time:** ~100ms\n\n✨ **Example Description:**\nOnly Sun, Moon, and Ascendant\n\n🔗 **Endpoint:** `POST /api/v3/data/sabian-symbols`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "data",
                    "sabian-symbols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Ascendant\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🗺️ Chart Data & Analysis",
      "description": "Complete astrological charts with houses and aspects.",
      "item": [
        {
          "name": "📁 Chart Natal",
          "description": "All available examples for Chart Natal endpoint. 🗺️ **Complete Natal Chart Generator** - Full birth chart analysis\n\n**Perfect for:**\n- 🎯 Professional astrological consultations\n- 📱 Comprehensive astrology apps\n- 📊 Complete personality analysis\n- 🎓 Educational astrology tools\n\n**What you get:**\n- **All planetary positions** with houses and signs\n- **House cusps** in your chosen house system (23 systems supported)\n- **Major aspects** between all planets (conjunction, opposition, trine, square, sextile)\n- **Angle calculations** (Ascendant, Midheaven, Descendant, IC, **Vertex**)\n- **Asteroids on demand** — Chiron, Ceres, Pallas, **Juno**, Vesta, Hygiea, Aphrodite, Persephone, Artemis, Hekate, Eros, Psyche, Pholus, Nessus\n- **Dwarf planets / TNOs** — Eris, Sedna, Haumea, Makemake\n- **Hypothetical planets** — Hamburg School / Uranian: Cupido, Hades, Zeus, Kronos, Apollon, Admetos, Vulkanus, Poseidon, plus Transpluto (dial-based — hard aspects only)\n- **Lunar nodes, Liliths, Arabic Parts, fixed stars** — all toggleable\n- **Retrograde indicators** for all planets\n\n**No separate calculator endpoints** — Juno, Vertex, asteroids, and angles are\nall accessed by listing them in `active_points`. See `/api/v3/glossary/active-points`\nfor the complete catalog.\n\n**House systems supported:**\n- **P** (Placidus) - Most popular modern system\n- **W** (Whole Sign) - Traditional/Hellenistic system  \n- **K** (Koch), **E** (Equal), **C** (Campanus)\n- Plus 18 additional systems - see `/api/v3/glossary/house-systems`\n\n**Precision options:**\n- Configurable decimal precision (0-6 places)\n- Swiss Ephemeris accuracy\n- Automatic timezone handling\n\n**Response time:** ~200ms | **Accuracy:** Professional grade",
          "item": [
            {
              "id": "fd36b267-507e-49aa-a7f8-ea588a5e7581",
              "name": "Basic Natal Chart - London",
              "request": {
                "name": "Basic Natal Chart - London",
                "description": {
                  "content": "🎯 **Chart Natal**\n\n📋 **Endpoint Description:**\n🗺️ **Complete Natal Chart Generator** - Full birth chart analysis\n\n**Perfect for:**\n- 🎯 Professional astrological consultations\n- 📱 Comprehensive astrology apps\n- 📊 Complete personality analysis\n- 🎓 Educational astrology tools\n\n**What you get:**\n- **All planetary positions** with houses and signs\n- **House cusps** in your chosen house system (23 systems supported)\n- **Major aspects** between all planets (conjunction, opposition, trine, square, sextile)\n- **Angle calculations** (Ascendant, Midheaven, Descendant, IC, **Vertex**)\n- **Asteroids on demand** — Chiron, Ceres, Pallas, **Juno**, Vesta, Hygiea, Aphrodite, Persephone, Artemis, Hekate, Eros, Psyche, Pholus, Nessus\n- **Dwarf planets / TNOs** — Eris, Sedna, Haumea, Makemake\n- **Hypothetical planets** — Hamburg School / Uranian: Cupido, Hades, Zeus, Kronos, Apollon, Admetos, Vulkanus, Poseidon, plus Transpluto (dial-based — hard aspects only)\n- **Lunar nodes, Liliths, Arabic Parts, fixed stars** — all toggleable\n- **Retrograde indicators** for all planets\n\n**No separate calculator endpoints** — Juno, Vertex, asteroids, and angles are\nall accessed by listing them in `active_points`. See `/api/v3/glossary/active-points`\nfor the complete catalog.\n\n**House systems supported:**\n- **P** (Placidus) - Most popular modern system\n- **W** (Whole Sign) - Traditional/Hellenistic system  \n- **K** (Koch), **E** (Equal), **C** (Campanus)\n- Plus 18 additional systems - see `/api/v3/glossary/house-systems`\n\n**Precision options:**\n- Configurable decimal precision (0-6 places)\n- Swiss Ephemeris accuracy\n- Automatic timezone handling\n\n**Response time:** ~200ms | **Accuracy:** Professional grade\n\n✨ **Example Description:**\nStandard natal chart with Placidus houses and main planets\n\n🔗 **Endpoint:** `POST /api/v3/charts/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma Johnson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "e98550af-bad2-41e1-957f-3b28534d5130",
              "name": "Traditional - Whole Sign Houses",
              "request": {
                "name": "Traditional - Whole Sign Houses",
                "description": {
                  "content": "🎯 **Chart Natal**\n\n📋 **Endpoint Description:**\n🗺️ **Complete Natal Chart Generator** - Full birth chart analysis\n\n**Perfect for:**\n- 🎯 Professional astrological consultations\n- 📱 Comprehensive astrology apps\n- 📊 Complete personality analysis\n- 🎓 Educational astrology tools\n\n**What you get:**\n- **All planetary positions** with houses and signs\n- **House cusps** in your chosen house system (23 systems supported)\n- **Major aspects** between all planets (conjunction, opposition, trine, square, sextile)\n- **Angle calculations** (Ascendant, Midheaven, Descendant, IC, **Vertex**)\n- **Asteroids on demand** — Chiron, Ceres, Pallas, **Juno**, Vesta, Hygiea, Aphrodite, Persephone, Artemis, Hekate, Eros, Psyche, Pholus, Nessus\n- **Dwarf planets / TNOs** — Eris, Sedna, Haumea, Makemake\n- **Hypothetical planets** — Hamburg School / Uranian: Cupido, Hades, Zeus, Kronos, Apollon, Admetos, Vulkanus, Poseidon, plus Transpluto (dial-based — hard aspects only)\n- **Lunar nodes, Liliths, Arabic Parts, fixed stars** — all toggleable\n- **Retrograde indicators** for all planets\n\n**No separate calculator endpoints** — Juno, Vertex, asteroids, and angles are\nall accessed by listing them in `active_points`. See `/api/v3/glossary/active-points`\nfor the complete catalog.\n\n**House systems supported:**\n- **P** (Placidus) - Most popular modern system\n- **W** (Whole Sign) - Traditional/Hellenistic system  \n- **K** (Koch), **E** (Equal), **C** (Campanus)\n- Plus 18 additional systems - see `/api/v3/glossary/house-systems`\n\n**Precision options:**\n- Configurable decimal precision (0-6 places)\n- Swiss Ephemeris accuracy\n- Automatic timezone handling\n\n**Response time:** ~200ms | **Accuracy:** Professional grade\n\n✨ **Example Description:**\nTraditional astrology setup with Whole Sign houses and extended points\n\n🔗 **Endpoint:** `POST /api/v3/charts/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Marcus Aurelius\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Part_of_Fortune\",\n      \"Part_of_Spirit\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "3a3d0a26-b7cb-4b4a-b197-359d93544e62",
              "name": "Modern Extended Chart",
              "request": {
                "name": "Modern Extended Chart",
                "description": {
                  "content": "🎯 **Chart Natal**\n\n📋 **Endpoint Description:**\n🗺️ **Complete Natal Chart Generator** - Full birth chart analysis\n\n**Perfect for:**\n- 🎯 Professional astrological consultations\n- 📱 Comprehensive astrology apps\n- 📊 Complete personality analysis\n- 🎓 Educational astrology tools\n\n**What you get:**\n- **All planetary positions** with houses and signs\n- **House cusps** in your chosen house system (23 systems supported)\n- **Major aspects** between all planets (conjunction, opposition, trine, square, sextile)\n- **Angle calculations** (Ascendant, Midheaven, Descendant, IC, **Vertex**)\n- **Asteroids on demand** — Chiron, Ceres, Pallas, **Juno**, Vesta, Hygiea, Aphrodite, Persephone, Artemis, Hekate, Eros, Psyche, Pholus, Nessus\n- **Dwarf planets / TNOs** — Eris, Sedna, Haumea, Makemake\n- **Hypothetical planets** — Hamburg School / Uranian: Cupido, Hades, Zeus, Kronos, Apollon, Admetos, Vulkanus, Poseidon, plus Transpluto (dial-based — hard aspects only)\n- **Lunar nodes, Liliths, Arabic Parts, fixed stars** — all toggleable\n- **Retrograde indicators** for all planets\n\n**No separate calculator endpoints** — Juno, Vertex, asteroids, and angles are\nall accessed by listing them in `active_points`. See `/api/v3/glossary/active-points`\nfor the complete catalog.\n\n**House systems supported:**\n- **P** (Placidus) - Most popular modern system\n- **W** (Whole Sign) - Traditional/Hellenistic system  \n- **K** (Koch), **E** (Equal), **C** (Campanus)\n- Plus 18 additional systems - see `/api/v3/glossary/house-systems`\n\n**Precision options:**\n- Configurable decimal precision (0-6 places)\n- Swiss Ephemeris accuracy\n- Automatic timezone handling\n\n**Response time:** ~200ms | **Accuracy:** Professional grade\n\n✨ **Example Description:**\nModern astrology with outer planets, asteroids, and high precision\n\n🔗 **Endpoint:** `POST /api/v3/charts/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sophia Chen\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 30,\n      \"latitude\": 35.6762,\n      \"longitude\": 139.6503\n    }\n  },\n  \"options\": {\n    \"house_system\": \"K\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\",\n      \"Chiron\",\n      \"Ceres\",\n      \"Pallas\",\n      \"Juno\",\n      \"Vesta\",\n      \"Mean_Lilith\",\n      \"True_Lilith\"\n    ],\n    \"precision\": 6\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9b55c852-097e-4173-8ca9-07009ed5d2c3",
              "name": "Sidereal/Vedic Approach",
              "request": {
                "name": "Sidereal/Vedic Approach",
                "description": {
                  "content": "🎯 **Chart Natal**\n\n📋 **Endpoint Description:**\n🗺️ **Complete Natal Chart Generator** - Full birth chart analysis\n\n**Perfect for:**\n- 🎯 Professional astrological consultations\n- 📱 Comprehensive astrology apps\n- 📊 Complete personality analysis\n- 🎓 Educational astrology tools\n\n**What you get:**\n- **All planetary positions** with houses and signs\n- **House cusps** in your chosen house system (23 systems supported)\n- **Major aspects** between all planets (conjunction, opposition, trine, square, sextile)\n- **Angle calculations** (Ascendant, Midheaven, Descendant, IC, **Vertex**)\n- **Asteroids on demand** — Chiron, Ceres, Pallas, **Juno**, Vesta, Hygiea, Aphrodite, Persephone, Artemis, Hekate, Eros, Psyche, Pholus, Nessus\n- **Dwarf planets / TNOs** — Eris, Sedna, Haumea, Makemake\n- **Hypothetical planets** — Hamburg School / Uranian: Cupido, Hades, Zeus, Kronos, Apollon, Admetos, Vulkanus, Poseidon, plus Transpluto (dial-based — hard aspects only)\n- **Lunar nodes, Liliths, Arabic Parts, fixed stars** — all toggleable\n- **Retrograde indicators** for all planets\n\n**No separate calculator endpoints** — Juno, Vertex, asteroids, and angles are\nall accessed by listing them in `active_points`. See `/api/v3/glossary/active-points`\nfor the complete catalog.\n\n**House systems supported:**\n- **P** (Placidus) - Most popular modern system\n- **W** (Whole Sign) - Traditional/Hellenistic system  \n- **K** (Koch), **E** (Equal), **C** (Campanus)\n- Plus 18 additional systems - see `/api/v3/glossary/house-systems`\n\n**Precision options:**\n- Configurable decimal precision (0-6 places)\n- Swiss Ephemeris accuracy\n- Automatic timezone handling\n\n**Response time:** ~200ms | **Accuracy:** Professional grade\n\n✨ **Example Description:**\nSidereal zodiac calculation with Equal houses (Vedic style)\n\n🔗 **Endpoint:** `POST /api/v3/charts/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Arjun Patel\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 3,\n      \"day\": 25,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"A\",\n    \"zodiac_type\": \"Sidereal\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d7918d88-7fb6-4472-94b4-c7703297ec0d",
              "name": "Fixed Stars Analysis",
              "request": {
                "name": "Fixed Stars Analysis",
                "description": {
                  "content": "🎯 **Chart Natal**\n\n📋 **Endpoint Description:**\n🗺️ **Complete Natal Chart Generator** - Full birth chart analysis\n\n**Perfect for:**\n- 🎯 Professional astrological consultations\n- 📱 Comprehensive astrology apps\n- 📊 Complete personality analysis\n- 🎓 Educational astrology tools\n\n**What you get:**\n- **All planetary positions** with houses and signs\n- **House cusps** in your chosen house system (23 systems supported)\n- **Major aspects** between all planets (conjunction, opposition, trine, square, sextile)\n- **Angle calculations** (Ascendant, Midheaven, Descendant, IC, **Vertex**)\n- **Asteroids on demand** — Chiron, Ceres, Pallas, **Juno**, Vesta, Hygiea, Aphrodite, Persephone, Artemis, Hekate, Eros, Psyche, Pholus, Nessus\n- **Dwarf planets / TNOs** — Eris, Sedna, Haumea, Makemake\n- **Hypothetical planets** — Hamburg School / Uranian: Cupido, Hades, Zeus, Kronos, Apollon, Admetos, Vulkanus, Poseidon, plus Transpluto (dial-based — hard aspects only)\n- **Lunar nodes, Liliths, Arabic Parts, fixed stars** — all toggleable\n- **Retrograde indicators** for all planets\n\n**No separate calculator endpoints** — Juno, Vertex, asteroids, and angles are\nall accessed by listing them in `active_points`. See `/api/v3/glossary/active-points`\nfor the complete catalog.\n\n**House systems supported:**\n- **P** (Placidus) - Most popular modern system\n- **W** (Whole Sign) - Traditional/Hellenistic system  \n- **K** (Koch), **E** (Equal), **C** (Campanus)\n- Plus 18 additional systems - see `/api/v3/glossary/house-systems`\n\n**Precision options:**\n- Configurable decimal precision (0-6 places)\n- Swiss Ephemeris accuracy\n- Automatic timezone handling\n\n**Response time:** ~200ms | **Accuracy:** Professional grade\n\n✨ **Example Description:**\nChart focused on fixed star conjunctions with royal stars\n\n🔗 **Endpoint:** `POST /api/v3/charts/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Stella Maris\",\n    \"birth_data\": {\n      \"year\": 1987,\n      \"month\": 7,\n      \"day\": 4,\n      \"hour\": 16,\n      \"minute\": 20,\n      \"second\": 0,\n      \"city\": \"Sydney\",\n      \"country_code\": \"AU\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"R\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Aldebaran\",\n      \"Regulus\",\n      \"Antares\",\n      \"Fomalhaut\",\n      \"Sirius\",\n      \"Spica\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Synastry (two charts dialogue)",
          "description": "All available examples for Synastry (two charts dialogue) endpoint. 💬 **Synastry: Dialogue Between Two Charts** - How two people influence each other\n\n**What this is:**\nComparison of two **separate** natal charts. Shows how one person's planets\ninteract with another person's planets (cross-aspects).\nAnswers the question: **\"How do WE affect each other?\"**\n\n**vs /composite:** Use `/composite` to see the relationship as a separate entity (\"What is our relationship's destiny?\")\n\n**Perfect for:**\n- 💑 Relationship compatibility — who triggers what in whom\n- 👥 Business partnerships — working dynamics\n- 👨‍👩‍👧‍👦 Family dynamics — parent-child, sibling relationships\n- 🤝 Friendship compatibility\n\n**What you get:**\n- **Cross-aspects** between both charts (`Sun_1` ↔ `Moon_2`, `Venus_1` ↔ `Mars_2`)\n- **Planetary overlays** — which houses person B's planets activate in person A's chart\n- **Aspect orbs and types** — conjunction, trine, square, opposition, sextile\n- **Both charts preserved** — each person remains a separate entity\n\n**Example cross-aspects:**\n- `Venus_1 conjunction Mars_2` → sexual attraction from person 1 to person 2\n- `Moon_1 square Saturn_2` → emotional coldness from person 2\n- `Sun_1 trine Moon_2` → natural harmony and understanding\n\n**Metaphor:** Two people having a conversation — each remains themselves, but influences the other.\n\n**Response time:** ~300ms | **Accuracy:** Professional relationship analysis",
          "item": [
            {
              "id": "21f39b66-2b65-479b-b823-d7229231f8d2",
              "name": "Romantic Compatibility",
              "request": {
                "name": "Romantic Compatibility",
                "description": {
                  "content": "🎯 **Synastry (two charts dialogue)**\n\n📋 **Endpoint Description:**\n💬 **Synastry: Dialogue Between Two Charts** - How two people influence each other\n\n**What this is:**\nComparison of two **separate** natal charts. Shows how one person's planets\ninteract with another person's planets (cross-aspects).\nAnswers the question: **\"How do WE affect each other?\"**\n\n**vs /composite:** Use `/composite` to see the relationship as a separate entity (\"What is our relationship's destiny?\")\n\n**Perfect for:**\n- 💑 Relationship compatibility — who triggers what in whom\n- 👥 Business partnerships — working dynamics\n- 👨‍👩‍👧‍👦 Family dynamics — parent-child, sibling relationships\n- 🤝 Friendship compatibility\n\n**What you get:**\n- **Cross-aspects** between both charts (`Sun_1` ↔ `Moon_2`, `Venus_1` ↔ `Mars_2`)\n- **Planetary overlays** — which houses person B's planets activate in person A's chart\n- **Aspect orbs and types** — conjunction, trine, square, opposition, sextile\n- **Both charts preserved** — each person remains a separate entity\n\n**Example cross-aspects:**\n- `Venus_1 conjunction Mars_2` → sexual attraction from person 1 to person 2\n- `Moon_1 square Saturn_2` → emotional coldness from person 2\n- `Sun_1 trine Moon_2` → natural harmony and understanding\n\n**Metaphor:** Two people having a conversation — each remains themselves, but influences the other.\n\n**Response time:** ~300ms | **Accuracy:** Professional relationship analysis\n\n✨ **Example Description:**\nLove relationship analysis between partners from different countries\n\n🔗 **Endpoint:** `POST /api/v3/charts/synastry`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "synastry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Isabella Garcia\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Madrid\",\n      \"country_code\": \"ES\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"James Anderson\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 9,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Chiron\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "906a84e1-36ea-4b4b-904d-c069c7728bf6",
              "name": "Business Partnership Analysis",
              "request": {
                "name": "Business Partnership Analysis",
                "description": {
                  "content": "🎯 **Synastry (two charts dialogue)**\n\n📋 **Endpoint Description:**\n💬 **Synastry: Dialogue Between Two Charts** - How two people influence each other\n\n**What this is:**\nComparison of two **separate** natal charts. Shows how one person's planets\ninteract with another person's planets (cross-aspects).\nAnswers the question: **\"How do WE affect each other?\"**\n\n**vs /composite:** Use `/composite` to see the relationship as a separate entity (\"What is our relationship's destiny?\")\n\n**Perfect for:**\n- 💑 Relationship compatibility — who triggers what in whom\n- 👥 Business partnerships — working dynamics\n- 👨‍👩‍👧‍👦 Family dynamics — parent-child, sibling relationships\n- 🤝 Friendship compatibility\n\n**What you get:**\n- **Cross-aspects** between both charts (`Sun_1` ↔ `Moon_2`, `Venus_1` ↔ `Mars_2`)\n- **Planetary overlays** — which houses person B's planets activate in person A's chart\n- **Aspect orbs and types** — conjunction, trine, square, opposition, sextile\n- **Both charts preserved** — each person remains a separate entity\n\n**Example cross-aspects:**\n- `Venus_1 conjunction Mars_2` → sexual attraction from person 1 to person 2\n- `Moon_1 square Saturn_2` → emotional coldness from person 2\n- `Sun_1 trine Moon_2` → natural harmony and understanding\n\n**Metaphor:** Two people having a conversation — each remains themselves, but influences the other.\n\n**Response time:** ~300ms | **Accuracy:** Professional relationship analysis\n\n✨ **Example Description:**\nProfessional compatibility using coordinates and extended points\n\n🔗 **Endpoint:** `POST /api/v3/charts/synastry`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "synastry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Sarah Kim\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 3,\n      \"day\": 10,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 0,\n      \"latitude\": 37.5665,\n      \"longitude\": 126.978\n    }\n  },\n  \"subject2\": {\n    \"name\": \"David Mueller\",\n    \"birth_data\": {\n      \"year\": 1987,\n      \"month\": 11,\n      \"day\": 5,\n      \"hour\": 16,\n      \"minute\": 20,\n      \"second\": 0,\n      \"latitude\": 52.52,\n      \"longitude\": 13.405\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\",\n      \"Mean_Node\",\n      \"True_Node\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "0fa05174-9821-4d8d-aa16-cccf53748d80",
              "name": "Karmic Connection Analysis",
              "request": {
                "name": "Karmic Connection Analysis",
                "description": {
                  "content": "🎯 **Synastry (two charts dialogue)**\n\n📋 **Endpoint Description:**\n💬 **Synastry: Dialogue Between Two Charts** - How two people influence each other\n\n**What this is:**\nComparison of two **separate** natal charts. Shows how one person's planets\ninteract with another person's planets (cross-aspects).\nAnswers the question: **\"How do WE affect each other?\"**\n\n**vs /composite:** Use `/composite` to see the relationship as a separate entity (\"What is our relationship's destiny?\")\n\n**Perfect for:**\n- 💑 Relationship compatibility — who triggers what in whom\n- 👥 Business partnerships — working dynamics\n- 👨‍👩‍👧‍👦 Family dynamics — parent-child, sibling relationships\n- 🤝 Friendship compatibility\n\n**What you get:**\n- **Cross-aspects** between both charts (`Sun_1` ↔ `Moon_2`, `Venus_1` ↔ `Mars_2`)\n- **Planetary overlays** — which houses person B's planets activate in person A's chart\n- **Aspect orbs and types** — conjunction, trine, square, opposition, sextile\n- **Both charts preserved** — each person remains a separate entity\n\n**Example cross-aspects:**\n- `Venus_1 conjunction Mars_2` → sexual attraction from person 1 to person 2\n- `Moon_1 square Saturn_2` → emotional coldness from person 2\n- `Sun_1 trine Moon_2` → natural harmony and understanding\n\n**Metaphor:** Two people having a conversation — each remains themselves, but influences the other.\n\n**Response time:** ~300ms | **Accuracy:** Professional relationship analysis\n\n✨ **Example Description:**\nSoul connection focus with nodes, Lilith, and spiritual points\n\n🔗 **Endpoint:** `POST /api/v3/charts/synastry`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "synastry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Luna Mystica\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 12,\n      \"day\": 21,\n      \"hour\": 0,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Glastonbury\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Phoenix Rising\",\n    \"birth_data\": {\n      \"year\": 1989,\n      \"month\": 8,\n      \"day\": 8,\n      \"hour\": 8,\n      \"minute\": 8,\n      \"second\": 8,\n      \"city\": \"Sedona\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"A\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Mean_South_Node\",\n      \"True_South_Node\",\n      \"Mean_Lilith\",\n      \"True_Lilith\",\n      \"Chiron\",\n      \"Part_of_Fortune\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Composite (relationship as entity)",
          "description": "All available examples for Composite (relationship as entity) endpoint. 👶 **Composite: The Third Entity** - The relationship itself as a separate chart\n\n**What this is:**\nCreates a **new chart** from mathematical midpoints between both people's planets.\nThis is the chart of the relationship itself — a \"third entity\" born from two people.\nAnswers the question: **\"What is OUR RELATIONSHIP's destiny?\"**\n\n**vs /synastry:** Use `/synastry` to see how two people influence each other (\"How do we interact?\")\n\n**Perfect for:**\n- 💑 Understanding relationship potential and destiny\n- 🎯 Couples counseling — what the relationship needs\n- 📅 Transits to composite — timing for the relationship\n- 📱 Dating apps — relationship compatibility score\n\n**How it works:**\n- `Composite Sun` = (Sun_Alice + Sun_Bob) / 2\n- `Composite Moon` = (Moon_Alice + Moon_Bob) / 2\n- Creates ONE unified chart representing combined energies\n\n**What you get:**\n- **Composite planetary positions** — midpoints of corresponding planets\n- **Composite houses** — where the relationship energy manifests\n- **Internal aspects** — aspects within the composite (Sun-Moon, Venus-Mars, etc.)\n- **Single unified chart** — NOT two separate charts\n\n**Example interpretation:**\n- Composite Sun in 7th house → relationship focused on partnership\n- Composite Moon square Saturn → emotional challenges in the relationship\n- Composite Venus conjunct Jupiter → abundant love and growth together\n\n**Metaphor:** Two people create a \"child\" — the relationship itself, which has its own chart and destiny.\n\n**Response time:** ~400ms | **Content:** Complete composite chart with planetary positions and aspects",
          "item": [
            {
              "id": "597d6771-cefe-4a6f-8f57-84adba9b214b",
              "name": "Basic Composite Chart",
              "request": {
                "name": "Basic Composite Chart",
                "description": {
                  "content": "🎯 **Composite (relationship as entity)**\n\n📋 **Endpoint Description:**\n👶 **Composite: The Third Entity** - The relationship itself as a separate chart\n\n**What this is:**\nCreates a **new chart** from mathematical midpoints between both people's planets.\nThis is the chart of the relationship itself — a \"third entity\" born from two people.\nAnswers the question: **\"What is OUR RELATIONSHIP's destiny?\"**\n\n**vs /synastry:** Use `/synastry` to see how two people influence each other (\"How do we interact?\")\n\n**Perfect for:**\n- 💑 Understanding relationship potential and destiny\n- 🎯 Couples counseling — what the relationship needs\n- 📅 Transits to composite — timing for the relationship\n- 📱 Dating apps — relationship compatibility score\n\n**How it works:**\n- `Composite Sun` = (Sun_Alice + Sun_Bob) / 2\n- `Composite Moon` = (Moon_Alice + Moon_Bob) / 2\n- Creates ONE unified chart representing combined energies\n\n**What you get:**\n- **Composite planetary positions** — midpoints of corresponding planets\n- **Composite houses** — where the relationship energy manifests\n- **Internal aspects** — aspects within the composite (Sun-Moon, Venus-Mars, etc.)\n- **Single unified chart** — NOT two separate charts\n\n**Example interpretation:**\n- Composite Sun in 7th house → relationship focused on partnership\n- Composite Moon square Saturn → emotional challenges in the relationship\n- Composite Venus conjunct Jupiter → abundant love and growth together\n\n**Metaphor:** Two people create a \"child\" — the relationship itself, which has its own chart and destiny.\n\n**Response time:** ~400ms | **Content:** Complete composite chart with planetary positions and aspects\n\n✨ **Example Description:**\nCalculate composite chart for two people using default options\n\n🔗 **Endpoint:** `POST /api/v3/charts/composite`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "composite"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Alice Johnson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"nation\": \"GB\",\n      \"timezone\": \"Europe/London\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Bob Smith\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 7,\n      \"day\": 22,\n      \"hour\": 9,\n      \"minute\": 45,\n      \"city\": \"Paris\",\n      \"nation\": \"FR\",\n      \"timezone\": \"Europe/Paris\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Ascendant\",\n      \"Medium_Coeli\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9ebfc6d8-3834-4f3c-bed5-af82d0daa359",
              "name": "Advanced Composite Chart",
              "request": {
                "name": "Advanced Composite Chart",
                "description": {
                  "content": "🎯 **Composite (relationship as entity)**\n\n📋 **Endpoint Description:**\n👶 **Composite: The Third Entity** - The relationship itself as a separate chart\n\n**What this is:**\nCreates a **new chart** from mathematical midpoints between both people's planets.\nThis is the chart of the relationship itself — a \"third entity\" born from two people.\nAnswers the question: **\"What is OUR RELATIONSHIP's destiny?\"**\n\n**vs /synastry:** Use `/synastry` to see how two people influence each other (\"How do we interact?\")\n\n**Perfect for:**\n- 💑 Understanding relationship potential and destiny\n- 🎯 Couples counseling — what the relationship needs\n- 📅 Transits to composite — timing for the relationship\n- 📱 Dating apps — relationship compatibility score\n\n**How it works:**\n- `Composite Sun` = (Sun_Alice + Sun_Bob) / 2\n- `Composite Moon` = (Moon_Alice + Moon_Bob) / 2\n- Creates ONE unified chart representing combined energies\n\n**What you get:**\n- **Composite planetary positions** — midpoints of corresponding planets\n- **Composite houses** — where the relationship energy manifests\n- **Internal aspects** — aspects within the composite (Sun-Moon, Venus-Mars, etc.)\n- **Single unified chart** — NOT two separate charts\n\n**Example interpretation:**\n- Composite Sun in 7th house → relationship focused on partnership\n- Composite Moon square Saturn → emotional challenges in the relationship\n- Composite Venus conjunct Jupiter → abundant love and growth together\n\n**Metaphor:** Two people create a \"child\" — the relationship itself, which has its own chart and destiny.\n\n**Response time:** ~400ms | **Content:** Complete composite chart with planetary positions and aspects\n\n✨ **Example Description:**\nComposite chart with custom house system and extended planetary points\n\n🔗 **Endpoint:** `POST /api/v3/charts/composite`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "composite"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Emma Wilson\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 12,\n      \"day\": 8,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"New York\",\n      \"nation\": \"US\",\n      \"timezone\": \"America/New_York\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Michael Davis\",\n    \"birth_data\": {\n      \"year\": 1983,\n      \"month\": 4,\n      \"day\": 25,\n      \"hour\": 11,\n      \"minute\": 20,\n      \"city\": \"Sydney\",\n      \"nation\": \"AU\",\n      \"timezone\": \"Australia/Sydney\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\",\n      \"Mean_Node\",\n      \"Chiron\",\n      \"Ascendant\",\n      \"Medium_Coeli\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Draconic Chart (karmic / soul-purpose lens)",
          "description": "All available examples for Draconic Chart (karmic / soul-purpose lens) endpoint. 🐉 **Draconic Chart** — Karmic/soul-purpose lens\n\n**What it does:** Rotates the entire natal chart so the chosen lunar Node\nsits at 0° Aries. Sometimes described as the \"chart of the soul\" — what\nyou came in *intending* to do, versus the personality chart (the natal)\nthat describes your worldly costume.\n\n**What you get:**\n- **All planetary positions** rotated (subtracting the chosen Node from\n  each absolute longitude); signs and houses recomputed\n- **House cusps** optionally rotated (default `rotate_houses=true`)\n- **Aspects** preserved exactly — angular separations are mathematically\n  invariant under a constant rotation, so the aspect pattern is identical\n  to the natal\n- **`draconic_metadata`** block with `node_type`, `node_natal_longitude`,\n  `rotate_houses` for traceability\n\n**Node choice (no community consensus — we default to Mean):**\n- **`Mean_Node`** *(default)* — smoothed lunar node; the most common\n  reference in published draconic work\n- **`True_Node`** — instantaneous oscillating node; differs by ~1.5°\n\n**House rotation:**\n- `rotate_houses=true` *(default)* — the whole frame turns; planets\n  keep their house relationships in the draconic zodiac\n- `rotate_houses=false` — natal cusps preserved; draconic planets are\n  interpreted against the mundane houses (less common, but used by some\n  modern karmic astrologers)\n\n**Rejected with 422:** subjects already marked `perspective_type=\"draconic\"`\nor `options.perspective=\"draconic\"` — sending them would double-shift\nthe chart.\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "2f88b97c-433b-4a9d-a466-3c7c71044d29",
              "name": "Mean Node, houses rotated (default)",
              "request": {
                "name": "Mean Node, houses rotated (default)",
                "description": {
                  "content": "🎯 **Draconic Chart (karmic / soul-purpose lens)**\n\n📋 **Endpoint Description:**\n🐉 **Draconic Chart** — Karmic/soul-purpose lens\n\n**What it does:** Rotates the entire natal chart so the chosen lunar Node\nsits at 0° Aries. Sometimes described as the \"chart of the soul\" — what\nyou came in *intending* to do, versus the personality chart (the natal)\nthat describes your worldly costume.\n\n**What you get:**\n- **All planetary positions** rotated (subtracting the chosen Node from\n  each absolute longitude); signs and houses recomputed\n- **House cusps** optionally rotated (default `rotate_houses=true`)\n- **Aspects** preserved exactly — angular separations are mathematically\n  invariant under a constant rotation, so the aspect pattern is identical\n  to the natal\n- **`draconic_metadata`** block with `node_type`, `node_natal_longitude`,\n  `rotate_houses` for traceability\n\n**Node choice (no community consensus — we default to Mean):**\n- **`Mean_Node`** *(default)* — smoothed lunar node; the most common\n  reference in published draconic work\n- **`True_Node`** — instantaneous oscillating node; differs by ~1.5°\n\n**House rotation:**\n- `rotate_houses=true` *(default)* — the whole frame turns; planets\n  keep their house relationships in the draconic zodiac\n- `rotate_houses=false` — natal cusps preserved; draconic planets are\n  interpreted against the mundane houses (less common, but used by some\n  modern karmic astrologers)\n\n**Rejected with 422:** subjects already marked `perspective_type=\"draconic\"`\nor `options.perspective=\"draconic\"` — sending them would double-shift\nthe chart.\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nDefault draconic chart — rotates everything so the natal Mean Node sits at 0° Aries. Reads the soul's karmic intent.\n\n🔗 **Endpoint:** `POST /api/v3/charts/draconic`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "draconic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "bd35789b-9177-4eba-ad52-c73321612f64",
              "name": "True Node, natal cusps preserved",
              "request": {
                "name": "True Node, natal cusps preserved",
                "description": {
                  "content": "🎯 **Draconic Chart (karmic / soul-purpose lens)**\n\n📋 **Endpoint Description:**\n🐉 **Draconic Chart** — Karmic/soul-purpose lens\n\n**What it does:** Rotates the entire natal chart so the chosen lunar Node\nsits at 0° Aries. Sometimes described as the \"chart of the soul\" — what\nyou came in *intending* to do, versus the personality chart (the natal)\nthat describes your worldly costume.\n\n**What you get:**\n- **All planetary positions** rotated (subtracting the chosen Node from\n  each absolute longitude); signs and houses recomputed\n- **House cusps** optionally rotated (default `rotate_houses=true`)\n- **Aspects** preserved exactly — angular separations are mathematically\n  invariant under a constant rotation, so the aspect pattern is identical\n  to the natal\n- **`draconic_metadata`** block with `node_type`, `node_natal_longitude`,\n  `rotate_houses` for traceability\n\n**Node choice (no community consensus — we default to Mean):**\n- **`Mean_Node`** *(default)* — smoothed lunar node; the most common\n  reference in published draconic work\n- **`True_Node`** — instantaneous oscillating node; differs by ~1.5°\n\n**House rotation:**\n- `rotate_houses=true` *(default)* — the whole frame turns; planets\n  keep their house relationships in the draconic zodiac\n- `rotate_houses=false` — natal cusps preserved; draconic planets are\n  interpreted against the mundane houses (less common, but used by some\n  modern karmic astrologers)\n\n**Rejected with 422:** subjects already marked `perspective_type=\"draconic\"`\nor `options.perspective=\"draconic\"` — sending them would double-shift\nthe chart.\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nUse True Node (instantaneous oscillating) and keep natal house cusps so draconic planets are read against the mundane house framework.\n\n🔗 **Endpoint:** `POST /api/v3/charts/draconic`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "draconic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 5,\n      \"day\": 10,\n      \"hour\": 18,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"node_type\": \"True_Node\",\n  \"rotate_houses\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Harmonic Chart (Addey — H-N aspect family extraction)",
          "description": "All available examples for Harmonic Chart (Addey — H-N aspect family extraction) endpoint. 🎼 **Harmonic Chart** — Addey H-N aspect-family extraction\n\n**What it does:** Multiplies every longitude in the natal chart by the\nharmonic number `n` (mod 360°). Per John Addey (*Harmonics in\nAstrology*, 1976), conjunctions in the H-N chart correspond to\n(360°/N)-family aspects in the natal. Different harmonics surface\ndifferent psychological/spiritual domains.\n\n**Canonical Addey harmonics:**\n- **H4** — squares; the friction-of-becoming family\n- **H5** — quintiles; creative talent and innate gift\n- **H7** — septiles; mystical/karmic resonance, vocation-as-calling\n- **H8** — semi-squares; discrete pressure points\n- **H9** — noviles; spiritual completion and joy\n- **H12** — karmic recompense across many strands\n- **H16** — cascaded semi-squares; persistent micro-tensions\n\n**`n` validation:** strict positive integer in [1, 32]. Floats (e.g.\n`5.5`), `0`, and values `> 32` are rejected with 422 — Addey's theory\npartitions 360° into N equal segments, so fractional N has no\ntheoretical foundation; astro.com caps at 32.\n\n**`houses_treatment`:**\n- **`omit`** *(default — Addey original)* — no cusps in the response.\n  Harmonic charts are read in the abstract 360° wheel, not against\n  natal mundane houses.\n- **`natal`** — keep unmodified natal cusps. Visually confusing\n  (planets have moved relative to cusps) but used by some modern\n  practitioners as a \"where in life\" overlay.\n- **`harmonic_transform`** — multiply cusps by N too. Symmetric but\n  rarely useful interpretively.\n\n**Aspects:** for `n > 1` the `aspects` array is recomputed on the\nharmonic-multiplied longitudes — **major aspects only** per Addey\n(conjunction, sextile, square, trine, opposition). Orb policy is\ncontrolled by `orb_strategy`:\n- `flat` (default, astro.com behavior): natal-sized orbs\n  (conj/opp=8°, sq/tri=7°, sex=5°).\n- `divided_by_n`: each orb divided by N (Hamblin 1983 heuristic —\n  tightens proportionally for higher harmonics).\n\nFor `n == 1` the identity case preserves the natal aspects exactly\n(including any minors the natal engine returned).\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "a2cfd187-0bd2-42ea-a3a4-804f85a5f963",
              "name": "H5 — quintile/creative family",
              "request": {
                "name": "H5 — quintile/creative family",
                "description": {
                  "content": "🎯 **Harmonic Chart (Addey — H-N aspect family extraction)**\n\n📋 **Endpoint Description:**\n🎼 **Harmonic Chart** — Addey H-N aspect-family extraction\n\n**What it does:** Multiplies every longitude in the natal chart by the\nharmonic number `n` (mod 360°). Per John Addey (*Harmonics in\nAstrology*, 1976), conjunctions in the H-N chart correspond to\n(360°/N)-family aspects in the natal. Different harmonics surface\ndifferent psychological/spiritual domains.\n\n**Canonical Addey harmonics:**\n- **H4** — squares; the friction-of-becoming family\n- **H5** — quintiles; creative talent and innate gift\n- **H7** — septiles; mystical/karmic resonance, vocation-as-calling\n- **H8** — semi-squares; discrete pressure points\n- **H9** — noviles; spiritual completion and joy\n- **H12** — karmic recompense across many strands\n- **H16** — cascaded semi-squares; persistent micro-tensions\n\n**`n` validation:** strict positive integer in [1, 32]. Floats (e.g.\n`5.5`), `0`, and values `> 32` are rejected with 422 — Addey's theory\npartitions 360° into N equal segments, so fractional N has no\ntheoretical foundation; astro.com caps at 32.\n\n**`houses_treatment`:**\n- **`omit`** *(default — Addey original)* — no cusps in the response.\n  Harmonic charts are read in the abstract 360° wheel, not against\n  natal mundane houses.\n- **`natal`** — keep unmodified natal cusps. Visually confusing\n  (planets have moved relative to cusps) but used by some modern\n  practitioners as a \"where in life\" overlay.\n- **`harmonic_transform`** — multiply cusps by N too. Symmetric but\n  rarely useful interpretively.\n\n**Aspects:** for `n > 1` the `aspects` array is recomputed on the\nharmonic-multiplied longitudes — **major aspects only** per Addey\n(conjunction, sextile, square, trine, opposition). Orb policy is\ncontrolled by `orb_strategy`:\n- `flat` (default, astro.com behavior): natal-sized orbs\n  (conj/opp=8°, sq/tri=7°, sex=5°).\n- `divided_by_n`: each orb divided by N (Hamblin 1983 heuristic —\n  tightens proportionally for higher harmonics).\n\nFor `n == 1` the identity case preserves the natal aspects exactly\n(including any minors the natal engine returned).\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nThe fifth harmonic surfaces creative-talent patterns. H5 conjunctions correspond to quintile-family aspects in the natal — the harmonic of innate gift and distinctive personal style.\n\n🔗 **Endpoint:** `POST /api/v3/charts/harmonic`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "harmonic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"n\": 5\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c56f2084-71d6-4bfd-9945-8fd299bf3863",
              "name": "H9 — novile/spiritual family",
              "request": {
                "name": "H9 — novile/spiritual family",
                "description": {
                  "content": "🎯 **Harmonic Chart (Addey — H-N aspect family extraction)**\n\n📋 **Endpoint Description:**\n🎼 **Harmonic Chart** — Addey H-N aspect-family extraction\n\n**What it does:** Multiplies every longitude in the natal chart by the\nharmonic number `n` (mod 360°). Per John Addey (*Harmonics in\nAstrology*, 1976), conjunctions in the H-N chart correspond to\n(360°/N)-family aspects in the natal. Different harmonics surface\ndifferent psychological/spiritual domains.\n\n**Canonical Addey harmonics:**\n- **H4** — squares; the friction-of-becoming family\n- **H5** — quintiles; creative talent and innate gift\n- **H7** — septiles; mystical/karmic resonance, vocation-as-calling\n- **H8** — semi-squares; discrete pressure points\n- **H9** — noviles; spiritual completion and joy\n- **H12** — karmic recompense across many strands\n- **H16** — cascaded semi-squares; persistent micro-tensions\n\n**`n` validation:** strict positive integer in [1, 32]. Floats (e.g.\n`5.5`), `0`, and values `> 32` are rejected with 422 — Addey's theory\npartitions 360° into N equal segments, so fractional N has no\ntheoretical foundation; astro.com caps at 32.\n\n**`houses_treatment`:**\n- **`omit`** *(default — Addey original)* — no cusps in the response.\n  Harmonic charts are read in the abstract 360° wheel, not against\n  natal mundane houses.\n- **`natal`** — keep unmodified natal cusps. Visually confusing\n  (planets have moved relative to cusps) but used by some modern\n  practitioners as a \"where in life\" overlay.\n- **`harmonic_transform`** — multiply cusps by N too. Symmetric but\n  rarely useful interpretively.\n\n**Aspects:** for `n > 1` the `aspects` array is recomputed on the\nharmonic-multiplied longitudes — **major aspects only** per Addey\n(conjunction, sextile, square, trine, opposition). Orb policy is\ncontrolled by `orb_strategy`:\n- `flat` (default, astro.com behavior): natal-sized orbs\n  (conj/opp=8°, sq/tri=7°, sex=5°).\n- `divided_by_n`: each orb divided by N (Hamblin 1983 heuristic —\n  tightens proportionally for higher harmonics).\n\nFor `n == 1` the identity case preserves the natal aspects exactly\n(including any minors the natal engine returned).\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nThe ninth harmonic surfaces spiritual-completion patterns. H9 conjunctions show what brings inner fulfillment — the work that feels like home rather than achievement.\n\n🔗 **Endpoint:** `POST /api/v3/charts/harmonic`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "harmonic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 5,\n      \"day\": 10,\n      \"hour\": 18,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"n\": 9\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5864da43-77f0-4812-ae2e-6a085124c3fc",
              "name": "H4 — squares, with natal cusps preserved",
              "request": {
                "name": "H4 — squares, with natal cusps preserved",
                "description": {
                  "content": "🎯 **Harmonic Chart (Addey — H-N aspect family extraction)**\n\n📋 **Endpoint Description:**\n🎼 **Harmonic Chart** — Addey H-N aspect-family extraction\n\n**What it does:** Multiplies every longitude in the natal chart by the\nharmonic number `n` (mod 360°). Per John Addey (*Harmonics in\nAstrology*, 1976), conjunctions in the H-N chart correspond to\n(360°/N)-family aspects in the natal. Different harmonics surface\ndifferent psychological/spiritual domains.\n\n**Canonical Addey harmonics:**\n- **H4** — squares; the friction-of-becoming family\n- **H5** — quintiles; creative talent and innate gift\n- **H7** — septiles; mystical/karmic resonance, vocation-as-calling\n- **H8** — semi-squares; discrete pressure points\n- **H9** — noviles; spiritual completion and joy\n- **H12** — karmic recompense across many strands\n- **H16** — cascaded semi-squares; persistent micro-tensions\n\n**`n` validation:** strict positive integer in [1, 32]. Floats (e.g.\n`5.5`), `0`, and values `> 32` are rejected with 422 — Addey's theory\npartitions 360° into N equal segments, so fractional N has no\ntheoretical foundation; astro.com caps at 32.\n\n**`houses_treatment`:**\n- **`omit`** *(default — Addey original)* — no cusps in the response.\n  Harmonic charts are read in the abstract 360° wheel, not against\n  natal mundane houses.\n- **`natal`** — keep unmodified natal cusps. Visually confusing\n  (planets have moved relative to cusps) but used by some modern\n  practitioners as a \"where in life\" overlay.\n- **`harmonic_transform`** — multiply cusps by N too. Symmetric but\n  rarely useful interpretively.\n\n**Aspects:** for `n > 1` the `aspects` array is recomputed on the\nharmonic-multiplied longitudes — **major aspects only** per Addey\n(conjunction, sextile, square, trine, opposition). Orb policy is\ncontrolled by `orb_strategy`:\n- `flat` (default, astro.com behavior): natal-sized orbs\n  (conj/opp=8°, sq/tri=7°, sex=5°).\n- `divided_by_n`: each orb divided by N (Hamblin 1983 heuristic —\n  tightens proportionally for higher harmonics).\n\nFor `n == 1` the identity case preserves the natal aspects exactly\n(including any minors the natal engine returned).\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nThe fourth harmonic surfaces square-family tensions. `houses_treatment=natal` keeps the original natal cusps for reference overlay.\n\n🔗 **Endpoint:** `POST /api/v3/charts/harmonic`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "harmonic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"n\": 4,\n  \"houses_treatment\": \"natal\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Antiscia Chart (solstitial + equinoctial shadow points)",
          "description": "All available examples for Antiscia Chart (solstitial + equinoctial shadow points) endpoint. 🪞 **Antiscia Chart** — Solstitial + equinoctial shadow points\n\n**What it does:** Mirrors every natal point across one or both cardinal\naxes to produce \"shadow points\" (antiscia). Aspects between natal\npoints and OTHER points' antiscia are interpreted as hidden contacts —\nreal but operating below ordinary awareness.\n\n**Two families (both included by default per Lilly tradition):**\n- **Solstitial antiscion** — mirror across 0° Can / 0° Cap axis.\n  Formula: `(180 - lambda) mod 360`. Suffix in aspect names: `_antiscion`.\n- **Equinoctial contra-antiscion** — mirror across 0° Ari / 0° Lib axis.\n  Formula: `(360 - lambda) mod 360`. Suffix in aspect names: `_contra_antiscion`.\n\n**Aspect engine:**\n- Orb: 1.0° (Lilly tradition)\n- Aspect families: conjunction, sextile, square, trine, opposition\n- **Self-aspect exclusion:** natal-to-OWN-antiscion contacts are\n  skipped (they are the antiscion pair itself, not a meaningful aspect).\n  Natal X to antiscion of OTHER point Y is computed normally.\n- **Degenerate-coincidence exclusion:** when a point sits exactly on\n  its axis (e.g., 0° Cancer for solstitial), its antiscion coincides\n  with itself. Such antiscia carry `coincident: true` and are excluded\n  from aspect search entirely.\n\n**Response structure:**\n- **`natal_chart`** — the underlying natal chart\n- **`solstitial_antiscia`** / **`equinoctial_antiscia`** — list of\n  `AntiscionPoint` with `source_natal_point`, `longitude`, `sign`,\n  `house`, `coincident`\n- **`antiscia_aspects`** — `p1_name` (natal) + `p2_name` (e.g.,\n  `\"Venus_antiscion\"` or `\"Venus_contra_antiscion\"`) + `aspect_type`\n  + `orb`\n\n**⚠️ Disambiguation:** This endpoint computes the LONGITUDE-based\n\"shadow point\" antiscia from Hellenistic/traditional astrology. For\nthe DECLINATION-based parallel/contraparallel aspects (a separate\nsystem sometimes confusingly called \"declination antiscia\"), see\n`/api/v3/data/declinations` or `/api/v3/data/aspects`.\n\n**Response time:** ~250ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "0393600c-cb98-4a6f-8653-021795bc7775",
              "name": "Both families (default, Lilly tradition)",
              "request": {
                "name": "Both families (default, Lilly tradition)",
                "description": {
                  "content": "🎯 **Antiscia Chart (solstitial + equinoctial shadow points)**\n\n📋 **Endpoint Description:**\n🪞 **Antiscia Chart** — Solstitial + equinoctial shadow points\n\n**What it does:** Mirrors every natal point across one or both cardinal\naxes to produce \"shadow points\" (antiscia). Aspects between natal\npoints and OTHER points' antiscia are interpreted as hidden contacts —\nreal but operating below ordinary awareness.\n\n**Two families (both included by default per Lilly tradition):**\n- **Solstitial antiscion** — mirror across 0° Can / 0° Cap axis.\n  Formula: `(180 - lambda) mod 360`. Suffix in aspect names: `_antiscion`.\n- **Equinoctial contra-antiscion** — mirror across 0° Ari / 0° Lib axis.\n  Formula: `(360 - lambda) mod 360`. Suffix in aspect names: `_contra_antiscion`.\n\n**Aspect engine:**\n- Orb: 1.0° (Lilly tradition)\n- Aspect families: conjunction, sextile, square, trine, opposition\n- **Self-aspect exclusion:** natal-to-OWN-antiscion contacts are\n  skipped (they are the antiscion pair itself, not a meaningful aspect).\n  Natal X to antiscion of OTHER point Y is computed normally.\n- **Degenerate-coincidence exclusion:** when a point sits exactly on\n  its axis (e.g., 0° Cancer for solstitial), its antiscion coincides\n  with itself. Such antiscia carry `coincident: true` and are excluded\n  from aspect search entirely.\n\n**Response structure:**\n- **`natal_chart`** — the underlying natal chart\n- **`solstitial_antiscia`** / **`equinoctial_antiscia`** — list of\n  `AntiscionPoint` with `source_natal_point`, `longitude`, `sign`,\n  `house`, `coincident`\n- **`antiscia_aspects`** — `p1_name` (natal) + `p2_name` (e.g.,\n  `\"Venus_antiscion\"` or `\"Venus_contra_antiscion\"`) + `aspect_type`\n  + `orb`\n\n**⚠️ Disambiguation:** This endpoint computes the LONGITUDE-based\n\"shadow point\" antiscia from Hellenistic/traditional astrology. For\nthe DECLINATION-based parallel/contraparallel aspects (a separate\nsystem sometimes confusingly called \"declination antiscia\"), see\n`/api/v3/data/declinations` or `/api/v3/data/aspects`.\n\n**Response time:** ~250ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nCompute BOTH solstitial antiscia (mirror across 0° Can/0° Cap) and equinoctial contra-antiscia (mirror across 0° Ari/0° Lib). This is the default per Lilly's Christian Astrology (1647).\n\n🔗 **Endpoint:** `POST /api/v3/charts/antiscia`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "antiscia"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7e259e29-a3d5-4efb-9e56-797c92061dfa",
              "name": "Solstitial antiscia only",
              "request": {
                "name": "Solstitial antiscia only",
                "description": {
                  "content": "🎯 **Antiscia Chart (solstitial + equinoctial shadow points)**\n\n📋 **Endpoint Description:**\n🪞 **Antiscia Chart** — Solstitial + equinoctial shadow points\n\n**What it does:** Mirrors every natal point across one or both cardinal\naxes to produce \"shadow points\" (antiscia). Aspects between natal\npoints and OTHER points' antiscia are interpreted as hidden contacts —\nreal but operating below ordinary awareness.\n\n**Two families (both included by default per Lilly tradition):**\n- **Solstitial antiscion** — mirror across 0° Can / 0° Cap axis.\n  Formula: `(180 - lambda) mod 360`. Suffix in aspect names: `_antiscion`.\n- **Equinoctial contra-antiscion** — mirror across 0° Ari / 0° Lib axis.\n  Formula: `(360 - lambda) mod 360`. Suffix in aspect names: `_contra_antiscion`.\n\n**Aspect engine:**\n- Orb: 1.0° (Lilly tradition)\n- Aspect families: conjunction, sextile, square, trine, opposition\n- **Self-aspect exclusion:** natal-to-OWN-antiscion contacts are\n  skipped (they are the antiscion pair itself, not a meaningful aspect).\n  Natal X to antiscion of OTHER point Y is computed normally.\n- **Degenerate-coincidence exclusion:** when a point sits exactly on\n  its axis (e.g., 0° Cancer for solstitial), its antiscion coincides\n  with itself. Such antiscia carry `coincident: true` and are excluded\n  from aspect search entirely.\n\n**Response structure:**\n- **`natal_chart`** — the underlying natal chart\n- **`solstitial_antiscia`** / **`equinoctial_antiscia`** — list of\n  `AntiscionPoint` with `source_natal_point`, `longitude`, `sign`,\n  `house`, `coincident`\n- **`antiscia_aspects`** — `p1_name` (natal) + `p2_name` (e.g.,\n  `\"Venus_antiscion\"` or `\"Venus_contra_antiscion\"`) + `aspect_type`\n  + `orb`\n\n**⚠️ Disambiguation:** This endpoint computes the LONGITUDE-based\n\"shadow point\" antiscia from Hellenistic/traditional astrology. For\nthe DECLINATION-based parallel/contraparallel aspects (a separate\nsystem sometimes confusingly called \"declination antiscia\"), see\n`/api/v3/data/declinations` or `/api/v3/data/aspects`.\n\n**Response time:** ~250ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nCompute ONLY the solstitial antiscion (mirror across 0° Cancer / 0° Capricorn). Useful for traditional readings that focus on the 'hidden harmony' interpretation.\n\n🔗 **Endpoint:** `POST /api/v3/charts/antiscia`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "antiscia"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 5,\n      \"day\": 10,\n      \"hour\": 18,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"include\": [\n    \"solstitial\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "48abb219-1fb9-497a-8d93-31feb1f058a5",
              "name": "Equinoctial (contra-) antiscia only",
              "request": {
                "name": "Equinoctial (contra-) antiscia only",
                "description": {
                  "content": "🎯 **Antiscia Chart (solstitial + equinoctial shadow points)**\n\n📋 **Endpoint Description:**\n🪞 **Antiscia Chart** — Solstitial + equinoctial shadow points\n\n**What it does:** Mirrors every natal point across one or both cardinal\naxes to produce \"shadow points\" (antiscia). Aspects between natal\npoints and OTHER points' antiscia are interpreted as hidden contacts —\nreal but operating below ordinary awareness.\n\n**Two families (both included by default per Lilly tradition):**\n- **Solstitial antiscion** — mirror across 0° Can / 0° Cap axis.\n  Formula: `(180 - lambda) mod 360`. Suffix in aspect names: `_antiscion`.\n- **Equinoctial contra-antiscion** — mirror across 0° Ari / 0° Lib axis.\n  Formula: `(360 - lambda) mod 360`. Suffix in aspect names: `_contra_antiscion`.\n\n**Aspect engine:**\n- Orb: 1.0° (Lilly tradition)\n- Aspect families: conjunction, sextile, square, trine, opposition\n- **Self-aspect exclusion:** natal-to-OWN-antiscion contacts are\n  skipped (they are the antiscion pair itself, not a meaningful aspect).\n  Natal X to antiscion of OTHER point Y is computed normally.\n- **Degenerate-coincidence exclusion:** when a point sits exactly on\n  its axis (e.g., 0° Cancer for solstitial), its antiscion coincides\n  with itself. Such antiscia carry `coincident: true` and are excluded\n  from aspect search entirely.\n\n**Response structure:**\n- **`natal_chart`** — the underlying natal chart\n- **`solstitial_antiscia`** / **`equinoctial_antiscia`** — list of\n  `AntiscionPoint` with `source_natal_point`, `longitude`, `sign`,\n  `house`, `coincident`\n- **`antiscia_aspects`** — `p1_name` (natal) + `p2_name` (e.g.,\n  `\"Venus_antiscion\"` or `\"Venus_contra_antiscion\"`) + `aspect_type`\n  + `orb`\n\n**⚠️ Disambiguation:** This endpoint computes the LONGITUDE-based\n\"shadow point\" antiscia from Hellenistic/traditional astrology. For\nthe DECLINATION-based parallel/contraparallel aspects (a separate\nsystem sometimes confusingly called \"declination antiscia\"), see\n`/api/v3/data/declinations` or `/api/v3/data/aspects`.\n\n**Response time:** ~250ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nCompute ONLY the equinoctial contra-antiscion (mirror across 0° Aries / 0° Libra). Useful for studying hidden-tension dynamics.\n\n🔗 **Endpoint:** `POST /api/v3/charts/antiscia`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "antiscia"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"include\": [\n    \"equinoctial\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Heliocentric Chart (Sun-centered planetary positions)",
          "description": "All available examples for Heliocentric Chart (Sun-centered planetary positions) endpoint. ☀️ **Heliocentric Chart** — Sun-centered planetary positions\n\n**What it does:** Computes every planet's longitude as seen from the\nSun, not from Earth. The result is a *true* picture of the solar\nsystem's geometry at the moment of birth — without the parallax\ndistortions (retrograde motion, hour-by-hour variation) that\ngeocentric astrology depends on.\n\n**What you get:**\n- **Planetary positions** for Mercury, Venus, Earth, Mars, Jupiter,\n  Saturn, Uranus, Neptune, Pluto (asteroids opt-in via `active_points`)\n- **Aspects** between heliocentric longitudes — pairwise longitude\n  differences are observer-independent, so the aspect engine remains\n  valid\n- **`heliocentric_metadata`** explaining the structural omissions\n\n**What's omitted (and why):**\n- **Sun** — it's the origin of the frame; no longitude to report\n- **Moon** — orbits Earth, not the Sun; its heliocentric position\n  essentially echoes Earth's\n- **Lunar nodes** (Mean_Node, True_Node, *_South_Node) — the Moon-\n  orbit / Earth-ecliptic intersection is a geocentric construct\n- **Houses / Ascendant / MC** — these require an observer's horizon;\n  no observer means no horizon means no houses. `house_cusps` comes\n  back as an empty list\n- **Retrograde for Mercury / Venus** — heliocentric speed for the\n  inner planets is always direct. Retrograde is a parallax illusion\n  from Earth's perspective. All bodies are flagged\n  `is_retrograde=false`\n\n**Sanity check:** the heliocentric longitude of Earth always equals\nthe geocentric longitude of the Sun + 180° (mod 360°). The API\nenforces this via Swiss Ephemeris (`swe.FLG_HELCTR`) — useful as a\nself-verification when cross-comparing with a natal chart from\n`/charts/natal`.\n\n**Use cases:**\n- 🌍 **Mundane / financial astrology** — Bradley siderograph and\n  heliocentric Mars/Jupiter cycles for market timing\n- 🪐 **Solar-system-scale event timing** — eclipse-cycle research,\n  planetary-phase work\n- 🔭 **Astronomical / orbital studies** — comparing\n  ephemeris-quality longitudes with research datasets\n\n**Interpretations:** Sprint 2 ships a slim starter pack (Mercury-in-\nsign) under `universal/en/heliocentric_planets_in_signs.json`. Full\nSun-Pluto expansion is a Track P (parallel) effort.\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "281977b5-381f-451e-81d5-925b8b947fc3",
              "name": "Default heliocentric chart",
              "request": {
                "name": "Default heliocentric chart",
                "description": {
                  "content": "🎯 **Heliocentric Chart (Sun-centered planetary positions)**\n\n📋 **Endpoint Description:**\n☀️ **Heliocentric Chart** — Sun-centered planetary positions\n\n**What it does:** Computes every planet's longitude as seen from the\nSun, not from Earth. The result is a *true* picture of the solar\nsystem's geometry at the moment of birth — without the parallax\ndistortions (retrograde motion, hour-by-hour variation) that\ngeocentric astrology depends on.\n\n**What you get:**\n- **Planetary positions** for Mercury, Venus, Earth, Mars, Jupiter,\n  Saturn, Uranus, Neptune, Pluto (asteroids opt-in via `active_points`)\n- **Aspects** between heliocentric longitudes — pairwise longitude\n  differences are observer-independent, so the aspect engine remains\n  valid\n- **`heliocentric_metadata`** explaining the structural omissions\n\n**What's omitted (and why):**\n- **Sun** — it's the origin of the frame; no longitude to report\n- **Moon** — orbits Earth, not the Sun; its heliocentric position\n  essentially echoes Earth's\n- **Lunar nodes** (Mean_Node, True_Node, *_South_Node) — the Moon-\n  orbit / Earth-ecliptic intersection is a geocentric construct\n- **Houses / Ascendant / MC** — these require an observer's horizon;\n  no observer means no horizon means no houses. `house_cusps` comes\n  back as an empty list\n- **Retrograde for Mercury / Venus** — heliocentric speed for the\n  inner planets is always direct. Retrograde is a parallax illusion\n  from Earth's perspective. All bodies are flagged\n  `is_retrograde=false`\n\n**Sanity check:** the heliocentric longitude of Earth always equals\nthe geocentric longitude of the Sun + 180° (mod 360°). The API\nenforces this via Swiss Ephemeris (`swe.FLG_HELCTR`) — useful as a\nself-verification when cross-comparing with a natal chart from\n`/charts/natal`.\n\n**Use cases:**\n- 🌍 **Mundane / financial astrology** — Bradley siderograph and\n  heliocentric Mars/Jupiter cycles for market timing\n- 🪐 **Solar-system-scale event timing** — eclipse-cycle research,\n  planetary-phase work\n- 🔭 **Astronomical / orbital studies** — comparing\n  ephemeris-quality longitudes with research datasets\n\n**Interpretations:** Sprint 2 ships a slim starter pack (Mercury-in-\nsign) under `universal/en/heliocentric_planets_in_signs.json`. Full\nSun-Pluto expansion is a Track P (parallel) effort.\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nSun-centered planetary positions for the default Mercury..Pluto set (Earth included automatically). Sun, Moon, and lunar nodes are filtered out — they have no meaningful heliocentric counterpart.\n\n🔗 **Endpoint:** `POST /api/v3/charts/heliocentric`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "heliocentric"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c58484e8-7828-4eab-9000-5a53c5a55b08",
              "name": "Heliocentric with asteroids (Chiron, Pholus, Ceres, etc.)",
              "request": {
                "name": "Heliocentric with asteroids (Chiron, Pholus, Ceres, etc.)",
                "description": {
                  "content": "🎯 **Heliocentric Chart (Sun-centered planetary positions)**\n\n📋 **Endpoint Description:**\n☀️ **Heliocentric Chart** — Sun-centered planetary positions\n\n**What it does:** Computes every planet's longitude as seen from the\nSun, not from Earth. The result is a *true* picture of the solar\nsystem's geometry at the moment of birth — without the parallax\ndistortions (retrograde motion, hour-by-hour variation) that\ngeocentric astrology depends on.\n\n**What you get:**\n- **Planetary positions** for Mercury, Venus, Earth, Mars, Jupiter,\n  Saturn, Uranus, Neptune, Pluto (asteroids opt-in via `active_points`)\n- **Aspects** between heliocentric longitudes — pairwise longitude\n  differences are observer-independent, so the aspect engine remains\n  valid\n- **`heliocentric_metadata`** explaining the structural omissions\n\n**What's omitted (and why):**\n- **Sun** — it's the origin of the frame; no longitude to report\n- **Moon** — orbits Earth, not the Sun; its heliocentric position\n  essentially echoes Earth's\n- **Lunar nodes** (Mean_Node, True_Node, *_South_Node) — the Moon-\n  orbit / Earth-ecliptic intersection is a geocentric construct\n- **Houses / Ascendant / MC** — these require an observer's horizon;\n  no observer means no horizon means no houses. `house_cusps` comes\n  back as an empty list\n- **Retrograde for Mercury / Venus** — heliocentric speed for the\n  inner planets is always direct. Retrograde is a parallax illusion\n  from Earth's perspective. All bodies are flagged\n  `is_retrograde=false`\n\n**Sanity check:** the heliocentric longitude of Earth always equals\nthe geocentric longitude of the Sun + 180° (mod 360°). The API\nenforces this via Swiss Ephemeris (`swe.FLG_HELCTR`) — useful as a\nself-verification when cross-comparing with a natal chart from\n`/charts/natal`.\n\n**Use cases:**\n- 🌍 **Mundane / financial astrology** — Bradley siderograph and\n  heliocentric Mars/Jupiter cycles for market timing\n- 🪐 **Solar-system-scale event timing** — eclipse-cycle research,\n  planetary-phase work\n- 🔭 **Astronomical / orbital studies** — comparing\n  ephemeris-quality longitudes with research datasets\n\n**Interpretations:** Sprint 2 ships a slim starter pack (Mercury-in-\nsign) under `universal/en/heliocentric_planets_in_signs.json`. Full\nSun-Pluto expansion is a Track P (parallel) effort.\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nAsteroids and centaurs work heliocentrically — useful for evolutionary / mundane work that tracks slow-moving bodies' true solar-system geometry.\n\n🔗 **Endpoint:** `POST /api/v3/charts/heliocentric`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "heliocentric"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 5,\n      \"day\": 10,\n      \"hour\": 18,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"active_points\": [\n    \"Mercury\",\n    \"Venus\",\n    \"Mars\",\n    \"Jupiter\",\n    \"Saturn\",\n    \"Uranus\",\n    \"Neptune\",\n    \"Pluto\",\n    \"Chiron\",\n    \"Pholus\",\n    \"Ceres\",\n    \"Pallas\",\n    \"Juno\",\n    \"Vesta\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Local Space Chart (Cozzi — directional/locality)",
          "description": "All available examples for Local Space Chart (Cozzi — directional/locality) endpoint. 🧭 **Local Space Chart** — Per-planet azimuth (from North) and altitude at the observer's local horizon\n\n**Tradition:** Steve Cozzi, *Planets in Locality* (1988). Visualizes\nthe celestial sky around the natal observer at the natal moment —\ndistinct from astrocartography (which finds where on Earth a planet\nis angular).\n\n**What you get:**\n- **Azimuth from North** for every body (0=N, 90=E, 180=S, 270=W) —\n  cartographic convention\n- **Altitude** (geometric, unrefracted) — positive = above horizon,\n  negative = below (\"latent/interior\" in Cozzi)\n- **Cardinal alignments** — bodies within `azimuth_orb` (default 2°)\n  of N/E/S/W: these are the primary interpretation hooks\n  (e.g., \"Jupiter on the East line brings opportunity from the East\")\n- **`azimuth_lines`** — convenience list mapping each point to its\n  from-north azimuth (these are the Local Space rays the user\n  \"travels along\" when relocating)\n\n**Below-horizon planets are included** (Cozzi convention) with\n`is_above_horizon=false`. They represent latent/interior directions\nand are rendered in a distinct annular band on the polar chart.\n\n**Use cases:**\n- 🧳 **Travel/relocation decisions** — which direction strengthens\n  which planet for you\n- 🏠 **Space-based interpretation** — interior layout, garden orientation\n- 📿 **Cozzi-style locality work** — supplements astrocartography\n\n**Default body set:** Sun, Moon, Mercury..Pluto (asteroids and lots\nare not part of the Cozzi tradition and are silently dropped).\n\n**Polar latitudes** (|lat| > 66.5°) emit a `POLAR_LOCAL_SPACE`\nsoft warning — circumpolar planets never set, so altitude\ninterpretation needs adjustment.\n\n**Response time:** ~80ms | **Accuracy:** Swiss Ephemeris (topocentric)",
          "item": [
            {
              "id": "7048dc4f-9895-49a0-8829-744555cc5387",
              "name": "Local Space chart for SUBJECT_OLEG",
              "request": {
                "name": "Local Space chart for SUBJECT_OLEG",
                "description": {
                  "content": "🎯 **Local Space Chart (Cozzi — directional/locality)**\n\n📋 **Endpoint Description:**\n🧭 **Local Space Chart** — Per-planet azimuth (from North) and altitude at the observer's local horizon\n\n**Tradition:** Steve Cozzi, *Planets in Locality* (1988). Visualizes\nthe celestial sky around the natal observer at the natal moment —\ndistinct from astrocartography (which finds where on Earth a planet\nis angular).\n\n**What you get:**\n- **Azimuth from North** for every body (0=N, 90=E, 180=S, 270=W) —\n  cartographic convention\n- **Altitude** (geometric, unrefracted) — positive = above horizon,\n  negative = below (\"latent/interior\" in Cozzi)\n- **Cardinal alignments** — bodies within `azimuth_orb` (default 2°)\n  of N/E/S/W: these are the primary interpretation hooks\n  (e.g., \"Jupiter on the East line brings opportunity from the East\")\n- **`azimuth_lines`** — convenience list mapping each point to its\n  from-north azimuth (these are the Local Space rays the user\n  \"travels along\" when relocating)\n\n**Below-horizon planets are included** (Cozzi convention) with\n`is_above_horizon=false`. They represent latent/interior directions\nand are rendered in a distinct annular band on the polar chart.\n\n**Use cases:**\n- 🧳 **Travel/relocation decisions** — which direction strengthens\n  which planet for you\n- 🏠 **Space-based interpretation** — interior layout, garden orientation\n- 📿 **Cozzi-style locality work** — supplements astrocartography\n\n**Default body set:** Sun, Moon, Mercury..Pluto (asteroids and lots\nare not part of the Cozzi tradition and are silently dropped).\n\n**Polar latitudes** (|lat| > 66.5°) emit a `POLAR_LOCAL_SPACE`\nsoft warning — circumpolar planets never set, so altitude\ninterpretation needs adjustment.\n\n**Response time:** ~80ms | **Accuracy:** Swiss Ephemeris (topocentric)\n\n✨ **Example Description:**\nPer-planet azimuth (from North) and altitude at the natal moment + location. Cozzi tradition.\n\n🔗 **Endpoint:** `POST /api/v3/charts/local-space`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "local-space"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b0e34d57-c388-4d2e-9d9c-71c8fde83430",
              "name": "Wider cardinal orb (3°) for liberal alignment detection",
              "request": {
                "name": "Wider cardinal orb (3°) for liberal alignment detection",
                "description": {
                  "content": "🎯 **Local Space Chart (Cozzi — directional/locality)**\n\n📋 **Endpoint Description:**\n🧭 **Local Space Chart** — Per-planet azimuth (from North) and altitude at the observer's local horizon\n\n**Tradition:** Steve Cozzi, *Planets in Locality* (1988). Visualizes\nthe celestial sky around the natal observer at the natal moment —\ndistinct from astrocartography (which finds where on Earth a planet\nis angular).\n\n**What you get:**\n- **Azimuth from North** for every body (0=N, 90=E, 180=S, 270=W) —\n  cartographic convention\n- **Altitude** (geometric, unrefracted) — positive = above horizon,\n  negative = below (\"latent/interior\" in Cozzi)\n- **Cardinal alignments** — bodies within `azimuth_orb` (default 2°)\n  of N/E/S/W: these are the primary interpretation hooks\n  (e.g., \"Jupiter on the East line brings opportunity from the East\")\n- **`azimuth_lines`** — convenience list mapping each point to its\n  from-north azimuth (these are the Local Space rays the user\n  \"travels along\" when relocating)\n\n**Below-horizon planets are included** (Cozzi convention) with\n`is_above_horizon=false`. They represent latent/interior directions\nand are rendered in a distinct annular band on the polar chart.\n\n**Use cases:**\n- 🧳 **Travel/relocation decisions** — which direction strengthens\n  which planet for you\n- 🏠 **Space-based interpretation** — interior layout, garden orientation\n- 📿 **Cozzi-style locality work** — supplements astrocartography\n\n**Default body set:** Sun, Moon, Mercury..Pluto (asteroids and lots\nare not part of the Cozzi tradition and are silently dropped).\n\n**Polar latitudes** (|lat| > 66.5°) emit a `POLAR_LOCAL_SPACE`\nsoft warning — circumpolar planets never set, so altitude\ninterpretation needs adjustment.\n\n**Response time:** ~80ms | **Accuracy:** Swiss Ephemeris (topocentric)\n\n✨ **Example Description:**\nSome practitioners use a 3° orb instead of the strict 2° Cozzi default — useful for finding 'almost-on-the-line' planets.\n\n🔗 **Endpoint:** `POST /api/v3/charts/local-space`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "local-space"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 5,\n      \"day\": 10,\n      \"hour\": 18,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"azimuth_orb\": 3.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Davison Relationship Chart",
          "description": "All available examples for Davison Relationship Chart endpoint. 💑 **Davison Relationship Chart** — A real natal chart at the midpoint in time and space between two births.\n\n**Perfect for:**\n- 💍 Couples wanting a single chart that represents their relationship as a unified entity\n- 📊 Comparing with the midpoint composite method (`/charts/composite`)\n- 🌍 Intercontinental couples (note: `arithmetic` default avoids arctic placements)\n\n**What you get:**\n- A real natal chart for the synthetic midpoint moment and location\n- Standard planetary positions, houses, and aspects\n- `midpoint_metadata` showing which JD, coordinates, and method were used\n- Polar / antipodal / large-time-gap warnings as needed\n\n**Midpoint methods:**\n- **arithmetic** (default) — astro.com's method. Linear average of latitude/longitude. Matches Solar Fire / Astro Gold / classical Davison 1977.\n- **spherical** — Great-circle midpoint via spherical interpolation. Geometrically rigorous; diverges from astro.com for long-distance pairs.\n\n**Sidereal:** when both subjects request `sidereal=true`, the midpoint chart resolves at the chosen ayanamsa evaluated at `jd_mid`. A single zodiac (tropical or sidereal) must apply to both subjects; per-subject zodiac override is not supported.\n\n**Related:**\n- `/charts/composite?method=davison` — same math via the composite dispatcher.\n- `/insights/relationship/davison` — insights-flavored variant with extra relational metadata.\n\n**Response time:** ~300-500ms | **Content:** chart_data + midpoint_metadata + warnings",
          "item": [
            {
              "id": "0d3d347d-a04c-4744-9461-5006c584322c",
              "name": "Arithmetic midpoint (astro.com parity — default)",
              "request": {
                "name": "Arithmetic midpoint (astro.com parity — default)",
                "description": {
                  "content": "🎯 **Davison Relationship Chart**\n\n📋 **Endpoint Description:**\n💑 **Davison Relationship Chart** — A real natal chart at the midpoint in time and space between two births.\n\n**Perfect for:**\n- 💍 Couples wanting a single chart that represents their relationship as a unified entity\n- 📊 Comparing with the midpoint composite method (`/charts/composite`)\n- 🌍 Intercontinental couples (note: `arithmetic` default avoids arctic placements)\n\n**What you get:**\n- A real natal chart for the synthetic midpoint moment and location\n- Standard planetary positions, houses, and aspects\n- `midpoint_metadata` showing which JD, coordinates, and method were used\n- Polar / antipodal / large-time-gap warnings as needed\n\n**Midpoint methods:**\n- **arithmetic** (default) — astro.com's method. Linear average of latitude/longitude. Matches Solar Fire / Astro Gold / classical Davison 1977.\n- **spherical** — Great-circle midpoint via spherical interpolation. Geometrically rigorous; diverges from astro.com for long-distance pairs.\n\n**Sidereal:** when both subjects request `sidereal=true`, the midpoint chart resolves at the chosen ayanamsa evaluated at `jd_mid`. A single zodiac (tropical or sidereal) must apply to both subjects; per-subject zodiac override is not supported.\n\n**Related:**\n- `/charts/composite?method=davison` — same math via the composite dispatcher.\n- `/insights/relationship/davison` — insights-flavored variant with extra relational metadata.\n\n**Response time:** ~300-500ms | **Content:** chart_data + midpoint_metadata + warnings\n\n✨ **Example Description:**\nDefault — matches astro.com's Davison calculator output.\n\n🔗 **Endpoint:** `POST /api/v3/charts/davison`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "davison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Charles\",\n    \"birth_data\": {\n      \"year\": 1948,\n      \"month\": 11,\n      \"day\": 14,\n      \"hour\": 21,\n      \"minute\": 14,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Diana\",\n    \"birth_data\": {\n      \"year\": 1961,\n      \"month\": 7,\n      \"day\": 1,\n      \"hour\": 19,\n      \"minute\": 45,\n      \"city\": \"Sandringham\",\n      \"country_code\": \"GB\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "6c467de6-5ec7-4ad2-8a1b-5becdc4bc694",
              "name": "Spherical (great-circle) midpoint — opt-in",
              "request": {
                "name": "Spherical (great-circle) midpoint — opt-in",
                "description": {
                  "content": "🎯 **Davison Relationship Chart**\n\n📋 **Endpoint Description:**\n💑 **Davison Relationship Chart** — A real natal chart at the midpoint in time and space between two births.\n\n**Perfect for:**\n- 💍 Couples wanting a single chart that represents their relationship as a unified entity\n- 📊 Comparing with the midpoint composite method (`/charts/composite`)\n- 🌍 Intercontinental couples (note: `arithmetic` default avoids arctic placements)\n\n**What you get:**\n- A real natal chart for the synthetic midpoint moment and location\n- Standard planetary positions, houses, and aspects\n- `midpoint_metadata` showing which JD, coordinates, and method were used\n- Polar / antipodal / large-time-gap warnings as needed\n\n**Midpoint methods:**\n- **arithmetic** (default) — astro.com's method. Linear average of latitude/longitude. Matches Solar Fire / Astro Gold / classical Davison 1977.\n- **spherical** — Great-circle midpoint via spherical interpolation. Geometrically rigorous; diverges from astro.com for long-distance pairs.\n\n**Sidereal:** when both subjects request `sidereal=true`, the midpoint chart resolves at the chosen ayanamsa evaluated at `jd_mid`. A single zodiac (tropical or sidereal) must apply to both subjects; per-subject zodiac override is not supported.\n\n**Related:**\n- `/charts/composite?method=davison` — same math via the composite dispatcher.\n- `/insights/relationship/davison` — insights-flavored variant with extra relational metadata.\n\n**Response time:** ~300-500ms | **Content:** chart_data + midpoint_metadata + warnings\n\n✨ **Example Description:**\nGeometrically rigorous; differs from astro.com for intercontinental pairs. Use when you want the great-circle answer rather than parity.\n\n🔗 **Endpoint:** `POST /api/v3/charts/davison`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "davison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"A\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"B\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 3,\n      \"day\": 22,\n      \"hour\": 8,\n      \"minute\": 30,\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"midpoint_method\": \"spherical\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Transit Snapshot (specific moment)",
          "description": "All available examples for Transit Snapshot (specific moment) endpoint. 📸 **Transit Snapshot** - Planetary positions at a specific moment\n\n**What this is:**\nA \"photograph\" of the sky at a **specific date/time** overlaid on the natal chart.\nAnswers the question: **\"What's happening in my chart RIGHT NOW?\"**\n\n**Input:** Natal data + exact transit datetime (e.g., \"March 15, 2024 at 12:00\")\n\n**vs /natal-transits:** Use `/natal-transits` for period analysis (\"What transits await me in March?\")\n\n**Perfect for:**\n- 🎯 Daily astrological guidance — current sky snapshot\n- 📅 Checking transits for a specific moment\n- 🔮 Understanding \"what's happening now\"\n- 📱 Transit wheel visualizations\n\n**What you get:**\n- **Transit positions** (`Sun_transit`, `Moon_transit`, etc.) overlaid on natal chart\n- **Natal positions** (`Sun_natal`, `Moon_natal`, etc.) for reference\n- **Active aspects** between transiting and natal planets at this moment\n- **House overlays** showing which houses transits are activating\n- **Aspect orbs** — how close to exact each aspect is\n\n**Analysis includes:**\n- **Major transits** (Jupiter, Saturn, Uranus, Neptune, Pluto)\n- **Personal transits** (Sun, Moon, Mercury, Venus, Mars)\n- **Nodal transits** for karmic timing\n- **Angular transits** (to Ascendant, Midheaven)\n\n**Response time:** ~250ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "bfe02ad6-7657-42e5-b10a-62c7462849f5",
              "name": "Current Transits - Today",
              "request": {
                "name": "Current Transits - Today",
                "description": {
                  "content": "🎯 **Transit Snapshot (specific moment)**\n\n📋 **Endpoint Description:**\n📸 **Transit Snapshot** - Planetary positions at a specific moment\n\n**What this is:**\nA \"photograph\" of the sky at a **specific date/time** overlaid on the natal chart.\nAnswers the question: **\"What's happening in my chart RIGHT NOW?\"**\n\n**Input:** Natal data + exact transit datetime (e.g., \"March 15, 2024 at 12:00\")\n\n**vs /natal-transits:** Use `/natal-transits` for period analysis (\"What transits await me in March?\")\n\n**Perfect for:**\n- 🎯 Daily astrological guidance — current sky snapshot\n- 📅 Checking transits for a specific moment\n- 🔮 Understanding \"what's happening now\"\n- 📱 Transit wheel visualizations\n\n**What you get:**\n- **Transit positions** (`Sun_transit`, `Moon_transit`, etc.) overlaid on natal chart\n- **Natal positions** (`Sun_natal`, `Moon_natal`, etc.) for reference\n- **Active aspects** between transiting and natal planets at this moment\n- **House overlays** showing which houses transits are activating\n- **Aspect orbs** — how close to exact each aspect is\n\n**Analysis includes:**\n- **Major transits** (Jupiter, Saturn, Uranus, Neptune, Pluto)\n- **Personal transits** (Sun, Moon, Mercury, Venus, Mars)\n- **Nodal transits** for karmic timing\n- **Angular transits** (to Ascendant, Midheaven)\n\n**Response time:** ~250ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nCurrent planetary transits to natal chart for today\n\n🔗 **Endpoint:** `POST /api/v3/charts/transit`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "transit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Jennifer Wilson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"transit_time\": {\n    \"datetime\": {\n      \"year\": 2024,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "bb2afbe7-ef78-423e-8dfa-efe0c0e24638",
              "name": "Major Outer Planet Transits",
              "request": {
                "name": "Major Outer Planet Transits",
                "description": {
                  "content": "🎯 **Transit Snapshot (specific moment)**\n\n📋 **Endpoint Description:**\n📸 **Transit Snapshot** - Planetary positions at a specific moment\n\n**What this is:**\nA \"photograph\" of the sky at a **specific date/time** overlaid on the natal chart.\nAnswers the question: **\"What's happening in my chart RIGHT NOW?\"**\n\n**Input:** Natal data + exact transit datetime (e.g., \"March 15, 2024 at 12:00\")\n\n**vs /natal-transits:** Use `/natal-transits` for period analysis (\"What transits await me in March?\")\n\n**Perfect for:**\n- 🎯 Daily astrological guidance — current sky snapshot\n- 📅 Checking transits for a specific moment\n- 🔮 Understanding \"what's happening now\"\n- 📱 Transit wheel visualizations\n\n**What you get:**\n- **Transit positions** (`Sun_transit`, `Moon_transit`, etc.) overlaid on natal chart\n- **Natal positions** (`Sun_natal`, `Moon_natal`, etc.) for reference\n- **Active aspects** between transiting and natal planets at this moment\n- **House overlays** showing which houses transits are activating\n- **Aspect orbs** — how close to exact each aspect is\n\n**Analysis includes:**\n- **Major transits** (Jupiter, Saturn, Uranus, Neptune, Pluto)\n- **Personal transits** (Sun, Moon, Mercury, Venus, Mars)\n- **Nodal transits** for karmic timing\n- **Angular transits** (to Ascendant, Midheaven)\n\n**Response time:** ~250ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nFocus on slow-moving outer planets for long-term influences\n\n🔗 **Endpoint:** `POST /api/v3/charts/transit`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "transit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Robert Chen\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006\n    }\n  },\n  \"transit_time\": {\n    \"datetime\": {\n      \"year\": 2024,\n      \"month\": 7,\n      \"day\": 21,\n      \"hour\": 15,\n      \"minute\": 30,\n      \"second\": 0,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\",\n      \"Chiron\",\n      \"Mean_Node\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5b030ccd-4888-4948-8f32-a90fe3c4ced6",
              "name": "Relocated Transit Analysis",
              "request": {
                "name": "Relocated Transit Analysis",
                "description": {
                  "content": "🎯 **Transit Snapshot (specific moment)**\n\n📋 **Endpoint Description:**\n📸 **Transit Snapshot** - Planetary positions at a specific moment\n\n**What this is:**\nA \"photograph\" of the sky at a **specific date/time** overlaid on the natal chart.\nAnswers the question: **\"What's happening in my chart RIGHT NOW?\"**\n\n**Input:** Natal data + exact transit datetime (e.g., \"March 15, 2024 at 12:00\")\n\n**vs /natal-transits:** Use `/natal-transits` for period analysis (\"What transits await me in March?\")\n\n**Perfect for:**\n- 🎯 Daily astrological guidance — current sky snapshot\n- 📅 Checking transits for a specific moment\n- 🔮 Understanding \"what's happening now\"\n- 📱 Transit wheel visualizations\n\n**What you get:**\n- **Transit positions** (`Sun_transit`, `Moon_transit`, etc.) overlaid on natal chart\n- **Natal positions** (`Sun_natal`, `Moon_natal`, etc.) for reference\n- **Active aspects** between transiting and natal planets at this moment\n- **House overlays** showing which houses transits are activating\n- **Aspect orbs** — how close to exact each aspect is\n\n**Analysis includes:**\n- **Major transits** (Jupiter, Saturn, Uranus, Neptune, Pluto)\n- **Personal transits** (Sun, Moon, Mercury, Venus, Mars)\n- **Nodal transits** for karmic timing\n- **Angular transits** (to Ascendant, Midheaven)\n\n**Response time:** ~250ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nTransits calculated for different location than birth (relocation astrology)\n\n🔗 **Endpoint:** `POST /api/v3/charts/transit`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "transit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Maria Santos\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"transit_time\": {\n    \"datetime\": {\n      \"year\": 2024,\n      \"month\": 12,\n      \"day\": 8,\n      \"hour\": 20,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"K\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\",\n      \"Ascendant\",\n      \"Medium_Coeli\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Chart Solar Return",
          "description": "All available examples for Chart Solar Return endpoint. ☀️ **Solar Return Chart** - Annual birthday chart for yearly forecasting\n\n**Perfect for:**\n- 🎂 Annual birthday readings\n- 📅 Year-ahead planning and forecasting\n- 🎯 Understanding yearly themes and focus\n- 📊 Professional annual consultations\n\n**What you get:**\n- **Solar return chart** calculated for exact Sun return moment\n- **Relocated chart** for current residence (if different from birth)\n- **House emphasis** showing life areas of focus for the year\n- **Planetary aspects** indicating yearly themes\n- **Angular planets** for major yearly influences\n\n**Forecasting insights:**\n- **Career and reputation** (10th house emphasis)\n- **Relationships and partnerships** (7th house focus)\n- **Health and daily routine** (6th house themes)\n- **Home and family** (4th house matters)\n- **Creativity and romance** (5th house activities)\n\n**Technical details:**\n- Calculated for exact moment Sun returns to natal degree\n- Uses current location (relocation astrology)\n- Valid for one solar year (birthday to birthday)\n\n**Response time:** ~300ms | **Accuracy:** Precise solar return timing",
          "item": [
            {
              "id": "603d2ecf-6697-4487-b083-bedbf52a197e",
              "name": "2024 Birthday Chart",
              "request": {
                "name": "2024 Birthday Chart",
                "description": {
                  "content": "🎯 **Chart Solar Return**\n\n📋 **Endpoint Description:**\n☀️ **Solar Return Chart** - Annual birthday chart for yearly forecasting\n\n**Perfect for:**\n- 🎂 Annual birthday readings\n- 📅 Year-ahead planning and forecasting\n- 🎯 Understanding yearly themes and focus\n- 📊 Professional annual consultations\n\n**What you get:**\n- **Solar return chart** calculated for exact Sun return moment\n- **Relocated chart** for current residence (if different from birth)\n- **House emphasis** showing life areas of focus for the year\n- **Planetary aspects** indicating yearly themes\n- **Angular planets** for major yearly influences\n\n**Forecasting insights:**\n- **Career and reputation** (10th house emphasis)\n- **Relationships and partnerships** (7th house focus)\n- **Health and daily routine** (6th house themes)\n- **Home and family** (4th house matters)\n- **Creativity and romance** (5th house activities)\n\n**Technical details:**\n- Calculated for exact moment Sun returns to natal degree\n- Uses current location (relocation astrology)\n- Valid for one solar year (birthday to birthday)\n\n**Response time:** ~300ms | **Accuracy:** Precise solar return timing\n\n✨ **Example Description:**\nSolar return for 2024 calculated at birth location\n\n🔗 **Endpoint:** `POST /api/v3/charts/solar-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "solar-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Birthday Person\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"return_year\": 2024,\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "bf8411e7-86a0-40c2-a3ee-2d8e24147a8c",
              "name": "Relocated Solar Return",
              "request": {
                "name": "Relocated Solar Return",
                "description": {
                  "content": "🎯 **Chart Solar Return**\n\n📋 **Endpoint Description:**\n☀️ **Solar Return Chart** - Annual birthday chart for yearly forecasting\n\n**Perfect for:**\n- 🎂 Annual birthday readings\n- 📅 Year-ahead planning and forecasting\n- 🎯 Understanding yearly themes and focus\n- 📊 Professional annual consultations\n\n**What you get:**\n- **Solar return chart** calculated for exact Sun return moment\n- **Relocated chart** for current residence (if different from birth)\n- **House emphasis** showing life areas of focus for the year\n- **Planetary aspects** indicating yearly themes\n- **Angular planets** for major yearly influences\n\n**Forecasting insights:**\n- **Career and reputation** (10th house emphasis)\n- **Relationships and partnerships** (7th house focus)\n- **Health and daily routine** (6th house themes)\n- **Home and family** (4th house matters)\n- **Creativity and romance** (5th house activities)\n\n**Technical details:**\n- Calculated for exact moment Sun returns to natal degree\n- Uses current location (relocation astrology)\n- Valid for one solar year (birthday to birthday)\n\n**Response time:** ~300ms | **Accuracy:** Precise solar return timing\n\n✨ **Example Description:**\nSolar return calculated for current residence (different from birth location)\n\n🔗 **Endpoint:** `POST /api/v3/charts/solar-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "solar-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Relocated Person\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"return_year\": 2025,\n  \"return_location\": {\n    \"year\": 2025,\n    \"month\": 8,\n    \"day\": 22,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"city\": \"Tokyo\",\n    \"country_code\": \"JP\"\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Chiron\",\n      \"Mean_Node\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "26c86abd-8221-44c5-86f1-d147b7f9cb00",
              "name": "High Precision Solar Return",
              "request": {
                "name": "High Precision Solar Return",
                "description": {
                  "content": "🎯 **Chart Solar Return**\n\n📋 **Endpoint Description:**\n☀️ **Solar Return Chart** - Annual birthday chart for yearly forecasting\n\n**Perfect for:**\n- 🎂 Annual birthday readings\n- 📅 Year-ahead planning and forecasting\n- 🎯 Understanding yearly themes and focus\n- 📊 Professional annual consultations\n\n**What you get:**\n- **Solar return chart** calculated for exact Sun return moment\n- **Relocated chart** for current residence (if different from birth)\n- **House emphasis** showing life areas of focus for the year\n- **Planetary aspects** indicating yearly themes\n- **Angular planets** for major yearly influences\n\n**Forecasting insights:**\n- **Career and reputation** (10th house emphasis)\n- **Relationships and partnerships** (7th house focus)\n- **Health and daily routine** (6th house themes)\n- **Home and family** (4th house matters)\n- **Creativity and romance** (5th house activities)\n\n**Technical details:**\n- Calculated for exact moment Sun returns to natal degree\n- Uses current location (relocation astrology)\n- Valid for one solar year (birthday to birthday)\n\n**Response time:** ~300ms | **Accuracy:** Precise solar return timing\n\n✨ **Example Description:**\nSolar return with exact coordinates for maximum accuracy\n\n🔗 **Endpoint:** `POST /api/v3/charts/solar-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "solar-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Precision Seeker\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 30,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006\n    }\n  },\n  \"return_year\": 2024,\n  \"options\": {\n    \"house_system\": \"K\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\",\n      \"Ascendant\",\n      \"Medium_Coeli\"\n    ],\n    \"precision\": 6\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Chart Lunar Return",
          "description": "All available examples for Chart Lunar Return endpoint. 🌙 **Lunar Return Chart** - Monthly Moon return for short-term forecasting\n\n**Perfect for:**\n- 🌙 Monthly planning and timing\n- 📅 Short-term emotional cycles\n- 🎯 Understanding monthly themes\n- 📊 Complementing solar return analysis\n\n**What you get:**\n- **Lunar return chart** for exact Moon return to natal position\n- **Monthly emotional themes** and focus areas\n- **Relationship dynamics** for the lunar month\n- **Daily life patterns** and routine changes\n- **Intuitive and psychic cycles**\n\n**Monthly insights:**\n- **Emotional focus** (Moon's house position)\n- **Communication patterns** (Mercury aspects)\n- **Social interactions** (Venus influences)\n- **Energy levels** (Mars placement)\n- **Subconscious patterns** (12th house themes)\n\n**Technical details:**\n- Calculated for exact moment Moon returns to natal degree\n- Occurs approximately every 27.3 days\n- Valid for one sidereal month\n- Uses current location for relocated chart\n\n**Response time:** ~250ms | **Accuracy:** Precise lunar return timing",
          "item": [
            {
              "id": "53b39027-c870-4800-8644-f8c961806059",
              "name": "Current Lunar Return",
              "request": {
                "name": "Current Lunar Return",
                "description": {
                  "content": "🎯 **Chart Lunar Return**\n\n📋 **Endpoint Description:**\n🌙 **Lunar Return Chart** - Monthly Moon return for short-term forecasting\n\n**Perfect for:**\n- 🌙 Monthly planning and timing\n- 📅 Short-term emotional cycles\n- 🎯 Understanding monthly themes\n- 📊 Complementing solar return analysis\n\n**What you get:**\n- **Lunar return chart** for exact Moon return to natal position\n- **Monthly emotional themes** and focus areas\n- **Relationship dynamics** for the lunar month\n- **Daily life patterns** and routine changes\n- **Intuitive and psychic cycles**\n\n**Monthly insights:**\n- **Emotional focus** (Moon's house position)\n- **Communication patterns** (Mercury aspects)\n- **Social interactions** (Venus influences)\n- **Energy levels** (Mars placement)\n- **Subconscious patterns** (12th house themes)\n\n**Technical details:**\n- Calculated for exact moment Moon returns to natal degree\n- Occurs approximately every 27.3 days\n- Valid for one sidereal month\n- Uses current location for relocated chart\n\n**Response time:** ~250ms | **Accuracy:** Precise lunar return timing\n\n✨ **Example Description:**\nMost recent lunar return for monthly planning and emotional cycles\n\n🔗 **Endpoint:** `POST /api/v3/charts/lunar-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "lunar-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Luna Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"return_date\": \"2024-03-15\",\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "167ae5bc-b847-4e80-92d0-15d4ad2b7a34",
              "name": "Relocated Lunar Return",
              "request": {
                "name": "Relocated Lunar Return",
                "description": {
                  "content": "🎯 **Chart Lunar Return**\n\n📋 **Endpoint Description:**\n🌙 **Lunar Return Chart** - Monthly Moon return for short-term forecasting\n\n**Perfect for:**\n- 🌙 Monthly planning and timing\n- 📅 Short-term emotional cycles\n- 🎯 Understanding monthly themes\n- 📊 Complementing solar return analysis\n\n**What you get:**\n- **Lunar return chart** for exact Moon return to natal position\n- **Monthly emotional themes** and focus areas\n- **Relationship dynamics** for the lunar month\n- **Daily life patterns** and routine changes\n- **Intuitive and psychic cycles**\n\n**Monthly insights:**\n- **Emotional focus** (Moon's house position)\n- **Communication patterns** (Mercury aspects)\n- **Social interactions** (Venus influences)\n- **Energy levels** (Mars placement)\n- **Subconscious patterns** (12th house themes)\n\n**Technical details:**\n- Calculated for exact moment Moon returns to natal degree\n- Occurs approximately every 27.3 days\n- Valid for one sidereal month\n- Uses current location for relocated chart\n\n**Response time:** ~250ms | **Accuracy:** Precise lunar return timing\n\n✨ **Example Description:**\nLunar return calculated for current location (relocation astrology)\n\n🔗 **Endpoint:** `POST /api/v3/charts/lunar-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "lunar-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Lunar Traveler\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Sydney\",\n      \"country_code\": \"AU\"\n    }\n  },\n  \"return_date\": \"2024-04-20\",\n  \"return_location\": {\n    \"year\": 2024,\n    \"month\": 4,\n    \"day\": 20,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"city\": \"Paris\",\n    \"country_code\": \"FR\"\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "480d3afc-8143-44aa-a4d6-fb7964e8ac83",
              "name": "Precise Lunar Timing",
              "request": {
                "name": "Precise Lunar Timing",
                "description": {
                  "content": "🎯 **Chart Lunar Return**\n\n📋 **Endpoint Description:**\n🌙 **Lunar Return Chart** - Monthly Moon return for short-term forecasting\n\n**Perfect for:**\n- 🌙 Monthly planning and timing\n- 📅 Short-term emotional cycles\n- 🎯 Understanding monthly themes\n- 📊 Complementing solar return analysis\n\n**What you get:**\n- **Lunar return chart** for exact Moon return to natal position\n- **Monthly emotional themes** and focus areas\n- **Relationship dynamics** for the lunar month\n- **Daily life patterns** and routine changes\n- **Intuitive and psychic cycles**\n\n**Monthly insights:**\n- **Emotional focus** (Moon's house position)\n- **Communication patterns** (Mercury aspects)\n- **Social interactions** (Venus influences)\n- **Energy levels** (Mars placement)\n- **Subconscious patterns** (12th house themes)\n\n**Technical details:**\n- Calculated for exact moment Moon returns to natal degree\n- Occurs approximately every 27.3 days\n- Valid for one sidereal month\n- Uses current location for relocated chart\n\n**Response time:** ~250ms | **Accuracy:** Precise lunar return timing\n\n✨ **Example Description:**\nHigh precision lunar return with exact coordinates and timing\n\n🔗 **Endpoint:** `POST /api/v3/charts/lunar-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "lunar-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Lunar Precision\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 30,\n      \"latitude\": 35.6762,\n      \"longitude\": 139.6503\n    }\n  },\n  \"return_date\": \"2024-07-05\",\n  \"options\": {\n    \"house_system\": \"K\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Chiron\",\n      \"Part_of_Fortune\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Solar Return Transits",
          "description": "All available examples for Solar Return Transits endpoint. ☀️🔄 **Solar Return Transit Analysis** - Current planetary influences on your yearly chart\n\n**Perfect for:**\n- 🎂 Annual birthday chart transit tracking\n- 📅 Timing major yearly events and decisions\n- 🎯 Understanding current influences within your solar year\n- 📊 Professional annual consultation materials\n\n**What you get:**\n- **Transits to solar return chart** - how current planets affect your yearly forecast\n- **Aspect direction analysis** - applying (forming), separating (dissolving), or exact\n- **Precise timing calculations** - exact moment when aspects become perfect (0° orb)\n- **Transit speed data** - planetary velocity for dynamic interpretation\n- **Orb measurements** - exact angular distance from perfect aspects\n\n**Analysis includes:**\n- **Major yearly transits** (Jupiter, Saturn, Uranus, Neptune, Pluto)\n- **Personal transits** (Sun, Moon, Mercury, Venus, Mars) to solar return positions\n- **Timing precision** for peak influence periods\n- **Dynamic interpretation** based on planetary speeds and directions\n\n**Technical features:**\n- **Aspect direction**: Whether aspect is forming or dissolving\n- **Exact timing**: Precise moment for aspect culmination (when calculable)\n- **Transit speed**: Planet velocity in degrees/day (negative = retrograde)\n\n**Note:** Analyzes transits to your solar return chart (yearly forecast chart).\nPerfect for timing events and understanding influences within your solar year cycle.\n\n**Response time:** ~350ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "ceb7f693-f0c5-4649-9d78-4930a5e0b4cc",
              "name": "Birthday Year Transits",
              "request": {
                "name": "Birthday Year Transits",
                "description": {
                  "content": "🎯 **Solar Return Transits**\n\n📋 **Endpoint Description:**\n☀️🔄 **Solar Return Transit Analysis** - Current planetary influences on your yearly chart\n\n**Perfect for:**\n- 🎂 Annual birthday chart transit tracking\n- 📅 Timing major yearly events and decisions\n- 🎯 Understanding current influences within your solar year\n- 📊 Professional annual consultation materials\n\n**What you get:**\n- **Transits to solar return chart** - how current planets affect your yearly forecast\n- **Aspect direction analysis** - applying (forming), separating (dissolving), or exact\n- **Precise timing calculations** - exact moment when aspects become perfect (0° orb)\n- **Transit speed data** - planetary velocity for dynamic interpretation\n- **Orb measurements** - exact angular distance from perfect aspects\n\n**Analysis includes:**\n- **Major yearly transits** (Jupiter, Saturn, Uranus, Neptune, Pluto)\n- **Personal transits** (Sun, Moon, Mercury, Venus, Mars) to solar return positions\n- **Timing precision** for peak influence periods\n- **Dynamic interpretation** based on planetary speeds and directions\n\n**Technical features:**\n- **Aspect direction**: Whether aspect is forming or dissolving\n- **Exact timing**: Precise moment for aspect culmination (when calculable)\n- **Transit speed**: Planet velocity in degrees/day (negative = retrograde)\n\n**Note:** Analyzes transits to your solar return chart (yearly forecast chart).\nPerfect for timing events and understanding influences within your solar year cycle.\n\n**Response time:** ~350ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nCurrent transits to solar return chart for birthday year analysis\n\n🔗 **Endpoint:** `POST /api/v3/charts/solar-return-transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "solar-return-transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Birthday Tracker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"return_year\": 2024,\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2024,\n      \"month\": 5,\n      \"day\": 15\n    },\n    \"end_date\": {\n      \"year\": 2025,\n      \"month\": 5,\n      \"day\": 14\n    }\n  },\n  \"orb\": 2.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "2eb02f88-15eb-4af3-8083-a900f0ae02d6",
              "name": "Relocated Solar Return Transits",
              "request": {
                "name": "Relocated Solar Return Transits",
                "description": {
                  "content": "🎯 **Solar Return Transits**\n\n📋 **Endpoint Description:**\n☀️🔄 **Solar Return Transit Analysis** - Current planetary influences on your yearly chart\n\n**Perfect for:**\n- 🎂 Annual birthday chart transit tracking\n- 📅 Timing major yearly events and decisions\n- 🎯 Understanding current influences within your solar year\n- 📊 Professional annual consultation materials\n\n**What you get:**\n- **Transits to solar return chart** - how current planets affect your yearly forecast\n- **Aspect direction analysis** - applying (forming), separating (dissolving), or exact\n- **Precise timing calculations** - exact moment when aspects become perfect (0° orb)\n- **Transit speed data** - planetary velocity for dynamic interpretation\n- **Orb measurements** - exact angular distance from perfect aspects\n\n**Analysis includes:**\n- **Major yearly transits** (Jupiter, Saturn, Uranus, Neptune, Pluto)\n- **Personal transits** (Sun, Moon, Mercury, Venus, Mars) to solar return positions\n- **Timing precision** for peak influence periods\n- **Dynamic interpretation** based on planetary speeds and directions\n\n**Technical features:**\n- **Aspect direction**: Whether aspect is forming or dissolving\n- **Exact timing**: Precise moment for aspect culmination (when calculable)\n- **Transit speed**: Planet velocity in degrees/day (negative = retrograde)\n\n**Note:** Analyzes transits to your solar return chart (yearly forecast chart).\nPerfect for timing events and understanding influences within your solar year cycle.\n\n**Response time:** ~350ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nTransits to relocated solar return chart for different location analysis\n\n🔗 **Endpoint:** `POST /api/v3/charts/solar-return-transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "solar-return-transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Relocated Analyst\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"return_year\": 2024,\n  \"return_location\": {\n    \"year\": 2025,\n    \"month\": 8,\n    \"day\": 22,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"city\": \"Tokyo\",\n    \"country_code\": \"JP\"\n  },\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2024,\n      \"month\": 8,\n      \"day\": 22\n    },\n    \"end_date\": {\n      \"year\": 2024,\n      \"month\": 11,\n      \"day\": 22\n    }\n  },\n  \"orb\": 1.5\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "46c60d51-9a00-4bb2-a251-6ee731da00cd",
              "name": "Precise Solar Return Timing",
              "request": {
                "name": "Precise Solar Return Timing",
                "description": {
                  "content": "🎯 **Solar Return Transits**\n\n📋 **Endpoint Description:**\n☀️🔄 **Solar Return Transit Analysis** - Current planetary influences on your yearly chart\n\n**Perfect for:**\n- 🎂 Annual birthday chart transit tracking\n- 📅 Timing major yearly events and decisions\n- 🎯 Understanding current influences within your solar year\n- 📊 Professional annual consultation materials\n\n**What you get:**\n- **Transits to solar return chart** - how current planets affect your yearly forecast\n- **Aspect direction analysis** - applying (forming), separating (dissolving), or exact\n- **Precise timing calculations** - exact moment when aspects become perfect (0° orb)\n- **Transit speed data** - planetary velocity for dynamic interpretation\n- **Orb measurements** - exact angular distance from perfect aspects\n\n**Analysis includes:**\n- **Major yearly transits** (Jupiter, Saturn, Uranus, Neptune, Pluto)\n- **Personal transits** (Sun, Moon, Mercury, Venus, Mars) to solar return positions\n- **Timing precision** for peak influence periods\n- **Dynamic interpretation** based on planetary speeds and directions\n\n**Technical features:**\n- **Aspect direction**: Whether aspect is forming or dissolving\n- **Exact timing**: Precise moment for aspect culmination (when calculable)\n- **Transit speed**: Planet velocity in degrees/day (negative = retrograde)\n\n**Note:** Analyzes transits to your solar return chart (yearly forecast chart).\nPerfect for timing events and understanding influences within your solar year cycle.\n\n**Response time:** ~350ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nHigh precision transits to solar return for exact event timing\n\n🔗 **Endpoint:** `POST /api/v3/charts/solar-return-transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "solar-return-transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Precision Timer\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 30,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006\n    }\n  },\n  \"return_year\": 2024,\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2024,\n      \"month\": 11,\n      \"day\": 1\n    },\n    \"end_date\": {\n      \"year\": 2024,\n      \"month\": 11,\n      \"day\": 30\n    }\n  },\n  \"orb\": 0.5\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Chart Lunar Return Transits",
          "description": "All available examples for Chart Lunar Return Transits endpoint. Calculates exact transits to a lunar return chart over a given period.\n\nAnalyzes transits to your lunar return chart (monthly forecast chart).\nPerfect for timing events within your lunar month cycle.",
          "item": [
            {
              "id": "ffaa7a07-df44-4843-a19f-1e09f5e4e611",
              "name": "Monthly Lunar Transits",
              "request": {
                "name": "Monthly Lunar Transits",
                "description": {
                  "content": "🎯 **Chart Lunar Return Transits**\n\n📋 **Endpoint Description:**\nCalculates exact transits to a lunar return chart over a given period.\n\nAnalyzes transits to your lunar return chart (monthly forecast chart).\nPerfect for timing events within your lunar month cycle.\n\n✨ **Example Description:**\nCurrent transits to lunar return chart for monthly emotional timing\n\n🔗 **Endpoint:** `POST /api/v3/charts/lunar-return-transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "lunar-return-transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Lunar Transit Tracker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"return_date\": \"2024-03-15\",\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2024,\n      \"month\": 3,\n      \"day\": 15\n    },\n    \"end_date\": {\n      \"year\": 2024,\n      \"month\": 4,\n      \"day\": 14\n    }\n  },\n  \"orb\": 1.5\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d7595f14-60de-48bf-94fb-dcedfecb6fad",
              "name": "Precise Lunar Timing",
              "request": {
                "name": "Precise Lunar Timing",
                "description": {
                  "content": "🎯 **Chart Lunar Return Transits**\n\n📋 **Endpoint Description:**\nCalculates exact transits to a lunar return chart over a given period.\n\nAnalyzes transits to your lunar return chart (monthly forecast chart).\nPerfect for timing events within your lunar month cycle.\n\n✨ **Example Description:**\nHigh precision lunar return transits for exact event timing\n\n🔗 **Endpoint:** `POST /api/v3/charts/lunar-return-transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "lunar-return-transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Lunar Precision Timer\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"latitude\": 35.6762,\n      \"longitude\": 139.6503\n    }\n  },\n  \"return_date\": \"2024-07-05\",\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2024,\n      \"month\": 7,\n      \"day\": 5\n    },\n    \"end_date\": {\n      \"year\": 2024,\n      \"month\": 7,\n      \"day\": 12\n    }\n  },\n  \"orb\": 0.5\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Chart Venus Return",
          "description": "All available examples for Chart Venus Return endpoint. 💕 **Venus Return Chart** - Annual Venus cycle for love, finances, and values\n\n**Perfect for:**\n- 💕 Relationship timing and love cycles\n- 💰 Financial planning and material resources\n- 🎨 Aesthetic and creative direction\n- 🤝 Social life and partnership analysis\n\n**What you get:**\n- **Venus return chart** for exact Venus return to natal degree\n- **Triple return detection** when Venus retrogrades near natal position\n- **Return series metadata** with all passes (direct, retrograde, direct)\n- **Complete planetary positions, houses, and aspects**\n\n**Key themes:**\n- **Love & relationships** — new partnerships, romantic developments\n- **Money & values** — income shifts, spending patterns, investments\n- **Beauty & aesthetics** — style changes, artistic direction\n- **Self-worth** — confidence, personal value shifts\n- **Social connections** — friendships, social circles, diplomacy\n\n**Technical details:**\n- Geocentric Venus return occurs approximately once per year\n- During retrograde near natal Venus, a triple return (3 passes) can occur\n- Two-phase calculation: coarse scan + Newton-Raphson with bisection fallback\n- Sub-arcsecond precision (0.0001°)\n\n**Response time:** ~300ms | **Accuracy:** Sub-arcsecond Venus return timing",
          "item": [
            {
              "id": "e4688de4-13e6-47cc-9101-af9d6f9337cb",
              "name": "Venus Return for Love Timing",
              "request": {
                "name": "Venus Return for Love Timing",
                "description": {
                  "content": "🎯 **Chart Venus Return**\n\n📋 **Endpoint Description:**\n💕 **Venus Return Chart** - Annual Venus cycle for love, finances, and values\n\n**Perfect for:**\n- 💕 Relationship timing and love cycles\n- 💰 Financial planning and material resources\n- 🎨 Aesthetic and creative direction\n- 🤝 Social life and partnership analysis\n\n**What you get:**\n- **Venus return chart** for exact Venus return to natal degree\n- **Triple return detection** when Venus retrogrades near natal position\n- **Return series metadata** with all passes (direct, retrograde, direct)\n- **Complete planetary positions, houses, and aspects**\n\n**Key themes:**\n- **Love & relationships** — new partnerships, romantic developments\n- **Money & values** — income shifts, spending patterns, investments\n- **Beauty & aesthetics** — style changes, artistic direction\n- **Self-worth** — confidence, personal value shifts\n- **Social connections** — friendships, social circles, diplomacy\n\n**Technical details:**\n- Geocentric Venus return occurs approximately once per year\n- During retrograde near natal Venus, a triple return (3 passes) can occur\n- Two-phase calculation: coarse scan + Newton-Raphson with bisection fallback\n- Sub-arcsecond precision (0.0001°)\n\n**Response time:** ~300ms | **Accuracy:** Sub-arcsecond Venus return timing\n\n✨ **Example Description:**\nNext Venus return chart for relationship and love cycle analysis\n\n🔗 **Endpoint:** `POST /api/v3/charts/venus-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "venus-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Venus Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"return_date\": \"2024-06-15\",\n  \"direction\": \"next\",\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a347596f-7d35-4a9c-a442-f48a208a6f24",
              "name": "Relocated Venus Return",
              "request": {
                "name": "Relocated Venus Return",
                "description": {
                  "content": "🎯 **Chart Venus Return**\n\n📋 **Endpoint Description:**\n💕 **Venus Return Chart** - Annual Venus cycle for love, finances, and values\n\n**Perfect for:**\n- 💕 Relationship timing and love cycles\n- 💰 Financial planning and material resources\n- 🎨 Aesthetic and creative direction\n- 🤝 Social life and partnership analysis\n\n**What you get:**\n- **Venus return chart** for exact Venus return to natal degree\n- **Triple return detection** when Venus retrogrades near natal position\n- **Return series metadata** with all passes (direct, retrograde, direct)\n- **Complete planetary positions, houses, and aspects**\n\n**Key themes:**\n- **Love & relationships** — new partnerships, romantic developments\n- **Money & values** — income shifts, spending patterns, investments\n- **Beauty & aesthetics** — style changes, artistic direction\n- **Self-worth** — confidence, personal value shifts\n- **Social connections** — friendships, social circles, diplomacy\n\n**Technical details:**\n- Geocentric Venus return occurs approximately once per year\n- During retrograde near natal Venus, a triple return (3 passes) can occur\n- Two-phase calculation: coarse scan + Newton-Raphson with bisection fallback\n- Sub-arcsecond precision (0.0001°)\n\n**Response time:** ~300ms | **Accuracy:** Sub-arcsecond Venus return timing\n\n✨ **Example Description:**\nVenus return chart calculated for current location — popular in relocation astrology for love\n\n🔗 **Endpoint:** `POST /api/v3/charts/venus-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "venus-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Venus Traveler\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Sydney\",\n      \"country_code\": \"AU\"\n    }\n  },\n  \"return_date\": \"2025-01-10\",\n  \"direction\": \"next\",\n  \"return_location\": {\n    \"year\": 2025,\n    \"month\": 1,\n    \"day\": 10,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"city\": \"Paris\",\n    \"country_code\": \"FR\"\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f3432b88-a32f-477d-ba85-31fc907e9f40",
              "name": "Venus Return for Financial Timing",
              "request": {
                "name": "Venus Return for Financial Timing",
                "description": {
                  "content": "🎯 **Chart Venus Return**\n\n📋 **Endpoint Description:**\n💕 **Venus Return Chart** - Annual Venus cycle for love, finances, and values\n\n**Perfect for:**\n- 💕 Relationship timing and love cycles\n- 💰 Financial planning and material resources\n- 🎨 Aesthetic and creative direction\n- 🤝 Social life and partnership analysis\n\n**What you get:**\n- **Venus return chart** for exact Venus return to natal degree\n- **Triple return detection** when Venus retrogrades near natal position\n- **Return series metadata** with all passes (direct, retrograde, direct)\n- **Complete planetary positions, houses, and aspects**\n\n**Key themes:**\n- **Love & relationships** — new partnerships, romantic developments\n- **Money & values** — income shifts, spending patterns, investments\n- **Beauty & aesthetics** — style changes, artistic direction\n- **Self-worth** — confidence, personal value shifts\n- **Social connections** — friendships, social circles, diplomacy\n\n**Technical details:**\n- Geocentric Venus return occurs approximately once per year\n- During retrograde near natal Venus, a triple return (3 passes) can occur\n- Two-phase calculation: coarse scan + Newton-Raphson with bisection fallback\n- Sub-arcsecond precision (0.0001°)\n\n**Response time:** ~300ms | **Accuracy:** Sub-arcsecond Venus return timing\n\n✨ **Example Description:**\nVenus return chart for financial and material resources cycle with triple return handling\n\n🔗 **Endpoint:** `POST /api/v3/charts/venus-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "venus-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"return_date\": \"2025-08-20\",\n  \"direction\": \"next\",\n  \"preferred_pass\": \"last_direct\",\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Chart Venus Return Transits",
          "description": "All available examples for Chart Venus Return Transits endpoint. 💕 **Venus Return Transits** - Track planetary triggers to Venus return chart\n\n**Perfect for:**\n- 💕 Timing key relationship events within the Venus cycle\n- 💰 Financial timing and investment windows\n- 🎯 Identifying peak love and social activity periods\n- 📊 Complementing Venus return report analysis\n\n**What you get:**\n- **Transit events** — exact aspects between current planets and Venus return chart\n- **Timing precision** — date and orb for each transit event\n- **Aspect details** — conjunction, opposition, trine, square\n- **House context** — which life areas are activated\n\n**Response time:** ~500ms | **Content:** Transit events within date range",
          "item": [
            {
              "id": "ab87641a-e853-4dc1-a2fb-98ab8ddbcd2e",
              "name": "Love Cycle Transits",
              "request": {
                "name": "Love Cycle Transits",
                "description": {
                  "content": "🎯 **Chart Venus Return Transits**\n\n📋 **Endpoint Description:**\n💕 **Venus Return Transits** - Track planetary triggers to Venus return chart\n\n**Perfect for:**\n- 💕 Timing key relationship events within the Venus cycle\n- 💰 Financial timing and investment windows\n- 🎯 Identifying peak love and social activity periods\n- 📊 Complementing Venus return report analysis\n\n**What you get:**\n- **Transit events** — exact aspects between current planets and Venus return chart\n- **Timing precision** — date and orb for each transit event\n- **Aspect details** — conjunction, opposition, trine, square\n- **House context** — which life areas are activated\n\n**Response time:** ~500ms | **Content:** Transit events within date range\n\n✨ **Example Description:**\nTransits to Venus return chart for tracking relationship developments\n\n🔗 **Endpoint:** `POST /api/v3/charts/venus-return-transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "venus-return-transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Venus Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"return_date\": \"2024-06-15\",\n  \"direction\": \"next\",\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2024,\n      \"month\": 6,\n      \"day\": 15\n    },\n    \"end_date\": {\n      \"year\": 2024,\n      \"month\": 9,\n      \"day\": 15\n    }\n  },\n  \"orb\": 1.0,\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "61fecbe6-5308-42f4-a4aa-bc1e464e44e6",
              "name": "Full Venus Cycle Transits",
              "request": {
                "name": "Full Venus Cycle Transits",
                "description": {
                  "content": "🎯 **Chart Venus Return Transits**\n\n📋 **Endpoint Description:**\n💕 **Venus Return Transits** - Track planetary triggers to Venus return chart\n\n**Perfect for:**\n- 💕 Timing key relationship events within the Venus cycle\n- 💰 Financial timing and investment windows\n- 🎯 Identifying peak love and social activity periods\n- 📊 Complementing Venus return report analysis\n\n**What you get:**\n- **Transit events** — exact aspects between current planets and Venus return chart\n- **Timing precision** — date and orb for each transit event\n- **Aspect details** — conjunction, opposition, trine, square\n- **House context** — which life areas are activated\n\n**Response time:** ~500ms | **Content:** Transit events within date range\n\n✨ **Example Description:**\nTransits covering the entire Venus return period until next return\n\n🔗 **Endpoint:** `POST /api/v3/charts/venus-return-transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "venus-return-transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"return_date\": \"2025-08-20\",\n  \"direction\": \"next\",\n  \"preferred_pass\": \"last_direct\",\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2025,\n      \"month\": 8,\n      \"day\": 20\n    },\n    \"end_date\": {\n      \"year\": 2026,\n      \"month\": 2,\n      \"day\": 20\n    }\n  },\n  \"orb\": 1.5,\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Planetary Return (generic)",
          "description": "All available examples for Planetary Return (generic) endpoint. 🪐 **Planetary Return** — calculate the exact moment any supported planet returns to its natal longitude\n\n**Perfect for:**\n- 🎯 Timing major life cycles (Saturn at 29, Jupiter every ~12y, Mars every ~2y)\n- 📅 Casting a return chart for any supported planet on demand\n- 🔭 Pre-computing the active orb window for a return event\n- 📚 Educational tooling that needs a single generic interface\n\n**Supported planets:** Mercury, Venus, Mars, Jupiter, Saturn, Uranus.\nNeptune and Pluto have no return within a typical human lifetime and are rejected\nwith `RETURN_NOT_POSSIBLE`.\n\n**What you get:**\n- **`return_passes[]`** — 1 crossing (single return) or 3 crossings (triple return: direct → retrograde → direct)\n- **`return_type`** — `\"single\"` or `\"triple\"`\n- **`primary_pass_index`** — which pass is used for the chart, per your `primary_pass` strategy\n- **`period_orb_5deg`** — date range when the planet is within ±5° of natal longitude (modern Hand/Sullivan convention)\n- **`period_whole_sign`** — date range when the planet transits the natal sign (Hellenistic convention)\n- **`subject_data` + `chart_data`** — full chart cast for the primary pass moment\n- **`reference_age_years`** — exact age (in years) at the primary pass\n\n**Triple-pass awareness:**\nWhen the natal degree falls inside a planet's retrograde loop, three crossings occur.\n`primary_pass` chooses which one casts the chart:\n- **`first`** — the very first crossing\n- **`last`** — the very last crossing\n- **`first_direct`** — the first direct-motion crossing (Astro Gold convention, default)\n\n**Inputs (mutually exclusive):**\n- **`target_date`** — return nearest this date\n- **`return_number`** — 1-indexed (1st return, 2nd return, ...)\nExactly one must be provided.\n\n**Response time:** ~1-3s | **Accuracy:** ±60s precision via bisection on Swiss Ephemeris",
          "item": [
            {
              "id": "d7027f4e-1533-4bb5-b6c5-f59a35cbef74",
              "name": "Jupiter return at age 36 (3rd return)",
              "request": {
                "name": "Jupiter return at age 36 (3rd return)",
                "description": {
                  "content": "🎯 **Planetary Return (generic)**\n\n📋 **Endpoint Description:**\n🪐 **Planetary Return** — calculate the exact moment any supported planet returns to its natal longitude\n\n**Perfect for:**\n- 🎯 Timing major life cycles (Saturn at 29, Jupiter every ~12y, Mars every ~2y)\n- 📅 Casting a return chart for any supported planet on demand\n- 🔭 Pre-computing the active orb window for a return event\n- 📚 Educational tooling that needs a single generic interface\n\n**Supported planets:** Mercury, Venus, Mars, Jupiter, Saturn, Uranus.\nNeptune and Pluto have no return within a typical human lifetime and are rejected\nwith `RETURN_NOT_POSSIBLE`.\n\n**What you get:**\n- **`return_passes[]`** — 1 crossing (single return) or 3 crossings (triple return: direct → retrograde → direct)\n- **`return_type`** — `\"single\"` or `\"triple\"`\n- **`primary_pass_index`** — which pass is used for the chart, per your `primary_pass` strategy\n- **`period_orb_5deg`** — date range when the planet is within ±5° of natal longitude (modern Hand/Sullivan convention)\n- **`period_whole_sign`** — date range when the planet transits the natal sign (Hellenistic convention)\n- **`subject_data` + `chart_data`** — full chart cast for the primary pass moment\n- **`reference_age_years`** — exact age (in years) at the primary pass\n\n**Triple-pass awareness:**\nWhen the natal degree falls inside a planet's retrograde loop, three crossings occur.\n`primary_pass` chooses which one casts the chart:\n- **`first`** — the very first crossing\n- **`last`** — the very last crossing\n- **`first_direct`** — the first direct-motion crossing (Astro Gold convention, default)\n\n**Inputs (mutually exclusive):**\n- **`target_date`** — return nearest this date\n- **`return_number`** — 1-indexed (1st return, 2nd return, ...)\nExactly one must be provided.\n\n**Response time:** ~1-3s | **Accuracy:** ±60s precision via bisection on Swiss Ephemeris\n\n✨ **Example Description:**\nUse return_number for natural-age queries. The 3rd Jupiter return falls around age ~35-36 and is often associated with the Jupiter cycle's expansion phase.\n\n🔗 **Endpoint:** `POST /api/v3/charts/planetary-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "planetary-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"planet\": \"Jupiter\",\n  \"return_number\": 3,\n  \"primary_pass\": \"first_direct\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "632562e4-efd8-4113-be7d-eb0242db929c",
              "name": "Mars return nearest 2026-06-01",
              "request": {
                "name": "Mars return nearest 2026-06-01",
                "description": {
                  "content": "🎯 **Planetary Return (generic)**\n\n📋 **Endpoint Description:**\n🪐 **Planetary Return** — calculate the exact moment any supported planet returns to its natal longitude\n\n**Perfect for:**\n- 🎯 Timing major life cycles (Saturn at 29, Jupiter every ~12y, Mars every ~2y)\n- 📅 Casting a return chart for any supported planet on demand\n- 🔭 Pre-computing the active orb window for a return event\n- 📚 Educational tooling that needs a single generic interface\n\n**Supported planets:** Mercury, Venus, Mars, Jupiter, Saturn, Uranus.\nNeptune and Pluto have no return within a typical human lifetime and are rejected\nwith `RETURN_NOT_POSSIBLE`.\n\n**What you get:**\n- **`return_passes[]`** — 1 crossing (single return) or 3 crossings (triple return: direct → retrograde → direct)\n- **`return_type`** — `\"single\"` or `\"triple\"`\n- **`primary_pass_index`** — which pass is used for the chart, per your `primary_pass` strategy\n- **`period_orb_5deg`** — date range when the planet is within ±5° of natal longitude (modern Hand/Sullivan convention)\n- **`period_whole_sign`** — date range when the planet transits the natal sign (Hellenistic convention)\n- **`subject_data` + `chart_data`** — full chart cast for the primary pass moment\n- **`reference_age_years`** — exact age (in years) at the primary pass\n\n**Triple-pass awareness:**\nWhen the natal degree falls inside a planet's retrograde loop, three crossings occur.\n`primary_pass` chooses which one casts the chart:\n- **`first`** — the very first crossing\n- **`last`** — the very last crossing\n- **`first_direct`** — the first direct-motion crossing (Astro Gold convention, default)\n\n**Inputs (mutually exclusive):**\n- **`target_date`** — return nearest this date\n- **`return_number`** — 1-indexed (1st return, 2nd return, ...)\nExactly one must be provided.\n\n**Response time:** ~1-3s | **Accuracy:** ±60s precision via bisection on Swiss Ephemeris\n\n✨ **Example Description:**\nUse target_date when you want the return closest to a specific moment (e.g., timing a launch or major decision). Mars returns occur approximately every 2.135 years (synodic, not sidereal).\n\n🔗 **Endpoint:** `POST /api/v3/charts/planetary-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "planetary-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"planet\": \"Mars\",\n  \"target_date\": \"2026-06-01\",\n  \"primary_pass\": \"first_direct\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Saturn Return (dedicated)",
          "description": "All available examples for Saturn Return (dedicated) endpoint. ♄ **Saturn Return** — the classic 29.46-year Saturn cycle\n\n**Perfect for:**\n- 🎯 First Saturn Return (~age 29) — adulthood threshold, career & commitment\n- 🌳 Second Saturn Return (~age 58) — maturity, legacy, mortality\n- 🦉 Third Saturn Return (~age 88) — wisdom, completion, integration\n- 🧭 Saturn-themed coaching, therapy, or content products\n\n**Saturn Return phases:**\n- **First Saturn Return** (~age 29): the adulthood threshold. Restructures career,\n  relationships, and self-definition. The big \"who am I really?\" reckoning.\n- **Second Saturn Return** (~age 58): maturity and consolidation. Reckoning with\n  mortality, retirement, legacy, and what was built (or not).\n- **Third Saturn Return** (~age 88): wisdom phase. Integration of a full life,\n  completion, transmission.\n\n**What you get:**\n- All fields from the generic `/charts/planetary-return` endpoint (passes,\n  orb period, whole-sign period, full chart cast for the primary pass)\n- **`is_first_return`** — true when `return_number == 1` (convenience flag for UI)\n- **`saturn_age_years`** — exact age in years at the primary Saturn return pass\n\n**Inputs (mutually exclusive):**\n- **`target_date`** — Saturn return nearest this date\n- **`return_number`** — typed as `Literal[1, 2, 3]` for Saturn-specific safety\n\n**Triple-pass awareness:**\nA Saturn return often produces a triple pass (direct → retrograde → direct)\nwhen the natal degree falls within Saturn's retrograde loop. The `primary_pass`\nparameter (default `first_direct`, the Astro Gold convention) controls which\ncrossing is used to cast the chart.\n\n**Internals:** This dedicated endpoint composes the same generic engine as\n`/charts/planetary-return?planet=Saturn`. The wrapper adds Saturn-specific UX\n(typed return number, Saturn-tailored OpenAPI examples, `is_first_return` /\n`saturn_age_years` convenience fields).\n\n**Response time:** ~1-3s | **Accuracy:** ±60s precision via bisection on Swiss Ephemeris",
          "item": [
            {
              "id": "f315ac74-70fd-49bd-9070-80b6acfefbf7",
              "name": "First Saturn Return (~age 29)",
              "request": {
                "name": "First Saturn Return (~age 29)",
                "description": {
                  "content": "🎯 **Saturn Return (dedicated)**\n\n📋 **Endpoint Description:**\n♄ **Saturn Return** — the classic 29.46-year Saturn cycle\n\n**Perfect for:**\n- 🎯 First Saturn Return (~age 29) — adulthood threshold, career & commitment\n- 🌳 Second Saturn Return (~age 58) — maturity, legacy, mortality\n- 🦉 Third Saturn Return (~age 88) — wisdom, completion, integration\n- 🧭 Saturn-themed coaching, therapy, or content products\n\n**Saturn Return phases:**\n- **First Saturn Return** (~age 29): the adulthood threshold. Restructures career,\n  relationships, and self-definition. The big \"who am I really?\" reckoning.\n- **Second Saturn Return** (~age 58): maturity and consolidation. Reckoning with\n  mortality, retirement, legacy, and what was built (or not).\n- **Third Saturn Return** (~age 88): wisdom phase. Integration of a full life,\n  completion, transmission.\n\n**What you get:**\n- All fields from the generic `/charts/planetary-return` endpoint (passes,\n  orb period, whole-sign period, full chart cast for the primary pass)\n- **`is_first_return`** — true when `return_number == 1` (convenience flag for UI)\n- **`saturn_age_years`** — exact age in years at the primary Saturn return pass\n\n**Inputs (mutually exclusive):**\n- **`target_date`** — Saturn return nearest this date\n- **`return_number`** — typed as `Literal[1, 2, 3]` for Saturn-specific safety\n\n**Triple-pass awareness:**\nA Saturn return often produces a triple pass (direct → retrograde → direct)\nwhen the natal degree falls within Saturn's retrograde loop. The `primary_pass`\nparameter (default `first_direct`, the Astro Gold convention) controls which\ncrossing is used to cast the chart.\n\n**Internals:** This dedicated endpoint composes the same generic engine as\n`/charts/planetary-return?planet=Saturn`. The wrapper adds Saturn-specific UX\n(typed return number, Saturn-tailored OpenAPI examples, `is_first_return` /\n`saturn_age_years` convenience fields).\n\n**Response time:** ~1-3s | **Accuracy:** ±60s precision via bisection on Swiss Ephemeris\n\n✨ **Example Description:**\nThe classic 'Saturn Return' — adulthood threshold, career restructuring, relationship redefinition. Occurs ~29.46 years after birth.\n\n🔗 **Endpoint:** `POST /api/v3/charts/saturn-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "saturn-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"return_number\": 1,\n  \"primary_pass\": \"first_direct\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a0cdebb3-d602-4ca0-bc3d-d822d5f4f81b",
              "name": "Second Saturn Return (~age 58) — maturity",
              "request": {
                "name": "Second Saturn Return (~age 58) — maturity",
                "description": {
                  "content": "🎯 **Saturn Return (dedicated)**\n\n📋 **Endpoint Description:**\n♄ **Saturn Return** — the classic 29.46-year Saturn cycle\n\n**Perfect for:**\n- 🎯 First Saturn Return (~age 29) — adulthood threshold, career & commitment\n- 🌳 Second Saturn Return (~age 58) — maturity, legacy, mortality\n- 🦉 Third Saturn Return (~age 88) — wisdom, completion, integration\n- 🧭 Saturn-themed coaching, therapy, or content products\n\n**Saturn Return phases:**\n- **First Saturn Return** (~age 29): the adulthood threshold. Restructures career,\n  relationships, and self-definition. The big \"who am I really?\" reckoning.\n- **Second Saturn Return** (~age 58): maturity and consolidation. Reckoning with\n  mortality, retirement, legacy, and what was built (or not).\n- **Third Saturn Return** (~age 88): wisdom phase. Integration of a full life,\n  completion, transmission.\n\n**What you get:**\n- All fields from the generic `/charts/planetary-return` endpoint (passes,\n  orb period, whole-sign period, full chart cast for the primary pass)\n- **`is_first_return`** — true when `return_number == 1` (convenience flag for UI)\n- **`saturn_age_years`** — exact age in years at the primary Saturn return pass\n\n**Inputs (mutually exclusive):**\n- **`target_date`** — Saturn return nearest this date\n- **`return_number`** — typed as `Literal[1, 2, 3]` for Saturn-specific safety\n\n**Triple-pass awareness:**\nA Saturn return often produces a triple pass (direct → retrograde → direct)\nwhen the natal degree falls within Saturn's retrograde loop. The `primary_pass`\nparameter (default `first_direct`, the Astro Gold convention) controls which\ncrossing is used to cast the chart.\n\n**Internals:** This dedicated endpoint composes the same generic engine as\n`/charts/planetary-return?planet=Saturn`. The wrapper adds Saturn-specific UX\n(typed return number, Saturn-tailored OpenAPI examples, `is_first_return` /\n`saturn_age_years` convenience fields).\n\n**Response time:** ~1-3s | **Accuracy:** ±60s precision via bisection on Swiss Ephemeris\n\n✨ **Example Description:**\nMid-life reckoning, often retirement-adjacent. Marks consolidation of life's work and reckoning with mortality.\n\n🔗 **Endpoint:** `POST /api/v3/charts/saturn-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "saturn-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1965,\n    \"month\": 3,\n    \"day\": 15,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"return_number\": 2,\n  \"primary_pass\": \"first_direct\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "1678dd77-dbfd-4fa1-9ce3-e83c800a1082",
              "name": "Saturn return nearest a specific date",
              "request": {
                "name": "Saturn return nearest a specific date",
                "description": {
                  "content": "🎯 **Saturn Return (dedicated)**\n\n📋 **Endpoint Description:**\n♄ **Saturn Return** — the classic 29.46-year Saturn cycle\n\n**Perfect for:**\n- 🎯 First Saturn Return (~age 29) — adulthood threshold, career & commitment\n- 🌳 Second Saturn Return (~age 58) — maturity, legacy, mortality\n- 🦉 Third Saturn Return (~age 88) — wisdom, completion, integration\n- 🧭 Saturn-themed coaching, therapy, or content products\n\n**Saturn Return phases:**\n- **First Saturn Return** (~age 29): the adulthood threshold. Restructures career,\n  relationships, and self-definition. The big \"who am I really?\" reckoning.\n- **Second Saturn Return** (~age 58): maturity and consolidation. Reckoning with\n  mortality, retirement, legacy, and what was built (or not).\n- **Third Saturn Return** (~age 88): wisdom phase. Integration of a full life,\n  completion, transmission.\n\n**What you get:**\n- All fields from the generic `/charts/planetary-return` endpoint (passes,\n  orb period, whole-sign period, full chart cast for the primary pass)\n- **`is_first_return`** — true when `return_number == 1` (convenience flag for UI)\n- **`saturn_age_years`** — exact age in years at the primary Saturn return pass\n\n**Inputs (mutually exclusive):**\n- **`target_date`** — Saturn return nearest this date\n- **`return_number`** — typed as `Literal[1, 2, 3]` for Saturn-specific safety\n\n**Triple-pass awareness:**\nA Saturn return often produces a triple pass (direct → retrograde → direct)\nwhen the natal degree falls within Saturn's retrograde loop. The `primary_pass`\nparameter (default `first_direct`, the Astro Gold convention) controls which\ncrossing is used to cast the chart.\n\n**Internals:** This dedicated endpoint composes the same generic engine as\n`/charts/planetary-return?planet=Saturn`. The wrapper adds Saturn-specific UX\n(typed return number, Saturn-tailored OpenAPI examples, `is_first_return` /\n`saturn_age_years` convenience fields).\n\n**Response time:** ~1-3s | **Accuracy:** ±60s precision via bisection on Swiss Ephemeris\n\n✨ **Example Description:**\nWhen you know the rough date but not which return number — the engine identifies which Saturn return is nearest.\n\n🔗 **Endpoint:** `POST /api/v3/charts/saturn-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "saturn-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"target_date\": \"2014-12-15\",\n  \"primary_pass\": \"first_direct\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Chart Progressions",
          "description": "All available examples for Chart Progressions endpoint. Calculates a progression chart based on the specified type.\n\nSupported progression types:\n- **secondary**: Day-for-a-year progressions (most common)\n- **primary**: Degree-for-a-year (not yet implemented)\n- **tertiary**: Day-for-a-month (not yet implemented)\n- **minor**: Month-for-a-year (not yet implemented)",
          "item": [
            {
              "id": "148ac565-f305-4cfd-87af-4ca3ce080cd1",
              "name": "Secondary Progressions",
              "request": {
                "name": "Secondary Progressions",
                "description": {
                  "content": "🎯 **Chart Progressions**\n\n📋 **Endpoint Description:**\nCalculates a progression chart based on the specified type.\n\nSupported progression types:\n- **secondary**: Day-for-a-year progressions (most common)\n- **primary**: Degree-for-a-year (not yet implemented)\n- **tertiary**: Day-for-a-month (not yet implemented)\n- **minor**: Month-for-a-year (not yet implemented)\n\n✨ **Example Description:**\nDay-for-a-year progressions for current age analysis\n\n🔗 **Endpoint:** `POST /api/v3/charts/progressions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "progressions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Progression Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"target_date\": \"2024-03-15\",\n  \"progression_type\": \"secondary\",\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7dd387df-e243-42e0-ab3b-c1067f8eed0d",
              "name": "High Precision Progressions",
              "request": {
                "name": "High Precision Progressions",
                "description": {
                  "content": "🎯 **Chart Progressions**\n\n📋 **Endpoint Description:**\nCalculates a progression chart based on the specified type.\n\nSupported progression types:\n- **secondary**: Day-for-a-year progressions (most common)\n- **primary**: Degree-for-a-year (not yet implemented)\n- **tertiary**: Day-for-a-month (not yet implemented)\n- **minor**: Month-for-a-year (not yet implemented)\n\n✨ **Example Description:**\nSecondary progressions with exact coordinates for maximum accuracy\n\n🔗 **Endpoint:** `POST /api/v3/charts/progressions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "progressions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Precise Progressor\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 30,\n      \"latitude\": 48.8566,\n      \"longitude\": 2.3522\n    }\n  },\n  \"target_date\": \"2024-08-22\",\n  \"progression_type\": \"secondary\",\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Ascendant\",\n      \"Medium_Coeli\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Chart Directions",
          "description": "All available examples for Chart Directions endpoint. Calculates a direction chart based on the specified type.\n\nSupported direction types:\n- **solar_arc**: All planets move by the progressed Sun's arc\n- **symbolic**: Fixed rate (default 1° = 1 year, customizable)\n- **profection**: 30° = 1 year (not yet implemented)\n- **naibod**: 0.9856° = 1 year (not yet implemented)",
          "item": [
            {
              "id": "93ca7178-b3f8-4e29-aaf1-639466db4ea9",
              "name": "Primary Directions",
              "request": {
                "name": "Primary Directions",
                "description": {
                  "content": "🎯 **Chart Directions**\n\n📋 **Endpoint Description:**\nCalculates a direction chart based on the specified type.\n\nSupported direction types:\n- **solar_arc**: All planets move by the progressed Sun's arc\n- **symbolic**: Fixed rate (default 1° = 1 year, customizable)\n- **profection**: 30° = 1 year (not yet implemented)\n- **naibod**: 0.9856° = 1 year (not yet implemented)\n\n✨ **Example Description:**\nTraditional primary directions for major life timing and events\n\n🔗 **Endpoint:** `POST /api/v3/charts/directions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "directions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Direction Master\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"target_date\": \"2024-03-15\",\n  \"direction_type\": \"solar_arc\",\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "18e8d4cb-5b43-4ce4-9f08-e757a31b6735",
              "name": "High Precision Directions",
              "request": {
                "name": "High Precision Directions",
                "description": {
                  "content": "🎯 **Chart Directions**\n\n📋 **Endpoint Description:**\nCalculates a direction chart based on the specified type.\n\nSupported direction types:\n- **solar_arc**: All planets move by the progressed Sun's arc\n- **symbolic**: Fixed rate (default 1° = 1 year, customizable)\n- **profection**: 30° = 1 year (not yet implemented)\n- **naibod**: 0.9856° = 1 year (not yet implemented)\n\n✨ **Example Description:**\nPrimary directions with exact coordinates for maximum accuracy\n\n🔗 **Endpoint:** `POST /api/v3/charts/directions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "directions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Precise Director\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 30,\n      \"latitude\": 48.8566,\n      \"longitude\": 2.3522\n    }\n  },\n  \"target_date\": \"2024-08-22\",\n  \"direction_type\": \"solar_arc\",\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Ascendant\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Transit Period Analysis (date range)",
          "description": "All available examples for Transit Period Analysis (date range) endpoint. 📅 **Transit Period Analysis** - All transits over a date range with exact timing\n\n**What this is:**\nAnalyzes all transits over a **date range** with calculation of exact aspect times.\nAnswers the question: **\"What transits await me in March?\"**\n\n**Input:** Natal data + date_range (start_date → end_date) + orb\n\n**vs /transit:** Use `/transit` for a snapshot at a specific moment (\"What's happening now?\")\n\n**Perfect for:**\n- 📅 Monthly/yearly transit forecasts\n- 🔔 Transit notification and calendar apps\n- 🎯 Planning important events around favorable transits\n- 📊 Long-term astrological planning\n\n**What you get:**\n- **All transits in the period** with dates when aspects form\n- **Exact timing** (`exact_time`) — precise moment when aspect perfects (0° orb)\n- **Aspect direction** — `applying` (forming), `separating` (dissolving), or `exact`\n- **Transit speed** — planetary velocity (negative = retrograde)\n- **Orb measurements** — angular distance from perfection\n- **Period statistics** — total transits, major transits, exact aspects count\n\n**Analysis includes:**\n- **Major life transits** (Jupiter, Saturn, Uranus, Neptune, Pluto)\n- **Personal daily transits** (Sun, Moon, Mercury, Venus, Mars)\n- **Nodal transits** for karmic timing and life direction\n- **Angular transits** to Ascendant, Midheaven for major life themes\n\n**Technical features:**\n- **Aspect direction**: `applying` (forming), `separating` (dissolving), or `exact`\n- **Exact timing**: ISO datetime when aspect perfects (for close applying aspects)\n- **Transit speed**: Planet speed in degrees/day (negative = retrograde)\n\n**Example response data:**\n```json\n{\n    \"date\": \"2024-01-15\",\n    \"exact_time\": \"2024-01-15T14:32:00\",\n    \"transiting_planet\": \"Mars\",\n    \"aspect_type\": \"trine\",\n    \"stationed_planet\": \"Sun\",\n    \"orb\": 0.75,\n    \"aspect_direction\": \"applying\",\n    \"transiting_speed\": 0.524\n}\n```\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "8f91c262-d82a-41e0-8d96-3a64cb556e39",
              "name": "Current Transits Analysis",
              "request": {
                "name": "Current Transits Analysis",
                "description": {
                  "content": "🎯 **Transit Period Analysis (date range)**\n\n📋 **Endpoint Description:**\n📅 **Transit Period Analysis** - All transits over a date range with exact timing\n\n**What this is:**\nAnalyzes all transits over a **date range** with calculation of exact aspect times.\nAnswers the question: **\"What transits await me in March?\"**\n\n**Input:** Natal data + date_range (start_date → end_date) + orb\n\n**vs /transit:** Use `/transit` for a snapshot at a specific moment (\"What's happening now?\")\n\n**Perfect for:**\n- 📅 Monthly/yearly transit forecasts\n- 🔔 Transit notification and calendar apps\n- 🎯 Planning important events around favorable transits\n- 📊 Long-term astrological planning\n\n**What you get:**\n- **All transits in the period** with dates when aspects form\n- **Exact timing** (`exact_time`) — precise moment when aspect perfects (0° orb)\n- **Aspect direction** — `applying` (forming), `separating` (dissolving), or `exact`\n- **Transit speed** — planetary velocity (negative = retrograde)\n- **Orb measurements** — angular distance from perfection\n- **Period statistics** — total transits, major transits, exact aspects count\n\n**Analysis includes:**\n- **Major life transits** (Jupiter, Saturn, Uranus, Neptune, Pluto)\n- **Personal daily transits** (Sun, Moon, Mercury, Venus, Mars)\n- **Nodal transits** for karmic timing and life direction\n- **Angular transits** to Ascendant, Midheaven for major life themes\n\n**Technical features:**\n- **Aspect direction**: `applying` (forming), `separating` (dissolving), or `exact`\n- **Exact timing**: ISO datetime when aspect perfects (for close applying aspects)\n- **Transit speed**: Planet speed in degrees/day (negative = retrograde)\n\n**Example response data:**\n```json\n{\n    \"date\": \"2024-01-15\",\n    \"exact_time\": \"2024-01-15T14:32:00\",\n    \"transiting_planet\": \"Mars\",\n    \"aspect_type\": \"trine\",\n    \"stationed_planet\": \"Sun\",\n    \"orb\": 0.75,\n    \"aspect_direction\": \"applying\",\n    \"transiting_speed\": 0.524\n}\n```\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nCurrent planetary transits to natal chart for timing and guidance\n\n🔗 **Endpoint:** `POST /api/v3/charts/natal-transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "natal-transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Transit Tracker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2024,\n      \"month\": 3,\n      \"day\": 1\n    },\n    \"end_date\": {\n      \"year\": 2024,\n      \"month\": 3,\n      \"day\": 31\n    }\n  },\n  \"orb\": 2.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "248da22b-0b5e-4d14-9d8a-cdd17904e2a4",
              "name": "Major Yearly Transits",
              "request": {
                "name": "Major Yearly Transits",
                "description": {
                  "content": "🎯 **Transit Period Analysis (date range)**\n\n📋 **Endpoint Description:**\n📅 **Transit Period Analysis** - All transits over a date range with exact timing\n\n**What this is:**\nAnalyzes all transits over a **date range** with calculation of exact aspect times.\nAnswers the question: **\"What transits await me in March?\"**\n\n**Input:** Natal data + date_range (start_date → end_date) + orb\n\n**vs /transit:** Use `/transit` for a snapshot at a specific moment (\"What's happening now?\")\n\n**Perfect for:**\n- 📅 Monthly/yearly transit forecasts\n- 🔔 Transit notification and calendar apps\n- 🎯 Planning important events around favorable transits\n- 📊 Long-term astrological planning\n\n**What you get:**\n- **All transits in the period** with dates when aspects form\n- **Exact timing** (`exact_time`) — precise moment when aspect perfects (0° orb)\n- **Aspect direction** — `applying` (forming), `separating` (dissolving), or `exact`\n- **Transit speed** — planetary velocity (negative = retrograde)\n- **Orb measurements** — angular distance from perfection\n- **Period statistics** — total transits, major transits, exact aspects count\n\n**Analysis includes:**\n- **Major life transits** (Jupiter, Saturn, Uranus, Neptune, Pluto)\n- **Personal daily transits** (Sun, Moon, Mercury, Venus, Mars)\n- **Nodal transits** for karmic timing and life direction\n- **Angular transits** to Ascendant, Midheaven for major life themes\n\n**Technical features:**\n- **Aspect direction**: `applying` (forming), `separating` (dissolving), or `exact`\n- **Exact timing**: ISO datetime when aspect perfects (for close applying aspects)\n- **Transit speed**: Planet speed in degrees/day (negative = retrograde)\n\n**Example response data:**\n```json\n{\n    \"date\": \"2024-01-15\",\n    \"exact_time\": \"2024-01-15T14:32:00\",\n    \"transiting_planet\": \"Mars\",\n    \"aspect_type\": \"trine\",\n    \"stationed_planet\": \"Sun\",\n    \"orb\": 0.75,\n    \"aspect_direction\": \"applying\",\n    \"transiting_speed\": 0.524\n}\n```\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nOuter planet transits for the year with wider orbs for long-term planning\n\n🔗 **Endpoint:** `POST /api/v3/charts/natal-transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "natal-transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Long Term Planner\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"latitude\": 48.8566,\n      \"longitude\": 2.3522\n    }\n  },\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2024,\n      \"month\": 1,\n      \"day\": 1\n    },\n    \"end_date\": {\n      \"year\": 2024,\n      \"month\": 12,\n      \"day\": 31\n    }\n  },\n  \"orb\": 3.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "6b70a81e-824d-4807-a6a2-a42e218d785a",
              "name": "Precise Weekly Timing",
              "request": {
                "name": "Precise Weekly Timing",
                "description": {
                  "content": "🎯 **Transit Period Analysis (date range)**\n\n📋 **Endpoint Description:**\n📅 **Transit Period Analysis** - All transits over a date range with exact timing\n\n**What this is:**\nAnalyzes all transits over a **date range** with calculation of exact aspect times.\nAnswers the question: **\"What transits await me in March?\"**\n\n**Input:** Natal data + date_range (start_date → end_date) + orb\n\n**vs /transit:** Use `/transit` for a snapshot at a specific moment (\"What's happening now?\")\n\n**Perfect for:**\n- 📅 Monthly/yearly transit forecasts\n- 🔔 Transit notification and calendar apps\n- 🎯 Planning important events around favorable transits\n- 📊 Long-term astrological planning\n\n**What you get:**\n- **All transits in the period** with dates when aspects form\n- **Exact timing** (`exact_time`) — precise moment when aspect perfects (0° orb)\n- **Aspect direction** — `applying` (forming), `separating` (dissolving), or `exact`\n- **Transit speed** — planetary velocity (negative = retrograde)\n- **Orb measurements** — angular distance from perfection\n- **Period statistics** — total transits, major transits, exact aspects count\n\n**Analysis includes:**\n- **Major life transits** (Jupiter, Saturn, Uranus, Neptune, Pluto)\n- **Personal daily transits** (Sun, Moon, Mercury, Venus, Mars)\n- **Nodal transits** for karmic timing and life direction\n- **Angular transits** to Ascendant, Midheaven for major life themes\n\n**Technical features:**\n- **Aspect direction**: `applying` (forming), `separating` (dissolving), or `exact`\n- **Exact timing**: ISO datetime when aspect perfects (for close applying aspects)\n- **Transit speed**: Planet speed in degrees/day (negative = retrograde)\n\n**Example response data:**\n```json\n{\n    \"date\": \"2024-01-15\",\n    \"exact_time\": \"2024-01-15T14:32:00\",\n    \"transiting_planet\": \"Mars\",\n    \"aspect_type\": \"trine\",\n    \"stationed_planet\": \"Sun\",\n    \"orb\": 0.75,\n    \"aspect_direction\": \"applying\",\n    \"transiting_speed\": 0.524\n}\n```\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nHigh-precision weekly transit analysis for exact timing of events\n\n🔗 **Endpoint:** `POST /api/v3/charts/natal-transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "charts",
                    "natal-transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Timing Master\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  },\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2024,\n      \"month\": 4,\n      \"day\": 15\n    },\n    \"end_date\": {\n      \"year\": 2024,\n      \"month\": 4,\n      \"day\": 21\n    }\n  },\n  \"orb\": 0.5\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🎨 Chart Rendering",
      "description": "",
      "item": [
        {
          "name": "📁 Render Natal Chart",
          "description": "All available examples for Render Natal Chart endpoint. 🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format",
          "item": [
            {
              "id": "8d5cca40-2f41-4b13-919c-6388800e6620",
              "name": "SVG (Default)",
              "request": {
                "name": "SVG (Default)",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nScalable vector format, perfect for web display\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ]\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "26b84572-327b-4d35-9731-649f699addce",
              "name": "PNG for Email",
              "request": {
                "name": "PNG for Email",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nRaster format with transparency, works in all email clients including Outlook\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma Wilson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 800,\n    \"theme\": \"light\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ef7c3229-716e-40f9-8798-c15587ab2cff",
              "name": "JPG for Social Media",
              "request": {
                "name": "JPG for Social Media",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nCompressed format ideal for sharing on social platforms\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Maria Santos\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 9,\n      \"minute\": 45,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"jpg\",\n    \"width\": 1080,\n    \"quality\": 85,\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d8671165-5d7a-4b2f-a3d8-82e19fd0193c",
              "name": "PDF for Print",
              "request": {
                "name": "PDF for Print",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nVector format for high-quality printing\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"James Chen\",\n    \"birth_data\": {\n      \"year\": 1975,\n      \"month\": 12,\n      \"day\": 8,\n      \"hour\": 6,\n      \"minute\": 0,\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"pdf\",\n    \"scale\": 2.0,\n    \"theme\": \"classic\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f94da185-9279-4bd6-bf98-51a2bd998640",
              "name": "WebP for Modern Web",
              "request": {
                "name": "WebP for Modern Web",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nModern format with excellent compression (30% smaller than PNG)\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sophie Brown\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 6,\n      \"day\": 21,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"Sydney\",\n      \"country_code\": \"AU\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"webp\",\n    \"width\": 1200,\n    \"quality\": 80,\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "fd95ccfa-0f9c-44ee-889b-bf85d54d5e5f",
              "name": "Retina/HiDPI",
              "request": {
                "name": "Retina/HiDPI",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nDouble resolution for high-density displays\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna Schmidt\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 3,\n      \"hour\": 20,\n      \"minute\": 30,\n      \"city\": \"Berlin\",\n      \"country_code\": \"DE\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"png\",\n    \"scale\": 2.0,\n    \"theme\": \"dark-high-contrast\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "8733fbd2-62be-44c2-aa6c-b9e8c97201c5",
              "name": "🎨 Custom Brand Colors",
              "request": {
                "name": "🎨 Custom Brand Colors",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nChart with custom brand colors - perfect for white-label apps\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Custom Brand\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1200,\n    \"theme\": \"dark\",\n    \"custom_colors\": {\n      \"background\": \"#1a1a2e\",\n      \"text\": \"#eaeaea\",\n      \"primary\": \"#6366f1\",\n      \"secondary\": \"#ec4899\",\n      \"aspect_harmony\": \"#22c55e\",\n      \"aspect_tension\": \"#ef4444\",\n      \"zodiac_bg_0\": \"#2d2d44\",\n      \"zodiac_bg_1\": \"#3d3d5c\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f335d870-60b2-43ac-a0ce-d476f1bac6e8",
              "name": "Wheel Only (no side panels)",
              "request": {
                "name": "Wheel Only (no side panels)",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nCircular chart wheel without planet grid and house cusps table — ideal for app cards, thumbnails, and embedded widgets\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Drashti Thakkar\",\n    \"birth_data\": {\n      \"year\": 2001,\n      \"month\": 11,\n      \"day\": 26,\n      \"hour\": 21,\n      \"minute\": 21,\n      \"city\": \"Sydney\",\n      \"country_code\": \"AU\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 600,\n    \"theme\": \"dark\",\n    \"wheel_only\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7770874a-3f61-4a87-b96e-5848b1d8e902",
              "name": "🌌 Cosmic Purple Theme",
              "request": {
                "name": "🌌 Cosmic Purple Theme",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nDeep space aesthetic with purple/cyan accents\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Cosmic Style\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 3,\n      \"day\": 21,\n      \"hour\": 0,\n      \"minute\": 0,\n      \"city\": \"Los Angeles\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1080,\n    \"theme\": \"dark\",\n    \"custom_colors\": {\n      \"background\": \"#0f0f23\",\n      \"text\": \"#e0e0ff\",\n      \"primary\": \"#a855f7\",\n      \"secondary\": \"#06b6d4\",\n      \"aspect_harmony\": \"#34d399\",\n      \"aspect_tension\": \"#f43f5e\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "532664b5-cc1e-471c-a7f7-437bf3f4c8f7",
              "name": "Custom Aspect Orbs",
              "request": {
                "name": "Custom Aspect Orbs",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nControl which aspects appear in the chart by setting custom orb values. Tighter orbs = fewer, more precise aspects displayed.\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Gabriela Silva\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 7,\n      \"day\": 14,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"city\": \"S\\u00e3o Paulo\",\n      \"country_code\": \"BR\"\n    }\n  },\n  \"options\": {\n    \"active_aspects\": [\n      {\n        \"name\": \"conjunction\",\n        \"orb\": 9\n      },\n      {\n        \"name\": \"opposition\",\n        \"orb\": 9\n      },\n      {\n        \"name\": \"trine\",\n        \"orb\": 7\n      },\n      {\n        \"name\": \"square\",\n        \"orb\": 6\n      },\n      {\n        \"name\": \"sextile\",\n        \"orb\": 4\n      }\n    ]\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "1535398b-d11c-4b45-9727-6239cd6d8f75",
              "name": "astro.com Style Chart",
              "request": {
                "name": "astro.com Style Chart",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nDemonstrates the new 'astrocom' theme preset. Combines thicker AS-DC/MC-IC axes, outside AC/DC/MC/IC text labels, and center house numbers to replicate the astro.com chart look.\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"astrocom\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "026db202-b2f8-4a99-8801-dd6326cbc3d4",
              "name": "Declutter Aspect Grid",
              "request": {
                "name": "Declutter Aspect Grid",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nRemove minor points (Chiron, Mean_Node, Mean_South_Node) from the aspect grid and aspect lines on the wheel. Points still appear in the wheel itself.\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\",\n      \"Chiron\",\n      \"Mean_Node\",\n      \"Mean_South_Node\",\n      \"Ascendant\",\n      \"Medium_Coeli\"\n    ],\n    \"hide_points_in_aspects\": [\n      \"Chiron\",\n      \"Mean_Node\",\n      \"Mean_South_Node\"\n    ]\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"light\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "0335621c-c927-4222-9ced-bbb1e6bf5001",
              "name": "Include Part of Fortune (⊕)",
              "request": {
                "name": "Include Part of Fortune (⊕)",
                "description": {
                  "content": "🎯 **Render Natal Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Natal Chart** - Generate visual birth chart in multiple formats\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, infinite scaling\n- `png` - Raster with transparency - universal compatibility\n- `jpg` - Compressed raster - email-compatible (works in Outlook!)\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional quality\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096), height auto-calculated\n- `scale` - Resolution multiplier (0.5-4.0) for HiDPI/retina displays\n\n**Quality:**\n- `quality` - For jpg/webp formats (1-100), default 90\n\n**🎨 Custom Colors (NEW!):**\nCreate branded charts with your own color scheme:\n- `background` - Chart background color\n- `text` - Text and lines color\n- `primary` / `secondary` - Accent colors\n- `aspect_harmony` - Harmonious aspects (green)\n- `aspect_tension` - Tense aspects (red)\n- `zodiac_bg_0` / `zodiac_bg_1` - Alternating zodiac sector colors\n\n**Wheel Only Mode:**\n- `wheel_only: true` - Renders only the circular chart wheel, removing side panels (planet grid, house cusps table)\n- Ideal for app cards, thumbnails, social media sharing, and embedded widgets\n\n**Use Cases:**\n- 📧 Email reports → `jpg` or `png` (Outlook compatible)\n- 🌐 Web display → `svg` or `webp`\n- 📱 Social media → `jpg` with width=1080\n- 🖨️ Print → `pdf` with scale=2.0\n- 📱 Retina → `png` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~400-600ms depending on format\n\n✨ **Example Description:**\nHellenistic Pars Fortunae — computed as Asc+Moon-Sun (day birth) or Asc+Sun-Moon (night birth). Appears as the ⊕ glyph on the wheel and in the aspect grid.\n\n🔗 **Endpoint:** `POST /api/v3/render/natal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "natal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Ascendant\",\n      \"Medium_Coeli\",\n      \"Part_of_Fortune\"\n    ]\n  },\n  \"render_options\": {\n    \"format\": \"svg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Draconic Chart",
          "description": "All available examples for Render Draconic Chart endpoint. 🎨 **Render Draconic Chart** — Karmic/soul-purpose wheel\n\nGenerates a visual chart where the chosen lunar Node has been rotated\nto 0° Aries. Mirrors `/charts/draconic` for the SVG/PNG/JPG/WebP/PDF\noutput formats.\n\n**Choices:**\n- **`node_type`** — `Mean_Node` (default) or `True_Node`\n- **`rotate_houses`** — `true` (default) rotates cusps with the planets;\n  `false` keeps natal cusps so draconic planets read against mundane houses\n- **`render_options.format`** — `svg`, `png`, `jpg`, `webp`, `pdf`\n- **`render_options.wheel_only`** — drop side panels for embed/thumbnail use\n\n**Rejected with 422:** subjects already marked `perspective_type=\"draconic\"`\n(prevents double-shift).\n\n**Aspects:** drawn the same as in the natal wheel — pairwise angular\nseparations are mathematically invariant under a constant rotation.",
          "item": [
            {
              "id": "828a7510-b431-4b18-b358-e8c8f0a0324f",
              "name": "Draconic SVG (Mean Node, dark theme)",
              "request": {
                "name": "Draconic SVG (Mean Node, dark theme)",
                "description": {
                  "content": "🎯 **Render Draconic Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Draconic Chart** — Karmic/soul-purpose wheel\n\nGenerates a visual chart where the chosen lunar Node has been rotated\nto 0° Aries. Mirrors `/charts/draconic` for the SVG/PNG/JPG/WebP/PDF\noutput formats.\n\n**Choices:**\n- **`node_type`** — `Mean_Node` (default) or `True_Node`\n- **`rotate_houses`** — `true` (default) rotates cusps with the planets;\n  `false` keeps natal cusps so draconic planets read against mundane houses\n- **`render_options.format`** — `svg`, `png`, `jpg`, `webp`, `pdf`\n- **`render_options.wheel_only`** — drop side panels for embed/thumbnail use\n\n**Rejected with 422:** subjects already marked `perspective_type=\"draconic\"`\n(prevents double-shift).\n\n**Aspects:** drawn the same as in the natal wheel — pairwise angular\nseparations are mathematically invariant under a constant rotation.\n\n✨ **Example Description:**\nDefault draconic wheel — the entire chart is rotated so the natal Mean Node sits at 0° Aries. Aspects are visually identical to the natal because angular separations are invariant under constant rotation.\n\n🔗 **Endpoint:** `POST /api/v3/render/draconic`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "draconic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "0386c011-1560-45c4-8f91-c47c7c7d7e60",
              "name": "Draconic PNG (True Node, light theme)",
              "request": {
                "name": "Draconic PNG (True Node, light theme)",
                "description": {
                  "content": "🎯 **Render Draconic Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Draconic Chart** — Karmic/soul-purpose wheel\n\nGenerates a visual chart where the chosen lunar Node has been rotated\nto 0° Aries. Mirrors `/charts/draconic` for the SVG/PNG/JPG/WebP/PDF\noutput formats.\n\n**Choices:**\n- **`node_type`** — `Mean_Node` (default) or `True_Node`\n- **`rotate_houses`** — `true` (default) rotates cusps with the planets;\n  `false` keeps natal cusps so draconic planets read against mundane houses\n- **`render_options.format`** — `svg`, `png`, `jpg`, `webp`, `pdf`\n- **`render_options.wheel_only`** — drop side panels for embed/thumbnail use\n\n**Rejected with 422:** subjects already marked `perspective_type=\"draconic\"`\n(prevents double-shift).\n\n**Aspects:** drawn the same as in the natal wheel — pairwise angular\nseparations are mathematically invariant under a constant rotation.\n\n✨ **Example Description:**\nTrue Node variant — instantaneous oscillating node, differs from Mean Node by ~1.5°.\n\n🔗 **Endpoint:** `POST /api/v3/render/draconic`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "draconic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 5,\n      \"day\": 10,\n      \"hour\": 18,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"node_type\": \"True_Node\",\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1080,\n    \"theme\": \"light\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Harmonic Chart",
          "description": "All available examples for Render Harmonic Chart endpoint. 🎨 **Render Harmonic Chart** — Addey H-N wheel\n\nGenerates a visual chart where every longitude has been multiplied by\n`n` (mod 360°). Mirrors `/charts/harmonic` for the SVG/PNG/JPG/WebP/PDF\noutput formats.\n\n**Choices:**\n- **`n`** — positive integer in [1, 32]. Canonical: H4, H5, H7, H8,\n  H9, H12, H16.\n- **`houses_treatment`** — `omit` (default), `natal`, or\n  `harmonic_transform`. Under `omit`/`natal` the natal cusps remain\n  on the wheel as a structural reference; under `harmonic_transform`\n  cusps are multiplied by N too.\n- **`render_options.format`** — `svg`, `png`, `jpg`, `webp`, `pdf`\n- **`render_options.wheel_only`** — drop side panels\n\n**Rejected with 422:** `n=0`, `n>32`, non-integer `n` (e.g. `5.5`).",
          "item": [
            {
              "id": "eb10f799-0b8c-4f16-a150-a4ed266806bd",
              "name": "H5 SVG (creative-family wheel)",
              "request": {
                "name": "H5 SVG (creative-family wheel)",
                "description": {
                  "content": "🎯 **Render Harmonic Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Harmonic Chart** — Addey H-N wheel\n\nGenerates a visual chart where every longitude has been multiplied by\n`n` (mod 360°). Mirrors `/charts/harmonic` for the SVG/PNG/JPG/WebP/PDF\noutput formats.\n\n**Choices:**\n- **`n`** — positive integer in [1, 32]. Canonical: H4, H5, H7, H8,\n  H9, H12, H16.\n- **`houses_treatment`** — `omit` (default), `natal`, or\n  `harmonic_transform`. Under `omit`/`natal` the natal cusps remain\n  on the wheel as a structural reference; under `harmonic_transform`\n  cusps are multiplied by N too.\n- **`render_options.format`** — `svg`, `png`, `jpg`, `webp`, `pdf`\n- **`render_options.wheel_only`** — drop side panels\n\n**Rejected with 422:** `n=0`, `n>32`, non-integer `n` (e.g. `5.5`).\n\n✨ **Example Description:**\nFifth-harmonic wheel — quintile family. Conjunctions in this wheel correspond to natal quintile-family aspects (the harmonic of innate creative talent).\n\n🔗 **Endpoint:** `POST /api/v3/render/harmonic`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "harmonic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"n\": 5,\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a0c947a9-9f2f-42cd-9fc0-3facef0ec132",
              "name": "H7 PNG (mystical/septile wheel, light theme)",
              "request": {
                "name": "H7 PNG (mystical/septile wheel, light theme)",
                "description": {
                  "content": "🎯 **Render Harmonic Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Harmonic Chart** — Addey H-N wheel\n\nGenerates a visual chart where every longitude has been multiplied by\n`n` (mod 360°). Mirrors `/charts/harmonic` for the SVG/PNG/JPG/WebP/PDF\noutput formats.\n\n**Choices:**\n- **`n`** — positive integer in [1, 32]. Canonical: H4, H5, H7, H8,\n  H9, H12, H16.\n- **`houses_treatment`** — `omit` (default), `natal`, or\n  `harmonic_transform`. Under `omit`/`natal` the natal cusps remain\n  on the wheel as a structural reference; under `harmonic_transform`\n  cusps are multiplied by N too.\n- **`render_options.format`** — `svg`, `png`, `jpg`, `webp`, `pdf`\n- **`render_options.wheel_only`** — drop side panels\n\n**Rejected with 422:** `n=0`, `n>32`, non-integer `n` (e.g. `5.5`).\n\n✨ **Example Description:**\nSeventh-harmonic wheel — septile family. Conjunctions here correspond to natal septile-family aspects (mystical/karmic resonance).\n\n🔗 **Endpoint:** `POST /api/v3/render/harmonic`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "harmonic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 5,\n      \"day\": 10,\n      \"hour\": 18,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"n\": 7,\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1080,\n    \"theme\": \"light\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Antiscia Chart",
          "description": "All available examples for Render Antiscia Chart endpoint. 🎨 **Render Antiscia Chart** — Solstitial + equinoctial overlay wheel\n\nGenerates a single wheel (Solar Fire convention) with:\n- Natal points at their natal longitudes (inner ring)\n- Antiscion points on an outer ring with `a` (solstitial) or `c`\n  (equinoctial) subscript\n- Natal house cusps unchanged\n\n**V1 limitation:** the overlay is a post-processed annotation on the\nnatal SVG (best-effort placement). Full custom SVG composition with\ndashed aspect lines connecting natal points to other-points' antiscia\nis a Sprint 2 follow-up. The structured antiscia data — including\nevery aspect — is fully available via `/charts/antiscia`.\n\nMirrors `/charts/antiscia` for the SVG/PNG/JPG/WebP/PDF output formats.",
          "item": [
            {
              "id": "2ab1ab75-0883-4d6e-bc66-97d23d2385cc",
              "name": "Antiscia SVG (both families, default)",
              "request": {
                "name": "Antiscia SVG (both families, default)",
                "description": {
                  "content": "🎯 **Render Antiscia Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Antiscia Chart** — Solstitial + equinoctial overlay wheel\n\nGenerates a single wheel (Solar Fire convention) with:\n- Natal points at their natal longitudes (inner ring)\n- Antiscion points on an outer ring with `a` (solstitial) or `c`\n  (equinoctial) subscript\n- Natal house cusps unchanged\n\n**V1 limitation:** the overlay is a post-processed annotation on the\nnatal SVG (best-effort placement). Full custom SVG composition with\ndashed aspect lines connecting natal points to other-points' antiscia\nis a Sprint 2 follow-up. The structured antiscia data — including\nevery aspect — is fully available via `/charts/antiscia`.\n\nMirrors `/charts/antiscia` for the SVG/PNG/JPG/WebP/PDF output formats.\n\n✨ **Example Description:**\nDefault antiscia wheel — overlay-on-natal (Solar Fire convention). Natal points sit inside; antiscia are drawn on an outer ring with `a` (solstitial) or `c` (equinoctial) subscript.\n\n🔗 **Endpoint:** `POST /api/v3/render/antiscia`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "antiscia"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c7b6fe96-40ad-405f-9bce-e3f9703764ea",
              "name": "Solstitial-only PNG",
              "request": {
                "name": "Solstitial-only PNG",
                "description": {
                  "content": "🎯 **Render Antiscia Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Antiscia Chart** — Solstitial + equinoctial overlay wheel\n\nGenerates a single wheel (Solar Fire convention) with:\n- Natal points at their natal longitudes (inner ring)\n- Antiscion points on an outer ring with `a` (solstitial) or `c`\n  (equinoctial) subscript\n- Natal house cusps unchanged\n\n**V1 limitation:** the overlay is a post-processed annotation on the\nnatal SVG (best-effort placement). Full custom SVG composition with\ndashed aspect lines connecting natal points to other-points' antiscia\nis a Sprint 2 follow-up. The structured antiscia data — including\nevery aspect — is fully available via `/charts/antiscia`.\n\nMirrors `/charts/antiscia` for the SVG/PNG/JPG/WebP/PDF output formats.\n\n✨ **Example Description:**\nSolstitial-family-only overlay rendered as PNG.\n\n🔗 **Endpoint:** `POST /api/v3/render/antiscia`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "antiscia"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 5,\n      \"day\": 10,\n      \"hour\": 18,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"include\": [\n    \"solstitial\"\n  ],\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1080,\n    \"theme\": \"light\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Heliocentric Chart",
          "description": "All available examples for Render Heliocentric Chart endpoint. 🎨 **Render Heliocentric Chart** — Sun-centered wheel\n\nGenerates a visual chart where every planet is plotted at its\nheliocentric longitude. Mirrors `/charts/heliocentric` for the\nSVG/PNG/JPG/WebP/PDF output formats.\n\n**Visual notes:**\n- Earth replaces Sun's symbolic centrality on the wheel\n- House cusp lines and house numbers are suppressed — heliocentric\n  has no horizon, so no houses\n- Mercury and Venus always render as direct (no retrograde glyph) —\n  heliocentric speed is always positive for the inner planets\n- Aspect lines are drawn the same way as a natal wheel; the\n  underlying angles are simply Sun-centered\n\n**Use cases:** mundane / financial astrology backdrops, evolutionary\nworkshop materials, astronomical visualization.\n\n**Limitation (Sprint 2):** the underlying SVG template still reads\n\"natal\" in the title strip — heliocentric is rendered by mutating a\nnatal subject's positions in place. The structured data via\n`/charts/heliocentric` is the canonical surface.",
          "item": [
            {
              "id": "a49206a2-5fb1-4743-9538-c04ad8019b4b",
              "name": "Heliocentric SVG (dark theme)",
              "request": {
                "name": "Heliocentric SVG (dark theme)",
                "description": {
                  "content": "🎯 **Render Heliocentric Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Heliocentric Chart** — Sun-centered wheel\n\nGenerates a visual chart where every planet is plotted at its\nheliocentric longitude. Mirrors `/charts/heliocentric` for the\nSVG/PNG/JPG/WebP/PDF output formats.\n\n**Visual notes:**\n- Earth replaces Sun's symbolic centrality on the wheel\n- House cusp lines and house numbers are suppressed — heliocentric\n  has no horizon, so no houses\n- Mercury and Venus always render as direct (no retrograde glyph) —\n  heliocentric speed is always positive for the inner planets\n- Aspect lines are drawn the same way as a natal wheel; the\n  underlying angles are simply Sun-centered\n\n**Use cases:** mundane / financial astrology backdrops, evolutionary\nworkshop materials, astronomical visualization.\n\n**Limitation (Sprint 2):** the underlying SVG template still reads\n\"natal\" in the title strip — heliocentric is rendered by mutating a\nnatal subject's positions in place. The structured data via\n`/charts/heliocentric` is the canonical surface.\n\n✨ **Example Description:**\nDefault Sun-centered wheel. House cusp lines and house numbers are suppressed (houses are observer-frame, undefined for heliocentric).\n\n🔗 **Endpoint:** `POST /api/v3/render/heliocentric`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "heliocentric"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "888d4c73-96cd-44c4-b878-b1e9d3ed5d0e",
              "name": "Heliocentric PNG (light theme)",
              "request": {
                "name": "Heliocentric PNG (light theme)",
                "description": {
                  "content": "🎯 **Render Heliocentric Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Heliocentric Chart** — Sun-centered wheel\n\nGenerates a visual chart where every planet is plotted at its\nheliocentric longitude. Mirrors `/charts/heliocentric` for the\nSVG/PNG/JPG/WebP/PDF output formats.\n\n**Visual notes:**\n- Earth replaces Sun's symbolic centrality on the wheel\n- House cusp lines and house numbers are suppressed — heliocentric\n  has no horizon, so no houses\n- Mercury and Venus always render as direct (no retrograde glyph) —\n  heliocentric speed is always positive for the inner planets\n- Aspect lines are drawn the same way as a natal wheel; the\n  underlying angles are simply Sun-centered\n\n**Use cases:** mundane / financial astrology backdrops, evolutionary\nworkshop materials, astronomical visualization.\n\n**Limitation (Sprint 2):** the underlying SVG template still reads\n\"natal\" in the title strip — heliocentric is rendered by mutating a\nnatal subject's positions in place. The structured data via\n`/charts/heliocentric` is the canonical surface.\n\n✨ **Example Description:**\nLight-theme heliocentric wheel rendered as PNG for embedding in reports or social-share cards.\n\n🔗 **Endpoint:** `POST /api/v3/render/heliocentric`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "heliocentric"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 5,\n      \"day\": 10,\n      \"hour\": 18,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1080,\n    \"theme\": \"light\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Local Space Chart",
          "description": "All available examples for Render Local Space Chart endpoint. 🎨 **Render Local Space Chart** — Cozzi polar projection (zenith center, horizon ring)\n\nGenerates a polar Local Space wheel per the astrologer-locked\nDesign A specification:\n\n1. **Polar projection** — zenith at center, horizon as outer ring of\n   the above-horizon disk\n2. **Azimuth from North**, clockwise (0° at top, 90° E right,\n   180° S bottom, 270° W left)\n3. **Altitude → radial distance** — 90° (zenith) at center, 0°\n   (horizon) at the outer ring of the inner disk\n4. **Cardinal crosshairs through center** — N-S and E-W full\n   diameter lines with N/E/S/W glyphs at the outer ring\n5. **Below-horizon planets** in a distinct annular band beyond the\n   horizon ring, glyphs at ~70% opacity\n6. **Cardinal-orb markers** — when a planet sits within `azimuth_orb`\n   of N/E/S/W, a short tick is drawn from the planet glyph to the\n   cardinal axis + the glyph is bolded\n7. **Azimuth rays from center to each planet** — faint lines\n   representing the Local Space lines the user travels along\n\nMirrors `/charts/local-space` for the SVG/PNG/JPG/WebP/PDF output\nformats.",
          "item": [
            {
              "id": "b15369cf-e471-4a4f-8ebe-26937c00a476",
              "name": "Local Space SVG (Cozzi polar, default)",
              "request": {
                "name": "Local Space SVG (Cozzi polar, default)",
                "description": {
                  "content": "🎯 **Render Local Space Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Local Space Chart** — Cozzi polar projection (zenith center, horizon ring)\n\nGenerates a polar Local Space wheel per the astrologer-locked\nDesign A specification:\n\n1. **Polar projection** — zenith at center, horizon as outer ring of\n   the above-horizon disk\n2. **Azimuth from North**, clockwise (0° at top, 90° E right,\n   180° S bottom, 270° W left)\n3. **Altitude → radial distance** — 90° (zenith) at center, 0°\n   (horizon) at the outer ring of the inner disk\n4. **Cardinal crosshairs through center** — N-S and E-W full\n   diameter lines with N/E/S/W glyphs at the outer ring\n5. **Below-horizon planets** in a distinct annular band beyond the\n   horizon ring, glyphs at ~70% opacity\n6. **Cardinal-orb markers** — when a planet sits within `azimuth_orb`\n   of N/E/S/W, a short tick is drawn from the planet glyph to the\n   cardinal axis + the glyph is bolded\n7. **Azimuth rays from center to each planet** — faint lines\n   representing the Local Space lines the user travels along\n\nMirrors `/charts/local-space` for the SVG/PNG/JPG/WebP/PDF output\nformats.\n\n✨ **Example Description:**\nDefault polar projection — zenith at center, horizon ring, below-horizon planets in annular band. Cardinal crosshairs through center.\n\n🔗 **Endpoint:** `POST /api/v3/render/local-space`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "local-space"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"svg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7daed7e2-6626-4b13-b7fd-73defe97f081",
              "name": "Local Space PNG with 3° cardinal orb",
              "request": {
                "name": "Local Space PNG with 3° cardinal orb",
                "description": {
                  "content": "🎯 **Render Local Space Chart**\n\n📋 **Endpoint Description:**\n🎨 **Render Local Space Chart** — Cozzi polar projection (zenith center, horizon ring)\n\nGenerates a polar Local Space wheel per the astrologer-locked\nDesign A specification:\n\n1. **Polar projection** — zenith at center, horizon as outer ring of\n   the above-horizon disk\n2. **Azimuth from North**, clockwise (0° at top, 90° E right,\n   180° S bottom, 270° W left)\n3. **Altitude → radial distance** — 90° (zenith) at center, 0°\n   (horizon) at the outer ring of the inner disk\n4. **Cardinal crosshairs through center** — N-S and E-W full\n   diameter lines with N/E/S/W glyphs at the outer ring\n5. **Below-horizon planets** in a distinct annular band beyond the\n   horizon ring, glyphs at ~70% opacity\n6. **Cardinal-orb markers** — when a planet sits within `azimuth_orb`\n   of N/E/S/W, a short tick is drawn from the planet glyph to the\n   cardinal axis + the glyph is bolded\n7. **Azimuth rays from center to each planet** — faint lines\n   representing the Local Space lines the user travels along\n\nMirrors `/charts/local-space` for the SVG/PNG/JPG/WebP/PDF output\nformats.\n\n✨ **Example Description:**\nPNG export with a wider cardinal-alignment orb — more planets register as 'on the line' and get the bold-glyph + cardinal-tick treatment.\n\n🔗 **Endpoint:** `POST /api/v3/render/local-space`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "local-space"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 5,\n      \"day\": 10,\n      \"hour\": 18,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"azimuth_orb\": 3.0,\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1080\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Synastry Chart",
          "description": "All available examples for Render Synastry Chart endpoint. 💕 **Render Synastry Chart** - Relationship compatibility visualization\n\n**What you get:**\n- Dual-ring chart showing both partners' planetary positions\n- Aspect lines connecting related planets between charts\n- Color-coded connections (harmonious vs challenging)\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~500-700ms",
          "item": [
            {
              "id": "bdb34049-d9d2-42cf-ac1c-935892f2cfc6",
              "name": "Relationship Chart (SVG)",
              "request": {
                "name": "Relationship Chart (SVG)",
                "description": {
                  "content": "🎯 **Render Synastry Chart**\n\n📋 **Endpoint Description:**\n💕 **Render Synastry Chart** - Relationship compatibility visualization\n\n**What you get:**\n- Dual-ring chart showing both partners' planetary positions\n- Aspect lines connecting related planets between charts\n- Color-coded connections (harmonious vs challenging)\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~500-700ms\n\n✨ **Example Description:**\nSynastry chart showing compatibility between two people\n\n🔗 **Endpoint:** `POST /api/v3/render/synastry`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "synastry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Elena\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 9,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"light\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "786867d3-08a1-4b03-bea6-917de01b201a",
              "name": "Compatibility Report (PNG)",
              "request": {
                "name": "Compatibility Report (PNG)",
                "description": {
                  "content": "🎯 **Render Synastry Chart**\n\n📋 **Endpoint Description:**\n💕 **Render Synastry Chart** - Relationship compatibility visualization\n\n**What you get:**\n- Dual-ring chart showing both partners' planetary positions\n- Aspect lines connecting related planets between charts\n- Color-coded connections (harmonious vs challenging)\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~500-700ms\n\n✨ **Example Description:**\nPNG format for email reports\n\n🔗 **Endpoint:** `POST /api/v3/render/synastry`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "synastry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Michael\",\n    \"birth_data\": {\n      \"year\": 1982,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 0,\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Sarah\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 7,\n      \"day\": 8,\n      \"hour\": 16,\n      \"minute\": 45,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1000,\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "e540f6fa-84f9-408b-a9e7-b693ff22eb78",
              "name": "Custom Aspect Orbs",
              "request": {
                "name": "Custom Aspect Orbs",
                "description": {
                  "content": "🎯 **Render Synastry Chart**\n\n📋 **Endpoint Description:**\n💕 **Render Synastry Chart** - Relationship compatibility visualization\n\n**What you get:**\n- Dual-ring chart showing both partners' planetary positions\n- Aspect lines connecting related planets between charts\n- Color-coded connections (harmonious vs challenging)\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~500-700ms\n\n✨ **Example Description:**\nSynastry chart with tighter orbs for more precise aspect filtering\n\n🔗 **Endpoint:** `POST /api/v3/render/synastry`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "synastry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Carlos\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 1,\n      \"day\": 20,\n      \"hour\": 8,\n      \"minute\": 0,\n      \"city\": \"Madrid\",\n      \"country_code\": \"ES\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Lucia\",\n    \"birth_data\": {\n      \"year\": 1993,\n      \"month\": 10,\n      \"day\": 5,\n      \"hour\": 15,\n      \"minute\": 45,\n      \"city\": \"Rome\",\n      \"country_code\": \"IT\"\n    }\n  },\n  \"options\": {\n    \"active_aspects\": [\n      {\n        \"name\": \"conjunction\",\n        \"orb\": 8\n      },\n      {\n        \"name\": \"opposition\",\n        \"orb\": 8\n      },\n      {\n        \"name\": \"trine\",\n        \"orb\": 6\n      },\n      {\n        \"name\": \"square\",\n        \"orb\": 5\n      },\n      {\n        \"name\": \"sextile\",\n        \"orb\": 3\n      }\n    ]\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Transit Chart",
          "description": "All available examples for Render Transit Chart endpoint. 🔄 **Render Transit Chart** - Current planetary influences visualization\n\n**What you get:**\n- Inner ring: Natal chart positions\n- Outer ring: Current transiting planets\n- Aspect lines showing active influences\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~450-650ms",
          "item": [
            {
              "id": "97bad004-f87f-4a55-b655-c964b6236ed9",
              "name": "Current Transits",
              "request": {
                "name": "Current Transits",
                "description": {
                  "content": "🎯 **Render Transit Chart**\n\n📋 **Endpoint Description:**\n🔄 **Render Transit Chart** - Current planetary influences visualization\n\n**What you get:**\n- Inner ring: Natal chart positions\n- Outer ring: Current transiting planets\n- Aspect lines showing active influences\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~450-650ms\n\n✨ **Example Description:**\nToday's planetary influences on natal chart\n\n🔗 **Endpoint:** `POST /api/v3/render/transit`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "transit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"transit_time\": {\n    \"datetime\": {\n      \"year\": 2024,\n      \"month\": 12,\n      \"day\": 1,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7fc68768-346b-4fa8-99cb-0a91e3c8cc7c",
              "name": "Transit Chart for Email",
              "request": {
                "name": "Transit Chart for Email",
                "description": {
                  "content": "🎯 **Render Transit Chart**\n\n📋 **Endpoint Description:**\n🔄 **Render Transit Chart** - Current planetary influences visualization\n\n**What you get:**\n- Inner ring: Natal chart positions\n- Outer ring: Current transiting planets\n- Aspect lines showing active influences\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~450-650ms\n\n✨ **Example Description:**\nPNG format compatible with email clients\n\n🔗 **Endpoint:** `POST /api/v3/render/transit`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "transit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"transit_time\": {\n    \"datetime\": {\n      \"year\": 2024,\n      \"month\": 12,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 800,\n    \"theme\": \"light\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ecc0b864-e996-41f5-a7ea-1815e61480d1",
              "name": "Custom Aspect Orbs",
              "request": {
                "name": "Custom Aspect Orbs",
                "description": {
                  "content": "🎯 **Render Transit Chart**\n\n📋 **Endpoint Description:**\n🔄 **Render Transit Chart** - Current planetary influences visualization\n\n**What you get:**\n- Inner ring: Natal chart positions\n- Outer ring: Current transiting planets\n- Aspect lines showing active influences\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~450-650ms\n\n✨ **Example Description:**\nTransit chart with custom orbs to control which aspects are displayed\n\n🔗 **Endpoint:** `POST /api/v3/render/transit`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "transit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"transit_time\": {\n    \"datetime\": {\n      \"year\": 2025,\n      \"month\": 4,\n      \"day\": 4,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"active_aspects\": [\n      {\n        \"name\": \"conjunction\",\n        \"orb\": 8\n      },\n      {\n        \"name\": \"opposition\",\n        \"orb\": 8\n      },\n      {\n        \"name\": \"trine\",\n        \"orb\": 6\n      },\n      {\n        \"name\": \"square\",\n        \"orb\": 5\n      },\n      {\n        \"name\": \"sextile\",\n        \"orb\": 3\n      }\n    ]\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Composite Chart",
          "description": "All available examples for Render Composite Chart endpoint. 🌟 **Render Composite Chart** - Relationship as a single entity\n\n**What you get:**\n- Single chart representing the relationship itself\n- Midpoint calculations between partners' planets\n- Unique relationship personality visualization\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~600-800ms",
          "item": [
            {
              "id": "6c559d38-439a-4d31-ab36-8ca208d0540f",
              "name": "Composite Chart (SVG)",
              "request": {
                "name": "Composite Chart (SVG)",
                "description": {
                  "content": "🎯 **Render Composite Chart**\n\n📋 **Endpoint Description:**\n🌟 **Render Composite Chart** - Relationship as a single entity\n\n**What you get:**\n- Single chart representing the relationship itself\n- Midpoint calculations between partners' planets\n- Unique relationship personality visualization\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~600-800ms\n\n✨ **Example Description:**\nRelationship dynamics as a single chart\n\n🔗 **Endpoint:** `POST /api/v3/render/composite`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "composite"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Alice\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Bob\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 7,\n      \"day\": 22,\n      \"hour\": 9,\n      \"minute\": 45,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "538d4e84-161d-43d4-9f5b-f666682fe576",
              "name": "Composite for Print (PDF)",
              "request": {
                "name": "Composite for Print (PDF)",
                "description": {
                  "content": "🎯 **Render Composite Chart**\n\n📋 **Endpoint Description:**\n🌟 **Render Composite Chart** - Relationship as a single entity\n\n**What you get:**\n- Single chart representing the relationship itself\n- Midpoint calculations between partners' planets\n- Unique relationship personality visualization\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~600-800ms\n\n✨ **Example Description:**\nHigh-quality PDF for professional reports\n\n🔗 **Endpoint:** `POST /api/v3/render/composite`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "composite"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"John\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 18,\n      \"minute\": 0,\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Jane\",\n    \"birth_data\": {\n      \"year\": 1987,\n      \"month\": 4,\n      \"day\": 25,\n      \"hour\": 11,\n      \"minute\": 20,\n      \"city\": \"Sydney\",\n      \"country_code\": \"AU\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"pdf\",\n    \"scale\": 1.5,\n    \"theme\": \"classic\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "996e1143-36fd-4c80-8c7a-3af50dd2ef4f",
              "name": "Custom Aspect Orbs",
              "request": {
                "name": "Custom Aspect Orbs",
                "description": {
                  "content": "🎯 **Render Composite Chart**\n\n📋 **Endpoint Description:**\n🌟 **Render Composite Chart** - Relationship as a single entity\n\n**What you get:**\n- Single chart representing the relationship itself\n- Midpoint calculations between partners' planets\n- Unique relationship personality visualization\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~600-800ms\n\n✨ **Example Description:**\nComposite chart with custom orbs for precise aspect control\n\n🔗 **Endpoint:** `POST /api/v3/render/composite`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "composite"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Hiroshi\",\n    \"birth_data\": {\n      \"year\": 1991,\n      \"month\": 2,\n      \"day\": 14,\n      \"hour\": 7,\n      \"minute\": 30,\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Yuki\",\n    \"birth_data\": {\n      \"year\": 1994,\n      \"month\": 8,\n      \"day\": 19,\n      \"hour\": 16,\n      \"minute\": 0,\n      \"city\": \"Osaka\",\n      \"country_code\": \"JP\"\n    }\n  },\n  \"options\": {\n    \"active_aspects\": [\n      {\n        \"name\": \"conjunction\",\n        \"orb\": 9\n      },\n      {\n        \"name\": \"opposition\",\n        \"orb\": 9\n      },\n      {\n        \"name\": \"trine\",\n        \"orb\": 7\n      },\n      {\n        \"name\": \"square\",\n        \"orb\": 6\n      },\n      {\n        \"name\": \"sextile\",\n        \"orb\": 4\n      }\n    ]\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Davison Chart",
          "description": "All available examples for Render Davison Chart endpoint. 💞 **Render Davison Chart** - Relationship chart at the midpoint in time and space\n\nA Davison chart is a real natal chart computed at the temporal and geographic\nmidpoint between two births. Unlike a true composite (which averages each\nplanet's longitude), Davison produces an actual cast chart — meaning all\nsecondary derivations (aspects to fixed stars, dignities, sect, etc.) are\nphysically valid.\n\n**Midpoint methods:**\n- **arithmetic** (default) — astro.com parity; linear average of lat/lon.\n- **spherical** — great-circle midpoint via spherical interpolation.\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~600-800ms",
          "item": [
            {
              "id": "39b58724-e03f-4624-81ea-da6ead7282a6",
              "name": "Davison Chart (SVG)",
              "request": {
                "name": "Davison Chart (SVG)",
                "description": {
                  "content": "🎯 **Render Davison Chart**\n\n📋 **Endpoint Description:**\n💞 **Render Davison Chart** - Relationship chart at the midpoint in time and space\n\nA Davison chart is a real natal chart computed at the temporal and geographic\nmidpoint between two births. Unlike a true composite (which averages each\nplanet's longitude), Davison produces an actual cast chart — meaning all\nsecondary derivations (aspects to fixed stars, dignities, sect, etc.) are\nphysically valid.\n\n**Midpoint methods:**\n- **arithmetic** (default) — astro.com parity; linear average of lat/lon.\n- **spherical** — great-circle midpoint via spherical interpolation.\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~600-800ms\n\n✨ **Example Description:**\nReal natal chart at the midpoint in time and space between two births.\n\n🔗 **Endpoint:** `POST /api/v3/render/davison`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "davison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Charles\",\n    \"birth_data\": {\n      \"year\": 1948,\n      \"month\": 11,\n      \"day\": 14,\n      \"hour\": 21,\n      \"minute\": 14,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Diana\",\n    \"birth_data\": {\n      \"year\": 1961,\n      \"month\": 7,\n      \"day\": 1,\n      \"hour\": 19,\n      \"minute\": 45,\n      \"city\": \"Sandringham\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "91c0e024-cf5d-4731-8ad1-e73ed79b5b75",
              "name": "Davison PNG with spherical midpoint",
              "request": {
                "name": "Davison PNG with spherical midpoint",
                "description": {
                  "content": "🎯 **Render Davison Chart**\n\n📋 **Endpoint Description:**\n💞 **Render Davison Chart** - Relationship chart at the midpoint in time and space\n\nA Davison chart is a real natal chart computed at the temporal and geographic\nmidpoint between two births. Unlike a true composite (which averages each\nplanet's longitude), Davison produces an actual cast chart — meaning all\nsecondary derivations (aspects to fixed stars, dignities, sect, etc.) are\nphysically valid.\n\n**Midpoint methods:**\n- **arithmetic** (default) — astro.com parity; linear average of lat/lon.\n- **spherical** — great-circle midpoint via spherical interpolation.\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~600-800ms\n\n✨ **Example Description:**\nInternational couple — spherical midpoint for great-circle accuracy.\n\n🔗 **Endpoint:** `POST /api/v3/render/davison`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "davison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Hiro\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Maria\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 4,\n      \"day\": 22,\n      \"hour\": 8,\n      \"minute\": 30,\n      \"city\": \"S\\u00e3o Paulo\",\n      \"country_code\": \"BR\"\n    }\n  },\n  \"midpoint_method\": \"spherical\",\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1000,\n    \"theme\": \"light\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Biwheel Progression",
          "description": "All available examples for Render Biwheel Progression endpoint. 🎨 **Render Progression Bi-wheel** — Natal (inner) + Progressed (outer)\n\nGenerates a dual-ring chart where the natal sits on the inner ring and\nthe secondary-progressed positions sit on the outer ring. Aspect lines\nconnect natal points to progressed points — useful for tracking\nlong-term inner shifts (the \"psychological transit\").\n\n**Differs from `/render/progression`:** that endpoint renders a single\nprogressed wheel; this endpoint renders the bi-wheel.\n\n**Differs from `/render/transit`:** transits render *current sky →\nnatal*; progressions render *inner symbolic clock → natal*.\n\n**v1 supports secondary progressions only** (day-for-a-year, classical\nmethod). Primary, tertiary, and minor progressions are tracked for\nfuture versions.\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~500-700ms",
          "item": [
            {
              "id": "405e4ec8-1838-47dd-bcf8-44a9105bd1bc",
              "name": "Secondary Progression Bi-wheel (SVG)",
              "request": {
                "name": "Secondary Progression Bi-wheel (SVG)",
                "description": {
                  "content": "🎯 **Render Biwheel Progression**\n\n📋 **Endpoint Description:**\n🎨 **Render Progression Bi-wheel** — Natal (inner) + Progressed (outer)\n\nGenerates a dual-ring chart where the natal sits on the inner ring and\nthe secondary-progressed positions sit on the outer ring. Aspect lines\nconnect natal points to progressed points — useful for tracking\nlong-term inner shifts (the \"psychological transit\").\n\n**Differs from `/render/progression`:** that endpoint renders a single\nprogressed wheel; this endpoint renders the bi-wheel.\n\n**Differs from `/render/transit`:** transits render *current sky →\nnatal*; progressions render *inner symbolic clock → natal*.\n\n**v1 supports secondary progressions only** (day-for-a-year, classical\nmethod). Primary, tertiary, and minor progressions are tracked for\nfuture versions.\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~500-700ms\n\n✨ **Example Description:**\nRenders natal (inner) + secondary-progressed (outer) wheels with aspect lines connecting natal positions to progressed positions. The chart title reads 'Progressions for {date}'.\n\n🔗 **Endpoint:** `POST /api/v3/render/biwheel-progression`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "biwheel-progression"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"progression_date\": \"2026-05-16\",\n  \"render_options\": {\n    \"format\": \"svg\",\n    \"theme\": \"dark\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "2345fcc0-15c2-477c-aa6d-ac0fa6718ccd",
              "name": "Secondary Progression Bi-wheel (PNG)",
              "request": {
                "name": "Secondary Progression Bi-wheel (PNG)",
                "description": {
                  "content": "🎯 **Render Biwheel Progression**\n\n📋 **Endpoint Description:**\n🎨 **Render Progression Bi-wheel** — Natal (inner) + Progressed (outer)\n\nGenerates a dual-ring chart where the natal sits on the inner ring and\nthe secondary-progressed positions sit on the outer ring. Aspect lines\nconnect natal points to progressed points — useful for tracking\nlong-term inner shifts (the \"psychological transit\").\n\n**Differs from `/render/progression`:** that endpoint renders a single\nprogressed wheel; this endpoint renders the bi-wheel.\n\n**Differs from `/render/transit`:** transits render *current sky →\nnatal*; progressions render *inner symbolic clock → natal*.\n\n**v1 supports secondary progressions only** (day-for-a-year, classical\nmethod). Primary, tertiary, and minor progressions are tracked for\nfuture versions.\n\n**Formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~500-700ms\n\n✨ **Example Description:**\nPNG output sized for email reports.\n\n🔗 **Endpoint:** `POST /api/v3/render/biwheel-progression`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "biwheel-progression"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 5,\n      \"day\": 10,\n      \"hour\": 18,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"progression_date\": \"2026-05-16\",\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1000,\n    \"theme\": \"light\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "📖 Reports & Interpretations",
      "description": "Detailed astrological reports with textual interpretations.",
      "item": [
        {
          "name": "📁 Get Natal Report",
          "description": "All available examples for Get Natal Report endpoint. 📖 **Comprehensive Natal Chart Report** - Detailed personality analysis\n\n**Perfect for:**\n- 🎯 Professional astrological consultations\n- 📚 In-depth personality understanding\n- 🎓 Learning astrology through examples\n- 📱 Astrology apps with detailed reports\n\n**What you get:**\n- **Planets in Signs** - Core personality traits and motivations\n- **Planets in Houses** - Life areas where energies manifest\n- **Major Aspects** - How different parts of personality interact\n- **Moon Phases** - Emotional patterns and lunar influences\n- **Traditional insights** - Classical astrological wisdom\n\n**Available traditions:**\n- **Classical** - Traditional Western astrology\n- **Psychological** - Modern psychological approach\n- **Event-oriented** - Predictive focus\n- **Universal** - Balanced comprehensive approach\n\n**Languages supported:**\n- English (en), German (de), French (fr), Spanish (es)\n- Italian (it), Portuguese (pt), Russian (ru), Chinese (zh)\n- Hindi (hi) - 9 languages total\n\n**Response time:** ~500ms | **Content:** 15-25 detailed interpretations\n\n**New features:**\n- 🆕 `include_aspect_patterns`: Detect Grand Trines, T-Squares, Yods, Stelliums",
          "item": [
            {
              "id": "c8592166-9b3d-470c-b809-515f63821832",
              "name": "🇬🇧 English - Psychological",
              "request": {
                "name": "🇬🇧 English - Psychological",
                "description": {
                  "content": "🎯 **Get Natal Report**\n\n📋 **Endpoint Description:**\n📖 **Comprehensive Natal Chart Report** - Detailed personality analysis\n\n**Perfect for:**\n- 🎯 Professional astrological consultations\n- 📚 In-depth personality understanding\n- 🎓 Learning astrology through examples\n- 📱 Astrology apps with detailed reports\n\n**What you get:**\n- **Planets in Signs** - Core personality traits and motivations\n- **Planets in Houses** - Life areas where energies manifest\n- **Major Aspects** - How different parts of personality interact\n- **Moon Phases** - Emotional patterns and lunar influences\n- **Traditional insights** - Classical astrological wisdom\n\n**Available traditions:**\n- **Classical** - Traditional Western astrology\n- **Psychological** - Modern psychological approach\n- **Event-oriented** - Predictive focus\n- **Universal** - Balanced comprehensive approach\n\n**Languages supported:**\n- English (en), German (de), French (fr), Spanish (es)\n- Italian (it), Portuguese (pt), Russian (ru), Chinese (zh)\n- Hindi (hi) - 9 languages total\n\n**Response time:** ~500ms | **Content:** 15-25 detailed interpretations\n\n**New features:**\n- 🆕 `include_aspect_patterns`: Detect Grand Trines, T-Squares, Yods, Stelliums\n\n✨ **Example Description:**\nModern psychological astrology interpretation in English\n\n🔗 **Endpoint:** `POST /api/v3/analysis/natal-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "natal-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"report_options\": {\n    \"tradition\": \"psychological\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "78113139-c22e-456b-bbad-9a154f086007",
              "name": "🇫🇷 French - Classical",
              "request": {
                "name": "🇫🇷 French - Classical",
                "description": {
                  "content": "🎯 **Get Natal Report**\n\n📋 **Endpoint Description:**\n📖 **Comprehensive Natal Chart Report** - Detailed personality analysis\n\n**Perfect for:**\n- 🎯 Professional astrological consultations\n- 📚 In-depth personality understanding\n- 🎓 Learning astrology through examples\n- 📱 Astrology apps with detailed reports\n\n**What you get:**\n- **Planets in Signs** - Core personality traits and motivations\n- **Planets in Houses** - Life areas where energies manifest\n- **Major Aspects** - How different parts of personality interact\n- **Moon Phases** - Emotional patterns and lunar influences\n- **Traditional insights** - Classical astrological wisdom\n\n**Available traditions:**\n- **Classical** - Traditional Western astrology\n- **Psychological** - Modern psychological approach\n- **Event-oriented** - Predictive focus\n- **Universal** - Balanced comprehensive approach\n\n**Languages supported:**\n- English (en), German (de), French (fr), Spanish (es)\n- Italian (it), Portuguese (pt), Russian (ru), Chinese (zh)\n- Hindi (hi) - 9 languages total\n\n**Response time:** ~500ms | **Content:** 15-25 detailed interpretations\n\n**New features:**\n- 🆕 `include_aspect_patterns`: Detect Grand Trines, T-Squares, Yods, Stelliums\n\n✨ **Example Description:**\nTraditional Western astrology interpretation in French\n\n🔗 **Endpoint:** `POST /api/v3/analysis/natal-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "natal-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Marie\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 7,\n      \"day\": 14,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"report_options\": {\n    \"tradition\": \"classical\",\n    \"language\": \"fr\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d8fd4b94-5038-42c1-8485-e00640fddb7e",
              "name": "🇩🇪 German - Universal",
              "request": {
                "name": "🇩🇪 German - Universal",
                "description": {
                  "content": "🎯 **Get Natal Report**\n\n📋 **Endpoint Description:**\n📖 **Comprehensive Natal Chart Report** - Detailed personality analysis\n\n**Perfect for:**\n- 🎯 Professional astrological consultations\n- 📚 In-depth personality understanding\n- 🎓 Learning astrology through examples\n- 📱 Astrology apps with detailed reports\n\n**What you get:**\n- **Planets in Signs** - Core personality traits and motivations\n- **Planets in Houses** - Life areas where energies manifest\n- **Major Aspects** - How different parts of personality interact\n- **Moon Phases** - Emotional patterns and lunar influences\n- **Traditional insights** - Classical astrological wisdom\n\n**Available traditions:**\n- **Classical** - Traditional Western astrology\n- **Psychological** - Modern psychological approach\n- **Event-oriented** - Predictive focus\n- **Universal** - Balanced comprehensive approach\n\n**Languages supported:**\n- English (en), German (de), French (fr), Spanish (es)\n- Italian (it), Portuguese (pt), Russian (ru), Chinese (zh)\n- Hindi (hi) - 9 languages total\n\n**Response time:** ~500ms | **Content:** 15-25 detailed interpretations\n\n**New features:**\n- 🆕 `include_aspect_patterns`: Detect Grand Trines, T-Squares, Yods, Stelliums\n\n✨ **Example Description:**\nBalanced comprehensive approach in German\n\n🔗 **Endpoint:** `POST /api/v3/analysis/natal-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "natal-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Hans\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 3,\n      \"day\": 20,\n      \"hour\": 10,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Berlin\",\n      \"country_code\": \"DE\"\n    }\n  },\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"de\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7a17dcbc-e526-4382-b063-5c0feab1001c",
              "name": "🇪🇸 Spanish - Event-Oriented",
              "request": {
                "name": "🇪🇸 Spanish - Event-Oriented",
                "description": {
                  "content": "🎯 **Get Natal Report**\n\n📋 **Endpoint Description:**\n📖 **Comprehensive Natal Chart Report** - Detailed personality analysis\n\n**Perfect for:**\n- 🎯 Professional astrological consultations\n- 📚 In-depth personality understanding\n- 🎓 Learning astrology through examples\n- 📱 Astrology apps with detailed reports\n\n**What you get:**\n- **Planets in Signs** - Core personality traits and motivations\n- **Planets in Houses** - Life areas where energies manifest\n- **Major Aspects** - How different parts of personality interact\n- **Moon Phases** - Emotional patterns and lunar influences\n- **Traditional insights** - Classical astrological wisdom\n\n**Available traditions:**\n- **Classical** - Traditional Western astrology\n- **Psychological** - Modern psychological approach\n- **Event-oriented** - Predictive focus\n- **Universal** - Balanced comprehensive approach\n\n**Languages supported:**\n- English (en), German (de), French (fr), Spanish (es)\n- Italian (it), Portuguese (pt), Russian (ru), Chinese (zh)\n- Hindi (hi) - 9 languages total\n\n**Response time:** ~500ms | **Content:** 15-25 detailed interpretations\n\n**New features:**\n- 🆕 `include_aspect_patterns`: Detect Grand Trines, T-Squares, Yods, Stelliums\n\n✨ **Example Description:**\nPredictive focus approach in Spanish\n\n🔗 **Endpoint:** `POST /api/v3/analysis/natal-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "natal-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Carlos\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 11,\n      \"day\": 5,\n      \"hour\": 16,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Madrid\",\n      \"country_code\": \"ES\"\n    }\n  },\n  \"report_options\": {\n    \"tradition\": \"event_oriented\",\n    \"language\": \"es\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ab2b0d76-37c5-490e-9938-718edeb48772",
              "name": "🇵🇹 Portuguese - Psychological",
              "request": {
                "name": "🇵🇹 Portuguese - Psychological",
                "description": {
                  "content": "🎯 **Get Natal Report**\n\n📋 **Endpoint Description:**\n📖 **Comprehensive Natal Chart Report** - Detailed personality analysis\n\n**Perfect for:**\n- 🎯 Professional astrological consultations\n- 📚 In-depth personality understanding\n- 🎓 Learning astrology through examples\n- 📱 Astrology apps with detailed reports\n\n**What you get:**\n- **Planets in Signs** - Core personality traits and motivations\n- **Planets in Houses** - Life areas where energies manifest\n- **Major Aspects** - How different parts of personality interact\n- **Moon Phases** - Emotional patterns and lunar influences\n- **Traditional insights** - Classical astrological wisdom\n\n**Available traditions:**\n- **Classical** - Traditional Western astrology\n- **Psychological** - Modern psychological approach\n- **Event-oriented** - Predictive focus\n- **Universal** - Balanced comprehensive approach\n\n**Languages supported:**\n- English (en), German (de), French (fr), Spanish (es)\n- Italian (it), Portuguese (pt), Russian (ru), Chinese (zh)\n- Hindi (hi) - 9 languages total\n\n**Response time:** ~500ms | **Content:** 15-25 detailed interpretations\n\n**New features:**\n- 🆕 `include_aspect_patterns`: Detect Grand Trines, T-Squares, Yods, Stelliums\n\n✨ **Example Description:**\nModern psychological astrology interpretation in Portuguese\n\n🔗 **Endpoint:** `POST /api/v3/analysis/natal-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "natal-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Jo\\u00e3o\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 4,\n      \"day\": 25,\n      \"hour\": 9,\n      \"minute\": 20,\n      \"second\": 0,\n      \"city\": \"Lisbon\",\n      \"country_code\": \"PT\"\n    }\n  },\n  \"report_options\": {\n    \"language\": \"pt\",\n    \"tradition\": \"psychological\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Lunar Analysis",
          "description": "All available examples for Get Lunar Analysis endpoint. 🌙 **Moon Features** — multi-section lunar analysis for the \"Особенности Луны\" bot feature.\n\n**What you get (all texts from JSON, zero hardcoded interpretations):**\n- **`sections.current_moon`** (always) — current-sky Moon: sign, phase, lunar day, mansion (arabian/vedic/chinese),\n  distance (perigee/apogee/normal), void-of-course status.\n- **`sections.natal_moon`** (with `natal_subject`) — natal Moon sign, house, phase at birth, birth lunar mansion,\n  and aspects to all natal planets **plus angles** (ASC/MC/IC/DSC).\n- **`sections.transit_to_natal`** (with `natal_subject`) — transit Moon → natal planets, orb ≤ 2° (tight by design),\n  with applying/separating direction. Includes a dedicated \"Transit Moon ↔ Natal Moon\" line (the monthly mini-return).\n- **`sections.next_lunar_return`** (with `natal_subject`) — compact teaser with return datetime, Moon sign/house/phase,\n  ASC of the return chart, and a one-line month theme. Full analysis → `/api/v3/analysis/lunar-return-report`.\n\n**Astrologer-reviewed display order (when all 4 sections present):** Natal → Current → Transit-to-Natal → Lunar Return.\n\n**Backward compatibility:** the flat `interpretations` list is preserved (current → natal → transit order) so existing\nclients keep working. New clients should read `sections` for Telegram-style grouped rendering.\n\n**Parameters:**\n- `natal_subject` (optional) — unlocks natal, transit-to-natal, and lunar-return sections.\n- `include_sections` (optional list) — one or more of `[\"current\", \"natal\", \"transit_to_natal\", \"lunar_return\"]`.\n  Requires `natal_subject` for non-current sections.\n- `mansion_system` — `\"arabian\"` (default) | `\"vedic\"` | `\"chinese\"` — affects only the current-sky mansion.\n- `include_upcoming_events` — set `false` to omit `sections.upcoming_events`.\n\n**Response time:** ~50-500 ms depending on included sections.",
          "item": [
            {
              "id": "6301eedf-49e3-47b5-922a-75e82aae5133",
              "name": "Current-sky only (no birth data)",
              "request": {
                "name": "Current-sky only (no birth data)",
                "description": {
                  "content": "🎯 **Get Lunar Analysis**\n\n📋 **Endpoint Description:**\n🌙 **Moon Features** — multi-section lunar analysis for the \"Особенности Луны\" bot feature.\n\n**What you get (all texts from JSON, zero hardcoded interpretations):**\n- **`sections.current_moon`** (always) — current-sky Moon: sign, phase, lunar day, mansion (arabian/vedic/chinese),\n  distance (perigee/apogee/normal), void-of-course status.\n- **`sections.natal_moon`** (with `natal_subject`) — natal Moon sign, house, phase at birth, birth lunar mansion,\n  and aspects to all natal planets **plus angles** (ASC/MC/IC/DSC).\n- **`sections.transit_to_natal`** (with `natal_subject`) — transit Moon → natal planets, orb ≤ 2° (tight by design),\n  with applying/separating direction. Includes a dedicated \"Transit Moon ↔ Natal Moon\" line (the monthly mini-return).\n- **`sections.next_lunar_return`** (with `natal_subject`) — compact teaser with return datetime, Moon sign/house/phase,\n  ASC of the return chart, and a one-line month theme. Full analysis → `/api/v3/analysis/lunar-return-report`.\n\n**Astrologer-reviewed display order (when all 4 sections present):** Natal → Current → Transit-to-Natal → Lunar Return.\n\n**Backward compatibility:** the flat `interpretations` list is preserved (current → natal → transit order) so existing\nclients keep working. New clients should read `sections` for Telegram-style grouped rendering.\n\n**Parameters:**\n- `natal_subject` (optional) — unlocks natal, transit-to-natal, and lunar-return sections.\n- `include_sections` (optional list) — one or more of `[\"current\", \"natal\", \"transit_to_natal\", \"lunar_return\"]`.\n  Requires `natal_subject` for non-current sections.\n- `mansion_system` — `\"arabian\"` (default) | `\"vedic\"` | `\"chinese\"` — affects only the current-sky mansion.\n- `include_upcoming_events` — set `false` to omit `sections.upcoming_events`.\n\n**Response time:** ~50-500 ms depending on included sections.\n\n✨ **Example Description:**\nBackward-compatible shape. Returns only the `current_moon` section with Sign / Phase / Lunar Day / Mansion / Distance / VoC.\n\n🔗 **Endpoint:** `POST /api/v3/analysis/lunar-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "lunar-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 3,\n    \"day\": 15,\n    \"hour\": 20,\n    \"minute\": 30,\n    \"second\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"report_options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "caf51acd-02c8-46c4-a8ee-c4c2c8d2d2b4",
              "name": "Full 'Moon Features' with birth data",
              "request": {
                "name": "Full 'Moon Features' with birth data",
                "description": {
                  "content": "🎯 **Get Lunar Analysis**\n\n📋 **Endpoint Description:**\n🌙 **Moon Features** — multi-section lunar analysis for the \"Особенности Луны\" bot feature.\n\n**What you get (all texts from JSON, zero hardcoded interpretations):**\n- **`sections.current_moon`** (always) — current-sky Moon: sign, phase, lunar day, mansion (arabian/vedic/chinese),\n  distance (perigee/apogee/normal), void-of-course status.\n- **`sections.natal_moon`** (with `natal_subject`) — natal Moon sign, house, phase at birth, birth lunar mansion,\n  and aspects to all natal planets **plus angles** (ASC/MC/IC/DSC).\n- **`sections.transit_to_natal`** (with `natal_subject`) — transit Moon → natal planets, orb ≤ 2° (tight by design),\n  with applying/separating direction. Includes a dedicated \"Transit Moon ↔ Natal Moon\" line (the monthly mini-return).\n- **`sections.next_lunar_return`** (with `natal_subject`) — compact teaser with return datetime, Moon sign/house/phase,\n  ASC of the return chart, and a one-line month theme. Full analysis → `/api/v3/analysis/lunar-return-report`.\n\n**Astrologer-reviewed display order (when all 4 sections present):** Natal → Current → Transit-to-Natal → Lunar Return.\n\n**Backward compatibility:** the flat `interpretations` list is preserved (current → natal → transit order) so existing\nclients keep working. New clients should read `sections` for Telegram-style grouped rendering.\n\n**Parameters:**\n- `natal_subject` (optional) — unlocks natal, transit-to-natal, and lunar-return sections.\n- `include_sections` (optional list) — one or more of `[\"current\", \"natal\", \"transit_to_natal\", \"lunar_return\"]`.\n  Requires `natal_subject` for non-current sections.\n- `mansion_system` — `\"arabian\"` (default) | `\"vedic\"` | `\"chinese\"` — affects only the current-sky mansion.\n- `include_upcoming_events` — set `false` to omit `sections.upcoming_events`.\n\n**Response time:** ~50-500 ms depending on included sections.\n\n✨ **Example Description:**\nReturns all four sections: current_moon, natal_moon, transit_to_natal, next_lunar_return.\n\n🔗 **Endpoint:** `POST /api/v3/analysis/lunar-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "lunar-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 3,\n    \"day\": 13,\n    \"hour\": 10,\n    \"minute\": 0,\n    \"second\": 0,\n    \"latitude\": 50.0,\n    \"longitude\": 36.25,\n    \"timezone\": \"Europe/Kyiv\"\n  },\n  \"natal_subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"report_options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "64d5be96-93b7-4336-ab5c-dafe3df3d0b5",
              "name": "Current sky with Vedic nakshatras",
              "request": {
                "name": "Current sky with Vedic nakshatras",
                "description": {
                  "content": "🎯 **Get Lunar Analysis**\n\n📋 **Endpoint Description:**\n🌙 **Moon Features** — multi-section lunar analysis for the \"Особенности Луны\" bot feature.\n\n**What you get (all texts from JSON, zero hardcoded interpretations):**\n- **`sections.current_moon`** (always) — current-sky Moon: sign, phase, lunar day, mansion (arabian/vedic/chinese),\n  distance (perigee/apogee/normal), void-of-course status.\n- **`sections.natal_moon`** (with `natal_subject`) — natal Moon sign, house, phase at birth, birth lunar mansion,\n  and aspects to all natal planets **plus angles** (ASC/MC/IC/DSC).\n- **`sections.transit_to_natal`** (with `natal_subject`) — transit Moon → natal planets, orb ≤ 2° (tight by design),\n  with applying/separating direction. Includes a dedicated \"Transit Moon ↔ Natal Moon\" line (the monthly mini-return).\n- **`sections.next_lunar_return`** (with `natal_subject`) — compact teaser with return datetime, Moon sign/house/phase,\n  ASC of the return chart, and a one-line month theme. Full analysis → `/api/v3/analysis/lunar-return-report`.\n\n**Astrologer-reviewed display order (when all 4 sections present):** Natal → Current → Transit-to-Natal → Lunar Return.\n\n**Backward compatibility:** the flat `interpretations` list is preserved (current → natal → transit order) so existing\nclients keep working. New clients should read `sections` for Telegram-style grouped rendering.\n\n**Parameters:**\n- `natal_subject` (optional) — unlocks natal, transit-to-natal, and lunar-return sections.\n- `include_sections` (optional list) — one or more of `[\"current\", \"natal\", \"transit_to_natal\", \"lunar_return\"]`.\n  Requires `natal_subject` for non-current sections.\n- `mansion_system` — `\"arabian\"` (default) | `\"vedic\"` | `\"chinese\"` — affects only the current-sky mansion.\n- `include_upcoming_events` — set `false` to omit `sections.upcoming_events`.\n\n**Response time:** ~50-500 ms depending on included sections.\n\n✨ **Example Description:**\nSwitch the mansion system from the default 'arabian' to 'vedic' (27 sidereal nakshatras).\n\n🔗 **Endpoint:** `POST /api/v3/analysis/lunar-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "lunar-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 7,\n    \"day\": 21,\n    \"hour\": 14,\n    \"minute\": 15,\n    \"latitude\": 40.7128,\n    \"longitude\": -74.006,\n    \"timezone\": \"America/New_York\"\n  },\n  \"mansion_system\": \"vedic\",\n  \"report_options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ac8dd8ac-896b-48f1-a4ca-72d4914eb7da",
              "name": "Filter: only current + natal sections",
              "request": {
                "name": "Filter: only current + natal sections",
                "description": {
                  "content": "🎯 **Get Lunar Analysis**\n\n📋 **Endpoint Description:**\n🌙 **Moon Features** — multi-section lunar analysis for the \"Особенности Луны\" bot feature.\n\n**What you get (all texts from JSON, zero hardcoded interpretations):**\n- **`sections.current_moon`** (always) — current-sky Moon: sign, phase, lunar day, mansion (arabian/vedic/chinese),\n  distance (perigee/apogee/normal), void-of-course status.\n- **`sections.natal_moon`** (with `natal_subject`) — natal Moon sign, house, phase at birth, birth lunar mansion,\n  and aspects to all natal planets **plus angles** (ASC/MC/IC/DSC).\n- **`sections.transit_to_natal`** (with `natal_subject`) — transit Moon → natal planets, orb ≤ 2° (tight by design),\n  with applying/separating direction. Includes a dedicated \"Transit Moon ↔ Natal Moon\" line (the monthly mini-return).\n- **`sections.next_lunar_return`** (with `natal_subject`) — compact teaser with return datetime, Moon sign/house/phase,\n  ASC of the return chart, and a one-line month theme. Full analysis → `/api/v3/analysis/lunar-return-report`.\n\n**Astrologer-reviewed display order (when all 4 sections present):** Natal → Current → Transit-to-Natal → Lunar Return.\n\n**Backward compatibility:** the flat `interpretations` list is preserved (current → natal → transit order) so existing\nclients keep working. New clients should read `sections` for Telegram-style grouped rendering.\n\n**Parameters:**\n- `natal_subject` (optional) — unlocks natal, transit-to-natal, and lunar-return sections.\n- `include_sections` (optional list) — one or more of `[\"current\", \"natal\", \"transit_to_natal\", \"lunar_return\"]`.\n  Requires `natal_subject` for non-current sections.\n- `mansion_system` — `\"arabian\"` (default) | `\"vedic\"` | `\"chinese\"` — affects only the current-sky mansion.\n- `include_upcoming_events` — set `false` to omit `sections.upcoming_events`.\n\n**Response time:** ~50-500 ms depending on included sections.\n\n✨ **Example Description:**\nUse `include_sections` to trim the payload when the client only needs specific sections.\n\n🔗 **Endpoint:** `POST /api/v3/analysis/lunar-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "lunar-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 3,\n    \"day\": 15,\n    \"hour\": 20,\n    \"minute\": 30,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"natal_subject\": {\n    \"name\": \"Test\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"include_sections\": [\n    \"current\",\n    \"natal\"\n  ],\n  \"report_options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Relationship Score",
          "description": "All available examples for Get Relationship Score endpoint. 💯 **Relationship Compatibility Score** - Ciro Discepolo's \"Indice di Relazione\" Method\n\n**Method:** Uses the Discepolo Relationship Index - a proven astrological scoring system\ndeveloped by Italian astrologer Ciro Discepolo for quantifying relationship compatibility.\n\n**Perfect for:**\n- 💑 Quick compatibility assessment\n- 📊 Dating app integrations\n- 🎯 Relationship counseling tools\n- 📱 Simple compatibility widgets\n\n**What you get:**\n- **Discepolo score** (0-50+ scale, higher = stronger karmic connection)\n- **Destiny Sign detection** (same modality Sun signs)\n- **Key aspects** (Sun-Sun, Sun-Moon, Venus-Mars, Ascendant-Moon)\n- **Harmony/Tension ratio** (percentage breakdown)\n- **Dynamic type** classification (Harmonious Flow, Dynamic Growth, etc.)\n\n**Discepolo Score Interpretation:**\n- **0-5**: Minimal connection (background noise)\n- **5-10**: Weak significance\n- **10-15**: Moderate significance\n- **15-20**: Important relationship\n- **20-29**: Considerable significance\n- **29-35**: Strong karmic bond\n- **35+**: Exceptional/profound connection\n\n**Core aspects analyzed:**\n- **Sun-Sun** (ego/identity compatibility)\n- **Sun-Moon** (core marriage indicator)\n- **Sun-Ascendant** (attraction and first impressions)\n- **Venus-Mars** (physical/romantic attraction)\n- **Ascendant-Moon** (emotional comfort)\n\n**Response time:** ~200ms | **Format:** Discepolo score with aspect breakdown",
          "item": [
            {
              "id": "abc81fd9-3780-4122-90bd-62fc87d75b58",
              "name": "Romantic Couple - Discepolo Index",
              "request": {
                "name": "Romantic Couple - Discepolo Index",
                "description": {
                  "content": "🎯 **Get Relationship Score**\n\n📋 **Endpoint Description:**\n💯 **Relationship Compatibility Score** - Ciro Discepolo's \"Indice di Relazione\" Method\n\n**Method:** Uses the Discepolo Relationship Index - a proven astrological scoring system\ndeveloped by Italian astrologer Ciro Discepolo for quantifying relationship compatibility.\n\n**Perfect for:**\n- 💑 Quick compatibility assessment\n- 📊 Dating app integrations\n- 🎯 Relationship counseling tools\n- 📱 Simple compatibility widgets\n\n**What you get:**\n- **Discepolo score** (0-50+ scale, higher = stronger karmic connection)\n- **Destiny Sign detection** (same modality Sun signs)\n- **Key aspects** (Sun-Sun, Sun-Moon, Venus-Mars, Ascendant-Moon)\n- **Harmony/Tension ratio** (percentage breakdown)\n- **Dynamic type** classification (Harmonious Flow, Dynamic Growth, etc.)\n\n**Discepolo Score Interpretation:**\n- **0-5**: Minimal connection (background noise)\n- **5-10**: Weak significance\n- **10-15**: Moderate significance\n- **15-20**: Important relationship\n- **20-29**: Considerable significance\n- **29-35**: Strong karmic bond\n- **35+**: Exceptional/profound connection\n\n**Core aspects analyzed:**\n- **Sun-Sun** (ego/identity compatibility)\n- **Sun-Moon** (core marriage indicator)\n- **Sun-Ascendant** (attraction and first impressions)\n- **Venus-Mars** (physical/romantic attraction)\n- **Ascendant-Moon** (emotional comfort)\n\n**Response time:** ~200ms | **Format:** Discepolo score with aspect breakdown\n\n✨ **Example Description:**\nDiscepolo relationship score for romantic partners (London-Paris)\n\n🔗 **Endpoint:** `POST /api/v3/analysis/relationship-score`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "relationship-score"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Alice Johnson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Pierre Martin\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 9,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 2\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "fe93baba-04e1-49f9-b1b2-4b42e6122827",
              "name": "Business Partnership - Coordinates",
              "request": {
                "name": "Business Partnership - Coordinates",
                "description": {
                  "content": "🎯 **Get Relationship Score**\n\n📋 **Endpoint Description:**\n💯 **Relationship Compatibility Score** - Ciro Discepolo's \"Indice di Relazione\" Method\n\n**Method:** Uses the Discepolo Relationship Index - a proven astrological scoring system\ndeveloped by Italian astrologer Ciro Discepolo for quantifying relationship compatibility.\n\n**Perfect for:**\n- 💑 Quick compatibility assessment\n- 📊 Dating app integrations\n- 🎯 Relationship counseling tools\n- 📱 Simple compatibility widgets\n\n**What you get:**\n- **Discepolo score** (0-50+ scale, higher = stronger karmic connection)\n- **Destiny Sign detection** (same modality Sun signs)\n- **Key aspects** (Sun-Sun, Sun-Moon, Venus-Mars, Ascendant-Moon)\n- **Harmony/Tension ratio** (percentage breakdown)\n- **Dynamic type** classification (Harmonious Flow, Dynamic Growth, etc.)\n\n**Discepolo Score Interpretation:**\n- **0-5**: Minimal connection (background noise)\n- **5-10**: Weak significance\n- **10-15**: Moderate significance\n- **15-20**: Important relationship\n- **20-29**: Considerable significance\n- **29-35**: Strong karmic bond\n- **35+**: Exceptional/profound connection\n\n**Core aspects analyzed:**\n- **Sun-Sun** (ego/identity compatibility)\n- **Sun-Moon** (core marriage indicator)\n- **Sun-Ascendant** (attraction and first impressions)\n- **Venus-Mars** (physical/romantic attraction)\n- **Ascendant-Moon** (emotional comfort)\n\n**Response time:** ~200ms | **Format:** Discepolo score with aspect breakdown\n\n✨ **Example Description:**\nProfessional compatibility using exact coordinates for precision\n\n🔗 **Endpoint:** `POST /api/v3/analysis/relationship-score`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "relationship-score"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Sarah Chen\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 3,\n      \"day\": 10,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 0,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Michael Brown\",\n    \"birth_data\": {\n      \"year\": 1987,\n      \"month\": 11,\n      \"day\": 5,\n      \"hour\": 16,\n      \"minute\": 20,\n      \"second\": 0,\n      \"latitude\": 34.0522,\n      \"longitude\": -118.2437\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c5b3b617-1a78-40bd-9489-53cb0337c728",
              "name": "Family Relationship - Parent & Child",
              "request": {
                "name": "Family Relationship - Parent & Child",
                "description": {
                  "content": "🎯 **Get Relationship Score**\n\n📋 **Endpoint Description:**\n💯 **Relationship Compatibility Score** - Ciro Discepolo's \"Indice di Relazione\" Method\n\n**Method:** Uses the Discepolo Relationship Index - a proven astrological scoring system\ndeveloped by Italian astrologer Ciro Discepolo for quantifying relationship compatibility.\n\n**Perfect for:**\n- 💑 Quick compatibility assessment\n- 📊 Dating app integrations\n- 🎯 Relationship counseling tools\n- 📱 Simple compatibility widgets\n\n**What you get:**\n- **Discepolo score** (0-50+ scale, higher = stronger karmic connection)\n- **Destiny Sign detection** (same modality Sun signs)\n- **Key aspects** (Sun-Sun, Sun-Moon, Venus-Mars, Ascendant-Moon)\n- **Harmony/Tension ratio** (percentage breakdown)\n- **Dynamic type** classification (Harmonious Flow, Dynamic Growth, etc.)\n\n**Discepolo Score Interpretation:**\n- **0-5**: Minimal connection (background noise)\n- **5-10**: Weak significance\n- **10-15**: Moderate significance\n- **15-20**: Important relationship\n- **20-29**: Considerable significance\n- **29-35**: Strong karmic bond\n- **35+**: Exceptional/profound connection\n\n**Core aspects analyzed:**\n- **Sun-Sun** (ego/identity compatibility)\n- **Sun-Moon** (core marriage indicator)\n- **Sun-Ascendant** (attraction and first impressions)\n- **Venus-Mars** (physical/romantic attraction)\n- **Ascendant-Moon** (emotional comfort)\n\n**Response time:** ~200ms | **Format:** Discepolo score with aspect breakdown\n\n✨ **Example Description:**\nParent-child compatibility analysis with extended planetary points\n\n🔗 **Endpoint:** `POST /api/v3/analysis/relationship-score`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "relationship-score"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Parent\",\n    \"birth_data\": {\n      \"year\": 1970,\n      \"month\": 4,\n      \"day\": 25,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Child\",\n    \"birth_data\": {\n      \"year\": 2000,\n      \"month\": 7,\n      \"day\": 18,\n      \"hour\": 8,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"K\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Chiron\",\n      \"Mean_Node\",\n      \"True_Node\"\n    ],\n    \"precision\": 3\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Synastry Report",
          "description": "All available examples for Get Synastry Report endpoint. Generates and returns a textual synastry report.",
          "item": [
            {
              "id": "fb6899b9-fbe0-4ce8-ba82-7d02171214d1",
              "name": "Detailed Relationship Analysis",
              "request": {
                "name": "Detailed Relationship Analysis",
                "description": {
                  "content": "🎯 **Get Synastry Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a textual synastry report.\n\n✨ **Example Description:**\nComprehensive synastry report with psychological tradition\n\n🔗 **Endpoint:** `POST /api/v3/analysis/synastry-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "synastry-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Emma Watson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 4,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"James Smith\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Edinburgh\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Chiron\"\n    ],\n    \"precision\": 2\n  },\n  \"report_options\": {\n    \"tradition\": \"psychological\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "344ffda5-208d-43b9-9e81-291138af9a07",
              "name": "Classical Synastry - French",
              "request": {
                "name": "Classical Synastry - French",
                "description": {
                  "content": "🎯 **Get Synastry Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a textual synastry report.\n\n✨ **Example Description:**\nTraditional approach to relationship analysis in French\n\n🔗 **Endpoint:** `POST /api/v3/analysis/synastry-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "synastry-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Marie Dupont\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 6,\n      \"day\": 10,\n      \"hour\": 10,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Jean Bernard\",\n    \"birth_data\": {\n      \"year\": 1983,\n      \"month\": 11,\n      \"day\": 5,\n      \"hour\": 16,\n      \"minute\": 20,\n      \"second\": 0,\n      \"city\": \"Lyon\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\"\n    ],\n    \"precision\": 3\n  },\n  \"report_options\": {\n    \"tradition\": \"classical\",\n    \"language\": \"fr\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Solar Return Report",
          "description": "All available examples for Get Solar Return Report endpoint. Generates and returns a solar return report.",
          "item": [
            {
              "id": "51b780b4-8512-4abe-a70f-6c374fd25829",
              "name": "2024 Birthday Analysis",
              "request": {
                "name": "2024 Birthday Analysis",
                "description": {
                  "content": "🎯 **Get Solar Return Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a solar return report.\n\n✨ **Example Description:**\nSolar return for 2024 with current location (relocated chart)\n\n🔗 **Endpoint:** `POST /api/v3/analysis/solar-return-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "solar-return-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Alexandra Smith\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"return_year\": 2024,\n  \"return_location\": {\n    \"year\": 2024,\n    \"month\": 5,\n    \"day\": 15,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Paris\",\n    \"country_code\": \"FR\"\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\"\n    ],\n    \"precision\": 2\n  },\n  \"report_options\": {\n    \"tradition\": \"psychological\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "213e8268-aa5e-4e42-807f-123a23bd110f",
              "name": "Same Location Solar Return",
              "request": {
                "name": "Same Location Solar Return",
                "description": {
                  "content": "🎯 **Get Solar Return Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a solar return report.\n\n✨ **Example Description:**\nSolar return calculated for birth location (traditional approach)\n\n🔗 **Endpoint:** `POST /api/v3/analysis/solar-return-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "solar-return-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Michael Johnson\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006\n    }\n  },\n  \"return_year\": 2025,\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Chiron\",\n      \"Mean_Node\"\n    ],\n    \"precision\": 3\n  },\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Lunar Return Report",
          "description": "All available examples for Get Lunar Return Report endpoint. Generates and returns a lunar return report.",
          "item": [
            {
              "id": "96aa08b4-e8aa-407d-b414-096dcf1592cb",
              "name": "Monthly Lunar Return Report",
              "request": {
                "name": "Monthly Lunar Return Report",
                "description": {
                  "content": "🎯 **Get Lunar Return Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a lunar return report.\n\n✨ **Example Description:**\nComprehensive lunar return report for monthly emotional and intuitive cycles\n\n🔗 **Endpoint:** `POST /api/v3/analysis/lunar-return-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "lunar-return-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Luna Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"return_date\": \"2024-03-15\",\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 3\n  },\n  \"report_options\": {\n    \"tradition\": \"psychological\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "4658bde7-3243-4f92-92d4-3b0431dd950b",
              "name": "Relocated Lunar Return",
              "request": {
                "name": "Relocated Lunar Return",
                "description": {
                  "content": "🎯 **Get Lunar Return Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a lunar return report.\n\n✨ **Example Description:**\nLunar return report calculated for current location (relocation astrology)\n\n🔗 **Endpoint:** `POST /api/v3/analysis/lunar-return-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "lunar-return-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Lunar Traveler\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Sydney\",\n      \"country_code\": \"AU\"\n    }\n  },\n  \"return_date\": \"2024-04-20\",\n  \"return_location\": {\n    \"year\": 2024,\n    \"month\": 4,\n    \"day\": 20,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Paris\",\n    \"country_code\": \"FR\"\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\"\n    ],\n    \"precision\": 2\n  },\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"fr\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Solar Return Transit Report",
          "description": "All available examples for Get Solar Return Transit Report endpoint. Generates and returns a transit report for a solar return chart.",
          "item": [
            {
              "id": "79cd4018-3f4c-4f10-8c78-b67417acb6db",
              "name": "Birthday Year Transit Report",
              "request": {
                "name": "Birthday Year Transit Report",
                "description": {
                  "content": "🎯 **Get Solar Return Transit Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a transit report for a solar return chart.\n\n✨ **Example Description:**\nComprehensive transit analysis for solar return chart with interpretations\n\n🔗 **Endpoint:** `POST /api/v3/analysis/solar-return-transit-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "solar-return-transit-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Birthday Analyst\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"return_year\": 2024,\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2024,\n      \"month\": 5,\n      \"day\": 15\n    },\n    \"end_date\": {\n      \"year\": 2025,\n      \"month\": 5,\n      \"day\": 14\n    }\n  },\n  \"orb\": 2.0,\n  \"report_options\": {\n    \"tradition\": \"psychological\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Lunar Return Transit Report",
          "description": "All available examples for Get Lunar Return Transit Report endpoint. Generates and returns a transit report for a lunar return chart.",
          "item": [
            {
              "id": "9d5899d7-bd17-4a53-8eea-36fb4a27e1d9",
              "name": "Monthly Lunar Transit Report",
              "request": {
                "name": "Monthly Lunar Transit Report",
                "description": {
                  "content": "🎯 **Get Lunar Return Transit Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a transit report for a lunar return chart.\n\n✨ **Example Description:**\nLunar return transit analysis for monthly emotional cycles and timing\n\n🔗 **Endpoint:** `POST /api/v3/analysis/lunar-return-transit-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "lunar-return-transit-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Lunar Transit Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"return_date\": \"2024-03-15\",\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2024,\n      \"month\": 3,\n      \"day\": 15\n    },\n    \"end_date\": {\n      \"year\": 2024,\n      \"month\": 4,\n      \"day\": 14\n    }\n  },\n  \"orb\": 1.5,\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Venus Return Report",
          "description": "All available examples for Venus Return Report endpoint. 💕 **Venus Return Report** - Comprehensive love, finance, and values analysis\n\n**Perfect for:**\n- 💕 Understanding your annual love and relationship cycle\n- 💰 Financial planning based on Venus themes\n- 🎨 Aesthetic and creative direction for the year\n- 🤝 Social life and partnership predictions\n\n**What you get:**\n- **Venus return chart** with full planetary positions\n- **Planets in houses** interpretations themed for Venus cycle\n- **Planets in signs** interpretations for the return period\n- **Aspect interpretations** specific to Venus return themes\n- **Triple return detection** for retrograde Venus cycles\n\n**Response time:** ~500ms | **Content:** Chart data + themed interpretations",
          "item": [
            {
              "id": "c399ac05-c4ad-4a84-99bf-03689820607e",
              "name": "Venus Return Love Report",
              "request": {
                "name": "Venus Return Love Report",
                "description": {
                  "content": "🎯 **Venus Return Report**\n\n📋 **Endpoint Description:**\n💕 **Venus Return Report** - Comprehensive love, finance, and values analysis\n\n**Perfect for:**\n- 💕 Understanding your annual love and relationship cycle\n- 💰 Financial planning based on Venus themes\n- 🎨 Aesthetic and creative direction for the year\n- 🤝 Social life and partnership predictions\n\n**What you get:**\n- **Venus return chart** with full planetary positions\n- **Planets in houses** interpretations themed for Venus cycle\n- **Planets in signs** interpretations for the return period\n- **Aspect interpretations** specific to Venus return themes\n- **Triple return detection** for retrograde Venus cycles\n\n**Response time:** ~500ms | **Content:** Chart data + themed interpretations\n\n✨ **Example Description:**\nVenus return report focused on relationship cycles and love timing\n\n🔗 **Endpoint:** `POST /api/v3/analysis/venus-return-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "venus-return-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Venus Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"return_date\": \"2024-06-15\",\n  \"direction\": \"next\",\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"precision\": 3\n  },\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5d6e4853-1aba-4edc-9cdd-3b2fef0dc398",
              "name": "Venus Return Report (French)",
              "request": {
                "name": "Venus Return Report (French)",
                "description": {
                  "content": "🎯 **Venus Return Report**\n\n📋 **Endpoint Description:**\n💕 **Venus Return Report** - Comprehensive love, finance, and values analysis\n\n**Perfect for:**\n- 💕 Understanding your annual love and relationship cycle\n- 💰 Financial planning based on Venus themes\n- 🎨 Aesthetic and creative direction for the year\n- 🤝 Social life and partnership predictions\n\n**What you get:**\n- **Venus return chart** with full planetary positions\n- **Planets in houses** interpretations themed for Venus cycle\n- **Planets in signs** interpretations for the return period\n- **Aspect interpretations** specific to Venus return themes\n- **Triple return detection** for retrograde Venus cycles\n\n**Response time:** ~500ms | **Content:** Chart data + themed interpretations\n\n✨ **Example Description:**\nVenus return analysis with French interpretations for relocated chart\n\n🔗 **Endpoint:** `POST /api/v3/analysis/venus-return-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "venus-return-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"return_date\": \"2025-08-20\",\n  \"direction\": \"next\",\n  \"preferred_pass\": \"last_direct\",\n  \"return_location\": {\n    \"year\": 2025,\n    \"month\": 8,\n    \"day\": 20,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"city\": \"Paris\",\n    \"country_code\": \"FR\"\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"precision\": 2\n  },\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"fr\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Venus Return Transit Report",
          "description": "All available examples for Venus Return Transit Report endpoint. 💕 **Venus Return Transit Report** - Interpreted transits to Venus return chart\n\n**Perfect for:**\n- 💕 Timing relationship milestones within Venus cycle\n- 💰 Identifying financial opportunity windows\n- 🎯 Planning important social and romantic events\n\n**Response time:** ~600ms | **Content:** Interpreted transit events",
          "item": [
            {
              "id": "52c8865c-f4b0-4866-814c-ae15023109aa",
              "name": "Venus Return Transit Report",
              "request": {
                "name": "Venus Return Transit Report",
                "description": {
                  "content": "🎯 **Venus Return Transit Report**\n\n📋 **Endpoint Description:**\n💕 **Venus Return Transit Report** - Interpreted transits to Venus return chart\n\n**Perfect for:**\n- 💕 Timing relationship milestones within Venus cycle\n- 💰 Identifying financial opportunity windows\n- 🎯 Planning important social and romantic events\n\n**Response time:** ~600ms | **Content:** Interpreted transit events\n\n✨ **Example Description:**\nInterpreted transits to Venus return chart for love and finance timing\n\n🔗 **Endpoint:** `POST /api/v3/analysis/venus-return-transit-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "venus-return-transit-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Venus Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"return_date\": \"2024-06-15\",\n  \"direction\": \"next\",\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2024,\n      \"month\": 6,\n      \"day\": 15\n    },\n    \"end_date\": {\n      \"year\": 2024,\n      \"month\": 9,\n      \"day\": 15\n    }\n  },\n  \"orb\": 1.0,\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"precision\": 3\n  },\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Natal Transit Report",
          "description": "All available examples for Get Natal Transit Report endpoint. Generates and returns a transit report for a natal chart.",
          "item": [
            {
              "id": "9af7af91-b824-42ae-821d-0b7864fddbd8",
              "name": "Monthly Transit Analysis",
              "request": {
                "name": "Monthly Transit Analysis",
                "description": {
                  "content": "🎯 **Get Natal Transit Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a transit report for a natal chart.\n\n✨ **Example Description:**\nCurrent month's transits to natal chart with tight orbs\n\n🔗 **Endpoint:** `POST /api/v3/analysis/natal-transit-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "natal-transit-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Jennifer Davis\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"transit_time\": {\n    \"date_range\": {\n      \"start_date\": {\n        \"year\": 2024,\n        \"month\": 3,\n        \"day\": 1\n      },\n      \"end_date\": {\n        \"year\": 2024,\n        \"month\": 3,\n        \"day\": 31\n      }\n    }\n  },\n  \"orb\": 1.0,\n  \"report_options\": {\n    \"tradition\": \"psychological\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "47cac49c-cbc9-4945-be5a-3dd6ee35fdd4",
              "name": "Major Yearly Transits",
              "request": {
                "name": "Major Yearly Transits",
                "description": {
                  "content": "🎯 **Get Natal Transit Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a transit report for a natal chart.\n\n✨ **Example Description:**\nOuter planet transits for the year with wider orbs\n\n🔗 **Endpoint:** `POST /api/v3/analysis/natal-transit-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "natal-transit-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Robert Wilson\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"latitude\": 48.8566,\n      \"longitude\": 2.3522\n    }\n  },\n  \"transit_time\": {\n    \"date_range\": {\n      \"start_date\": {\n        \"year\": 2024,\n        \"month\": 1,\n        \"day\": 1\n      },\n      \"end_date\": {\n        \"year\": 2024,\n        \"month\": 12,\n        \"day\": 31\n      }\n    }\n  },\n  \"orb\": 2.0,\n  \"report_options\": {\n    \"tradition\": \"event_oriented\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "30fcbb96-a488-463a-a01c-d3efa9c1e12c",
              "name": "Precise Timing - Weekly",
              "request": {
                "name": "Precise Timing - Weekly",
                "description": {
                  "content": "🎯 **Get Natal Transit Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a transit report for a natal chart.\n\n✨ **Example Description:**\nHigh-precision weekly transit analysis for exact timing\n\n🔗 **Endpoint:** `POST /api/v3/analysis/natal-transit-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "natal-transit-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Lisa Chen\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  },\n  \"transit_time\": {\n    \"date_range\": {\n      \"start_date\": {\n        \"year\": 2024,\n        \"month\": 4,\n        \"day\": 15\n      },\n      \"end_date\": {\n        \"year\": 2024,\n        \"month\": 4,\n        \"day\": 21\n      }\n    }\n  },\n  \"orb\": 0.5,\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Progression Report",
          "description": "All available examples for Get Progression Report endpoint. Generates and returns a progression report with interpretations.\n\nAnalyzes the progressed chart and provides interpretations for:\n- Progressed planets in signs and houses\n- Progressed aspects to natal positions\n- Key life themes for the progressed period",
          "item": [
            {
              "id": "50acd3f8-4ca7-4c31-984d-1bd19eb26aaa",
              "name": "Secondary Progression Report",
              "request": {
                "name": "Secondary Progression Report",
                "description": {
                  "content": "🎯 **Get Progression Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a progression report with interpretations.\n\nAnalyzes the progressed chart and provides interpretations for:\n- Progressed planets in signs and houses\n- Progressed aspects to natal positions\n- Key life themes for the progressed period\n\n✨ **Example Description:**\nDay-for-a-year progression analysis with detailed interpretations\n\n🔗 **Endpoint:** `POST /api/v3/analysis/progression-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "progression-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Progression Explorer\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"target_date\": \"2024-03-15\",\n  \"progression_type\": \"secondary\",\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 3\n  },\n  \"report_options\": {\n    \"tradition\": \"psychological\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c933bb95-e3f1-4fe8-8ba2-d90068ff5b8b",
              "name": "High Precision Progression",
              "request": {
                "name": "High Precision Progression",
                "description": {
                  "content": "🎯 **Get Progression Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a progression report with interpretations.\n\nAnalyzes the progressed chart and provides interpretations for:\n- Progressed planets in signs and houses\n- Progressed aspects to natal positions\n- Key life themes for the progressed period\n\n✨ **Example Description:**\nProgression report with exact coordinates for maximum accuracy\n\n🔗 **Endpoint:** `POST /api/v3/analysis/progression-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "progression-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Precise Progressor\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 30,\n      \"latitude\": 48.8566,\n      \"longitude\": 2.3522\n    }\n  },\n  \"target_date\": \"2024-08-22\",\n  \"progression_type\": \"secondary\",\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Ascendant\"\n    ],\n    \"precision\": 4\n  },\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Direction Report",
          "description": "All available examples for Get Direction Report endpoint. Generates and returns a direction report with interpretations.\n\nAnalyzes directed positions and provides insights on:\n- Directed planets forming aspects to natal positions\n- Timing of major life events\n- Themes activated by directions",
          "item": [
            {
              "id": "f38365cf-74ac-4f29-a808-4129d2e4e35c",
              "name": "Solar Arc Direction Report",
              "request": {
                "name": "Solar Arc Direction Report",
                "description": {
                  "content": "🎯 **Get Direction Report**\n\n📋 **Endpoint Description:**\nGenerates and returns a direction report with interpretations.\n\nAnalyzes directed positions and provides insights on:\n- Directed planets forming aspects to natal positions\n- Timing of major life events\n- Themes activated by directions\n\n✨ **Example Description:**\nSolar arc directions analysis with detailed interpretations\n\n🔗 **Endpoint:** `POST /api/v3/analysis/direction-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "direction-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Direction Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"target_date\": \"2024-03-15\",\n  \"direction_type\": \"solar_arc\",\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 3\n  },\n  \"report_options\": {\n    \"tradition\": \"classical\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Composite Report",
          "description": "All available examples for Get Composite Report endpoint. 🌟 **Composite Chart Report Generator** - Comprehensive relationship analysis with life area compatibility\n\n**Perfect for:**\n- 💑 Relationship counselors analyzing partnership dynamics\n- 📚 Astrology students learning composite chart interpretation\n- 🎓 Researchers studying relationship compatibility patterns\n- 📱 Dating apps providing compatibility insights\n\n**What you get:**\n- **Composite Chart Interpretations** - Planets in signs, houses, and aspects for the relationship itself\n- **Life Area Compatibility** - Detailed analysis across 12 key relationship areas\n- **Overall Compatibility Score** - Numerical assessment of relationship harmony\n- **Relationship Insights** - How the partnership functions as a unified entity\n\n**Available traditions:**\n- **Psychological** - Modern relationship psychology approach\n- **Universal** - Comprehensive life-area compatibility analysis\n- **Classical** - Traditional astrological relationship methods\n\n**Response time:** ~800ms | **Content:** 25-40 detailed interpretations + compatibility analysis",
          "item": [
            {
              "id": "cef4f7b7-6f85-41dc-8738-1c160ba1f70e",
              "name": "Psychological Composite Report - London & Paris",
              "request": {
                "name": "Psychological Composite Report - London & Paris",
                "description": {
                  "content": "🎯 **Get Composite Report**\n\n📋 **Endpoint Description:**\n🌟 **Composite Chart Report Generator** - Comprehensive relationship analysis with life area compatibility\n\n**Perfect for:**\n- 💑 Relationship counselors analyzing partnership dynamics\n- 📚 Astrology students learning composite chart interpretation\n- 🎓 Researchers studying relationship compatibility patterns\n- 📱 Dating apps providing compatibility insights\n\n**What you get:**\n- **Composite Chart Interpretations** - Planets in signs, houses, and aspects for the relationship itself\n- **Life Area Compatibility** - Detailed analysis across 12 key relationship areas\n- **Overall Compatibility Score** - Numerical assessment of relationship harmony\n- **Relationship Insights** - How the partnership functions as a unified entity\n\n**Available traditions:**\n- **Psychological** - Modern relationship psychology approach\n- **Universal** - Comprehensive life-area compatibility analysis\n- **Classical** - Traditional astrological relationship methods\n\n**Response time:** ~800ms | **Content:** 25-40 detailed interpretations + compatibility analysis\n\n✨ **Example Description:**\nModern psychological astrology interpretation for a composite chart between two people\n\n🔗 **Endpoint:** `POST /api/v3/analysis/composite-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "composite-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Alice Johnson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Bob Smith\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 7,\n      \"day\": 22,\n      \"hour\": 9,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 2\n  },\n  \"report_options\": {\n    \"tradition\": \"psychological\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "36dfbd94-9a25-47dd-a69b-174001568fbc",
              "name": "Universal Composite Report - New York & Tokyo",
              "request": {
                "name": "Universal Composite Report - New York & Tokyo",
                "description": {
                  "content": "🎯 **Get Composite Report**\n\n📋 **Endpoint Description:**\n🌟 **Composite Chart Report Generator** - Comprehensive relationship analysis with life area compatibility\n\n**Perfect for:**\n- 💑 Relationship counselors analyzing partnership dynamics\n- 📚 Astrology students learning composite chart interpretation\n- 🎓 Researchers studying relationship compatibility patterns\n- 📱 Dating apps providing compatibility insights\n\n**What you get:**\n- **Composite Chart Interpretations** - Planets in signs, houses, and aspects for the relationship itself\n- **Life Area Compatibility** - Detailed analysis across 12 key relationship areas\n- **Overall Compatibility Score** - Numerical assessment of relationship harmony\n- **Relationship Insights** - How the partnership functions as a unified entity\n\n**Available traditions:**\n- **Psychological** - Modern relationship psychology approach\n- **Universal** - Comprehensive life-area compatibility analysis\n- **Classical** - Traditional astrological relationship methods\n\n**Response time:** ~800ms | **Content:** 25-40 detailed interpretations + compatibility analysis\n\n✨ **Example Description:**\nUniversal astrology approach for relationship analysis with life area compatibility\n\n🔗 **Endpoint:** `POST /api/v3/analysis/composite-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "composite-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Emma Wilson\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 16,\n      \"minute\": 20,\n      \"second\": 0,\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Hiroshi Tanaka\",\n    \"birth_data\": {\n      \"year\": 1989,\n      \"month\": 4,\n      \"day\": 12,\n      \"hour\": 11,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\"\n    ],\n    \"precision\": 2\n  },\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Compatibility Score",
          "description": "All available examples for Get Compatibility Score endpoint. 💯 **Relationship Significance Score** - Discepolo method karmic significance assessment\n\n**Perfect for:**\n- 🔮 Karmic connection and destiny detection\n- 💫 Assessing how significant/fated a relationship is\n- 📱 Quick relationship significance widgets\n- 📊 Relationship intensity indicators\n\n**What you get:**\n- **Significance score** (Discepolo method — measures relationship *significance*, NOT harmony)\n- **Destiny sign indicator** for same-modality Sun signs\n- **Significant aspects** between the two charts\n- **Relationship dynamics** (harmony vs tension %, dynamic type, key strengths, growth areas)\n\n**How the Discepolo method works:**\nAnalyzes only 6 specific inter-chart contacts:\n- **Sun-Sun** (identity resonance)\n- **Sun-Moon** (emotional-identity connection)\n- **Sun-Ascendant** (personality alignment)\n- **Moon-Ascendant** (emotional impression)\n- **Venus-Mars** (attraction polarity)\n- **Modality bonus** (same Sun quality: Cardinal/Fixed/Mutable)\n\n**Important:** Mercury, Jupiter, Saturn, Uranus, Neptune, Pluto are NOT analyzed\nby this method. A high score means a *significant/fated* connection — not necessarily\na harmonious one. Score 30 can indicate an intense but challenging bond;\nscore 5 can mean a peaceful but simply non-fated relationship.\nUse the `dynamics` field to understand the harmony/tension balance.\n\n**For full compatibility with life-area breakdowns**, use `POST /composite-report` instead.\n\n**Response time:** ~200ms | **Format:** Significance score with dynamics analysis",
          "item": [
            {
              "id": "c0482d4d-79a1-41e8-857c-ca7a8785a893",
              "name": "Romantic Couple - Different Cities",
              "request": {
                "name": "Romantic Couple - Different Cities",
                "description": {
                  "content": "🎯 **Get Compatibility Score**\n\n📋 **Endpoint Description:**\n💯 **Relationship Significance Score** - Discepolo method karmic significance assessment\n\n**Perfect for:**\n- 🔮 Karmic connection and destiny detection\n- 💫 Assessing how significant/fated a relationship is\n- 📱 Quick relationship significance widgets\n- 📊 Relationship intensity indicators\n\n**What you get:**\n- **Significance score** (Discepolo method — measures relationship *significance*, NOT harmony)\n- **Destiny sign indicator** for same-modality Sun signs\n- **Significant aspects** between the two charts\n- **Relationship dynamics** (harmony vs tension %, dynamic type, key strengths, growth areas)\n\n**How the Discepolo method works:**\nAnalyzes only 6 specific inter-chart contacts:\n- **Sun-Sun** (identity resonance)\n- **Sun-Moon** (emotional-identity connection)\n- **Sun-Ascendant** (personality alignment)\n- **Moon-Ascendant** (emotional impression)\n- **Venus-Mars** (attraction polarity)\n- **Modality bonus** (same Sun quality: Cardinal/Fixed/Mutable)\n\n**Important:** Mercury, Jupiter, Saturn, Uranus, Neptune, Pluto are NOT analyzed\nby this method. A high score means a *significant/fated* connection — not necessarily\na harmonious one. Score 30 can indicate an intense but challenging bond;\nscore 5 can mean a peaceful but simply non-fated relationship.\nUse the `dynamics` field to understand the harmony/tension balance.\n\n**For full compatibility with life-area breakdowns**, use `POST /composite-report` instead.\n\n**Response time:** ~200ms | **Format:** Significance score with dynamics analysis\n\n✨ **Example Description:**\nCompatibility score analysis between partners from London and Paris\n\n🔗 **Endpoint:** `POST /api/v3/analysis/compatibility-score`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "compatibility-score"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Alice Johnson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Pierre Martin\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 9,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 2\n  },\n  \"report_options\": {\n    \"include_details\": true,\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "92afbef7-5d55-4c02-bf74-baf67a1e9106",
              "name": "Business Partnership - Coordinates",
              "request": {
                "name": "Business Partnership - Coordinates",
                "description": {
                  "content": "🎯 **Get Compatibility Score**\n\n📋 **Endpoint Description:**\n💯 **Relationship Significance Score** - Discepolo method karmic significance assessment\n\n**Perfect for:**\n- 🔮 Karmic connection and destiny detection\n- 💫 Assessing how significant/fated a relationship is\n- 📱 Quick relationship significance widgets\n- 📊 Relationship intensity indicators\n\n**What you get:**\n- **Significance score** (Discepolo method — measures relationship *significance*, NOT harmony)\n- **Destiny sign indicator** for same-modality Sun signs\n- **Significant aspects** between the two charts\n- **Relationship dynamics** (harmony vs tension %, dynamic type, key strengths, growth areas)\n\n**How the Discepolo method works:**\nAnalyzes only 6 specific inter-chart contacts:\n- **Sun-Sun** (identity resonance)\n- **Sun-Moon** (emotional-identity connection)\n- **Sun-Ascendant** (personality alignment)\n- **Moon-Ascendant** (emotional impression)\n- **Venus-Mars** (attraction polarity)\n- **Modality bonus** (same Sun quality: Cardinal/Fixed/Mutable)\n\n**Important:** Mercury, Jupiter, Saturn, Uranus, Neptune, Pluto are NOT analyzed\nby this method. A high score means a *significant/fated* connection — not necessarily\na harmonious one. Score 30 can indicate an intense but challenging bond;\nscore 5 can mean a peaceful but simply non-fated relationship.\nUse the `dynamics` field to understand the harmony/tension balance.\n\n**For full compatibility with life-area breakdowns**, use `POST /composite-report` instead.\n\n**Response time:** ~200ms | **Format:** Significance score with dynamics analysis\n\n✨ **Example Description:**\nProfessional compatibility using exact coordinates for precision\n\n🔗 **Endpoint:** `POST /api/v3/analysis/compatibility-score`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "compatibility-score"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject1\": {\n    \"name\": \"Sarah Chen\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 3,\n      \"day\": 10,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 0,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006\n    }\n  },\n  \"subject2\": {\n    \"name\": \"Michael Brown\",\n    \"birth_data\": {\n      \"year\": 1987,\n      \"month\": 11,\n      \"day\": 5,\n      \"hour\": 16,\n      \"minute\": 20,\n      \"second\": 0,\n      \"latitude\": 34.0522,\n      \"longitude\": -118.2437\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\"\n    ],\n    \"precision\": 4\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Compatibility",
          "description": "All available examples for Get Compatibility endpoint. 💯 **General Compatibility Analysis** - Comprehensive relationship compatibility assessment\n\n**Perfect for:**\n- 💕 Dating and relationship apps\n- 🤝 Business partnership analysis\n- 👥 Team building and HR applications\n\n**What you get:**\n- **Sectioned Report** with themed relationship areas\n- **Aspect Interpretations** for each compatibility factor\n- **Romantic Attraction** analysis\n- **Emotional Compatibility** insights\n- **Communication Patterns** assessment\n- **Growth Areas** for relationship development\n\n**Analysis includes:**\n- **Synastry aspects** between charts\n- **Element and modality harmony**\n- **Detailed interpretations** for each significant aspect\n\n**Response time:** ~300ms | **Format:** Sectioned synastry report\n\n**Note:** For numerical scoring, use `/compatibility-score` endpoint instead.",
          "item": [
            {
              "id": "020a2982-c7e6-4194-8f7b-67bd91742770",
              "name": "Romantic Compatibility - London & Berlin",
              "request": {
                "name": "Romantic Compatibility - London & Berlin",
                "description": {
                  "content": "🎯 **Get Compatibility**\n\n📋 **Endpoint Description:**\n💯 **General Compatibility Analysis** - Comprehensive relationship compatibility assessment\n\n**Perfect for:**\n- 💕 Dating and relationship apps\n- 🤝 Business partnership analysis\n- 👥 Team building and HR applications\n\n**What you get:**\n- **Sectioned Report** with themed relationship areas\n- **Aspect Interpretations** for each compatibility factor\n- **Romantic Attraction** analysis\n- **Emotional Compatibility** insights\n- **Communication Patterns** assessment\n- **Growth Areas** for relationship development\n\n**Analysis includes:**\n- **Synastry aspects** between charts\n- **Element and modality harmony**\n- **Detailed interpretations** for each significant aspect\n\n**Response time:** ~300ms | **Format:** Sectioned synastry report\n\n**Note:** For numerical scoring, use `/compatibility-score` endpoint instead.\n\n✨ **Example Description:**\nComprehensive compatibility analysis between romantic partners\n\n🔗 **Endpoint:** `POST /api/v3/analysis/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Sophie Williams\",\n      \"birth_data\": {\n        \"year\": 1992,\n        \"month\": 6,\n        \"day\": 18,\n        \"hour\": 15,\n        \"minute\": 30,\n        \"second\": 0,\n        \"city\": \"London\",\n        \"country_code\": \"GB\"\n      }\n    },\n    {\n      \"name\": \"Andreas Mueller\",\n      \"birth_data\": {\n        \"year\": 1988,\n        \"month\": 9,\n        \"day\": 25,\n        \"hour\": 11,\n        \"minute\": 45,\n        \"second\": 0,\n        \"city\": \"Berlin\",\n        \"country_code\": \"DE\"\n      }\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "29c6f148-9cf3-4233-8476-92107d4710a3",
              "name": "Friendship Compatibility - Tokyo & Sydney",
              "request": {
                "name": "Friendship Compatibility - Tokyo & Sydney",
                "description": {
                  "content": "🎯 **Get Compatibility**\n\n📋 **Endpoint Description:**\n💯 **General Compatibility Analysis** - Comprehensive relationship compatibility assessment\n\n**Perfect for:**\n- 💕 Dating and relationship apps\n- 🤝 Business partnership analysis\n- 👥 Team building and HR applications\n\n**What you get:**\n- **Sectioned Report** with themed relationship areas\n- **Aspect Interpretations** for each compatibility factor\n- **Romantic Attraction** analysis\n- **Emotional Compatibility** insights\n- **Communication Patterns** assessment\n- **Growth Areas** for relationship development\n\n**Analysis includes:**\n- **Synastry aspects** between charts\n- **Element and modality harmony**\n- **Detailed interpretations** for each significant aspect\n\n**Response time:** ~300ms | **Format:** Sectioned synastry report\n\n**Note:** For numerical scoring, use `/compatibility-score` endpoint instead.\n\n✨ **Example Description:**\nGeneral compatibility analysis for friends or business partners\n\n🔗 **Endpoint:** `POST /api/v3/analysis/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Yuki Tanaka\",\n      \"birth_data\": {\n        \"year\": 1987,\n        \"month\": 3,\n        \"day\": 12,\n        \"hour\": 9,\n        \"minute\": 20,\n        \"second\": 0,\n        \"city\": \"Tokyo\",\n        \"country_code\": \"JP\"\n      }\n    },\n    {\n      \"name\": \"Emma Thompson\",\n      \"birth_data\": {\n        \"year\": 1990,\n        \"month\": 11,\n        \"day\": 8,\n        \"hour\": 14,\n        \"minute\": 15,\n        \"second\": 0,\n        \"city\": \"Sydney\",\n        \"country_code\": \"AU\"\n      }\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Career Analysis",
          "description": "All available examples for Get Career Analysis endpoint. 💼 **Career & Vocational Analysis** - Professional guidance and timing insights\n\n**Perfect for:**\n- 🎯 Career counseling and guidance\n- 📈 Professional development planning\n- 🔄 Career transition timing\n- 💡 Entrepreneurship and business ventures\n\n**What you get:**\n- **Career Strengths** based on planetary positions\n- **Professional Talents** and natural abilities\n- **Optimal Career Paths** aligned with chart patterns\n- **Timing Guidance** for career moves and decisions\n- **Work Style Analysis** and ideal environments\n\n**Analysis focuses on:**\n- **10th House** (Career and reputation)\n- **Midheaven sign** and aspects\n- **6th House** (Work and service)\n- **Mars placement** (Drive and ambition)\n- **Saturn aspects** (Professional discipline)\n\n**Response time:** ~600ms | **Content:** Career-focused interpretations",
          "item": [
            {
              "id": "52defee7-bcc2-4cc4-ae3e-e1dda2e7a40b",
              "name": "Career Guidance Report",
              "request": {
                "name": "Career Guidance Report",
                "description": {
                  "content": "🎯 **Get Career Analysis**\n\n📋 **Endpoint Description:**\n💼 **Career & Vocational Analysis** - Professional guidance and timing insights\n\n**Perfect for:**\n- 🎯 Career counseling and guidance\n- 📈 Professional development planning\n- 🔄 Career transition timing\n- 💡 Entrepreneurship and business ventures\n\n**What you get:**\n- **Career Strengths** based on planetary positions\n- **Professional Talents** and natural abilities\n- **Optimal Career Paths** aligned with chart patterns\n- **Timing Guidance** for career moves and decisions\n- **Work Style Analysis** and ideal environments\n\n**Analysis focuses on:**\n- **10th House** (Career and reputation)\n- **Midheaven sign** and aspects\n- **6th House** (Work and service)\n- **Mars placement** (Drive and ambition)\n- **Saturn aspects** (Professional discipline)\n\n**Response time:** ~600ms | **Content:** Career-focused interpretations\n\n✨ **Example Description:**\nComprehensive vocational astrology analysis with career timing\n\n🔗 **Endpoint:** `POST /api/v3/analysis/career`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "career"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Career Seeker\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 4,\n      \"day\": 22,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Chicago\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"tradition\": \"universal\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "91410b92-97be-45c6-acc6-a8a0a3eaf82e",
              "name": "Vocational Timing Analysis",
              "request": {
                "name": "Vocational Timing Analysis",
                "description": {
                  "content": "🎯 **Get Career Analysis**\n\n📋 **Endpoint Description:**\n💼 **Career & Vocational Analysis** - Professional guidance and timing insights\n\n**Perfect for:**\n- 🎯 Career counseling and guidance\n- 📈 Professional development planning\n- 🔄 Career transition timing\n- 💡 Entrepreneurship and business ventures\n\n**What you get:**\n- **Career Strengths** based on planetary positions\n- **Professional Talents** and natural abilities\n- **Optimal Career Paths** aligned with chart patterns\n- **Timing Guidance** for career moves and decisions\n- **Work Style Analysis** and ideal environments\n\n**Analysis focuses on:**\n- **10th House** (Career and reputation)\n- **Midheaven sign** and aspects\n- **6th House** (Work and service)\n- **Mars placement** (Drive and ambition)\n- **Saturn aspects** (Professional discipline)\n\n**Response time:** ~600ms | **Content:** Career-focused interpretations\n\n✨ **Example Description:**\nCareer analysis focused on optimal timing for professional decisions\n\n🔗 **Endpoint:** `POST /api/v3/analysis/career`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "career"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Professional Advisor\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 15,\n      \"hour\": 16,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Toronto\",\n      \"country_code\": \"CA\"\n    }\n  },\n  \"tradition\": \"psychological\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Relationship Analysis",
          "description": "All available examples for Get Relationship Analysis endpoint. 💕 **Relationship Analysis** - Comprehensive relationship dynamics and compatibility\n\n**Perfect for:**\n- 💑 Couples therapy and counseling\n- 💍 Pre-marital compatibility analysis\n- 🔄 Relationship troubleshooting\n- 📈 Relationship growth guidance\n\n**What you get:**\n- **Synastry Analysis** (how charts interact)\n- **Emotional Compatibility** (Moon connections)\n- **Communication Patterns** (Mercury interactions)\n- **Romantic Chemistry** (Venus-Mars aspects)\n- **Long-term Potential** (Saturn connections)\n\n**Response time:** ~700ms | **Content:** Detailed relationship interpretations",
          "item": [
            {
              "id": "5519f309-1c63-4a8e-9c10-fb138fa4835e",
              "name": "Relationship Dynamics Report",
              "request": {
                "name": "Relationship Dynamics Report",
                "description": {
                  "content": "🎯 **Get Relationship Analysis**\n\n📋 **Endpoint Description:**\n💕 **Relationship Analysis** - Comprehensive relationship dynamics and compatibility\n\n**Perfect for:**\n- 💑 Couples therapy and counseling\n- 💍 Pre-marital compatibility analysis\n- 🔄 Relationship troubleshooting\n- 📈 Relationship growth guidance\n\n**What you get:**\n- **Synastry Analysis** (how charts interact)\n- **Emotional Compatibility** (Moon connections)\n- **Communication Patterns** (Mercury interactions)\n- **Romantic Chemistry** (Venus-Mars aspects)\n- **Long-term Potential** (Saturn connections)\n\n**Response time:** ~700ms | **Content:** Detailed relationship interpretations\n\n✨ **Example Description:**\nComprehensive relationship analysis with psychological insights\n\n🔗 **Endpoint:** `POST /api/v3/analysis/relationship`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "relationship"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Partner One\",\n      \"birth_data\": {\n        \"year\": 1990,\n        \"month\": 7,\n        \"day\": 12,\n        \"hour\": 14,\n        \"minute\": 20,\n        \"second\": 0,\n        \"city\": \"Seattle\",\n        \"country_code\": \"US\"\n      }\n    },\n    {\n      \"name\": \"Partner Two\",\n      \"birth_data\": {\n        \"year\": 1988,\n        \"month\": 12,\n        \"day\": 3,\n        \"hour\": 18,\n        \"minute\": 45,\n        \"second\": 0,\n        \"city\": \"Portland\",\n        \"country_code\": \"US\"\n      }\n    }\n  ],\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 2\n  },\n  \"report_options\": {\n    \"tradition\": \"psychological\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "e30d91fb-81ee-4e54-9d07-fdec77137569",
              "name": "Standardized Format - Subjects Array",
              "request": {
                "name": "Standardized Format - Subjects Array",
                "description": {
                  "content": "🎯 **Get Relationship Analysis**\n\n📋 **Endpoint Description:**\n💕 **Relationship Analysis** - Comprehensive relationship dynamics and compatibility\n\n**Perfect for:**\n- 💑 Couples therapy and counseling\n- 💍 Pre-marital compatibility analysis\n- 🔄 Relationship troubleshooting\n- 📈 Relationship growth guidance\n\n**What you get:**\n- **Synastry Analysis** (how charts interact)\n- **Emotional Compatibility** (Moon connections)\n- **Communication Patterns** (Mercury interactions)\n- **Romantic Chemistry** (Venus-Mars aspects)\n- **Long-term Potential** (Saturn connections)\n\n**Response time:** ~700ms | **Content:** Detailed relationship interpretations\n\n✨ **Example Description:**\nExample using standardized subjects array format\n\n🔗 **Endpoint:** `POST /api/v3/analysis/relationship`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "relationship"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Person 1\",\n      \"birth_data\": {\n        \"year\": 1990,\n        \"month\": 7,\n        \"day\": 12,\n        \"hour\": 14,\n        \"minute\": 20,\n        \"city\": \"Seattle\",\n        \"country_code\": \"US\"\n      }\n    },\n    {\n      \"name\": \"Person 2\",\n      \"birth_data\": {\n        \"year\": 1988,\n        \"month\": 12,\n        \"day\": 3,\n        \"hour\": 18,\n        \"minute\": 45,\n        \"city\": \"Portland\",\n        \"country_code\": \"US\"\n      }\n    }\n  ],\n  \"options\": {\n    \"house_system\": \"P\",\n    \"tradition\": \"psychological\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Psychological Analysis",
          "description": "All available examples for Get Psychological Analysis endpoint. 🧠 **Psychological Analysis** - Deep psychological astrology insights\n\n**Perfect for:**\n- 🎭 Therapy and psychological counseling\n- 🔍 Self-discovery and personal growth\n- 🧘 Spiritual and psychological development\n- 📚 Jungian and depth psychology applications\n\n**What you get:**\n- **Psychological Patterns** and unconscious drives\n- **Shadow Work** opportunities (challenging aspects)\n- **Persona vs. True Self** analysis\n- **Growth Areas** and developmental themes\n- **Integration Guidance** for psychological wholeness\n\n**Response time:** ~600ms | **Tradition:** Psychological astrology focus",
          "item": [
            {
              "id": "06fc2eb8-5452-49ec-885d-1f9812fe7161",
              "name": "Depth Psychology Analysis",
              "request": {
                "name": "Depth Psychology Analysis",
                "description": {
                  "content": "🎯 **Get Psychological Analysis**\n\n📋 **Endpoint Description:**\n🧠 **Psychological Analysis** - Deep psychological astrology insights\n\n**Perfect for:**\n- 🎭 Therapy and psychological counseling\n- 🔍 Self-discovery and personal growth\n- 🧘 Spiritual and psychological development\n- 📚 Jungian and depth psychology applications\n\n**What you get:**\n- **Psychological Patterns** and unconscious drives\n- **Shadow Work** opportunities (challenging aspects)\n- **Persona vs. True Self** analysis\n- **Growth Areas** and developmental themes\n- **Integration Guidance** for psychological wholeness\n\n**Response time:** ~600ms | **Tradition:** Psychological astrology focus\n\n✨ **Example Description:**\nPsychological astrology report focusing on unconscious patterns\n\n🔗 **Endpoint:** `POST /api/v3/analysis/psychological`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "psychological"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Inner Explorer\",\n    \"birth_data\": {\n      \"year\": 1987,\n      \"month\": 10,\n      \"day\": 31,\n      \"hour\": 21,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Vienna\",\n      \"country_code\": \"AT\"\n    }\n  },\n  \"tradition\": \"psychological\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Karmic Analysis",
          "description": "All available examples for Get Karmic Analysis endpoint. 🔄 **Karmic Analysis** - Past-life patterns and evolutionary astrology\n\n**Perfect for:**\n- 🌟 Soul purpose and life mission guidance\n- 🔄 Understanding karmic patterns\n- 📿 Spiritual development and growth\n- 🎯 Evolutionary astrology consultations\n\n**What you get:**\n- **North/South Node** analysis (karmic path)\n- **Past-Life Indicators** from planetary positions\n- **Soul Purpose** and evolutionary goals\n- **Karmic Lessons** and growth opportunities\n- **Spiritual Guidance** for this lifetime\n\n**Focus areas:**\n- **Lunar Nodes** (karmic axis)\n- **Saturn aspects** (karmic lessons)\n- **Pluto placements** (transformation)\n- **12th House** themes (past-life karma)\n\n**Response time:** ~650ms | **Content:** Karmic and evolutionary interpretations",
          "item": [
            {
              "id": "cdbf96c8-9c09-48ac-bdde-1aeb31929396",
              "name": "Soul Evolution Analysis",
              "request": {
                "name": "Soul Evolution Analysis",
                "description": {
                  "content": "🎯 **Get Karmic Analysis**\n\n📋 **Endpoint Description:**\n🔄 **Karmic Analysis** - Past-life patterns and evolutionary astrology\n\n**Perfect for:**\n- 🌟 Soul purpose and life mission guidance\n- 🔄 Understanding karmic patterns\n- 📿 Spiritual development and growth\n- 🎯 Evolutionary astrology consultations\n\n**What you get:**\n- **North/South Node** analysis (karmic path)\n- **Past-Life Indicators** from planetary positions\n- **Soul Purpose** and evolutionary goals\n- **Karmic Lessons** and growth opportunities\n- **Spiritual Guidance** for this lifetime\n\n**Focus areas:**\n- **Lunar Nodes** (karmic axis)\n- **Saturn aspects** (karmic lessons)\n- **Pluto placements** (transformation)\n- **12th House** themes (past-life karma)\n\n**Response time:** ~650ms | **Content:** Karmic and evolutionary interpretations\n\n✨ **Example Description:**\nKarmic astrology focusing on evolutionary growth and soul purpose\n\n🔗 **Endpoint:** `POST /api/v3/analysis/karmic`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "karmic"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Soul Seeker\",\n    \"birth_data\": {\n      \"year\": 1991,\n      \"month\": 2,\n      \"day\": 14,\n      \"hour\": 7,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Sedona\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"tradition\": \"universal\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Health Analysis",
          "description": "All available examples for Get Health Analysis endpoint. 🏥 **Health Analysis** - Medical astrology and wellness guidance\n\n**Perfect for:**\n- 🌿 Holistic health practitioners\n- 💊 Complementary medical approaches\n- 🧘 Wellness and preventive care\n- 📊 Health pattern recognition\n\n**What you get:**\n- **Constitutional Analysis** based on chart patterns\n- **Health Tendencies** and potential vulnerabilities\n- **Wellness Timing** for health activities\n- **Nutritional Guidance** based on elemental balance\n- **Exercise Recommendations** aligned with chart energies\n\n**Analysis includes:**\n- **6th House** (health and daily routines)\n- **Mars placement** (energy and vitality)\n- **Moon sign** (nutritional needs)\n- **Saturn aspects** (structural health)\n\n**Note:** For informational purposes only, not medical advice\n**Response time:** ~550ms | **Content:** Health-focused interpretations",
          "item": [
            {
              "id": "dc31872b-77ae-49be-884c-4f85f8f5b4c6",
              "name": "Holistic Health Analysis",
              "request": {
                "name": "Holistic Health Analysis",
                "description": {
                  "content": "🎯 **Get Health Analysis**\n\n📋 **Endpoint Description:**\n🏥 **Health Analysis** - Medical astrology and wellness guidance\n\n**Perfect for:**\n- 🌿 Holistic health practitioners\n- 💊 Complementary medical approaches\n- 🧘 Wellness and preventive care\n- 📊 Health pattern recognition\n\n**What you get:**\n- **Constitutional Analysis** based on chart patterns\n- **Health Tendencies** and potential vulnerabilities\n- **Wellness Timing** for health activities\n- **Nutritional Guidance** based on elemental balance\n- **Exercise Recommendations** aligned with chart energies\n\n**Analysis includes:**\n- **6th House** (health and daily routines)\n- **Mars placement** (energy and vitality)\n- **Moon sign** (nutritional needs)\n- **Saturn aspects** (structural health)\n\n**Note:** For informational purposes only, not medical advice\n**Response time:** ~550ms | **Content:** Health-focused interpretations\n\n✨ **Example Description:**\nMedical astrology analysis for health and wellness guidance\n\n🔗 **Endpoint:** `POST /api/v3/analysis/health`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "health"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Wellness Seeker\",\n    \"birth_data\": {\n      \"year\": 1989,\n      \"month\": 6,\n      \"day\": 21,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Boulder\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"tradition\": \"universal\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Spiritual Analysis",
          "description": "All available examples for Get Spiritual Analysis endpoint. 🙏 **Spiritual Analysis** - Esoteric astrology and spiritual development\n\n**Perfect for:**\n- ✨ Spiritual counseling and guidance\n- 🔮 Metaphysical and esoteric studies\n- 🧘 Meditation and consciousness development\n- 📿 Religious and spiritual communities\n\n**What you get:**\n- **Spiritual Purpose** and higher calling\n- **Psychic Abilities** and intuitive gifts\n- **Meditation Practices** suited to your chart\n- **Spiritual Challenges** and growth opportunities\n- **Higher Consciousness** development paths\n\n**Focus areas:**\n- **12th House** (spirituality and transcendence)\n- **Neptune aspects** (spiritual sensitivity)\n- **9th House** (higher philosophy)\n- **Jupiter placement** (spiritual growth)\n\n**Response time:** ~600ms | **Content:** Spiritually-focused interpretations",
          "item": [
            {
              "id": "239e8a4d-7b8c-4a79-aa45-3f66c86a5c8e",
              "name": "Esoteric Spiritual Analysis",
              "request": {
                "name": "Esoteric Spiritual Analysis",
                "description": {
                  "content": "🎯 **Get Spiritual Analysis**\n\n📋 **Endpoint Description:**\n🙏 **Spiritual Analysis** - Esoteric astrology and spiritual development\n\n**Perfect for:**\n- ✨ Spiritual counseling and guidance\n- 🔮 Metaphysical and esoteric studies\n- 🧘 Meditation and consciousness development\n- 📿 Religious and spiritual communities\n\n**What you get:**\n- **Spiritual Purpose** and higher calling\n- **Psychic Abilities** and intuitive gifts\n- **Meditation Practices** suited to your chart\n- **Spiritual Challenges** and growth opportunities\n- **Higher Consciousness** development paths\n\n**Focus areas:**\n- **12th House** (spirituality and transcendence)\n- **Neptune aspects** (spiritual sensitivity)\n- **9th House** (higher philosophy)\n- **Jupiter placement** (spiritual growth)\n\n**Response time:** ~600ms | **Content:** Spiritually-focused interpretations\n\n✨ **Example Description:**\nSpiritual astrology focusing on soul development and higher consciousness\n\n🔗 **Endpoint:** `POST /api/v3/analysis/spiritual`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "spiritual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Spiritual Explorer\",\n    \"birth_data\": {\n      \"year\": 1986,\n      \"month\": 11,\n      \"day\": 11,\n      \"hour\": 11,\n      \"minute\": 11,\n      \"second\": 0,\n      \"city\": \"Glastonbury\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"tradition\": \"universal\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Predictive Analysis",
          "description": "All available examples for Get Predictive Analysis endpoint. 🔮 **Predictive Analysis** - Timing and forecasting with transit insights\n\n**Perfect for:**\n- 📅 Life planning and decision timing\n- 🎯 Goal achievement and milestone planning\n- 📈 Business and investment timing\n- 🔄 Life transition guidance\n\n**What you get:**\n- **Major Transit Themes** for the period\n- **Optimal Timing** for important decisions\n- **Challenge Periods** and how to navigate them\n- **Opportunity Windows** and favorable timing\n- **Life Area Forecasts** (career, relationships, health)\n\n**Analysis methods:**\n- **Transits to natal planets**\n- **Progressive aspects**\n- **Solar/Lunar return themes**\n- **Eclipses and major configurations**\n\n**Response time:** ~800ms | **Content:** Predictive timing interpretations",
          "item": [
            {
              "id": "cbb51173-eb3a-4c60-b9c3-8684948f83eb",
              "name": "Future Trends Analysis",
              "request": {
                "name": "Future Trends Analysis",
                "description": {
                  "content": "🎯 **Get Predictive Analysis**\n\n📋 **Endpoint Description:**\n🔮 **Predictive Analysis** - Timing and forecasting with transit insights\n\n**Perfect for:**\n- 📅 Life planning and decision timing\n- 🎯 Goal achievement and milestone planning\n- 📈 Business and investment timing\n- 🔄 Life transition guidance\n\n**What you get:**\n- **Major Transit Themes** for the period\n- **Optimal Timing** for important decisions\n- **Challenge Periods** and how to navigate them\n- **Opportunity Windows** and favorable timing\n- **Life Area Forecasts** (career, relationships, health)\n\n**Analysis methods:**\n- **Transits to natal planets**\n- **Progressive aspects**\n- **Solar/Lunar return themes**\n- **Eclipses and major configurations**\n\n**Response time:** ~800ms | **Content:** Predictive timing interpretations\n\n✨ **Example Description:**\nPredictive astrology focusing on upcoming trends and timing\n\n🔗 **Endpoint:** `POST /api/v3/analysis/predictive`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "predictive"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Future Planner\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 3,\n      \"day\": 20,\n      \"hour\": 15,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Los Angeles\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"transit_time\": {\n    \"date_range\": {\n      \"start_date\": {\n        \"year\": 2024,\n        \"month\": 1,\n        \"day\": 1\n      },\n      \"end_date\": {\n        \"year\": 2024,\n        \"month\": 12,\n        \"day\": 31\n      }\n    }\n  },\n  \"orb\": 2.0,\n  \"report_options\": {\n    \"tradition\": \"event_oriented\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "cb1d0b74-37c3-4199-8699-59722ca22171",
              "name": "Quarterly Forecast",
              "request": {
                "name": "Quarterly Forecast",
                "description": {
                  "content": "🎯 **Get Predictive Analysis**\n\n📋 **Endpoint Description:**\n🔮 **Predictive Analysis** - Timing and forecasting with transit insights\n\n**Perfect for:**\n- 📅 Life planning and decision timing\n- 🎯 Goal achievement and milestone planning\n- 📈 Business and investment timing\n- 🔄 Life transition guidance\n\n**What you get:**\n- **Major Transit Themes** for the period\n- **Optimal Timing** for important decisions\n- **Challenge Periods** and how to navigate them\n- **Opportunity Windows** and favorable timing\n- **Life Area Forecasts** (career, relationships, health)\n\n**Analysis methods:**\n- **Transits to natal planets**\n- **Progressive aspects**\n- **Solar/Lunar return themes**\n- **Eclipses and major configurations**\n\n**Response time:** ~800ms | **Content:** Predictive timing interpretations\n\n✨ **Example Description:**\nThree-month predictive analysis for near-term planning\n\n🔗 **Endpoint:** `POST /api/v3/analysis/predictive`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "predictive"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Future Planner\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 3,\n      \"day\": 20,\n      \"hour\": 15,\n      \"minute\": 45,\n      \"city\": \"Los Angeles\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"transit_time\": {\n    \"date_range\": {\n      \"start_date\": {\n        \"year\": 2024,\n        \"month\": 1,\n        \"day\": 1\n      },\n      \"end_date\": {\n        \"year\": 2024,\n        \"month\": 3,\n        \"day\": 31\n      }\n    }\n  },\n  \"orb\": 1.5,\n  \"report_options\": {\n    \"tradition\": \"event_oriented\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Vocational Analysis",
          "description": "All available examples for Get Vocational Analysis endpoint. 🎯 **Vocational Analysis** - Career talents and professional path guidance\n\n**Perfect for:**\n- 🎓 Career counseling and guidance\n- 💡 Talent identification and development\n- 🔄 Career change and transition planning\n- 🏢 Professional development programs\n\n**What you get:**\n- **Natural Talents** based on planetary strengths\n- **Career Paths** aligned with chart patterns\n- **Work Environment** preferences and needs\n- **Professional Skills** and areas of expertise\n- **Leadership Style** and management approach\n\n**Key indicators:**\n- **Midheaven sign** (career image)\n- **10th House** planets and aspects\n- **Mars placement** (drive and ambition)\n- **Mercury position** (communication skills)\n\n**Response time:** ~600ms | **Content:** Career-focused talent analysis",
          "item": [
            {
              "id": "1e65d4d5-d6f9-4c10-b4f5-1674eb8a52a4",
              "name": "Career Talents Analysis",
              "request": {
                "name": "Career Talents Analysis",
                "description": {
                  "content": "🎯 **Get Vocational Analysis**\n\n📋 **Endpoint Description:**\n🎯 **Vocational Analysis** - Career talents and professional path guidance\n\n**Perfect for:**\n- 🎓 Career counseling and guidance\n- 💡 Talent identification and development\n- 🔄 Career change and transition planning\n- 🏢 Professional development programs\n\n**What you get:**\n- **Natural Talents** based on planetary strengths\n- **Career Paths** aligned with chart patterns\n- **Work Environment** preferences and needs\n- **Professional Skills** and areas of expertise\n- **Leadership Style** and management approach\n\n**Key indicators:**\n- **Midheaven sign** (career image)\n- **10th House** planets and aspects\n- **Mars placement** (drive and ambition)\n- **Mercury position** (communication skills)\n\n**Response time:** ~600ms | **Content:** Career-focused talent analysis\n\n✨ **Example Description:**\nVocational astrology focusing on natural talents and career paths\n\n🔗 **Endpoint:** `POST /api/v3/analysis/vocational`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "vocational"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Talent Explorer\",\n    \"birth_data\": {\n      \"year\": 1994,\n      \"month\": 8,\n      \"day\": 12,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Austin\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"tradition\": \"universal\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Relocation Analysis",
          "description": "All available examples for Get Relocation Analysis endpoint. 🗺️ **Relocation Analysis** - See how your chart changes at a new location\n\n**Perfect for:**\n- ✈️ International relocation planning\n- 🏡 Choosing optimal living locations\n- 💼 Business location selection\n- 🌍 Understanding life changes at different places\n\n**What you get:**\n- **House Shifts** - Which planets change houses at the new location\n- **Angular Planets** - Planets that become prominent (ASC/MC/DSC/IC)\n- **Life Area Changes** - How career, relationships, home life are affected\n- **Angle Comparison** - Ascendant and Midheaven changes\n\n**Key concept:** Same birth moment, different location = different house cusps.\nPlanetary positions stay the same, but the *life areas* they activate change.\n\n**Response time:** ~500ms | **Content:** Natal vs relocated chart comparison",
          "item": [
            {
              "id": "348c14c1-b7e5-4f95-9848-11585a5c2b7e",
              "name": "Kharkiv to New York Relocation",
              "request": {
                "name": "Kharkiv to New York Relocation",
                "description": {
                  "content": "🎯 **Get Relocation Analysis**\n\n📋 **Endpoint Description:**\n🗺️ **Relocation Analysis** - See how your chart changes at a new location\n\n**Perfect for:**\n- ✈️ International relocation planning\n- 🏡 Choosing optimal living locations\n- 💼 Business location selection\n- 🌍 Understanding life changes at different places\n\n**What you get:**\n- **House Shifts** - Which planets change houses at the new location\n- **Angular Planets** - Planets that become prominent (ASC/MC/DSC/IC)\n- **Life Area Changes** - How career, relationships, home life are affected\n- **Angle Comparison** - Ascendant and Midheaven changes\n\n**Key concept:** Same birth moment, different location = different house cusps.\nPlanetary positions stay the same, but the *life areas* they activate change.\n\n**Response time:** ~500ms | **Content:** Natal vs relocated chart comparison\n\n✨ **Example Description:**\nAnalyze how houses and life areas change when relocating\n\n🔗 **Endpoint:** `POST /api/v3/analysis/relocation`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "relocation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"target_location\": {\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    },\n    \"show_changes\": true,\n    \"highlight_angular_changes\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "8b1e4711-68f3-489e-b2fb-83d9a5c445c7",
              "name": "London to Tokyo Relocation",
              "request": {
                "name": "London to Tokyo Relocation",
                "description": {
                  "content": "🎯 **Get Relocation Analysis**\n\n📋 **Endpoint Description:**\n🗺️ **Relocation Analysis** - See how your chart changes at a new location\n\n**Perfect for:**\n- ✈️ International relocation planning\n- 🏡 Choosing optimal living locations\n- 💼 Business location selection\n- 🌍 Understanding life changes at different places\n\n**What you get:**\n- **House Shifts** - Which planets change houses at the new location\n- **Angular Planets** - Planets that become prominent (ASC/MC/DSC/IC)\n- **Life Area Changes** - How career, relationships, home life are affected\n- **Angle Comparison** - Ascendant and Midheaven changes\n\n**Key concept:** Same birth moment, different location = different house cusps.\nPlanetary positions stay the same, but the *life areas* they activate change.\n\n**Response time:** ~500ms | **Content:** Natal vs relocated chart comparison\n\n✨ **Example Description:**\nMajor relocation across hemispheres\n\n🔗 **Endpoint:** `POST /api/v3/analysis/relocation`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "relocation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sarah\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"target_location\": {\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Transit Report",
          "description": "All available examples for Get Transit Report endpoint. 🌟 **Transit Report** - Comprehensive transit analysis with timing predictions\n\n**Perfect for:**\n- 📅 Personal timing and planning\n- 🎯 Decision-making guidance\n- 📈 Life cycle understanding\n- 🔄 Transition navigation\n\n**What you get:**\n- **Active Transits** during the specified period\n- **Timing Interpretations** for each transit\n- **Life Area Impacts** (career, relationships, health)\n- **Opportunity Windows** and favorable periods\n- **Challenge Navigation** guidance\n\n**Response time:** ~700ms | **Content:** Detailed transit interpretations",
          "item": [
            {
              "id": "838669a8-5753-411c-a526-2fc397474100",
              "name": "Monthly Transit Report",
              "request": {
                "name": "Monthly Transit Report",
                "description": {
                  "content": "🎯 **Get Transit Report**\n\n📋 **Endpoint Description:**\n🌟 **Transit Report** - Comprehensive transit analysis with timing predictions\n\n**Perfect for:**\n- 📅 Personal timing and planning\n- 🎯 Decision-making guidance\n- 📈 Life cycle understanding\n- 🔄 Transition navigation\n\n**What you get:**\n- **Active Transits** during the specified period\n- **Timing Interpretations** for each transit\n- **Life Area Impacts** (career, relationships, health)\n- **Opportunity Windows** and favorable periods\n- **Challenge Navigation** guidance\n\n**Response time:** ~700ms | **Content:** Detailed transit interpretations\n\n✨ **Example Description:**\nCurrent month's transits with tight orbs for precise timing\n\n🔗 **Endpoint:** `POST /api/v3/analysis/transit-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "transit-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Transit Tracker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"transit_time\": {\n    \"date_range\": {\n      \"start_date\": {\n        \"year\": 2024,\n        \"month\": 3,\n        \"day\": 1\n      },\n      \"end_date\": {\n        \"year\": 2024,\n        \"month\": 3,\n        \"day\": 31\n      }\n    }\n  },\n  \"orb\": 1.0,\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a9b8a62d-1450-4d01-8ab9-719a240773f2",
              "name": "Yearly Transit Report",
              "request": {
                "name": "Yearly Transit Report",
                "description": {
                  "content": "🎯 **Get Transit Report**\n\n📋 **Endpoint Description:**\n🌟 **Transit Report** - Comprehensive transit analysis with timing predictions\n\n**Perfect for:**\n- 📅 Personal timing and planning\n- 🎯 Decision-making guidance\n- 📈 Life cycle understanding\n- 🔄 Transition navigation\n\n**What you get:**\n- **Active Transits** during the specified period\n- **Timing Interpretations** for each transit\n- **Life Area Impacts** (career, relationships, health)\n- **Opportunity Windows** and favorable periods\n- **Challenge Navigation** guidance\n\n**Response time:** ~700ms | **Content:** Detailed transit interpretations\n\n✨ **Example Description:**\nFull year transit analysis with wider orbs\n\n🔗 **Endpoint:** `POST /api/v3/analysis/transit-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "transit-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Transit Tracker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"transit_time\": {\n    \"date_range\": {\n      \"start_date\": {\n        \"year\": 2024,\n        \"month\": 1,\n        \"day\": 1\n      },\n      \"end_date\": {\n        \"year\": 2024,\n        \"month\": 12,\n        \"day\": 31\n      }\n    }\n  },\n  \"orb\": 2.0,\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Archetype Profile",
          "description": "All available examples for Get Archetype Profile endpoint. 🎭 **Archetype Profile** - Jungian personality archetypes from your natal chart\n\n**What you get:**\n- 🏆 Top 3 dominant archetypes with scores and personalized interpretations\n- 🎭 Profile type name (e.g., \"Sovereign-Alchemist\", \"Healer-Seeker\")\n- 🌑 Shadow archetype — your repressed psychological pattern with integration guidance\n- 📊 Full 12-archetype breakdown (scores sum to 100%)\n- 📖 Personalized texts referencing your specific chart placements\n\n**12 Archetypes (Carol Pearson / Jungian system):**\n- Hero (Warrior), Caregiver (Healer), Explorer (Seeker), Rebel (Outlaw)\n- Lover (Romantic), Creator (Visionary), Ruler (Sovereign), Magician (Alchemist)\n- Sage (Scholar), Jester (Trickster), Innocent (Dreamer), Mystic (Oracle)\n\n**Scoring method:**\nPlanet-sign-house affinities weighted by planet importance, angular house bonus,\nessential dignity bonus, aspect bonuses, and stellium detection.\n\n**Languages:** All supported languages (en, ru, de, fr, es, it, pt, zh, hi, etc.)\n**Traditions:** universal (default), psychological (Jungian depth), classical, event_oriented\n\n**Response time:** ~500ms",
          "item": [
            {
              "id": "821db996-c19a-4da5-a13d-a60b682fd016",
              "name": "Archetype Profile (English)",
              "request": {
                "name": "Archetype Profile (English)",
                "description": {
                  "content": "🎯 **Get Archetype Profile**\n\n📋 **Endpoint Description:**\n🎭 **Archetype Profile** - Jungian personality archetypes from your natal chart\n\n**What you get:**\n- 🏆 Top 3 dominant archetypes with scores and personalized interpretations\n- 🎭 Profile type name (e.g., \"Sovereign-Alchemist\", \"Healer-Seeker\")\n- 🌑 Shadow archetype — your repressed psychological pattern with integration guidance\n- 📊 Full 12-archetype breakdown (scores sum to 100%)\n- 📖 Personalized texts referencing your specific chart placements\n\n**12 Archetypes (Carol Pearson / Jungian system):**\n- Hero (Warrior), Caregiver (Healer), Explorer (Seeker), Rebel (Outlaw)\n- Lover (Romantic), Creator (Visionary), Ruler (Sovereign), Magician (Alchemist)\n- Sage (Scholar), Jester (Trickster), Innocent (Dreamer), Mystic (Oracle)\n\n**Scoring method:**\nPlanet-sign-house affinities weighted by planet importance, angular house bonus,\nessential dignity bonus, aspect bonuses, and stellium detection.\n\n**Languages:** All supported languages (en, ru, de, fr, es, it, pt, zh, hi, etc.)\n**Traditions:** universal (default), psychological (Jungian depth), classical, event_oriented\n\n**Response time:** ~500ms\n\n✨ **Example Description:**\nJungian archetype personality profile with universal tradition\n\n🔗 **Endpoint:** `POST /api/v3/analysis/archetypes`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "archetypes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "30e1da6a-99c6-425a-a0d3-241160fbe03f",
              "name": "Psychological Tradition (Russian)",
              "request": {
                "name": "Psychological Tradition (Russian)",
                "description": {
                  "content": "🎯 **Get Archetype Profile**\n\n📋 **Endpoint Description:**\n🎭 **Archetype Profile** - Jungian personality archetypes from your natal chart\n\n**What you get:**\n- 🏆 Top 3 dominant archetypes with scores and personalized interpretations\n- 🎭 Profile type name (e.g., \"Sovereign-Alchemist\", \"Healer-Seeker\")\n- 🌑 Shadow archetype — your repressed psychological pattern with integration guidance\n- 📊 Full 12-archetype breakdown (scores sum to 100%)\n- 📖 Personalized texts referencing your specific chart placements\n\n**12 Archetypes (Carol Pearson / Jungian system):**\n- Hero (Warrior), Caregiver (Healer), Explorer (Seeker), Rebel (Outlaw)\n- Lover (Romantic), Creator (Visionary), Ruler (Sovereign), Magician (Alchemist)\n- Sage (Scholar), Jester (Trickster), Innocent (Dreamer), Mystic (Oracle)\n\n**Scoring method:**\nPlanet-sign-house affinities weighted by planet importance, angular house bonus,\nessential dignity bonus, aspect bonuses, and stellium detection.\n\n**Languages:** All supported languages (en, ru, de, fr, es, it, pt, zh, hi, etc.)\n**Traditions:** universal (default), psychological (Jungian depth), classical, event_oriented\n\n**Response time:** ~500ms\n\n✨ **Example Description:**\nDeep Jungian analysis in Russian language\n\n🔗 **Endpoint:** `POST /api/v3/analysis/archetypes`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "archetypes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 3,\n      \"day\": 21,\n      \"hour\": 10,\n      \"minute\": 0,\n      \"city\": \"Moscow\",\n      \"country_code\": \"RU\"\n    }\n  },\n  \"report_options\": {\n    \"tradition\": \"psychological\",\n    \"language\": \"ru\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5e3d0ba0-f01d-43ae-a422-b07eb44e702b",
              "name": "Minimal (defaults to universal/en)",
              "request": {
                "name": "Minimal (defaults to universal/en)",
                "description": {
                  "content": "🎯 **Get Archetype Profile**\n\n📋 **Endpoint Description:**\n🎭 **Archetype Profile** - Jungian personality archetypes from your natal chart\n\n**What you get:**\n- 🏆 Top 3 dominant archetypes with scores and personalized interpretations\n- 🎭 Profile type name (e.g., \"Sovereign-Alchemist\", \"Healer-Seeker\")\n- 🌑 Shadow archetype — your repressed psychological pattern with integration guidance\n- 📊 Full 12-archetype breakdown (scores sum to 100%)\n- 📖 Personalized texts referencing your specific chart placements\n\n**12 Archetypes (Carol Pearson / Jungian system):**\n- Hero (Warrior), Caregiver (Healer), Explorer (Seeker), Rebel (Outlaw)\n- Lover (Romantic), Creator (Visionary), Ruler (Sovereign), Magician (Alchemist)\n- Sage (Scholar), Jester (Trickster), Innocent (Dreamer), Mystic (Oracle)\n\n**Scoring method:**\nPlanet-sign-house affinities weighted by planet importance, angular house bonus,\nessential dignity bonus, aspect bonuses, and stellium detection.\n\n**Languages:** All supported languages (en, ru, de, fr, es, it, pt, zh, hi, etc.)\n**Traditions:** universal (default), psychological (Jungian depth), classical, event_oriented\n\n**Response time:** ~500ms\n\n✨ **Example Description:**\nSimplest request with default tradition and language\n\n🔗 **Endpoint:** `POST /api/v3/analysis/archetypes`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "analysis",
                    "archetypes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Maria\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 7,\n      \"day\": 14,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🏛️ Traditional & Hellenistic Astrology",
      "description": "Classical astrological techniques and methods.",
      "item": [
        {
          "name": "📁 Get Traditional Analysis",
          "description": "All available examples for Get Traditional Analysis endpoint. 🏛️ **Comprehensive Traditional Astrology Analysis**\n\nGenerates complete traditional astrology analysis using Hellenistic techniques including:\n\n**Perfect for:**\n- 🎯 Professional traditional astrology consultations\n- 📚 Hellenistic astrology research and study\n- 🔮 Traditional timing and electional astrology\n- 📊 Complete dignity and reception analysis\n\n**Dignity Analysis:**\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Sect analysis** - day/night chart preferences and planetary conditions\n\n**Reception Analysis:**\n- **Mutual receptions** - traditional planetary relationships\n- **Dispositor chains** - complete rulership sequences and final dispositors\n- **Reception quality** - dignity-based aspect interpretation\n\n**Traditional Points:**\n- **Part of Fortune** - calculated with proper day/night formulas\n- **Part of Spirit** - complementary to Part of Fortune\n- **Additional Arabic Parts/Lots** - traditional calculation methods\n\n**Special Conditions:**\n- **Combustion** - planets too close to the Sun (within 8.5°)\n- **Cazimi** - planets in the heart of the Sun (within 17 minutes)\n- **Under the beams** - planets weakened by solar proximity\n- **Houses of joy** - planetary jubilation in traditional houses\n- **About to change sign** - planets near sign boundaries\n\n**Input Parameters:**\n- **subject** - Birth data including name and DateTimeLocation\n- **options** - Chart calculation options (house system, active points, etc.)\n- **orbs** - Aspect orb settings for traditional conditions\n\n**Response time:** ~400ms | **Accuracy:** Swiss Ephemeris + Traditional calculations",
          "item": [
            {
              "id": "a5e75778-68d9-46cf-b94c-367edbbd654f",
              "name": "Hellenistic Traditional Analysis",
              "request": {
                "name": "Hellenistic Traditional Analysis",
                "description": {
                  "content": "🎯 **Get Traditional Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Comprehensive Traditional Astrology Analysis**\n\nGenerates complete traditional astrology analysis using Hellenistic techniques including:\n\n**Perfect for:**\n- 🎯 Professional traditional astrology consultations\n- 📚 Hellenistic astrology research and study\n- 🔮 Traditional timing and electional astrology\n- 📊 Complete dignity and reception analysis\n\n**Dignity Analysis:**\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Sect analysis** - day/night chart preferences and planetary conditions\n\n**Reception Analysis:**\n- **Mutual receptions** - traditional planetary relationships\n- **Dispositor chains** - complete rulership sequences and final dispositors\n- **Reception quality** - dignity-based aspect interpretation\n\n**Traditional Points:**\n- **Part of Fortune** - calculated with proper day/night formulas\n- **Part of Spirit** - complementary to Part of Fortune\n- **Additional Arabic Parts/Lots** - traditional calculation methods\n\n**Special Conditions:**\n- **Combustion** - planets too close to the Sun (within 8.5°)\n- **Cazimi** - planets in the heart of the Sun (within 17 minutes)\n- **Under the beams** - planets weakened by solar proximity\n- **Houses of joy** - planetary jubilation in traditional houses\n- **About to change sign** - planets near sign boundaries\n\n**Input Parameters:**\n- **subject** - Birth data including name and DateTimeLocation\n- **options** - Chart calculation options (house system, active points, etc.)\n- **orbs** - Aspect orb settings for traditional conditions\n\n**Response time:** ~400ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nComplete traditional astrology analysis with Whole Sign houses\n\n🔗 **Endpoint:** `POST /api/v3/traditional/analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Hellenistic Scholar\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Athens\",\n      \"country_code\": \"GR\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Part_of_Fortune\",\n      \"Part_of_Spirit\"\n    ],\n    \"precision\": 4\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.0,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "6298e974-ee71-46d3-9f5d-ea79e627c1c9",
              "name": "Essential Dignities Focus",
              "request": {
                "name": "Essential Dignities Focus",
                "description": {
                  "content": "🎯 **Get Traditional Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Comprehensive Traditional Astrology Analysis**\n\nGenerates complete traditional astrology analysis using Hellenistic techniques including:\n\n**Perfect for:**\n- 🎯 Professional traditional astrology consultations\n- 📚 Hellenistic astrology research and study\n- 🔮 Traditional timing and electional astrology\n- 📊 Complete dignity and reception analysis\n\n**Dignity Analysis:**\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Sect analysis** - day/night chart preferences and planetary conditions\n\n**Reception Analysis:**\n- **Mutual receptions** - traditional planetary relationships\n- **Dispositor chains** - complete rulership sequences and final dispositors\n- **Reception quality** - dignity-based aspect interpretation\n\n**Traditional Points:**\n- **Part of Fortune** - calculated with proper day/night formulas\n- **Part of Spirit** - complementary to Part of Fortune\n- **Additional Arabic Parts/Lots** - traditional calculation methods\n\n**Special Conditions:**\n- **Combustion** - planets too close to the Sun (within 8.5°)\n- **Cazimi** - planets in the heart of the Sun (within 17 minutes)\n- **Under the beams** - planets weakened by solar proximity\n- **Houses of joy** - planetary jubilation in traditional houses\n- **About to change sign** - planets near sign boundaries\n\n**Input Parameters:**\n- **subject** - Birth data including name and DateTimeLocation\n- **options** - Chart calculation options (house system, active points, etc.)\n- **orbs** - Aspect orb settings for traditional conditions\n\n**Response time:** ~400ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nAnalysis emphasizing planetary dignities and debilities\n\n🔗 **Endpoint:** `POST /api/v3/traditional/analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Dignity Master\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"latitude\": 48.8566,\n      \"longitude\": 2.3522\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 3\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 1.5,\n    \"minor_aspects_deg\": 0.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7e2e9af7-7788-4f7b-941e-f3cd910876c4",
              "name": "Mutual Reception Analysis",
              "request": {
                "name": "Mutual Reception Analysis",
                "description": {
                  "content": "🎯 **Get Traditional Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Comprehensive Traditional Astrology Analysis**\n\nGenerates complete traditional astrology analysis using Hellenistic techniques including:\n\n**Perfect for:**\n- 🎯 Professional traditional astrology consultations\n- 📚 Hellenistic astrology research and study\n- 🔮 Traditional timing and electional astrology\n- 📊 Complete dignity and reception analysis\n\n**Dignity Analysis:**\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Sect analysis** - day/night chart preferences and planetary conditions\n\n**Reception Analysis:**\n- **Mutual receptions** - traditional planetary relationships\n- **Dispositor chains** - complete rulership sequences and final dispositors\n- **Reception quality** - dignity-based aspect interpretation\n\n**Traditional Points:**\n- **Part of Fortune** - calculated with proper day/night formulas\n- **Part of Spirit** - complementary to Part of Fortune\n- **Additional Arabic Parts/Lots** - traditional calculation methods\n\n**Special Conditions:**\n- **Combustion** - planets too close to the Sun (within 8.5°)\n- **Cazimi** - planets in the heart of the Sun (within 17 minutes)\n- **Under the beams** - planets weakened by solar proximity\n- **Houses of joy** - planetary jubilation in traditional houses\n- **About to change sign** - planets near sign boundaries\n\n**Input Parameters:**\n- **subject** - Birth data including name and DateTimeLocation\n- **options** - Chart calculation options (house system, active points, etc.)\n- **orbs** - Aspect orb settings for traditional conditions\n\n**Response time:** ~400ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nFocus on planetary receptions and dispositor chains\n\n🔗 **Endpoint:** `POST /api/v3/traditional/analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Reception Expert\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Alexandria\",\n      \"country_code\": \"EG\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"A\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"Part_of_Fortune\"\n    ],\n    \"precision\": 2\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 3.0,\n    \"minor_aspects_deg\": 1.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "d94b5f21-a360-49e4-b255-e959fc3b86ce",
          "name": "Get Traditional Points Glossary",
          "request": {
            "name": "Get Traditional Points Glossary",
            "description": {
              "content": "📚 **Traditional Points Glossary**\n\nComplete reference for traditional astrological points (Arabic Parts/Lots)\nwith descriptions, formulas, and meanings.\n\n**Includes:**\n- Part of Fortune (Pars Fortunae)\n- Part of Spirit (Pars Spiritus)\n- Part of Love, Necessity, Courage\n- Calculation formulas (day/night variations)\n- Traditional meanings and keywords\n- Usage guidelines\n\n**Categories:**\n- Essential Parts (Fortune, Spirit)\n- Planetary Parts (Love, Courage, etc.)\n- Specialized Parts (advanced techniques)\n\n**Perfect for:**\n- Learning traditional techniques\n- API integration reference\n- Educational applications",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "traditional",
                "glossary",
                "traditional-points"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9986e081-a54a-42bc-b13f-a7af25ffb808",
              "name": "Traditional Points (Arabic Parts/Lots) Glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "glossary",
                    "traditional-points"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2dbd8da-648d-4672-8d21-5013522c61a1",
              "name": "Invalid traditional astrology parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "glossary",
                    "traditional-points"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d0f96e64-7127-4e6f-b0e0-2c3edc5bc6ec",
              "name": "Validation error - check traditional options",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "glossary",
                    "traditional-points"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7cb2aca8-2f32-4dee-a289-2a4ac04421bd",
          "name": "Get Dignities Glossary",
          "request": {
            "name": "Get Dignities Glossary",
            "description": {
              "content": "👑 **Essential Dignities System Glossary**\n\nComplete explanation of the traditional dignity system with rulers,\nmeanings, and hierarchical importance.\n\n**Dignities Explained:**\n- **Domicile**: Planet in own sign (strongest)\n- **Exaltation**: Planet in exaltation sign\n- **Triplicity**: Elemental rulership (sect-dependent)\n- **Term/Bounds**: Egyptian terms system\n- **Decan/Face**: 10-degree rulerships\n\n**Debilities:**\n- **Exile/Detriment**: Opposite of domicile\n- **Fall**: Opposite of exaltation\n\n**Traditional Rulers:**\n- Pre-modern planetary rulers only\n- Sect-based triplicity rulers\n- Historical sources and variations\n\n**Sect System:**\n- Day vs night chart determination\n- Planetary sect preferences\n- Triplicity ruler activation",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "traditional",
                "glossary",
                "dignities"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f672617c-d3d9-4035-a3c3-0b708e898c6f",
              "name": "Essential Dignities System Complete Reference",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "glossary",
                    "dignities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19523a3c-32a4-44bb-8a4e-4173056dec92",
              "name": "Invalid traditional astrology parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "glossary",
                    "dignities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "25e67ecf-fc0b-459b-b5f4-4aba46ce88c7",
              "name": "Validation error - check traditional options",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "glossary",
                    "dignities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c306c429-2fa2-4d72-8a04-525dfd38e527",
          "name": "Get Profection Houses Glossary",
          "request": {
            "name": "Get Profection Houses Glossary",
            "description": {
              "content": "🏠 **Profection House Meanings Glossary**\n\nTraditional interpretations of what each house represents when activated\nin annual profections, with examples and timing guidance.\n\n**House Meanings:**\n- Each house's life themes and areas\n- Traditional keywords and associations\n- Modern applications and interpretations\n\n**Profection System:**\n- How annual profections work\n- Age calculation method\n- Ruler activation principles\n- 12-year cycle patterns\n\n**Examples:**\n- Sample profection calculations\n- Real-world timing applications\n- Integration with other techniques",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "traditional",
                "glossary",
                "profection-houses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "94711f5a-2f6d-4775-9cd4-1fe0dd37c80a",
              "name": "Profection House Meanings and System Explanation",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "glossary",
                    "profection-houses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1401262-e8c6-4a67-9874-deddd6dceea1",
              "name": "Invalid traditional astrology parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "glossary",
                    "profection-houses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c49ca87c-72ed-41b1-8789-3e8319d648a9",
              "name": "Validation error - check traditional options",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "glossary",
                    "profection-houses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0ed49437-2aab-4993-9bc5-ae9b7e728440",
          "name": "Get Traditional Capabilities",
          "request": {
            "name": "Get Traditional Capabilities",
            "description": {
              "content": "🔍 **Traditional Astrology Capabilities**\n\nOverview of all traditional astrology features, techniques, and data sources\nsupported by this API version.\n\n**Returns:**\n- Supported traditional techniques\n- Available traditional points\n- Dignity systems implemented\n- Calculation methods used\n- Historical sources referenced",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "traditional",
                "capabilities"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "75177bf6-5c02-4129-b0b7-2b69ee533861",
              "name": "Traditional Astrology Features and Capabilities Overview",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "capabilities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0051aaaa-caee-48f5-aa85-086bb401a051",
              "name": "Invalid traditional astrology parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "capabilities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "08c2da79-ec81-4dcf-8863-6787985a7ce2",
              "name": "Validation error - check traditional options",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "capabilities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Get Dignities Analysis",
          "description": "All available examples for Get Dignities Analysis endpoint. 🏛️ **Essential Dignities Analysis** - Complete traditional dignity assessment\n\n**Perfect for:**\n- 👑 Essential dignity evaluation (domicile, exaltation, fall, detriment)\n- 🎯 Planetary strength assessment\n- 📚 Traditional astrology practice\n- 🎓 Academic astrological research\n\n**What you get:**\n- **Dignity Scores** - Numerical strength ratings for each planet\n- **Dignity Conditions** - Domicile, exaltation, fall, detriment status\n- **Sect Analysis** - Day/night chart considerations\n- **Mutual Receptions** - Planets in each other's signs\n- **Special Conditions** - Combustion, cazimi, under beams\n\n**Traditional Systems:**\n- Ptolemaic essential dignities\n- Sect-based triplicity rulers\n- Egyptian terms and bounds\n- Chaldean face rulers\n\n**Response time:** ~200ms | **Accuracy:** Traditional Hellenistic methods",
          "item": [
            {
              "id": "eb10ffb6-13ad-48ec-be68-94acca5c479c",
              "name": "Complete Dignity Analysis",
              "request": {
                "name": "Complete Dignity Analysis",
                "description": {
                  "content": "🎯 **Get Dignities Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Essential Dignities Analysis** - Complete traditional dignity assessment\n\n**Perfect for:**\n- 👑 Essential dignity evaluation (domicile, exaltation, fall, detriment)\n- 🎯 Planetary strength assessment\n- 📚 Traditional astrology practice\n- 🎓 Academic astrological research\n\n**What you get:**\n- **Dignity Scores** - Numerical strength ratings for each planet\n- **Dignity Conditions** - Domicile, exaltation, fall, detriment status\n- **Sect Analysis** - Day/night chart considerations\n- **Mutual Receptions** - Planets in each other's signs\n- **Special Conditions** - Combustion, cazimi, under beams\n\n**Traditional Systems:**\n- Ptolemaic essential dignities\n- Sect-based triplicity rulers\n- Egyptian terms and bounds\n- Chaldean face rulers\n\n**Response time:** ~200ms | **Accuracy:** Traditional Hellenistic methods\n\n✨ **Example Description:**\nEssential dignities analysis for birth chart with all planetary conditions\n\n🔗 **Endpoint:** `POST /api/v3/traditional/dignities`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "dignities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"include_asteroids\": false,\n    \"include_fixed_stars\": true,\n    \"dignity_system\": \"traditional\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Lots Analysis",
          "description": "All available examples for Get Lots Analysis endpoint. 🌙 **Arabic Parts/Lots Analysis** - Traditional Arabian astrological points\n\n**Perfect for:**\n- 🔮 Arabic Parts calculations (Part of Fortune, Spirit, etc.)\n- 📊 Lot-based predictions and analysis\n- 🏛️ Traditional Hellenistic astrology practice\n- 📚 Academic research on medieval astrology\n\n**What you get:**\n- **Major Lots** - Part of Fortune, Spirit, Love, Victory\n- **Positional Data** - Exact degrees, signs, and houses for each lot\n- **Sect Considerations** - Day/night formula variations\n- **Interpretation Keys** - Traditional meanings and applications\n- **Arabic Sources** - Historical context and calculation methods\n\n**Available Lots:**\n- Part of Fortune (Pars Fortunae)\n- Part of Spirit (Pars Spirituum)\n- Part of Love (Pars Veneris)\n- Part of Necessity (Pars Necessitatis)\n- Part of Courage (Pars Martis)\n\n**Response time:** ~150ms | **Accuracy:** Traditional medieval formulas",
          "item": [
            {
              "id": "f4fb7685-25d8-41e4-9c3c-44f90ea5cd16",
              "name": "Arabic Parts/Lots Calculation",
              "request": {
                "name": "Arabic Parts/Lots Calculation",
                "description": {
                  "content": "🎯 **Get Lots Analysis**\n\n📋 **Endpoint Description:**\n🌙 **Arabic Parts/Lots Analysis** - Traditional Arabian astrological points\n\n**Perfect for:**\n- 🔮 Arabic Parts calculations (Part of Fortune, Spirit, etc.)\n- 📊 Lot-based predictions and analysis\n- 🏛️ Traditional Hellenistic astrology practice\n- 📚 Academic research on medieval astrology\n\n**What you get:**\n- **Major Lots** - Part of Fortune, Spirit, Love, Victory\n- **Positional Data** - Exact degrees, signs, and houses for each lot\n- **Sect Considerations** - Day/night formula variations\n- **Interpretation Keys** - Traditional meanings and applications\n- **Arabic Sources** - Historical context and calculation methods\n\n**Available Lots:**\n- Part of Fortune (Pars Fortunae)\n- Part of Spirit (Pars Spirituum)\n- Part of Love (Pars Veneris)\n- Part of Necessity (Pars Necessitatis)\n- Part of Courage (Pars Martis)\n\n**Response time:** ~150ms | **Accuracy:** Traditional medieval formulas\n\n✨ **Example Description:**\nComplete calculation of traditional Arabic Parts for natal chart\n\n🔗 **Endpoint:** `POST /api/v3/traditional/lots`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "lots"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"include_major_lots\": true,\n    \"include_minor_lots\": false,\n    \"sect_aware\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5ca6a526-13e0-444e-b945-9e22d5b22024",
              "name": "All 7 Hermetic Lots (Paulus §23)",
              "request": {
                "name": "All 7 Hermetic Lots (Paulus §23)",
                "description": {
                  "content": "🎯 **Get Lots Analysis**\n\n📋 **Endpoint Description:**\n🌙 **Arabic Parts/Lots Analysis** - Traditional Arabian astrological points\n\n**Perfect for:**\n- 🔮 Arabic Parts calculations (Part of Fortune, Spirit, etc.)\n- 📊 Lot-based predictions and analysis\n- 🏛️ Traditional Hellenistic astrology practice\n- 📚 Academic research on medieval astrology\n\n**What you get:**\n- **Major Lots** - Part of Fortune, Spirit, Love, Victory\n- **Positional Data** - Exact degrees, signs, and houses for each lot\n- **Sect Considerations** - Day/night formula variations\n- **Interpretation Keys** - Traditional meanings and applications\n- **Arabic Sources** - Historical context and calculation methods\n\n**Available Lots:**\n- Part of Fortune (Pars Fortunae)\n- Part of Spirit (Pars Spirituum)\n- Part of Love (Pars Veneris)\n- Part of Necessity (Pars Necessitatis)\n- Part of Courage (Pars Martis)\n\n**Response time:** ~150ms | **Accuracy:** Traditional medieval formulas\n\n✨ **Example Description:**\nReturns sect-aware longitudes for Fortune, Spirit, Eros, Necessity, Courage, Victory, and Nemesis per Paulus Alexandrinus §23. Sect is determined by Sun's house position (above horizon = day chart).\n\n🔗 **Endpoint:** `POST /api/v3/traditional/lots`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "lots"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"active_points\": [\n    \"Part_of_Fortune\",\n    \"Part_of_Spirit\",\n    \"Part_of_Eros\",\n    \"Part_of_Necessity\",\n    \"Part_of_Courage\",\n    \"Part_of_Victory\",\n    \"Part_of_Nemesis\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Extended Receptions",
          "description": "All available examples for Get Extended Receptions endpoint. Extended Mutual Receptions across all five dignity types (domicile, exaltation,\ntriplicity, bound, face).\n\nResults sorted by strength descending. Each entry carries a tradition tag\n(hellenistic | lilly) so callers can filter by tradition.",
          "item": [
            {
              "id": "b0ed81af-16a8-46b6-a07d-e06f85bd8724",
              "name": "Extended Mutual Receptions — Oleg",
              "request": {
                "name": "Extended Mutual Receptions — Oleg",
                "description": {
                  "content": "🎯 **Get Extended Receptions**\n\n📋 **Endpoint Description:**\nExtended Mutual Receptions across all five dignity types (domicile, exaltation,\ntriplicity, bound, face).\n\nResults sorted by strength descending. Each entry carries a tradition tag\n(hellenistic | lilly) so callers can filter by tradition.\n\n✨ **Example Description:**\nAll 5-dignity-type reception pairs for the natal chart\n\n🔗 **Endpoint:** `POST /api/v3/traditional/extended-receptions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "extended-receptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Almuten Endpoint",
          "description": "All available examples for Calculate Almuten Endpoint endpoint. Almuten Figuris (Bonatti method) — the chart's strongest dignified planet\ncomputed across 5 hyleg points: Sun, Moon, Ascendant, Lot of Fortune,\nand Prenatal Syzygy.",
          "item": [
            {
              "id": "a64c48d8-3261-4b86-a39e-77c6692c36da",
              "name": "Almuten Figuris — Oleg",
              "request": {
                "name": "Almuten Figuris — Oleg",
                "description": {
                  "content": "🎯 **Calculate Almuten Endpoint**\n\n📋 **Endpoint Description:**\nAlmuten Figuris (Bonatti method) — the chart's strongest dignified planet\ncomputed across 5 hyleg points: Sun, Moon, Ascendant, Lot of Fortune,\nand Prenatal Syzygy.\n\n✨ **Example Description:**\nChart almuten via 5 hyleg points + accidental dignities\n\n🔗 **Endpoint:** `POST /api/v3/traditional/almuten`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "almuten"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Hayz Endpoint",
          "description": "All available examples for Calculate Hayz Endpoint endpoint. Hayz status for all 7 traditional planets (al-Biruni Tafhim §449).\n\nEach entry reports sect_match, hemisphere_match, gender_match, and a\nverdict: full_hayz / partial_hayz / out_of_hayz / contrary_to_hayz /\nnot_applicable / partial_hayz_undetermined (Mercury without elongation).",
          "item": [
            {
              "id": "d1971fd2-af8a-4bd8-814a-ac636d33eab3",
              "name": "Hayz Status — Oleg",
              "request": {
                "name": "Hayz Status — Oleg",
                "description": {
                  "content": "🎯 **Calculate Hayz Endpoint**\n\n📋 **Endpoint Description:**\nHayz status for all 7 traditional planets (al-Biruni Tafhim §449).\n\nEach entry reports sect_match, hemisphere_match, gender_match, and a\nverdict: full_hayz / partial_hayz / out_of_hayz / contrary_to_hayz /\nnot_applicable / partial_hayz_undetermined (Mercury without elongation).\n\n✨ **Example Description:**\nHayz for all 7 traditional planets in the natal chart\n\n🔗 **Endpoint:** `POST /api/v3/traditional/hayz`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "traditional",
                    "hayz"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🔮 Horary Astrology",
      "description": "",
      "item": [
        {
          "id": "d00d11dd-f175-4976-938a-ad610e49c44d",
          "name": "Get Considerations Glossary",
          "request": {
            "name": "Get Considerations Glossary",
            "description": {
              "content": "📚 **Horary Considerations Reference** - The 8 traditional tests of chart radicality\n\n**Perfect for:**\n- 🎓 Learning traditional horary astrology\n- 🔍 Understanding chart radicality (fitness for judgment)\n- 📖 Reference for William Lilly's considerations before judgment\n- 🎯 Educational applications and horary study\n\n**What you get:**\n- **All 8 Considerations** - Complete list with traditional meanings\n- **Thresholds** - Exact criteria for each consideration\n- **Severity Levels** - Importance weighting (low/medium/high)\n- **Practical Descriptions** - Clear explanations of each consideration\n- **Historical Context** - Based on William Lilly's \"Christian Astrology\"\n\n**The 8 Considerations:**\n1. **Early Ascendant** (< 3°) - Question premature, not fully understood\n2. **Late Ascendant** (> 27°) - Question too late, outcome decided\n3. **Moon Void of Course** - Nothing will come of the matter\n4. **Saturn in 1st House** - Querent fear or anxiety\n5. **Saturn in 7th House** - Astrologer uncertainty\n6. **Moon in Via Combusta** - Unfortunate outcomes\n7. **Ascendant in Via Combusta** - Chart difficult to judge\n8. **Lord of Ascendant Combust** - Querent's judgment clouded\n\n**Usage:**\nUse this endpoint to understand what makes a horary chart \"radical\" (fit to be judged).\nCharts with multiple considerations present should be judged with extra caution or not at all.\n\n**Response time:** < 10ms | **Content:** Complete considerations reference data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "horary",
                "glossary",
                "considerations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "929becf1-1b9f-4322-ae83-83b88f6d88c5",
              "name": "Comprehensive reference for the 8 traditional considerations before judgment",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "glossary",
                    "considerations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c0d785e-32f9-4ad8-b53c-0d450bc9c944",
              "name": "Invalid horary parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "glossary",
                    "considerations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9124828b-44a8-4933-8769-3c88fe0cc61e",
              "name": "Validation error - check question format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "glossary",
                    "considerations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7ece49ec-4561-4c0f-b8ad-6a6c5b9479a3",
          "name": "Get Categories Glossary",
          "request": {
            "name": "Get Categories Glossary",
            "description": {
              "content": "🎯 **Horary Question Categories Reference** - Complete guide to matters and questions\n\n**Traditional Terminology:**\n- **category** = \"Matter\" (lat. *materia*) — the subject matter of the question\n- **subcategory** = \"Question\" (lat. *quaestio*) — the specific question being asked\n\nBased on William Lilly's \"Christian Astrology\" chapter organization by house matters.\n\n**Perfect for:**\n- 🎓 Learning traditional horary significator rules\n- 🔍 Understanding which planets/houses represent what\n- 📖 Reference for William Lilly's house-to-matter correspondences\n- 🎯 Educational applications and horary study\n- 🏗️ Building horary chart interpretation interfaces\n\n**What you get:**\n- **All 11 Question Categories (Matters)** - Complete significator mappings\n- **Subcategories (Questions)** - Specific question types within each matter\n- **House Assignments** - Which houses govern each matter\n- **Natural Significators** - Planets with inherent meaning for each topic\n- **Detailed Explanations** - Traditional reasoning behind each assignment\n- **Lord Notation** - Understanding L1, L5, L7, L10 etc. (house lords)\n\n**Understanding Significators:**\nIn horary astrology, significators are the planets that represent the people,\nthings, or matters involved in the question. There are two types:\n\n1. **House Lords (L1, L5, L7, etc.)** - The planet ruling the sign on a house cusp\n   - L1 = Lord of Ascendant (querent, the person asking)\n   - L5 = Lord of 5th House (children, pregnancy, creativity)\n   - L7 = Lord of 7th House (partners, relationships, opponents)\n   - L10 = Lord of 10th House (career, reputation, authority)\n\n2. **Natural Significators** - Planets with inherent meaning\n   - Moon: Fertility, body, emotions, change\n   - Venus: Love, beauty, harmony, desire\n   - Jupiter: Growth, expansion, wealth, success\n   - Sun: Authority, vitality, success, recognition\n\n**Question Categories:**\n- **Pregnancy/Fertility** - 5th house, Moon, Jupiter\n- **Love** - 7th house, Venus\n- **Marriage** - 7th house, Venus\n- **Career** - 10th house, Sun\n- **Job** - 6th house\n- **Money** - 2nd house, Jupiter\n- **Health** - 6th house, Moon\n- **Missing Item** - 2nd & 4th houses, Moon\n- **Travel** - 9th house, Jupiter\n- **General** - 1st house, Moon\n\n**Traditional Rulerships (Used for House Lords):**\n- Aries & Scorpio: Mars\n- Taurus & Libra: Venus\n- Gemini & Virgo: Mercury\n- Cancer: Moon\n- Leo: Sun\n- Sagittarius & Pisces: Jupiter\n- Capricorn & Aquarius: Saturn\n\nNote: Horary uses traditional (pre-modern) rulerships only.\nNo Uranus, Neptune, or Pluto.\n\n**Response time:** < 10ms | **Content:** Complete significator reference for all categories",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "horary",
                "glossary",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Language code for significator meanings (en, ru, de, fr, es, etc.)",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "4b822b04-e48f-4e9b-bb6d-0fe67ff3c990",
              "name": "Complete reference of horary question categories, subcategories, and significators",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "glossary",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language code for significator meanings (en, ru, de, fr, es, etc.)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6fc17898-ffb4-4d83-9fbd-2d325f39d6db",
              "name": "Invalid horary parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "glossary",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language code for significator meanings (en, ru, de, fr, es, etc.)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "98b8e790-15d0-402e-8058-3ae237f1f899",
              "name": "Validation error - check question format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "glossary",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language code for significator meanings (en, ru, de, fr, es, etc.)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Generate Horary Chart",
          "description": "All available examples for Generate Horary Chart endpoint. 🔮 **Generate Horary Chart**\n\nCalculate a complete horary chart for the moment a question was understood by the astrologer.\nUses Regiomontanus house system (traditional for horary) and includes full dignity analysis\nand Arabic Parts.\n\n**Perfect for:**\n- 🎯 Question-based divination and prediction\n- 📚 Traditional horary astrology practice\n- 🎓 Learning horary techniques\n- 📱 Building horary astrology applications\n\n**What you get:**\n- **Complete Chart Data** - Planetary positions, houses, aspects with Regiomontanus houses\n- **Essential Dignities** - Full dignity analysis for all planets (domicile, exaltation, etc.)\n- **Arabic Parts** - Part of Fortune and other relevant lots\n- **Horary-specific Calculations** - Ready for radicality checking and judgment\n\n**Traditional Method:**\n- Chart is cast for the exact moment the astrologer understood the question\n- Regiomontanus houses are used (traditional standard for horary)\n- Time accuracy is critical - use the precise moment of question comprehension\n- Location should be where the astrologer is located when understanding the question\n\n**House Systems:**\n- Default: Regiomontanus ('R') - traditional horary standard\n- Alternative: Placidus ('P'), Whole Sign ('W'), Koch ('K'), Equal ('A')\n- Note: Most traditional horary texts use Regiomontanus\n\n**Use Cases:**\n- Yes/no questions about concrete outcomes\n- Timing predictions (\"When will X happen?\")\n- Missing item recovery (\"Where is my lost ring?\")\n- Relationship questions (\"Will we get married?\")\n- Career and financial questions\n- Health inquiries\n\n**Response time:** ~200ms | **Content:** Full horary chart with dignities and Arabic Parts",
          "item": [
            {
              "id": "776db64e-608a-4b10-8e72-9550d8c4fce2",
              "name": "Pregnancy Question",
              "request": {
                "name": "Pregnancy Question",
                "description": {
                  "content": "🎯 **Generate Horary Chart**\n\n📋 **Endpoint Description:**\n🔮 **Generate Horary Chart**\n\nCalculate a complete horary chart for the moment a question was understood by the astrologer.\nUses Regiomontanus house system (traditional for horary) and includes full dignity analysis\nand Arabic Parts.\n\n**Perfect for:**\n- 🎯 Question-based divination and prediction\n- 📚 Traditional horary astrology practice\n- 🎓 Learning horary techniques\n- 📱 Building horary astrology applications\n\n**What you get:**\n- **Complete Chart Data** - Planetary positions, houses, aspects with Regiomontanus houses\n- **Essential Dignities** - Full dignity analysis for all planets (domicile, exaltation, etc.)\n- **Arabic Parts** - Part of Fortune and other relevant lots\n- **Horary-specific Calculations** - Ready for radicality checking and judgment\n\n**Traditional Method:**\n- Chart is cast for the exact moment the astrologer understood the question\n- Regiomontanus houses are used (traditional standard for horary)\n- Time accuracy is critical - use the precise moment of question comprehension\n- Location should be where the astrologer is located when understanding the question\n\n**House Systems:**\n- Default: Regiomontanus ('R') - traditional horary standard\n- Alternative: Placidus ('P'), Whole Sign ('W'), Koch ('K'), Equal ('A')\n- Note: Most traditional horary texts use Regiomontanus\n\n**Use Cases:**\n- Yes/no questions about concrete outcomes\n- Timing predictions (\"When will X happen?\")\n- Missing item recovery (\"Where is my lost ring?\")\n- Relationship questions (\"Will we get married?\")\n- Career and financial questions\n- Health inquiries\n\n**Response time:** ~200ms | **Content:** Full horary chart with dignities and Arabic Parts\n\n✨ **Example Description:**\nGenerate horary chart for fertility question\n\n🔗 **Endpoint:** `POST /api/v3/horary/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Will I get pregnant this year?\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 1,\n    \"day\": 15,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"second\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "128422ea-77ad-4e5c-b555-c7b568eab68f",
              "name": "Career Question",
              "request": {
                "name": "Career Question",
                "description": {
                  "content": "🎯 **Generate Horary Chart**\n\n📋 **Endpoint Description:**\n🔮 **Generate Horary Chart**\n\nCalculate a complete horary chart for the moment a question was understood by the astrologer.\nUses Regiomontanus house system (traditional for horary) and includes full dignity analysis\nand Arabic Parts.\n\n**Perfect for:**\n- 🎯 Question-based divination and prediction\n- 📚 Traditional horary astrology practice\n- 🎓 Learning horary techniques\n- 📱 Building horary astrology applications\n\n**What you get:**\n- **Complete Chart Data** - Planetary positions, houses, aspects with Regiomontanus houses\n- **Essential Dignities** - Full dignity analysis for all planets (domicile, exaltation, etc.)\n- **Arabic Parts** - Part of Fortune and other relevant lots\n- **Horary-specific Calculations** - Ready for radicality checking and judgment\n\n**Traditional Method:**\n- Chart is cast for the exact moment the astrologer understood the question\n- Regiomontanus houses are used (traditional standard for horary)\n- Time accuracy is critical - use the precise moment of question comprehension\n- Location should be where the astrologer is located when understanding the question\n\n**House Systems:**\n- Default: Regiomontanus ('R') - traditional horary standard\n- Alternative: Placidus ('P'), Whole Sign ('W'), Koch ('K'), Equal ('A')\n- Note: Most traditional horary texts use Regiomontanus\n\n**Use Cases:**\n- Yes/no questions about concrete outcomes\n- Timing predictions (\"When will X happen?\")\n- Missing item recovery (\"Where is my lost ring?\")\n- Relationship questions (\"Will we get married?\")\n- Career and financial questions\n- Health inquiries\n\n**Response time:** ~200ms | **Content:** Full horary chart with dignities and Arabic Parts\n\n✨ **Example Description:**\nGenerate horary chart for job/career question\n\n🔗 **Endpoint:** `POST /api/v3/horary/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Will I get the job I interviewed for?\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 2,\n    \"day\": 10,\n    \"hour\": 9,\n    \"minute\": 15,\n    \"second\": 0,\n    \"city\": \"New York\",\n    \"country_code\": \"US\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "39ca34ac-ec41-44d0-b692-3c985dd48700",
              "name": "Using Coordinates",
              "request": {
                "name": "Using Coordinates",
                "description": {
                  "content": "🎯 **Generate Horary Chart**\n\n📋 **Endpoint Description:**\n🔮 **Generate Horary Chart**\n\nCalculate a complete horary chart for the moment a question was understood by the astrologer.\nUses Regiomontanus house system (traditional for horary) and includes full dignity analysis\nand Arabic Parts.\n\n**Perfect for:**\n- 🎯 Question-based divination and prediction\n- 📚 Traditional horary astrology practice\n- 🎓 Learning horary techniques\n- 📱 Building horary astrology applications\n\n**What you get:**\n- **Complete Chart Data** - Planetary positions, houses, aspects with Regiomontanus houses\n- **Essential Dignities** - Full dignity analysis for all planets (domicile, exaltation, etc.)\n- **Arabic Parts** - Part of Fortune and other relevant lots\n- **Horary-specific Calculations** - Ready for radicality checking and judgment\n\n**Traditional Method:**\n- Chart is cast for the exact moment the astrologer understood the question\n- Regiomontanus houses are used (traditional standard for horary)\n- Time accuracy is critical - use the precise moment of question comprehension\n- Location should be where the astrologer is located when understanding the question\n\n**House Systems:**\n- Default: Regiomontanus ('R') - traditional horary standard\n- Alternative: Placidus ('P'), Whole Sign ('W'), Koch ('K'), Equal ('A')\n- Note: Most traditional horary texts use Regiomontanus\n\n**Use Cases:**\n- Yes/no questions about concrete outcomes\n- Timing predictions (\"When will X happen?\")\n- Missing item recovery (\"Where is my lost ring?\")\n- Relationship questions (\"Will we get married?\")\n- Career and financial questions\n- Health inquiries\n\n**Response time:** ~200ms | **Content:** Full horary chart with dignities and Arabic Parts\n\n✨ **Example Description:**\nGenerate horary chart using exact coordinates\n\n🔗 **Endpoint:** `POST /api/v3/horary/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Should I accept the business partnership offer?\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 3,\n    \"day\": 5,\n    \"hour\": 16,\n    \"minute\": 45,\n    \"second\": 0,\n    \"latitude\": 51.5074,\n    \"longitude\": -0.1278\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Fertility Question",
          "description": "All available examples for Analyze Fertility Question endpoint. 🤰 **Fertility & Pregnancy Analysis** - Specialized horary analysis for conception questions\n\n**Perfect for:**\n- 🎯 Natural conception potential assessment\n- 🧬 IVF/ART treatment success indicators\n- ⏰ Conception timing predictions\n- 📚 Traditional horary fertility techniques\n- 💉 Medical astrology applications\n\n**What you get:**\n- **Fertility Score** - Overall indication (0-100) based on traditional factors\n- **Sign Fertility Analysis** - Fruitful/barren classification for Moon, 5th house, Jupiter, Ascendant\n- **Arabic Parts** - Part of Children (ASC + Saturn - Jupiter), Part of Pregnancy (ASC + L5 - Moon)\n- **5th House Analysis** - Detailed examination of the pregnancy/children house and its ruler\n- **Timing Windows** - Favorable conception periods based on applying aspects (if include_timing=True)\n  - ⚠️ **Note**: May be empty if Moon is Void of Course (VOC) - when Moon makes no more aspects before leaving its sign, traditional horary cannot reliably predict timing\n- **Radicality Check** - Chart fitness for judgment\n- **Comprehensive Interpretation** - Plain language analysis and recommendations\n\n**Traditional Method:**\nBased on William Lilly's \"Christian Astrology\" and classical horary techniques:\n- **Moon** (35% weight) - Primary fertility significator\n- **5th House** (25% weight) - House of children and procreation\n- **5th House Ruler** (20% weight) - Condition shows potential\n- **Jupiter** (15% weight) - Natural significator of growth/expansion\n- **Ascendant** (5% weight) - Querent's overall condition\n\n**Sign Fertility Classifications:**\n- **Fruitful Signs** (Cancer, Scorpio, Pisces) - Water signs, highly supportive\n- **Semi-fruitful Signs** (Taurus, Sagittarius) - Moderately supportive\n- **Barren Signs** (Aries, Gemini, Leo, Virgo, Libra, Capricorn, Aquarius) - Less favorable\n\n**Scoring Guide:**\n- **70-100**: Favorable - Strong fertility indicators\n- **55-69**: Mixed - Some positive, some challenging factors\n- **40-54**: Mixed - Balanced factors\n- **0-39**: Challenging - Significant obstacles or delays\n\n**Customer Priority Feature**: This endpoint provides specialized fertility analysis\ncombining traditional horary techniques with modern astrological practice.\n\n**Response time:** ~200ms | **Content:** Complete fertility analysis with timing and interpretation",
          "item": [
            {
              "id": "d7f9efd5-ca23-455f-8ad4-496257c0a631",
              "name": "Basic Pregnancy Question",
              "request": {
                "name": "Basic Pregnancy Question",
                "description": {
                  "content": "🎯 **Analyze Fertility Question**\n\n📋 **Endpoint Description:**\n🤰 **Fertility & Pregnancy Analysis** - Specialized horary analysis for conception questions\n\n**Perfect for:**\n- 🎯 Natural conception potential assessment\n- 🧬 IVF/ART treatment success indicators\n- ⏰ Conception timing predictions\n- 📚 Traditional horary fertility techniques\n- 💉 Medical astrology applications\n\n**What you get:**\n- **Fertility Score** - Overall indication (0-100) based on traditional factors\n- **Sign Fertility Analysis** - Fruitful/barren classification for Moon, 5th house, Jupiter, Ascendant\n- **Arabic Parts** - Part of Children (ASC + Saturn - Jupiter), Part of Pregnancy (ASC + L5 - Moon)\n- **5th House Analysis** - Detailed examination of the pregnancy/children house and its ruler\n- **Timing Windows** - Favorable conception periods based on applying aspects (if include_timing=True)\n  - ⚠️ **Note**: May be empty if Moon is Void of Course (VOC) - when Moon makes no more aspects before leaving its sign, traditional horary cannot reliably predict timing\n- **Radicality Check** - Chart fitness for judgment\n- **Comprehensive Interpretation** - Plain language analysis and recommendations\n\n**Traditional Method:**\nBased on William Lilly's \"Christian Astrology\" and classical horary techniques:\n- **Moon** (35% weight) - Primary fertility significator\n- **5th House** (25% weight) - House of children and procreation\n- **5th House Ruler** (20% weight) - Condition shows potential\n- **Jupiter** (15% weight) - Natural significator of growth/expansion\n- **Ascendant** (5% weight) - Querent's overall condition\n\n**Sign Fertility Classifications:**\n- **Fruitful Signs** (Cancer, Scorpio, Pisces) - Water signs, highly supportive\n- **Semi-fruitful Signs** (Taurus, Sagittarius) - Moderately supportive\n- **Barren Signs** (Aries, Gemini, Leo, Virgo, Libra, Capricorn, Aquarius) - Less favorable\n\n**Scoring Guide:**\n- **70-100**: Favorable - Strong fertility indicators\n- **55-69**: Mixed - Some positive, some challenging factors\n- **40-54**: Mixed - Balanced factors\n- **0-39**: Challenging - Significant obstacles or delays\n\n**Customer Priority Feature**: This endpoint provides specialized fertility analysis\ncombining traditional horary techniques with modern astrological practice.\n\n**Response time:** ~200ms | **Content:** Complete fertility analysis with timing and interpretation\n\n✨ **Example Description:**\nMinimal request with required fields only. Uses defaults: Regiomontanus houses, 45° lookahead, extended lunar sequence enabled.\n\n🔗 **Endpoint:** `POST /api/v3/horary/fertility-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "fertility-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Will I get pregnant this year?\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 1,\n    \"day\": 15,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"second\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "26b35543-8a57-4cb2-acdf-ec0991ab7504",
              "name": "Using Placidus Houses",
              "request": {
                "name": "Using Placidus Houses",
                "description": {
                  "content": "🎯 **Analyze Fertility Question**\n\n📋 **Endpoint Description:**\n🤰 **Fertility & Pregnancy Analysis** - Specialized horary analysis for conception questions\n\n**Perfect for:**\n- 🎯 Natural conception potential assessment\n- 🧬 IVF/ART treatment success indicators\n- ⏰ Conception timing predictions\n- 📚 Traditional horary fertility techniques\n- 💉 Medical astrology applications\n\n**What you get:**\n- **Fertility Score** - Overall indication (0-100) based on traditional factors\n- **Sign Fertility Analysis** - Fruitful/barren classification for Moon, 5th house, Jupiter, Ascendant\n- **Arabic Parts** - Part of Children (ASC + Saturn - Jupiter), Part of Pregnancy (ASC + L5 - Moon)\n- **5th House Analysis** - Detailed examination of the pregnancy/children house and its ruler\n- **Timing Windows** - Favorable conception periods based on applying aspects (if include_timing=True)\n  - ⚠️ **Note**: May be empty if Moon is Void of Course (VOC) - when Moon makes no more aspects before leaving its sign, traditional horary cannot reliably predict timing\n- **Radicality Check** - Chart fitness for judgment\n- **Comprehensive Interpretation** - Plain language analysis and recommendations\n\n**Traditional Method:**\nBased on William Lilly's \"Christian Astrology\" and classical horary techniques:\n- **Moon** (35% weight) - Primary fertility significator\n- **5th House** (25% weight) - House of children and procreation\n- **5th House Ruler** (20% weight) - Condition shows potential\n- **Jupiter** (15% weight) - Natural significator of growth/expansion\n- **Ascendant** (5% weight) - Querent's overall condition\n\n**Sign Fertility Classifications:**\n- **Fruitful Signs** (Cancer, Scorpio, Pisces) - Water signs, highly supportive\n- **Semi-fruitful Signs** (Taurus, Sagittarius) - Moderately supportive\n- **Barren Signs** (Aries, Gemini, Leo, Virgo, Libra, Capricorn, Aquarius) - Less favorable\n\n**Scoring Guide:**\n- **70-100**: Favorable - Strong fertility indicators\n- **55-69**: Mixed - Some positive, some challenging factors\n- **40-54**: Mixed - Balanced factors\n- **0-39**: Challenging - Significant obstacles or delays\n\n**Customer Priority Feature**: This endpoint provides specialized fertility analysis\ncombining traditional horary techniques with modern astrological practice.\n\n**Response time:** ~200ms | **Content:** Complete fertility analysis with timing and interpretation\n\n✨ **Example Description:**\nIVF question with Placidus house system. Some practitioners prefer Placidus for fertility questions due to its time-based calculation.\n\n🔗 **Endpoint:** `POST /api/v3/horary/fertility-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "fertility-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Will the IVF treatment be successful?\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 2,\n    \"day\": 20,\n    \"hour\": 10,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"New York\",\n    \"country_code\": \"US\"\n  },\n  \"chart_options\": {\n    \"house_system\": \"P\"\n  },\n  \"include_timing\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b44bdd3f-87af-4de5-b34a-2e772a039051",
              "name": "Extended 90° Lookahead",
              "request": {
                "name": "Extended 90° Lookahead",
                "description": {
                  "content": "🎯 **Analyze Fertility Question**\n\n📋 **Endpoint Description:**\n🤰 **Fertility & Pregnancy Analysis** - Specialized horary analysis for conception questions\n\n**Perfect for:**\n- 🎯 Natural conception potential assessment\n- 🧬 IVF/ART treatment success indicators\n- ⏰ Conception timing predictions\n- 📚 Traditional horary fertility techniques\n- 💉 Medical astrology applications\n\n**What you get:**\n- **Fertility Score** - Overall indication (0-100) based on traditional factors\n- **Sign Fertility Analysis** - Fruitful/barren classification for Moon, 5th house, Jupiter, Ascendant\n- **Arabic Parts** - Part of Children (ASC + Saturn - Jupiter), Part of Pregnancy (ASC + L5 - Moon)\n- **5th House Analysis** - Detailed examination of the pregnancy/children house and its ruler\n- **Timing Windows** - Favorable conception periods based on applying aspects (if include_timing=True)\n  - ⚠️ **Note**: May be empty if Moon is Void of Course (VOC) - when Moon makes no more aspects before leaving its sign, traditional horary cannot reliably predict timing\n- **Radicality Check** - Chart fitness for judgment\n- **Comprehensive Interpretation** - Plain language analysis and recommendations\n\n**Traditional Method:**\nBased on William Lilly's \"Christian Astrology\" and classical horary techniques:\n- **Moon** (35% weight) - Primary fertility significator\n- **5th House** (25% weight) - House of children and procreation\n- **5th House Ruler** (20% weight) - Condition shows potential\n- **Jupiter** (15% weight) - Natural significator of growth/expansion\n- **Ascendant** (5% weight) - Querent's overall condition\n\n**Sign Fertility Classifications:**\n- **Fruitful Signs** (Cancer, Scorpio, Pisces) - Water signs, highly supportive\n- **Semi-fruitful Signs** (Taurus, Sagittarius) - Moderately supportive\n- **Barren Signs** (Aries, Gemini, Leo, Virgo, Libra, Capricorn, Aquarius) - Less favorable\n\n**Scoring Guide:**\n- **70-100**: Favorable - Strong fertility indicators\n- **55-69**: Mixed - Some positive, some challenging factors\n- **40-54**: Mixed - Balanced factors\n- **0-39**: Challenging - Significant obstacles or delays\n\n**Customer Priority Feature**: This endpoint provides specialized fertility analysis\ncombining traditional horary techniques with modern astrological practice.\n\n**Response time:** ~200ms | **Content:** Complete fertility analysis with timing and interpretation\n\n✨ **Example Description:**\nConception timing with extended lookahead (90°) for comprehensive lunar sequence. Shows more future aspects for detailed event timeline.\n\n🔗 **Endpoint:** `POST /api/v3/horary/fertility-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "fertility-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"When will I be able to conceive?\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 3,\n    \"day\": 10,\n    \"hour\": 16,\n    \"minute\": 15,\n    \"second\": 0,\n    \"latitude\": 40.7128,\n    \"longitude\": -74.006\n  },\n  \"max_lookahead_degrees\": 90.0,\n  \"include_timing\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "8fadcd88-501a-4cc1-8dee-4972819e1f20",
              "name": "Traditional Sign-Boundary Only",
              "request": {
                "name": "Traditional Sign-Boundary Only",
                "description": {
                  "content": "🎯 **Analyze Fertility Question**\n\n📋 **Endpoint Description:**\n🤰 **Fertility & Pregnancy Analysis** - Specialized horary analysis for conception questions\n\n**Perfect for:**\n- 🎯 Natural conception potential assessment\n- 🧬 IVF/ART treatment success indicators\n- ⏰ Conception timing predictions\n- 📚 Traditional horary fertility techniques\n- 💉 Medical astrology applications\n\n**What you get:**\n- **Fertility Score** - Overall indication (0-100) based on traditional factors\n- **Sign Fertility Analysis** - Fruitful/barren classification for Moon, 5th house, Jupiter, Ascendant\n- **Arabic Parts** - Part of Children (ASC + Saturn - Jupiter), Part of Pregnancy (ASC + L5 - Moon)\n- **5th House Analysis** - Detailed examination of the pregnancy/children house and its ruler\n- **Timing Windows** - Favorable conception periods based on applying aspects (if include_timing=True)\n  - ⚠️ **Note**: May be empty if Moon is Void of Course (VOC) - when Moon makes no more aspects before leaving its sign, traditional horary cannot reliably predict timing\n- **Radicality Check** - Chart fitness for judgment\n- **Comprehensive Interpretation** - Plain language analysis and recommendations\n\n**Traditional Method:**\nBased on William Lilly's \"Christian Astrology\" and classical horary techniques:\n- **Moon** (35% weight) - Primary fertility significator\n- **5th House** (25% weight) - House of children and procreation\n- **5th House Ruler** (20% weight) - Condition shows potential\n- **Jupiter** (15% weight) - Natural significator of growth/expansion\n- **Ascendant** (5% weight) - Querent's overall condition\n\n**Sign Fertility Classifications:**\n- **Fruitful Signs** (Cancer, Scorpio, Pisces) - Water signs, highly supportive\n- **Semi-fruitful Signs** (Taurus, Sagittarius) - Moderately supportive\n- **Barren Signs** (Aries, Gemini, Leo, Virgo, Libra, Capricorn, Aquarius) - Less favorable\n\n**Scoring Guide:**\n- **70-100**: Favorable - Strong fertility indicators\n- **55-69**: Mixed - Some positive, some challenging factors\n- **40-54**: Mixed - Balanced factors\n- **0-39**: Challenging - Significant obstacles or delays\n\n**Customer Priority Feature**: This endpoint provides specialized fertility analysis\ncombining traditional horary techniques with modern astrological practice.\n\n**Response time:** ~200ms | **Content:** Complete fertility analysis with timing and interpretation\n\n✨ **Example Description:**\nFertility analysis with classical approach: Moon aspects until sign change only. Set extended_lunar_sequence=False for William Lilly's original method.\n\n🔗 **Endpoint:** `POST /api/v3/horary/fertility-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "fertility-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Can I conceive naturally?\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 4,\n    \"day\": 5,\n    \"hour\": 11,\n    \"minute\": 30,\n    \"second\": 0,\n    \"city\": \"Paris\",\n    \"country_code\": \"FR\"\n  },\n  \"extended_lunar_sequence\": false,\n  \"include_timing\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9f068997-6630-4647-8664-630f1e20f377",
              "name": "Full Options (Russian)",
              "request": {
                "name": "Full Options (Russian)",
                "description": {
                  "content": "🎯 **Analyze Fertility Question**\n\n📋 **Endpoint Description:**\n🤰 **Fertility & Pregnancy Analysis** - Specialized horary analysis for conception questions\n\n**Perfect for:**\n- 🎯 Natural conception potential assessment\n- 🧬 IVF/ART treatment success indicators\n- ⏰ Conception timing predictions\n- 📚 Traditional horary fertility techniques\n- 💉 Medical astrology applications\n\n**What you get:**\n- **Fertility Score** - Overall indication (0-100) based on traditional factors\n- **Sign Fertility Analysis** - Fruitful/barren classification for Moon, 5th house, Jupiter, Ascendant\n- **Arabic Parts** - Part of Children (ASC + Saturn - Jupiter), Part of Pregnancy (ASC + L5 - Moon)\n- **5th House Analysis** - Detailed examination of the pregnancy/children house and its ruler\n- **Timing Windows** - Favorable conception periods based on applying aspects (if include_timing=True)\n  - ⚠️ **Note**: May be empty if Moon is Void of Course (VOC) - when Moon makes no more aspects before leaving its sign, traditional horary cannot reliably predict timing\n- **Radicality Check** - Chart fitness for judgment\n- **Comprehensive Interpretation** - Plain language analysis and recommendations\n\n**Traditional Method:**\nBased on William Lilly's \"Christian Astrology\" and classical horary techniques:\n- **Moon** (35% weight) - Primary fertility significator\n- **5th House** (25% weight) - House of children and procreation\n- **5th House Ruler** (20% weight) - Condition shows potential\n- **Jupiter** (15% weight) - Natural significator of growth/expansion\n- **Ascendant** (5% weight) - Querent's overall condition\n\n**Sign Fertility Classifications:**\n- **Fruitful Signs** (Cancer, Scorpio, Pisces) - Water signs, highly supportive\n- **Semi-fruitful Signs** (Taurus, Sagittarius) - Moderately supportive\n- **Barren Signs** (Aries, Gemini, Leo, Virgo, Libra, Capricorn, Aquarius) - Less favorable\n\n**Scoring Guide:**\n- **70-100**: Favorable - Strong fertility indicators\n- **55-69**: Mixed - Some positive, some challenging factors\n- **40-54**: Mixed - Balanced factors\n- **0-39**: Challenging - Significant obstacles or delays\n\n**Customer Priority Feature**: This endpoint provides specialized fertility analysis\ncombining traditional horary techniques with modern astrological practice.\n\n**Response time:** ~200ms | **Content:** Complete fertility analysis with timing and interpretation\n\n✨ **Example Description:**\nComplete example with all options: Placidus houses, 60° lookahead, Russian language. Maximum configurability demonstration.\n\n🔗 **Endpoint:** `POST /api/v3/horary/fertility-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "fertility-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"\\u0417\\u0430\\u0431\\u0435\\u0440\\u0435\\u043c\\u0435\\u043d\\u0435\\u044e \\u043b\\u0438 \\u044f \\u0432 \\u044d\\u0442\\u043e\\u043c \\u0433\\u043e\\u0434\\u0443?\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 5,\n    \"day\": 12,\n    \"hour\": 14,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Moscow\",\n    \"country_code\": \"RU\"\n  },\n  \"chart_options\": {\n    \"house_system\": \"P\"\n  },\n  \"max_lookahead_degrees\": 60.0,\n  \"extended_lunar_sequence\": true,\n  \"include_timing\": true,\n  \"options\": {\n    \"language\": \"ru\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "91d432c5-1605-40b1-ac32-4e4e6083f207",
              "name": "VOC Moon - Timing Blocked",
              "request": {
                "name": "VOC Moon - Timing Blocked",
                "description": {
                  "content": "🎯 **Analyze Fertility Question**\n\n📋 **Endpoint Description:**\n🤰 **Fertility & Pregnancy Analysis** - Specialized horary analysis for conception questions\n\n**Perfect for:**\n- 🎯 Natural conception potential assessment\n- 🧬 IVF/ART treatment success indicators\n- ⏰ Conception timing predictions\n- 📚 Traditional horary fertility techniques\n- 💉 Medical astrology applications\n\n**What you get:**\n- **Fertility Score** - Overall indication (0-100) based on traditional factors\n- **Sign Fertility Analysis** - Fruitful/barren classification for Moon, 5th house, Jupiter, Ascendant\n- **Arabic Parts** - Part of Children (ASC + Saturn - Jupiter), Part of Pregnancy (ASC + L5 - Moon)\n- **5th House Analysis** - Detailed examination of the pregnancy/children house and its ruler\n- **Timing Windows** - Favorable conception periods based on applying aspects (if include_timing=True)\n  - ⚠️ **Note**: May be empty if Moon is Void of Course (VOC) - when Moon makes no more aspects before leaving its sign, traditional horary cannot reliably predict timing\n- **Radicality Check** - Chart fitness for judgment\n- **Comprehensive Interpretation** - Plain language analysis and recommendations\n\n**Traditional Method:**\nBased on William Lilly's \"Christian Astrology\" and classical horary techniques:\n- **Moon** (35% weight) - Primary fertility significator\n- **5th House** (25% weight) - House of children and procreation\n- **5th House Ruler** (20% weight) - Condition shows potential\n- **Jupiter** (15% weight) - Natural significator of growth/expansion\n- **Ascendant** (5% weight) - Querent's overall condition\n\n**Sign Fertility Classifications:**\n- **Fruitful Signs** (Cancer, Scorpio, Pisces) - Water signs, highly supportive\n- **Semi-fruitful Signs** (Taurus, Sagittarius) - Moderately supportive\n- **Barren Signs** (Aries, Gemini, Leo, Virgo, Libra, Capricorn, Aquarius) - Less favorable\n\n**Scoring Guide:**\n- **70-100**: Favorable - Strong fertility indicators\n- **55-69**: Mixed - Some positive, some challenging factors\n- **40-54**: Mixed - Balanced factors\n- **0-39**: Challenging - Significant obstacles or delays\n\n**Customer Priority Feature**: This endpoint provides specialized fertility analysis\ncombining traditional horary techniques with modern astrological practice.\n\n**Response time:** ~200ms | **Content:** Complete fertility analysis with timing and interpretation\n\n✨ **Example Description:**\nExample showing Void of Course Moon handling. When Moon makes no more aspects before leaving sign, timing_windows will be empty per traditional horary rules.\n\n🔗 **Endpoint:** `POST /api/v3/horary/fertility-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "fertility-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"When will I conceive?\",\n  \"question_time\": {\n    \"year\": 2025,\n    \"month\": 10,\n    \"day\": 11,\n    \"hour\": 7,\n    \"minute\": 43,\n    \"second\": 0,\n    \"city\": \"Kazan\",\n    \"country_code\": \"RU\"\n  },\n  \"include_timing\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Horary Aspects",
          "description": "All available examples for Get Horary Aspects endpoint. 🔮 **Horary Planetary Aspects** - All applying aspects with degrees to perfection\n\n**Perfect for:**\n- 📅 Event timing in horary questions\n- 🔄 Understanding the sequence of future events\n- ⚡ Finding the soonest perfecting aspects\n- 📊 Complete planetary interaction analysis\n\n**What you get:**\n- **Applying Aspects** - All aspects moving toward perfection\n- **Degrees to Perfection** - Exact degrees until aspect is exact\n- **Perfection Sign** - Where the aspect will perfect\n- **Retrograde Status** - Whether planets are retrograde\n\n**Traditional 7 Planets:**\nSun, Moon, Mercury, Venus, Mars, Jupiter, Saturn\n\n**Aspect Types:**\nConjunction (0°), Sextile (60°), Square (90°), Trine (120°), Opposition (180°)\n\n**Response time:** ~50ms | **Content:** 10-22 aspects (default 45° lookahead)",
          "item": [
            {
              "id": "71ac80cd-557b-41de-8d5b-aa8850a655e9",
              "name": "Pregnancy Question Aspects",
              "request": {
                "name": "Pregnancy Question Aspects",
                "description": {
                  "content": "🎯 **Get Horary Aspects**\n\n📋 **Endpoint Description:**\n🔮 **Horary Planetary Aspects** - All applying aspects with degrees to perfection\n\n**Perfect for:**\n- 📅 Event timing in horary questions\n- 🔄 Understanding the sequence of future events\n- ⚡ Finding the soonest perfecting aspects\n- 📊 Complete planetary interaction analysis\n\n**What you get:**\n- **Applying Aspects** - All aspects moving toward perfection\n- **Degrees to Perfection** - Exact degrees until aspect is exact\n- **Perfection Sign** - Where the aspect will perfect\n- **Retrograde Status** - Whether planets are retrograde\n\n**Traditional 7 Planets:**\nSun, Moon, Mercury, Venus, Mars, Jupiter, Saturn\n\n**Aspect Types:**\nConjunction (0°), Sextile (60°), Square (90°), Trine (120°), Opposition (180°)\n\n**Response time:** ~50ms | **Content:** 10-22 aspects (default 45° lookahead)\n\n✨ **Example Description:**\nGet all applying aspects for a pregnancy horary chart\n\n🔗 **Endpoint:** `POST /api/v3/horary/aspects`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "aspects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 1,\n    \"day\": 15,\n    \"hour\": 7,\n    \"minute\": 49,\n    \"second\": 0,\n    \"city\": \"Moscow\",\n    \"country_code\": \"RU\"\n  },\n  \"max_lookahead_degrees\": 45.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "76a8ab97-6133-41fa-9c15-c7cf4a9b5657",
              "name": "Extended 90° Lookahead",
              "request": {
                "name": "Extended 90° Lookahead",
                "description": {
                  "content": "🎯 **Get Horary Aspects**\n\n📋 **Endpoint Description:**\n🔮 **Horary Planetary Aspects** - All applying aspects with degrees to perfection\n\n**Perfect for:**\n- 📅 Event timing in horary questions\n- 🔄 Understanding the sequence of future events\n- ⚡ Finding the soonest perfecting aspects\n- 📊 Complete planetary interaction analysis\n\n**What you get:**\n- **Applying Aspects** - All aspects moving toward perfection\n- **Degrees to Perfection** - Exact degrees until aspect is exact\n- **Perfection Sign** - Where the aspect will perfect\n- **Retrograde Status** - Whether planets are retrograde\n\n**Traditional 7 Planets:**\nSun, Moon, Mercury, Venus, Mars, Jupiter, Saturn\n\n**Aspect Types:**\nConjunction (0°), Sextile (60°), Square (90°), Trine (120°), Opposition (180°)\n\n**Response time:** ~50ms | **Content:** 10-22 aspects (default 45° lookahead)\n\n✨ **Example Description:**\nGet more aspects with extended lookahead\n\n🔗 **Endpoint:** `POST /api/v3/horary/aspects`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "aspects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 1,\n    \"day\": 16,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"second\": 0,\n    \"latitude\": 55.7558,\n    \"longitude\": 37.6173\n  },\n  \"max_lookahead_degrees\": 90.0,\n  \"include_separating\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Horary Question",
          "description": "All available examples for Analyze Horary Question endpoint. 🔮 **Complete Horary Analysis with Judgment**\n\nReturns full horary analysis including radicality check, significator identification,\naspect perfection analysis, reception, and final judgment (yes/no/unclear).\n\n**Traditional Terminology:**\n- **category** = \"Matter\" (lat. *materia*) — the subject matter of the question\n- **subcategory** = \"Question\" (lat. *quaestio*) — the specific question being asked\n\n**Perfect for:**\n- 🎯 Yes/no question divination\n- 📊 Traditional horary astrology practice\n- 🔍 Detailed analysis with reasoning\n- ⏱️ Optional timing predictions\n- 📚 Learning traditional techniques\n\n**What you get:**\n- **Radicality Check** - Chart fitness for judgment (8 traditional considerations)\n- **Significator Identification** - Querent, quesited, and additional planets\n- **Aspect Perfection** - Applying vs separating aspects between significators\n- **Lunar Analysis** - Moon's aspects as co-significator with degrees_to_perfection\n- **Secondary Perfection** - Translation, Collection of Light, Prohibition, Frustration\n- **Reception Analysis** - Mutual reception and dispositorship\n- **Final Judgment** - Yes/No/Unclear with confidence score and detailed reasoning\n- **Timing Predictions** - Optional timing estimates based on perfecting aspects\n\n**Note:** For comprehensive planetary aspects (all 21 planet pairs), use `/api/v3/data/aspects`\nwith the same chart time. This endpoint focuses on traditional horary testimonies.\n\n**Question Categories (required):**\nSee `GET /api/v3/horary/glossary/categories` for complete list with subcategories.\n\nMain categories: pregnancy, fertility, love, marriage, career, job, money, health, missing_item, travel, general\n\n**Traditional Methods:**\n- William Lilly's \"Christian Astrology\" principles\n- Aspect perfection as primary testimony\n- Reception strengthens weak aspects\n- Translation and collection of light\n- Prohibition and frustration checks\n\n**Response time:** ~500-800ms | **Content:** Comprehensive analysis with judgment and reasoning",
          "item": [
            {
              "id": "b373d4fa-5313-4323-9069-4f5bfea2a7c3",
              "name": "Basic Career Question",
              "request": {
                "name": "Basic Career Question",
                "description": {
                  "content": "🎯 **Analyze Horary Question**\n\n📋 **Endpoint Description:**\n🔮 **Complete Horary Analysis with Judgment**\n\nReturns full horary analysis including radicality check, significator identification,\naspect perfection analysis, reception, and final judgment (yes/no/unclear).\n\n**Traditional Terminology:**\n- **category** = \"Matter\" (lat. *materia*) — the subject matter of the question\n- **subcategory** = \"Question\" (lat. *quaestio*) — the specific question being asked\n\n**Perfect for:**\n- 🎯 Yes/no question divination\n- 📊 Traditional horary astrology practice\n- 🔍 Detailed analysis with reasoning\n- ⏱️ Optional timing predictions\n- 📚 Learning traditional techniques\n\n**What you get:**\n- **Radicality Check** - Chart fitness for judgment (8 traditional considerations)\n- **Significator Identification** - Querent, quesited, and additional planets\n- **Aspect Perfection** - Applying vs separating aspects between significators\n- **Lunar Analysis** - Moon's aspects as co-significator with degrees_to_perfection\n- **Secondary Perfection** - Translation, Collection of Light, Prohibition, Frustration\n- **Reception Analysis** - Mutual reception and dispositorship\n- **Final Judgment** - Yes/No/Unclear with confidence score and detailed reasoning\n- **Timing Predictions** - Optional timing estimates based on perfecting aspects\n\n**Note:** For comprehensive planetary aspects (all 21 planet pairs), use `/api/v3/data/aspects`\nwith the same chart time. This endpoint focuses on traditional horary testimonies.\n\n**Question Categories (required):**\nSee `GET /api/v3/horary/glossary/categories` for complete list with subcategories.\n\nMain categories: pregnancy, fertility, love, marriage, career, job, money, health, missing_item, travel, general\n\n**Traditional Methods:**\n- William Lilly's \"Christian Astrology\" principles\n- Aspect perfection as primary testimony\n- Reception strengthens weak aspects\n- Translation and collection of light\n- Prohibition and frustration checks\n\n**Response time:** ~500-800ms | **Content:** Comprehensive analysis with judgment and reasoning\n\n✨ **Example Description:**\nMinimal request with required fields only. Uses defaults: Regiomontanus houses, 45° lookahead, extended lunar sequence enabled.\n\n🔗 **Endpoint:** `POST /api/v3/horary/analyze`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "analyze"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Will I get the job I interviewed for?\",\n  \"category\": \"career\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 1,\n    \"day\": 15,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"second\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f1867ff8-fd54-411a-ace2-8b0ba2f7a8e2",
              "name": "Using Placidus Houses",
              "request": {
                "name": "Using Placidus Houses",
                "description": {
                  "content": "🎯 **Analyze Horary Question**\n\n📋 **Endpoint Description:**\n🔮 **Complete Horary Analysis with Judgment**\n\nReturns full horary analysis including radicality check, significator identification,\naspect perfection analysis, reception, and final judgment (yes/no/unclear).\n\n**Traditional Terminology:**\n- **category** = \"Matter\" (lat. *materia*) — the subject matter of the question\n- **subcategory** = \"Question\" (lat. *quaestio*) — the specific question being asked\n\n**Perfect for:**\n- 🎯 Yes/no question divination\n- 📊 Traditional horary astrology practice\n- 🔍 Detailed analysis with reasoning\n- ⏱️ Optional timing predictions\n- 📚 Learning traditional techniques\n\n**What you get:**\n- **Radicality Check** - Chart fitness for judgment (8 traditional considerations)\n- **Significator Identification** - Querent, quesited, and additional planets\n- **Aspect Perfection** - Applying vs separating aspects between significators\n- **Lunar Analysis** - Moon's aspects as co-significator with degrees_to_perfection\n- **Secondary Perfection** - Translation, Collection of Light, Prohibition, Frustration\n- **Reception Analysis** - Mutual reception and dispositorship\n- **Final Judgment** - Yes/No/Unclear with confidence score and detailed reasoning\n- **Timing Predictions** - Optional timing estimates based on perfecting aspects\n\n**Note:** For comprehensive planetary aspects (all 21 planet pairs), use `/api/v3/data/aspects`\nwith the same chart time. This endpoint focuses on traditional horary testimonies.\n\n**Question Categories (required):**\nSee `GET /api/v3/horary/glossary/categories` for complete list with subcategories.\n\nMain categories: pregnancy, fertility, love, marriage, career, job, money, health, missing_item, travel, general\n\n**Traditional Methods:**\n- William Lilly's \"Christian Astrology\" principles\n- Aspect perfection as primary testimony\n- Reception strengthens weak aspects\n- Translation and collection of light\n- Prohibition and frustration checks\n\n**Response time:** ~500-800ms | **Content:** Comprehensive analysis with judgment and reasoning\n\n✨ **Example Description:**\nCareer question with Placidus house system instead of default Regiomontanus. Some modern horary astrologers prefer Placidus.\n\n🔗 **Endpoint:** `POST /api/v3/horary/analyze`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "analyze"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Should I accept the job offer from Company X?\",\n  \"category\": \"career\",\n  \"subcategory\": \"get_position\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 2,\n    \"day\": 10,\n    \"hour\": 9,\n    \"minute\": 15,\n    \"second\": 0,\n    \"city\": \"New York\",\n    \"country_code\": \"US\"\n  },\n  \"chart_options\": {\n    \"house_system\": \"P\"\n  },\n  \"include_timing\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7bbc5d22-deca-4660-b18d-4ee6e3196816",
              "name": "Extended 90° Lookahead",
              "request": {
                "name": "Extended 90° Lookahead",
                "description": {
                  "content": "🎯 **Analyze Horary Question**\n\n📋 **Endpoint Description:**\n🔮 **Complete Horary Analysis with Judgment**\n\nReturns full horary analysis including radicality check, significator identification,\naspect perfection analysis, reception, and final judgment (yes/no/unclear).\n\n**Traditional Terminology:**\n- **category** = \"Matter\" (lat. *materia*) — the subject matter of the question\n- **subcategory** = \"Question\" (lat. *quaestio*) — the specific question being asked\n\n**Perfect for:**\n- 🎯 Yes/no question divination\n- 📊 Traditional horary astrology practice\n- 🔍 Detailed analysis with reasoning\n- ⏱️ Optional timing predictions\n- 📚 Learning traditional techniques\n\n**What you get:**\n- **Radicality Check** - Chart fitness for judgment (8 traditional considerations)\n- **Significator Identification** - Querent, quesited, and additional planets\n- **Aspect Perfection** - Applying vs separating aspects between significators\n- **Lunar Analysis** - Moon's aspects as co-significator with degrees_to_perfection\n- **Secondary Perfection** - Translation, Collection of Light, Prohibition, Frustration\n- **Reception Analysis** - Mutual reception and dispositorship\n- **Final Judgment** - Yes/No/Unclear with confidence score and detailed reasoning\n- **Timing Predictions** - Optional timing estimates based on perfecting aspects\n\n**Note:** For comprehensive planetary aspects (all 21 planet pairs), use `/api/v3/data/aspects`\nwith the same chart time. This endpoint focuses on traditional horary testimonies.\n\n**Question Categories (required):**\nSee `GET /api/v3/horary/glossary/categories` for complete list with subcategories.\n\nMain categories: pregnancy, fertility, love, marriage, career, job, money, health, missing_item, travel, general\n\n**Traditional Methods:**\n- William Lilly's \"Christian Astrology\" principles\n- Aspect perfection as primary testimony\n- Reception strengthens weak aspects\n- Translation and collection of light\n- Prohibition and frustration checks\n\n**Response time:** ~500-800ms | **Content:** Comprehensive analysis with judgment and reasoning\n\n✨ **Example Description:**\nMarriage question with extended lookahead (90°) for more aspects in lunar sequence. Useful when seeking comprehensive event timeline.\n\n🔗 **Endpoint:** `POST /api/v3/horary/analyze`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "analyze"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Will we get married this year?\",\n  \"category\": \"love\",\n  \"subcategory\": \"marriage\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 3,\n    \"day\": 1,\n    \"hour\": 15,\n    \"minute\": 30,\n    \"second\": 0,\n    \"city\": \"Milan\",\n    \"country_code\": \"IT\"\n  },\n  \"max_lookahead_degrees\": 90.0,\n  \"include_timing\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5c1f0860-b60c-4c43-887f-a6251df326bb",
              "name": "Traditional Sign-Boundary Only",
              "request": {
                "name": "Traditional Sign-Boundary Only",
                "description": {
                  "content": "🎯 **Analyze Horary Question**\n\n📋 **Endpoint Description:**\n🔮 **Complete Horary Analysis with Judgment**\n\nReturns full horary analysis including radicality check, significator identification,\naspect perfection analysis, reception, and final judgment (yes/no/unclear).\n\n**Traditional Terminology:**\n- **category** = \"Matter\" (lat. *materia*) — the subject matter of the question\n- **subcategory** = \"Question\" (lat. *quaestio*) — the specific question being asked\n\n**Perfect for:**\n- 🎯 Yes/no question divination\n- 📊 Traditional horary astrology practice\n- 🔍 Detailed analysis with reasoning\n- ⏱️ Optional timing predictions\n- 📚 Learning traditional techniques\n\n**What you get:**\n- **Radicality Check** - Chart fitness for judgment (8 traditional considerations)\n- **Significator Identification** - Querent, quesited, and additional planets\n- **Aspect Perfection** - Applying vs separating aspects between significators\n- **Lunar Analysis** - Moon's aspects as co-significator with degrees_to_perfection\n- **Secondary Perfection** - Translation, Collection of Light, Prohibition, Frustration\n- **Reception Analysis** - Mutual reception and dispositorship\n- **Final Judgment** - Yes/No/Unclear with confidence score and detailed reasoning\n- **Timing Predictions** - Optional timing estimates based on perfecting aspects\n\n**Note:** For comprehensive planetary aspects (all 21 planet pairs), use `/api/v3/data/aspects`\nwith the same chart time. This endpoint focuses on traditional horary testimonies.\n\n**Question Categories (required):**\nSee `GET /api/v3/horary/glossary/categories` for complete list with subcategories.\n\nMain categories: pregnancy, fertility, love, marriage, career, job, money, health, missing_item, travel, general\n\n**Traditional Methods:**\n- William Lilly's \"Christian Astrology\" principles\n- Aspect perfection as primary testimony\n- Reception strengthens weak aspects\n- Translation and collection of light\n- Prohibition and frustration checks\n\n**Response time:** ~500-800ms | **Content:** Comprehensive analysis with judgment and reasoning\n\n✨ **Example Description:**\nFidelity question with traditional lunar analysis (Moon aspects until sign change only). Set extended_lunar_sequence=False for classical approach.\n\n🔗 **Endpoint:** `POST /api/v3/horary/analyze`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "analyze"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Is my partner faithful to me?\",\n  \"category\": \"love\",\n  \"subcategory\": \"fidelity\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 2,\n    \"day\": 14,\n    \"hour\": 20,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Paris\",\n    \"country_code\": \"FR\"\n  },\n  \"extended_lunar_sequence\": false,\n  \"include_timing\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a506144a-f034-46bc-bfdc-5a9c75282ac1",
              "name": "Using Exact Coordinates",
              "request": {
                "name": "Using Exact Coordinates",
                "description": {
                  "content": "🎯 **Analyze Horary Question**\n\n📋 **Endpoint Description:**\n🔮 **Complete Horary Analysis with Judgment**\n\nReturns full horary analysis including radicality check, significator identification,\naspect perfection analysis, reception, and final judgment (yes/no/unclear).\n\n**Traditional Terminology:**\n- **category** = \"Matter\" (lat. *materia*) — the subject matter of the question\n- **subcategory** = \"Question\" (lat. *quaestio*) — the specific question being asked\n\n**Perfect for:**\n- 🎯 Yes/no question divination\n- 📊 Traditional horary astrology practice\n- 🔍 Detailed analysis with reasoning\n- ⏱️ Optional timing predictions\n- 📚 Learning traditional techniques\n\n**What you get:**\n- **Radicality Check** - Chart fitness for judgment (8 traditional considerations)\n- **Significator Identification** - Querent, quesited, and additional planets\n- **Aspect Perfection** - Applying vs separating aspects between significators\n- **Lunar Analysis** - Moon's aspects as co-significator with degrees_to_perfection\n- **Secondary Perfection** - Translation, Collection of Light, Prohibition, Frustration\n- **Reception Analysis** - Mutual reception and dispositorship\n- **Final Judgment** - Yes/No/Unclear with confidence score and detailed reasoning\n- **Timing Predictions** - Optional timing estimates based on perfecting aspects\n\n**Note:** For comprehensive planetary aspects (all 21 planet pairs), use `/api/v3/data/aspects`\nwith the same chart time. This endpoint focuses on traditional horary testimonies.\n\n**Question Categories (required):**\nSee `GET /api/v3/horary/glossary/categories` for complete list with subcategories.\n\nMain categories: pregnancy, fertility, love, marriage, career, job, money, health, missing_item, travel, general\n\n**Traditional Methods:**\n- William Lilly's \"Christian Astrology\" principles\n- Aspect perfection as primary testimony\n- Reception strengthens weak aspects\n- Translation and collection of light\n- Prohibition and frustration checks\n\n**Response time:** ~500-800ms | **Content:** Comprehensive analysis with judgment and reasoning\n\n✨ **Example Description:**\nLost item question using latitude/longitude instead of city name. Useful for precise location or when city name is ambiguous.\n\n🔗 **Endpoint:** `POST /api/v3/horary/analyze`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "analyze"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Where is my lost wallet?\",\n  \"category\": \"missing_item\",\n  \"subcategory\": \"will_find\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 3,\n    \"day\": 10,\n    \"hour\": 9,\n    \"minute\": 30,\n    \"second\": 0,\n    \"latitude\": 40.7128,\n    \"longitude\": -74.006\n  },\n  \"include_timing\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a2389107-751f-4106-bc61-97562a07e77f",
              "name": "Full Options (Russian)",
              "request": {
                "name": "Full Options (Russian)",
                "description": {
                  "content": "🎯 **Analyze Horary Question**\n\n📋 **Endpoint Description:**\n🔮 **Complete Horary Analysis with Judgment**\n\nReturns full horary analysis including radicality check, significator identification,\naspect perfection analysis, reception, and final judgment (yes/no/unclear).\n\n**Traditional Terminology:**\n- **category** = \"Matter\" (lat. *materia*) — the subject matter of the question\n- **subcategory** = \"Question\" (lat. *quaestio*) — the specific question being asked\n\n**Perfect for:**\n- 🎯 Yes/no question divination\n- 📊 Traditional horary astrology practice\n- 🔍 Detailed analysis with reasoning\n- ⏱️ Optional timing predictions\n- 📚 Learning traditional techniques\n\n**What you get:**\n- **Radicality Check** - Chart fitness for judgment (8 traditional considerations)\n- **Significator Identification** - Querent, quesited, and additional planets\n- **Aspect Perfection** - Applying vs separating aspects between significators\n- **Lunar Analysis** - Moon's aspects as co-significator with degrees_to_perfection\n- **Secondary Perfection** - Translation, Collection of Light, Prohibition, Frustration\n- **Reception Analysis** - Mutual reception and dispositorship\n- **Final Judgment** - Yes/No/Unclear with confidence score and detailed reasoning\n- **Timing Predictions** - Optional timing estimates based on perfecting aspects\n\n**Note:** For comprehensive planetary aspects (all 21 planet pairs), use `/api/v3/data/aspects`\nwith the same chart time. This endpoint focuses on traditional horary testimonies.\n\n**Question Categories (required):**\nSee `GET /api/v3/horary/glossary/categories` for complete list with subcategories.\n\nMain categories: pregnancy, fertility, love, marriage, career, job, money, health, missing_item, travel, general\n\n**Traditional Methods:**\n- William Lilly's \"Christian Astrology\" principles\n- Aspect perfection as primary testimony\n- Reception strengthens weak aspects\n- Translation and collection of light\n- Prohibition and frustration checks\n\n**Response time:** ~500-800ms | **Content:** Comprehensive analysis with judgment and reasoning\n\n✨ **Example Description:**\nComplete example with all options: Placidus houses, 60° lookahead, Russian language. Shows maximum configurability.\n\n🔗 **Endpoint:** `POST /api/v3/horary/analyze`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "analyze"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"\\u041f\\u043e\\u043b\\u0443\\u0447\\u0443 \\u043b\\u0438 \\u044f \\u044d\\u0442\\u0443 \\u0440\\u0430\\u0431\\u043e\\u0442\\u0443?\",\n  \"category\": \"career\",\n  \"subcategory\": \"get_position\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 4,\n    \"day\": 20,\n    \"hour\": 10,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Moscow\",\n    \"country_code\": \"RU\"\n  },\n  \"chart_options\": {\n    \"house_system\": \"P\"\n  },\n  \"max_lookahead_degrees\": 60.0,\n  \"extended_lunar_sequence\": true,\n  \"include_timing\": true,\n  \"options\": {\n    \"language\": \"ru\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Ask a horary question in plain language",
          "description": "All available examples for Ask a horary question in plain language endpoint. 🔮 **Ask a horary question in plain language**\n\nPass a natural-language question (max 500 chars). The API classifies it via\nAI into the appropriate category/subcategory, runs the full classical horary\njudgment, and returns the technical result plus a plain-language answer in\nthe question's language.\n\nAuto-detects language from the question; override via `options.language`.\n\n**Cost:** 10 credits per request (flat — covers two LLM calls: classify + summarize).",
          "item": [
            {
              "id": "e1968b37-81e8-41ea-859e-578bfc3a32e3",
              "name": "Plain English question",
              "request": {
                "name": "Plain English question",
                "description": {
                  "content": "🎯 **Ask a horary question in plain language**\n\n📋 **Endpoint Description:**\n🔮 **Ask a horary question in plain language**\n\nPass a natural-language question (max 500 chars). The API classifies it via\nAI into the appropriate category/subcategory, runs the full classical horary\njudgment, and returns the technical result plus a plain-language answer in\nthe question's language.\n\nAuto-detects language from the question; override via `options.language`.\n\n**Cost:** 10 credits per request (flat — covers two LLM calls: classify + summarize).\n\n🔗 **Endpoint:** `POST /api/v3/horary/ask`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "ask"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Will I get the job I interviewed for?\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 5,\n    \"day\": 17,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"second\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "0adb6915-bf9c-4c45-9ac1-afbc1859255b",
              "name": "Same flow, Russian input → Russian output",
              "request": {
                "name": "Same flow, Russian input → Russian output",
                "description": {
                  "content": "🎯 **Ask a horary question in plain language**\n\n📋 **Endpoint Description:**\n🔮 **Ask a horary question in plain language**\n\nPass a natural-language question (max 500 chars). The API classifies it via\nAI into the appropriate category/subcategory, runs the full classical horary\njudgment, and returns the technical result plus a plain-language answer in\nthe question's language.\n\nAuto-detects language from the question; override via `options.language`.\n\n**Cost:** 10 credits per request (flat — covers two LLM calls: classify + summarize).\n\n🔗 **Endpoint:** `POST /api/v3/horary/ask`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horary",
                    "ask"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"\\u041a\\u043e\\u0433\\u0434\\u0430 \\u044f \\u0432\\u044b\\u0439\\u0434\\u0443 \\u0437\\u0430\\u043c\\u0443\\u0436?\",\n  \"question_time\": {\n    \"year\": 2026,\n    \"month\": 5,\n    \"day\": 17,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"second\": 0,\n    \"city\": \"Moscow\",\n    \"country_code\": \"RU\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "⏰ Electional Astrology",
      "description": "",
      "item": [
        {
          "id": "c382b818-a9b2-4e41-91a5-0aeddb3b3ad0",
          "name": "List supported activities",
          "request": {
            "name": "List supported activities",
            "description": {
              "content": "⏰ **Electional Activities Glossary** — Controlled vocabulary for all 12 supported activities.\n\n**Perfect for:**\n- 🤖 LLM intent classification: map \"I want to sign my LLC papers\" → `activity: \"contracts\"`\n- 📱 UI dropdowns and activity selectors\n- 🔍 Synonym matching for search interfaces\n\n**What you get:**\n- **id** — machine-readable activity key to use in `/search` and `/evaluate`\n- **label** — human-readable English name\n- **synonyms** — list of alternative phrasings for NLP/intent matching\n- **description** — what this activity covers astrologically\n- **default_granularity** — default candidate step for this activity\n- **primary_significator** — astrological planet most relevant to this activity\n- **primary_house** — primary house of the matter\n- **required_extra_params** — any required additional parameters (e.g., `body_area` for surgery)\n\n**No internal scoring data leaked.** Weights, factors, and hard-stop rules\nare deliberately not exposed in V1 (kitchen protection).\n\n**Response time:** ~5ms (loaded from JSON) | **Cost:** 0 credits",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "electional",
                "glossary",
                "activities"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "d48c21df-f65d-4ea8-b254-ca0566becf2d",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "electional",
                    "glossary",
                    "activities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"activities\": [\n    {\n      \"id\": \"<string>\",\n      \"label\": \"<string>\",\n      \"synonyms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"description\": \"<string>\",\n      \"default_granularity\": \"<string>\",\n      \"primary_significator\": \"<string>\",\n      \"primary_house\": \"<integer>\",\n      \"required_extra_params\": [\n        {\n          \"id\": \"<string>\",\n          \"type\": \"<string>\",\n          \"required\": \"<boolean>\",\n          \"description\": \"<string>\",\n          \"values\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"id\": \"<string>\",\n          \"type\": \"<string>\",\n          \"required\": \"<boolean>\",\n          \"description\": \"<string>\",\n          \"values\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"label\": \"<string>\",\n      \"synonyms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"description\": \"<string>\",\n      \"default_granularity\": \"<string>\",\n      \"primary_significator\": \"<string>\",\n      \"primary_house\": \"<integer>\",\n      \"required_extra_params\": [\n        {\n          \"id\": \"<string>\",\n          \"type\": \"<string>\",\n          \"required\": \"<boolean>\",\n          \"description\": \"<string>\",\n          \"values\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"id\": \"<string>\",\n          \"type\": \"<string>\",\n          \"required\": \"<boolean>\",\n          \"description\": \"<string>\",\n          \"values\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ]\n    }\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f95200d7-1df5-4871-8dc7-681dcd02f352",
              "name": "Invalid parameters or missing required extra_params (body_area for surgery)",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "electional",
                    "glossary",
                    "activities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7aaa0369-fb82-4a0a-a295-0ec84f3e2000",
              "name": "Validation error — check field formats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "electional",
                    "glossary",
                    "activities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Evaluate a single moment",
          "description": "All available examples for Evaluate a single moment endpoint. ⏰ **Evaluate Electional Moment** — Score a single moment for the given activity.\n\n**Perfect for:**\n- 🎯 Real-time \"how good is this exact time?\" feedback in booking UIs\n- 🤖 AI agent tools that need to evaluate a proposed time slot\n- 🔍 Quick sanity-check before committing to a date\n\n**What you get:**\n- **score** (0–100) and **grade** (excellent/good/fair/caution/poor)\n- **hard_stop_triggered** + reasons — tells you if a traditional contraindication fires\n- **factors** — full receipt: per-factor observation + contribution + 1-line rationale\n- **cautions** — soft warnings (don't exclude, but flag)\n- **rationale** — 1–3 sentence localized narrative\n- **personal_advisories** — Rule #3: major personal transits (informational, score-neutral)\n\n**Surgery requires `extra_params.body_area`** (Hippocratic Moon-in-sign safety rule).\nMissing it returns HTTP 400 (`MISSING_REQUIRED_EXTRA_PARAM`).\n\n**Languages:** V1 supports English (`en`) only.\n\n**Response time:** ~150ms | **Cost:** 1 credit",
          "item": [
            {
              "id": "e3ba343a-fc75-4bce-bed1-46b2cd08b3af",
              "name": "Wedding moment — June 14, 2026, New York",
              "request": {
                "name": "Wedding moment — June 14, 2026, New York",
                "description": {
                  "content": "🎯 **Evaluate a single moment**\n\n📋 **Endpoint Description:**\n⏰ **Evaluate Electional Moment** — Score a single moment for the given activity.\n\n**Perfect for:**\n- 🎯 Real-time \"how good is this exact time?\" feedback in booking UIs\n- 🤖 AI agent tools that need to evaluate a proposed time slot\n- 🔍 Quick sanity-check before committing to a date\n\n**What you get:**\n- **score** (0–100) and **grade** (excellent/good/fair/caution/poor)\n- **hard_stop_triggered** + reasons — tells you if a traditional contraindication fires\n- **factors** — full receipt: per-factor observation + contribution + 1-line rationale\n- **cautions** — soft warnings (don't exclude, but flag)\n- **rationale** — 1–3 sentence localized narrative\n- **personal_advisories** — Rule #3: major personal transits (informational, score-neutral)\n\n**Surgery requires `extra_params.body_area`** (Hippocratic Moon-in-sign safety rule).\nMissing it returns HTTP 400 (`MISSING_REQUIRED_EXTRA_PARAM`).\n\n**Languages:** V1 supports English (`en`) only.\n\n**Response time:** ~150ms | **Cost:** 1 credit\n\n✨ **Example Description:**\nEvaluate a specific moment for a wedding ceremony. Returns score, grade, factor breakdown, and any cautions.\n\n🔗 **Endpoint:** `POST /api/v3/electional/evaluate`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "electional",
                    "evaluate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"activity\": \"wedding\",\n  \"moment\": {\n    \"year\": 2026,\n    \"month\": 6,\n    \"day\": 14,\n    \"hour\": 10,\n    \"minute\": 15,\n    \"city\": \"New York\",\n    \"country_code\": \"US\"\n  },\n  \"house_system\": \"P\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a40e6a13-413b-4dd1-bc25-bb5ca46e823c",
              "name": "Surgery with natal chart — knee surgery, London",
              "request": {
                "name": "Surgery with natal chart — knee surgery, London",
                "description": {
                  "content": "🎯 **Evaluate a single moment**\n\n📋 **Endpoint Description:**\n⏰ **Evaluate Electional Moment** — Score a single moment for the given activity.\n\n**Perfect for:**\n- 🎯 Real-time \"how good is this exact time?\" feedback in booking UIs\n- 🤖 AI agent tools that need to evaluate a proposed time slot\n- 🔍 Quick sanity-check before committing to a date\n\n**What you get:**\n- **score** (0–100) and **grade** (excellent/good/fair/caution/poor)\n- **hard_stop_triggered** + reasons — tells you if a traditional contraindication fires\n- **factors** — full receipt: per-factor observation + contribution + 1-line rationale\n- **cautions** — soft warnings (don't exclude, but flag)\n- **rationale** — 1–3 sentence localized narrative\n- **personal_advisories** — Rule #3: major personal transits (informational, score-neutral)\n\n**Surgery requires `extra_params.body_area`** (Hippocratic Moon-in-sign safety rule).\nMissing it returns HTTP 400 (`MISSING_REQUIRED_EXTRA_PARAM`).\n\n**Languages:** V1 supports English (`en`) only.\n\n**Response time:** ~150ms | **Cost:** 1 credit\n\n✨ **Example Description:**\nEvaluate a surgical moment with natal chart for personal advisory detection. body_area is required for surgery elections.\n\n🔗 **Endpoint:** `POST /api/v3/electional/evaluate`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "electional",
                    "evaluate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"activity\": \"surgery\",\n  \"moment\": {\n    \"year\": 2026,\n    \"month\": 7,\n    \"day\": 8,\n    \"hour\": 9,\n    \"minute\": 30,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"extra_params\": {\n    \"body_area\": \"knees\"\n  },\n  \"natal_chart\": {\n    \"name\": \"Patient\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"house_system\": \"P\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "20b5052d-a7c6-43ef-85f4-74877ebaefda",
              "name": "Emergency surgery — hard stops bypassed",
              "request": {
                "name": "Emergency surgery — hard stops bypassed",
                "description": {
                  "content": "🎯 **Evaluate a single moment**\n\n📋 **Endpoint Description:**\n⏰ **Evaluate Electional Moment** — Score a single moment for the given activity.\n\n**Perfect for:**\n- 🎯 Real-time \"how good is this exact time?\" feedback in booking UIs\n- 🤖 AI agent tools that need to evaluate a proposed time slot\n- 🔍 Quick sanity-check before committing to a date\n\n**What you get:**\n- **score** (0–100) and **grade** (excellent/good/fair/caution/poor)\n- **hard_stop_triggered** + reasons — tells you if a traditional contraindication fires\n- **factors** — full receipt: per-factor observation + contribution + 1-line rationale\n- **cautions** — soft warnings (don't exclude, but flag)\n- **rationale** — 1–3 sentence localized narrative\n- **personal_advisories** — Rule #3: major personal transits (informational, score-neutral)\n\n**Surgery requires `extra_params.body_area`** (Hippocratic Moon-in-sign safety rule).\nMissing it returns HTTP 400 (`MISSING_REQUIRED_EXTRA_PARAM`).\n\n**Languages:** V1 supports English (`en`) only.\n\n**Response time:** ~150ms | **Cost:** 1 credit\n\n✨ **Example Description:**\nWhen timing cannot wait, emergency_mode=true bypasses hard stops and returns the best available window with a specific advisory listing each violated rule.\n\n🔗 **Endpoint:** `POST /api/v3/electional/evaluate`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "electional",
                    "evaluate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"activity\": \"surgery\",\n  \"moment\": {\n    \"year\": 2026,\n    \"month\": 8,\n    \"day\": 17,\n    \"hour\": 9,\n    \"minute\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"extra_params\": {\n    \"body_area\": \"knees\"\n  },\n  \"emergency_mode\": true,\n  \"house_system\": \"P\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Search best electional windows",
          "description": "All available examples for Search best electional windows endpoint. ⏰ **Find Best Electional Windows** — The flagship endpoint.\n\nSearches a date range for the highest-scoring astrological windows for the\ngiven activity. Uses a two-pass algorithm (1-day heatmap → minute-level\nprecision on top days) to evaluate up to 26,000 candidate moments within\na 2-second p95 budget.\n\n**Perfect for:**\n- 🗓️ Astrology apps offering \"best date for X\" features\n- 💍 Wedding planning tools with calendar integration\n- 🏥 Medical scheduling assistants (requires `extra_params.body_area` for surgery)\n- 🤖 AI agents using MCP tool `find_best_time(activity, date_from, date_to, location)`\n- 📊 Business platforms optimizing launch or contract timing\n\n**What you get:**\n- **heatmap** — day-by-day calendar grid with score, grade, and viable window count\n- **top_windows** — ranked windows with score, grade, full factor receipts, rationale text\n- **excluded_ranges** — retrograde periods, eclipse windows, and other hard stops\n- **summary** — statistics + `no_viable_windows` flag + `quality_advisory` when needed\n- **personal_advisories** (when `natal_chart` provided) — Rule #3 informational notices\n\n**Activity-specific requirements:**\n- `surgery` → **`extra_params.body_area` is required** (HTTP 400 if missing)\n- `travel` → `extra_params.journey_type` optional (short/long, defaults to long)\n\n**Languages:** V1 supports English (`en`) only.\n\n**Performance targets:**\n- 30-day / 5m granularity: p95 < 500ms\n- 90-day / two-pass: p95 < 2s\n- 365-day / two-pass: p95 < 5s\n\n**Credits:**\n- ≤30 days: 5 credits · 31–90 days: 12 · 91–180 days: 25 · 181–365 days: 50\n- With `natal_chart`: +20% · With `summary_mode=true`: −50%\n\n**No-results contract:** HTTP 200 always. When all candidates are excluded,\n`summary.no_viable_windows=true` with `excluded_ranges` fully populated and\n`quality_advisory` suggesting range extension.",
          "item": [
            {
              "id": "f9c1fb5b-3304-4949-a06a-acf3f8a73ed5",
              "name": "Wedding search — minimal (no natal)",
              "request": {
                "name": "Wedding search — minimal (no natal)",
                "description": {
                  "content": "🎯 **Search best electional windows**\n\n📋 **Endpoint Description:**\n⏰ **Find Best Electional Windows** — The flagship endpoint.\n\nSearches a date range for the highest-scoring astrological windows for the\ngiven activity. Uses a two-pass algorithm (1-day heatmap → minute-level\nprecision on top days) to evaluate up to 26,000 candidate moments within\na 2-second p95 budget.\n\n**Perfect for:**\n- 🗓️ Astrology apps offering \"best date for X\" features\n- 💍 Wedding planning tools with calendar integration\n- 🏥 Medical scheduling assistants (requires `extra_params.body_area` for surgery)\n- 🤖 AI agents using MCP tool `find_best_time(activity, date_from, date_to, location)`\n- 📊 Business platforms optimizing launch or contract timing\n\n**What you get:**\n- **heatmap** — day-by-day calendar grid with score, grade, and viable window count\n- **top_windows** — ranked windows with score, grade, full factor receipts, rationale text\n- **excluded_ranges** — retrograde periods, eclipse windows, and other hard stops\n- **summary** — statistics + `no_viable_windows` flag + `quality_advisory` when needed\n- **personal_advisories** (when `natal_chart` provided) — Rule #3 informational notices\n\n**Activity-specific requirements:**\n- `surgery` → **`extra_params.body_area` is required** (HTTP 400 if missing)\n- `travel` → `extra_params.journey_type` optional (short/long, defaults to long)\n\n**Languages:** V1 supports English (`en`) only.\n\n**Performance targets:**\n- 30-day / 5m granularity: p95 < 500ms\n- 90-day / two-pass: p95 < 2s\n- 365-day / two-pass: p95 < 5s\n\n**Credits:**\n- ≤30 days: 5 credits · 31–90 days: 12 · 91–180 days: 25 · 181–365 days: 50\n- With `natal_chart`: +20% · With `summary_mode=true`: −50%\n\n**No-results contract:** HTTP 200 always. When all candidates are excluded,\n`summary.no_viable_windows=true` with `excluded_ranges` fully populated and\n`quality_advisory` suggesting range extension.\n\n✨ **Example Description:**\nFind the best wedding windows in a 3-month range. No natal chart — universal scoring only.\n\n🔗 **Endpoint:** `POST /api/v3/electional/search`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "electional",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"activity\": \"wedding\",\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2026,\n      \"month\": 6,\n      \"day\": 1\n    },\n    \"end_date\": {\n      \"year\": 2026,\n      \"month\": 8,\n      \"day\": 31\n    }\n  },\n  \"location\": {\n    \"year\": 2026,\n    \"month\": 6,\n    \"day\": 1,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"city\": \"New York\",\n    \"country_code\": \"US\"\n  },\n  \"filters\": {\n    \"hours_from\": 9,\n    \"hours_to\": 21,\n    \"days_of_week\": [\n      \"fri\",\n      \"sat\",\n      \"sun\"\n    ]\n  },\n  \"top_n_windows\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "cb94b797-49dc-4138-ac79-eac80485bd9a",
              "name": "Wedding search — with natal chart (personalized)",
              "request": {
                "name": "Wedding search — with natal chart (personalized)",
                "description": {
                  "content": "🎯 **Search best electional windows**\n\n📋 **Endpoint Description:**\n⏰ **Find Best Electional Windows** — The flagship endpoint.\n\nSearches a date range for the highest-scoring astrological windows for the\ngiven activity. Uses a two-pass algorithm (1-day heatmap → minute-level\nprecision on top days) to evaluate up to 26,000 candidate moments within\na 2-second p95 budget.\n\n**Perfect for:**\n- 🗓️ Astrology apps offering \"best date for X\" features\n- 💍 Wedding planning tools with calendar integration\n- 🏥 Medical scheduling assistants (requires `extra_params.body_area` for surgery)\n- 🤖 AI agents using MCP tool `find_best_time(activity, date_from, date_to, location)`\n- 📊 Business platforms optimizing launch or contract timing\n\n**What you get:**\n- **heatmap** — day-by-day calendar grid with score, grade, and viable window count\n- **top_windows** — ranked windows with score, grade, full factor receipts, rationale text\n- **excluded_ranges** — retrograde periods, eclipse windows, and other hard stops\n- **summary** — statistics + `no_viable_windows` flag + `quality_advisory` when needed\n- **personal_advisories** (when `natal_chart` provided) — Rule #3 informational notices\n\n**Activity-specific requirements:**\n- `surgery` → **`extra_params.body_area` is required** (HTTP 400 if missing)\n- `travel` → `extra_params.journey_type` optional (short/long, defaults to long)\n\n**Languages:** V1 supports English (`en`) only.\n\n**Performance targets:**\n- 30-day / 5m granularity: p95 < 500ms\n- 90-day / two-pass: p95 < 2s\n- 365-day / two-pass: p95 < 5s\n\n**Credits:**\n- ≤30 days: 5 credits · 31–90 days: 12 · 91–180 days: 25 · 181–365 days: 50\n- With `natal_chart`: +20% · With `summary_mode=true`: −50%\n\n**No-results contract:** HTTP 200 always. When all candidates are excluded,\n`summary.no_viable_windows=true` with `excluded_ranges` fully populated and\n`quality_advisory` suggesting range extension.\n\n✨ **Example Description:**\nFind the best wedding windows with natal chart personalization. Enables Rules #1/#2 score modifiers and Rule #3 personal_advisory detection.\n\n🔗 **Endpoint:** `POST /api/v3/electional/search`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "electional",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"activity\": \"wedding\",\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2026,\n      \"month\": 6,\n      \"day\": 1\n    },\n    \"end_date\": {\n      \"year\": 2026,\n      \"month\": 8,\n      \"day\": 31\n    }\n  },\n  \"location\": {\n    \"year\": 2026,\n    \"month\": 6,\n    \"day\": 1,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"city\": \"New York\",\n    \"country_code\": \"US\"\n  },\n  \"natal_chart\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 7,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"filters\": {\n    \"hours_from\": 9,\n    \"hours_to\": 21,\n    \"days_of_week\": [\n      \"fri\",\n      \"sat\",\n      \"sun\"\n    ]\n  },\n  \"top_n_windows\": 10,\n  \"summary_mode\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9d506cbf-97aa-4980-80ea-a1f53b330458",
              "name": "Surgery search — knee surgery, body_area required",
              "request": {
                "name": "Surgery search — knee surgery, body_area required",
                "description": {
                  "content": "🎯 **Search best electional windows**\n\n📋 **Endpoint Description:**\n⏰ **Find Best Electional Windows** — The flagship endpoint.\n\nSearches a date range for the highest-scoring astrological windows for the\ngiven activity. Uses a two-pass algorithm (1-day heatmap → minute-level\nprecision on top days) to evaluate up to 26,000 candidate moments within\na 2-second p95 budget.\n\n**Perfect for:**\n- 🗓️ Astrology apps offering \"best date for X\" features\n- 💍 Wedding planning tools with calendar integration\n- 🏥 Medical scheduling assistants (requires `extra_params.body_area` for surgery)\n- 🤖 AI agents using MCP tool `find_best_time(activity, date_from, date_to, location)`\n- 📊 Business platforms optimizing launch or contract timing\n\n**What you get:**\n- **heatmap** — day-by-day calendar grid with score, grade, and viable window count\n- **top_windows** — ranked windows with score, grade, full factor receipts, rationale text\n- **excluded_ranges** — retrograde periods, eclipse windows, and other hard stops\n- **summary** — statistics + `no_viable_windows` flag + `quality_advisory` when needed\n- **personal_advisories** (when `natal_chart` provided) — Rule #3 informational notices\n\n**Activity-specific requirements:**\n- `surgery` → **`extra_params.body_area` is required** (HTTP 400 if missing)\n- `travel` → `extra_params.journey_type` optional (short/long, defaults to long)\n\n**Languages:** V1 supports English (`en`) only.\n\n**Performance targets:**\n- 30-day / 5m granularity: p95 < 500ms\n- 90-day / two-pass: p95 < 2s\n- 365-day / two-pass: p95 < 5s\n\n**Credits:**\n- ≤30 days: 5 credits · 31–90 days: 12 · 91–180 days: 25 · 181–365 days: 50\n- With `natal_chart`: +20% · With `summary_mode=true`: −50%\n\n**No-results contract:** HTTP 200 always. When all candidates are excluded,\n`summary.no_viable_windows=true` with `excluded_ranges` fully populated and\n`quality_advisory` suggesting range extension.\n\n✨ **Example Description:**\nFind the best surgical windows for knee surgery. body_area is REQUIRED for surgery — omitting it returns HTTP 400.\n\n🔗 **Endpoint:** `POST /api/v3/electional/search`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "electional",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"activity\": \"surgery\",\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2026,\n      \"month\": 7,\n      \"day\": 1\n    },\n    \"end_date\": {\n      \"year\": 2026,\n      \"month\": 7,\n      \"day\": 21\n    }\n  },\n  \"location\": {\n    \"year\": 2026,\n    \"month\": 7,\n    \"day\": 1,\n    \"hour\": 9,\n    \"minute\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"extra_params\": {\n    \"body_area\": \"knees\"\n  },\n  \"filters\": {\n    \"hours_from\": 7,\n    \"hours_to\": 11\n  },\n  \"top_n_windows\": 5,\n  \"house_system\": \"P\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Current planetary hour with multilingual interpretation",
          "description": "All available examples for Current planetary hour with multilingual interpretation endpoint. 🪐 **Planetary Hour Calculator** - Chaldean order with multilingual interpretations\n\n**Perfect for:**\n- 🔮 **Electional Astrology** - Choose the best hour for an activity\n- ⚡ **Magical Practice** - Time invocations, talismans, ceremonies (Picatrix tradition)\n- 📿 **Daily Practice** - Align routines with the planetary current\n- 🎯 **Decision Timing** - Schedule meetings, signings, launches\n\n**What you get:**\n- **Current Hour** - The planetary ruler active at the requested datetime, with sunrise-relative boundaries\n- **Day Ruler** - Traditional ruler of the weekday (Sun→Sunday, Moon→Monday, ...)\n- **Day Match Flag** - `is_planetary_day_match: true` when hour ruler == day ruler (e.g. Mars hour on Tuesday) — traditionally a \"double-strength\" moment\n- **Hour Ordinal** - 1-indexed position in the 24-hour Chaldean sequence\n- **JSON Interpretations** - Activities favored / to avoid for the current planet's hour, in 22 languages\n\n**Optional:**\n- `include_full_day: true` - Returns all 24 planetary hours of the day, useful for planning ahead\n\n**Calculation:**\n- 12 day hours equally spaced from sunrise to sunset (length varies by season/latitude)\n- 12 night hours equally spaced from sunset to next sunrise\n- Chaldean order: Saturn, Jupiter, Mars, Sun, Venus, Mercury, Moon (cyclic)\n- First hour after sunrise = day's ruler\n\n**Edge cases:**\n- Polar latitudes (>66.5°) trigger `polar_warning`; results may be approximate\n- Pre-sunrise queries are handled by scanning ±1 day around the requested datetime\n\n**Languages:** en, en-GB, en-ARCHAIC, ru, uk, es, es-ES, fr, fr-CA, fr-FR, de, it, pt, pt-BR, pt-PT, nl, pl, tr, ar, hi, ja, ko, zh\n\n**Traditions:** `event_oriented` (default — predictive electional voice), `universal` (cross-tradition fallback)\n\n**Response time:** ~150ms | **Accuracy:** Sunrise/sunset via ephem; ~minute-level",
          "item": [
            {
              "id": "7ec59e1d-85c9-4fa4-8fdd-a4f58ff0dea9",
              "name": "Current Hour Only (default)",
              "request": {
                "name": "Current Hour Only (default)",
                "description": {
                  "content": "🎯 **Current planetary hour with multilingual interpretation**\n\n📋 **Endpoint Description:**\n🪐 **Planetary Hour Calculator** - Chaldean order with multilingual interpretations\n\n**Perfect for:**\n- 🔮 **Electional Astrology** - Choose the best hour for an activity\n- ⚡ **Magical Practice** - Time invocations, talismans, ceremonies (Picatrix tradition)\n- 📿 **Daily Practice** - Align routines with the planetary current\n- 🎯 **Decision Timing** - Schedule meetings, signings, launches\n\n**What you get:**\n- **Current Hour** - The planetary ruler active at the requested datetime, with sunrise-relative boundaries\n- **Day Ruler** - Traditional ruler of the weekday (Sun→Sunday, Moon→Monday, ...)\n- **Day Match Flag** - `is_planetary_day_match: true` when hour ruler == day ruler (e.g. Mars hour on Tuesday) — traditionally a \"double-strength\" moment\n- **Hour Ordinal** - 1-indexed position in the 24-hour Chaldean sequence\n- **JSON Interpretations** - Activities favored / to avoid for the current planet's hour, in 22 languages\n\n**Optional:**\n- `include_full_day: true` - Returns all 24 planetary hours of the day, useful for planning ahead\n\n**Calculation:**\n- 12 day hours equally spaced from sunrise to sunset (length varies by season/latitude)\n- 12 night hours equally spaced from sunset to next sunrise\n- Chaldean order: Saturn, Jupiter, Mars, Sun, Venus, Mercury, Moon (cyclic)\n- First hour after sunrise = day's ruler\n\n**Edge cases:**\n- Polar latitudes (>66.5°) trigger `polar_warning`; results may be approximate\n- Pre-sunrise queries are handled by scanning ±1 day around the requested datetime\n\n**Languages:** en, en-GB, en-ARCHAIC, ru, uk, es, es-ES, fr, fr-CA, fr-FR, de, it, pt, pt-BR, pt-PT, nl, pl, tr, ar, hi, ja, ko, zh\n\n**Traditions:** `event_oriented` (default — predictive electional voice), `universal` (cross-tradition fallback)\n\n**Response time:** ~150ms | **Accuracy:** Sunrise/sunset via ephem; ~minute-level\n\n✨ **Example Description:**\nGet the planetary hour active at a specific moment in New York.\n\n🔗 **Endpoint:** `POST /api/v3/electional/planetary-hours`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "electional",
                    "planetary-hours"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 3,\n    \"day\": 15,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"second\": 0,\n    \"city\": \"New York\",\n    \"country_code\": \"US\"\n  },\n  \"language\": \"en\",\n  \"tradition\": \"event_oriented\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "e5aa90e5-074f-46b5-8ab0-343ad1d936e1",
              "name": "Full 24 Hours, Kyiv, Russian Interpretations",
              "request": {
                "name": "Full 24 Hours, Kyiv, Russian Interpretations",
                "description": {
                  "content": "🎯 **Current planetary hour with multilingual interpretation**\n\n📋 **Endpoint Description:**\n🪐 **Planetary Hour Calculator** - Chaldean order with multilingual interpretations\n\n**Perfect for:**\n- 🔮 **Electional Astrology** - Choose the best hour for an activity\n- ⚡ **Magical Practice** - Time invocations, talismans, ceremonies (Picatrix tradition)\n- 📿 **Daily Practice** - Align routines with the planetary current\n- 🎯 **Decision Timing** - Schedule meetings, signings, launches\n\n**What you get:**\n- **Current Hour** - The planetary ruler active at the requested datetime, with sunrise-relative boundaries\n- **Day Ruler** - Traditional ruler of the weekday (Sun→Sunday, Moon→Monday, ...)\n- **Day Match Flag** - `is_planetary_day_match: true` when hour ruler == day ruler (e.g. Mars hour on Tuesday) — traditionally a \"double-strength\" moment\n- **Hour Ordinal** - 1-indexed position in the 24-hour Chaldean sequence\n- **JSON Interpretations** - Activities favored / to avoid for the current planet's hour, in 22 languages\n\n**Optional:**\n- `include_full_day: true` - Returns all 24 planetary hours of the day, useful for planning ahead\n\n**Calculation:**\n- 12 day hours equally spaced from sunrise to sunset (length varies by season/latitude)\n- 12 night hours equally spaced from sunset to next sunrise\n- Chaldean order: Saturn, Jupiter, Mars, Sun, Venus, Mercury, Moon (cyclic)\n- First hour after sunrise = day's ruler\n\n**Edge cases:**\n- Polar latitudes (>66.5°) trigger `polar_warning`; results may be approximate\n- Pre-sunrise queries are handled by scanning ±1 day around the requested datetime\n\n**Languages:** en, en-GB, en-ARCHAIC, ru, uk, es, es-ES, fr, fr-CA, fr-FR, de, it, pt, pt-BR, pt-PT, nl, pl, tr, ar, hi, ja, ko, zh\n\n**Traditions:** `event_oriented` (default — predictive electional voice), `universal` (cross-tradition fallback)\n\n**Response time:** ~150ms | **Accuracy:** Sunrise/sunset via ephem; ~minute-level\n\n✨ **Example Description:**\nAll 24 planetary hours of the day in Kyiv with Russian interpretation text. Useful for electional planning.\n\n🔗 **Endpoint:** `POST /api/v3/electional/planetary-hours`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "electional",
                    "planetary-hours"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 6,\n    \"day\": 21,\n    \"hour\": 8,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Kyiv\",\n    \"country_code\": \"UA\"\n  },\n  \"include_full_day\": true,\n  \"language\": \"ru\",\n  \"tradition\": \"event_oriented\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "66efa3f9-b88a-4301-948c-ff98f0102081",
              "name": "Polar Latitude — Approximate Result",
              "request": {
                "name": "Polar Latitude — Approximate Result",
                "description": {
                  "content": "🎯 **Current planetary hour with multilingual interpretation**\n\n📋 **Endpoint Description:**\n🪐 **Planetary Hour Calculator** - Chaldean order with multilingual interpretations\n\n**Perfect for:**\n- 🔮 **Electional Astrology** - Choose the best hour for an activity\n- ⚡ **Magical Practice** - Time invocations, talismans, ceremonies (Picatrix tradition)\n- 📿 **Daily Practice** - Align routines with the planetary current\n- 🎯 **Decision Timing** - Schedule meetings, signings, launches\n\n**What you get:**\n- **Current Hour** - The planetary ruler active at the requested datetime, with sunrise-relative boundaries\n- **Day Ruler** - Traditional ruler of the weekday (Sun→Sunday, Moon→Monday, ...)\n- **Day Match Flag** - `is_planetary_day_match: true` when hour ruler == day ruler (e.g. Mars hour on Tuesday) — traditionally a \"double-strength\" moment\n- **Hour Ordinal** - 1-indexed position in the 24-hour Chaldean sequence\n- **JSON Interpretations** - Activities favored / to avoid for the current planet's hour, in 22 languages\n\n**Optional:**\n- `include_full_day: true` - Returns all 24 planetary hours of the day, useful for planning ahead\n\n**Calculation:**\n- 12 day hours equally spaced from sunrise to sunset (length varies by season/latitude)\n- 12 night hours equally spaced from sunset to next sunrise\n- Chaldean order: Saturn, Jupiter, Mars, Sun, Venus, Mercury, Moon (cyclic)\n- First hour after sunrise = day's ruler\n\n**Edge cases:**\n- Polar latitudes (>66.5°) trigger `polar_warning`; results may be approximate\n- Pre-sunrise queries are handled by scanning ±1 day around the requested datetime\n\n**Languages:** en, en-GB, en-ARCHAIC, ru, uk, es, es-ES, fr, fr-CA, fr-FR, de, it, pt, pt-BR, pt-PT, nl, pl, tr, ar, hi, ja, ko, zh\n\n**Traditions:** `event_oriented` (default — predictive electional voice), `universal` (cross-tradition fallback)\n\n**Response time:** ~150ms | **Accuracy:** Sunrise/sunset via ephem; ~minute-level\n\n✨ **Example Description:**\nLocations beyond the Arctic/Antarctic circle may not have well-defined sunrise/sunset; the response includes a polar_warning.\n\n🔗 **Endpoint:** `POST /api/v3/electional/planetary-hours`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "electional",
                    "planetary-hours"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 12,\n    \"day\": 21,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"second\": 0,\n    \"latitude\": 78.22,\n    \"longitude\": 15.65,\n    \"timezone\": \"Arctic/Longyearbyen\"\n  },\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🔍 Rectification",
      "description": "",
      "item": [
        {
          "id": "f4a03e41-4675-4d71-b84f-cc33a3697c28",
          "name": "List supported life event categories",
          "request": {
            "name": "List supported life event categories",
            "description": {
              "content": "🔍 **Event Categories Glossary** — taxonomy of 18 life event categories\nused by the rectification engine for scoring.\n\n**Perfect for:**\n- 📱 UI dropdowns when astrologers add events to a rectification session\n- 🤖 LLM intent classification: \"got married\" → `category: \"marriage\"`\n- 📚 Self-documenting API for app developers\n\n**What you get per category:**\n- **id** — machine-readable key (use in `POST /search` `events[].category`)\n- **label** — human-readable name (localized)\n- **description** — what kinds of life events fit this category\n- **default_weight** — astrological significance 1-10 (overridable per-event)\n- **astrological_signature** — chart factors typically activated\n- **applicable_techniques** — which scoring techniques apply\n- **synonyms** — alternative phrasings for NLP intent matching\n\n**Languages:** V1 supports `en` only. Other languages fall back to English.\n\n**Response time:** ~5ms | **Cost:** 0 credits",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "rectification",
                "glossary",
                "event-categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "es-MX"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ab046ffa-3c6f-4355-acff-535e4dfee663",
              "name": "Successful Response",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "rectification",
                    "glossary",
                    "event-categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "es-MX"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"categories\": [\n    {\n      \"id\": \"<string>\",\n      \"label\": \"<string>\",\n      \"description\": \"<string>\",\n      \"default_weight\": \"<integer>\",\n      \"astrological_signature\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"applicable_techniques\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"synonyms\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"id\": \"<string>\",\n      \"label\": \"<string>\",\n      \"description\": \"<string>\",\n      \"default_weight\": \"<integer>\",\n      \"astrological_signature\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"applicable_techniques\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"synonyms\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"language\": \"<string>\",\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a4225dce-0b5c-47c8-baed-e8d6d5485b25",
              "name": "Invalid parameters or candidate count exceeds 500",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "rectification",
                    "glossary",
                    "event-categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "es-MX"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6d3514c3-af14-4c40-ae8b-1d568cf0d0c8",
              "name": "Validation error — check field formats",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "rectification",
                    "glossary",
                    "event-categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "es-MX"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Rectify birth time from life events",
          "description": "All available examples for Rectify birth time from life events endpoint. 🔍 **Birth Time Rectification** — Find the most likely birth time by\ncorrelating known life events with astrological chart factors.\n\n**Perfect for:**\n- 🎯 Professional astrology wizards with event-based rectification\n- 💡 Clients with approximate birth times (\"around 2pm\") or unknown\n- 📊 App developers building consumer rectification tools\n- 🤖 AI agents using `rectification_search` MCP tool\n\n**What you get:**\n- **candidates** — top N ranked birth times with full evidence breakdown\n- **density** — per-candidate aggregate scores for histogram rendering\n- **summary** — confidence assessment + score statistics + quality advisory\n- **per-event scoring** — which events each candidate explains, with orbs\n\n**Two ways to specify the search window:**\n- **`time_search.delta_minutes`** — ±N minutes around `subject.birth_data.hour:minute`\n- **`time_search.start`/`end`** — explicit HH:MM range\n\n**V1 techniques:** transit + secondary progression + solar arc directions.\nFuture V2: primary directions, profections, ZR, firdaria.\n\n**Performance targets:**\n- 30 candidates × 7 events: < 60s\n- 100 candidates × 7 events: < 180s\n- Single moment (N=1): < 1s\n\n**Response evolution by version:**\n- V1.0: core fields (rank, time, chart, aggregate_score, normalized_score, grade)\n- V1.1: events_strongly_correlated count, applying/separating, modern rulers\n- V1.1.1: theoretical-max normalization (denominator includes weight × precision)\n- V1.2: anchor_grade bool, anchor_evidence list, peak_window tuple,\n  event_affinity_boost\n- V1.3: anchor_recommendation string for low-confidence-with-anchor scenarios\n- V1.4: Saros-family doctrine, prenatal Saros lookup\n- V1.5: applied_multipliers dict, sect_benefic 5th branch, eclipse soft-cap\n- V1.6: evaluator_traces (opt-in via include_evaluator_traces),\n  strict prenatal-lunation Saros doctrine\n- V1.6.1: WindowGrade re-tuned for V1.x score distribution; locale JSON\n  key parity restored; progression evaluators populate applied_multipliers\n\nAll response fields are additive — V1.0 clients receive new fields silently\nand can ignore them. SCORING_FORMULA_VERSION header indicates current math layer.\n\n**Cost:** 15 credits per request (flat — independent of candidates / events / techniques).",
          "item": [
            {
              "id": "195fe5fe-b9ad-4ead-ad8b-0d09fb1634e4",
              "name": "Rectify around given anchor time (±1h)",
              "request": {
                "name": "Rectify around given anchor time (±1h)",
                "description": {
                  "content": "🎯 **Rectify birth time from life events**\n\n📋 **Endpoint Description:**\n🔍 **Birth Time Rectification** — Find the most likely birth time by\ncorrelating known life events with astrological chart factors.\n\n**Perfect for:**\n- 🎯 Professional astrology wizards with event-based rectification\n- 💡 Clients with approximate birth times (\"around 2pm\") or unknown\n- 📊 App developers building consumer rectification tools\n- 🤖 AI agents using `rectification_search` MCP tool\n\n**What you get:**\n- **candidates** — top N ranked birth times with full evidence breakdown\n- **density** — per-candidate aggregate scores for histogram rendering\n- **summary** — confidence assessment + score statistics + quality advisory\n- **per-event scoring** — which events each candidate explains, with orbs\n\n**Two ways to specify the search window:**\n- **`time_search.delta_minutes`** — ±N minutes around `subject.birth_data.hour:minute`\n- **`time_search.start`/`end`** — explicit HH:MM range\n\n**V1 techniques:** transit + secondary progression + solar arc directions.\nFuture V2: primary directions, profections, ZR, firdaria.\n\n**Performance targets:**\n- 30 candidates × 7 events: < 60s\n- 100 candidates × 7 events: < 180s\n- Single moment (N=1): < 1s\n\n**Response evolution by version:**\n- V1.0: core fields (rank, time, chart, aggregate_score, normalized_score, grade)\n- V1.1: events_strongly_correlated count, applying/separating, modern rulers\n- V1.1.1: theoretical-max normalization (denominator includes weight × precision)\n- V1.2: anchor_grade bool, anchor_evidence list, peak_window tuple,\n  event_affinity_boost\n- V1.3: anchor_recommendation string for low-confidence-with-anchor scenarios\n- V1.4: Saros-family doctrine, prenatal Saros lookup\n- V1.5: applied_multipliers dict, sect_benefic 5th branch, eclipse soft-cap\n- V1.6: evaluator_traces (opt-in via include_evaluator_traces),\n  strict prenatal-lunation Saros doctrine\n- V1.6.1: WindowGrade re-tuned for V1.x score distribution; locale JSON\n  key parity restored; progression evaluators populate applied_multipliers\n\nAll response fields are additive — V1.0 clients receive new fields silently\nand can ignore them. SCORING_FORMULA_VERSION header indicates current math layer.\n\n**Cost:** 15 credits per request (flat — independent of candidates / events / techniques).\n\n✨ **Example Description:**\nMother remembers ~2pm; search 13:00-15:00 with 3 events.\n\n🔗 **Endpoint:** `POST /api/v3/rectification/search`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "rectification",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 14,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"time_search\": {\n    \"delta_minutes\": 60,\n    \"step_minutes\": 4\n  },\n  \"events\": [\n    {\n      \"date\": \"2018-06-15\",\n      \"category\": \"marriage\"\n    },\n    {\n      \"date\": \"2015-12-03\",\n      \"category\": \"death_family\"\n    },\n    {\n      \"date\": \"2020-03\",\n      \"date_precision\": \"month\",\n      \"category\": \"career_change\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "32b7123c-3a45-4f9b-83e4-26e711deb046",
              "name": "Explicit window + Ascendant constraint + interpretations",
              "request": {
                "name": "Explicit window + Ascendant constraint + interpretations",
                "description": {
                  "content": "🎯 **Rectify birth time from life events**\n\n📋 **Endpoint Description:**\n🔍 **Birth Time Rectification** — Find the most likely birth time by\ncorrelating known life events with astrological chart factors.\n\n**Perfect for:**\n- 🎯 Professional astrology wizards with event-based rectification\n- 💡 Clients with approximate birth times (\"around 2pm\") or unknown\n- 📊 App developers building consumer rectification tools\n- 🤖 AI agents using `rectification_search` MCP tool\n\n**What you get:**\n- **candidates** — top N ranked birth times with full evidence breakdown\n- **density** — per-candidate aggregate scores for histogram rendering\n- **summary** — confidence assessment + score statistics + quality advisory\n- **per-event scoring** — which events each candidate explains, with orbs\n\n**Two ways to specify the search window:**\n- **`time_search.delta_minutes`** — ±N minutes around `subject.birth_data.hour:minute`\n- **`time_search.start`/`end`** — explicit HH:MM range\n\n**V1 techniques:** transit + secondary progression + solar arc directions.\nFuture V2: primary directions, profections, ZR, firdaria.\n\n**Performance targets:**\n- 30 candidates × 7 events: < 60s\n- 100 candidates × 7 events: < 180s\n- Single moment (N=1): < 1s\n\n**Response evolution by version:**\n- V1.0: core fields (rank, time, chart, aggregate_score, normalized_score, grade)\n- V1.1: events_strongly_correlated count, applying/separating, modern rulers\n- V1.1.1: theoretical-max normalization (denominator includes weight × precision)\n- V1.2: anchor_grade bool, anchor_evidence list, peak_window tuple,\n  event_affinity_boost\n- V1.3: anchor_recommendation string for low-confidence-with-anchor scenarios\n- V1.4: Saros-family doctrine, prenatal Saros lookup\n- V1.5: applied_multipliers dict, sect_benefic 5th branch, eclipse soft-cap\n- V1.6: evaluator_traces (opt-in via include_evaluator_traces),\n  strict prenatal-lunation Saros doctrine\n- V1.6.1: WindowGrade re-tuned for V1.x score distribution; locale JSON\n  key parity restored; progression evaluators populate applied_multipliers\n\nAll response fields are additive — V1.0 clients receive new fields silently\nand can ignore them. SCORING_FORMULA_VERSION header indicates current math layer.\n\n**Cost:** 15 credits per request (flat — independent of candidates / events / techniques).\n\n✨ **Example Description:**\nAstrologer suspects ASC in Scorpio; narrow range 13:30-14:45.\n\n🔗 **Endpoint:** `POST /api/v3/rectification/search`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "rectification",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"time_search\": {\n    \"start\": \"13:30\",\n    \"end\": \"14:45\",\n    \"step_minutes\": 1\n  },\n  \"events\": [\n    {\n      \"date\": \"2018-06-15\",\n      \"category\": \"marriage\"\n    },\n    {\n      \"date\": \"2015-12-03\",\n      \"category\": \"death_family\"\n    },\n    {\n      \"date\": \"2020-03-15\",\n      \"category\": \"career_change\"\n    }\n  ],\n  \"ascendant_sign\": \"Sco\",\n  \"include_interpretations\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ded74b10-f23c-4f84-a747-50f3069392f0",
              "name": "Score a single moment (slider mode)",
              "request": {
                "name": "Score a single moment (slider mode)",
                "description": {
                  "content": "🎯 **Rectify birth time from life events**\n\n📋 **Endpoint Description:**\n🔍 **Birth Time Rectification** — Find the most likely birth time by\ncorrelating known life events with astrological chart factors.\n\n**Perfect for:**\n- 🎯 Professional astrology wizards with event-based rectification\n- 💡 Clients with approximate birth times (\"around 2pm\") or unknown\n- 📊 App developers building consumer rectification tools\n- 🤖 AI agents using `rectification_search` MCP tool\n\n**What you get:**\n- **candidates** — top N ranked birth times with full evidence breakdown\n- **density** — per-candidate aggregate scores for histogram rendering\n- **summary** — confidence assessment + score statistics + quality advisory\n- **per-event scoring** — which events each candidate explains, with orbs\n\n**Two ways to specify the search window:**\n- **`time_search.delta_minutes`** — ±N minutes around `subject.birth_data.hour:minute`\n- **`time_search.start`/`end`** — explicit HH:MM range\n\n**V1 techniques:** transit + secondary progression + solar arc directions.\nFuture V2: primary directions, profections, ZR, firdaria.\n\n**Performance targets:**\n- 30 candidates × 7 events: < 60s\n- 100 candidates × 7 events: < 180s\n- Single moment (N=1): < 1s\n\n**Response evolution by version:**\n- V1.0: core fields (rank, time, chart, aggregate_score, normalized_score, grade)\n- V1.1: events_strongly_correlated count, applying/separating, modern rulers\n- V1.1.1: theoretical-max normalization (denominator includes weight × precision)\n- V1.2: anchor_grade bool, anchor_evidence list, peak_window tuple,\n  event_affinity_boost\n- V1.3: anchor_recommendation string for low-confidence-with-anchor scenarios\n- V1.4: Saros-family doctrine, prenatal Saros lookup\n- V1.5: applied_multipliers dict, sect_benefic 5th branch, eclipse soft-cap\n- V1.6: evaluator_traces (opt-in via include_evaluator_traces),\n  strict prenatal-lunation Saros doctrine\n- V1.6.1: WindowGrade re-tuned for V1.x score distribution; locale JSON\n  key parity restored; progression evaluators populate applied_multipliers\n\nAll response fields are additive — V1.0 clients receive new fields silently\nand can ignore them. SCORING_FORMULA_VERSION header indicates current math layer.\n\n**Cost:** 15 credits per request (flat — independent of candidates / events / techniques).\n\n✨ **Example Description:**\nN=1 candidate evaluation — used by wizard slider.\n\n🔗 **Endpoint:** `POST /api/v3/rectification/search`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "rectification",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 14,\n      \"minute\": 17,\n      \"second\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"time_search\": {\n    \"start\": \"14:17\",\n    \"end\": \"14:18\",\n    \"step_minutes\": 1\n  },\n  \"events\": [\n    {\n      \"date\": \"2018-06-15\",\n      \"category\": \"marriage\"\n    },\n    {\n      \"date\": \"2015-12-03\",\n      \"category\": \"death_family\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "⭐ Fixed Stars Analysis",
      "description": "",
      "item": [
        {
          "name": "📁 Fixed Stars Positions",
          "description": "All available examples for Fixed Stars Positions endpoint. 🌟 **Fixed Stars Positions** - Calculate current positions of fixed stars\n\n**Perfect for:**\n- 🎯 Finding current star positions in the zodiac\n- 📊 Tracking precession over time\n- 🔭 Research and astronomical calculations\n\n**What you get:**\n- **Precise positions** - Longitude, sign, and degree\n- **Traditional names** - Historical star names and meanings\n- **Astronomical data** - Magnitude, constellation, nature\n\n**Preset options:**\n- **essential** - 10 most important stars (Royal Stars + primary)\n- **traditional** - 13 additional Hellenistic/Medieval stars\n- **behenian** - 15 magical stars with correspondences\n- **extended** - 20+ additional stars for research\n\n**Response time:** ~50-200ms depending on preset combination",
          "item": [
            {
              "id": "fc0b4ee0-5be9-4c75-8d80-bd7eb0b89ca4",
              "name": "Get essential star positions",
              "request": {
                "name": "Get essential star positions",
                "description": {
                  "content": "🎯 **Fixed Stars Positions**\n\n📋 **Endpoint Description:**\n🌟 **Fixed Stars Positions** - Calculate current positions of fixed stars\n\n**Perfect for:**\n- 🎯 Finding current star positions in the zodiac\n- 📊 Tracking precession over time\n- 🔭 Research and astronomical calculations\n\n**What you get:**\n- **Precise positions** - Longitude, sign, and degree\n- **Traditional names** - Historical star names and meanings\n- **Astronomical data** - Magnitude, constellation, nature\n\n**Preset options:**\n- **essential** - 10 most important stars (Royal Stars + primary)\n- **traditional** - 13 additional Hellenistic/Medieval stars\n- **behenian** - 15 magical stars with correspondences\n- **extended** - 20+ additional stars for research\n\n**Response time:** ~50-200ms depending on preset combination\n\n✨ **Example Description:**\nCalculate positions for 10 essential fixed stars\n\n🔗 **Endpoint:** `POST /api/v3/fixed-stars/positions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fixed-stars",
                    "positions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Example\",\n    \"birth_data\": {\n      \"year\": 2024,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"fixed_stars\": {\n    \"presets\": [\n      \"essential\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "3145f787-0150-44bb-a407-17f6d591d872",
              "name": "All star positions",
              "request": {
                "name": "All star positions",
                "description": {
                  "content": "🎯 **Fixed Stars Positions**\n\n📋 **Endpoint Description:**\n🌟 **Fixed Stars Positions** - Calculate current positions of fixed stars\n\n**Perfect for:**\n- 🎯 Finding current star positions in the zodiac\n- 📊 Tracking precession over time\n- 🔭 Research and astronomical calculations\n\n**What you get:**\n- **Precise positions** - Longitude, sign, and degree\n- **Traditional names** - Historical star names and meanings\n- **Astronomical data** - Magnitude, constellation, nature\n\n**Preset options:**\n- **essential** - 10 most important stars (Royal Stars + primary)\n- **traditional** - 13 additional Hellenistic/Medieval stars\n- **behenian** - 15 magical stars with correspondences\n- **extended** - 20+ additional stars for research\n\n**Response time:** ~50-200ms depending on preset combination\n\n✨ **Example Description:**\nGet positions for 50+ stars\n\n🔗 **Endpoint:** `POST /api/v3/fixed-stars/positions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fixed-stars",
                    "positions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Research Subject\",\n    \"birth_data\": {\n      \"year\": 2024,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"latitude\": 51.5074,\n      \"longitude\": -0.1278,\n      \"timezone\": \"Europe/London\"\n    }\n  },\n  \"fixed_stars\": {\n    \"presets\": [\n      \"essential\",\n      \"traditional\",\n      \"extended\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Fixed Stars Conjunctions",
          "description": "All available examples for Fixed Stars Conjunctions endpoint. 🌟 **Fixed Stars Conjunctions** - Find planetary conjunctions to fixed stars\n\n**Perfect for:**\n- 🎯 Identifying prominent fixed star influences\n- ✨ Finding special star connections in natal charts\n- 🔮 Magical timing with Behenian stars\n- 📊 Research on star-planet combinations\n\n**What you get:**\n- **Conjunctions list** - All planets conjunct fixed stars\n- **Orb and strength** - Exact orb and influence strength\n- **Interpretations** - Traditional meanings (optional)\n- **Oppositions** - Opposition aspects (optional)\n\n**Orb defaults:**\n- **Essential preset** - 2.5° conjunction\n- **Traditional preset** - 2.0° conjunction\n- **Behenian preset** - 1.0° conjunction (tight for magic)\n- **Custom orbs** - Override with your preference\n\n**Response time:** ~100-300ms depending on stars checked",
          "item": [
            {
              "id": "8732cbe5-b4d5-4304-85eb-4742a16d1e8e",
              "name": "Essential stars conjunctions",
              "request": {
                "name": "Essential stars conjunctions",
                "description": {
                  "content": "🎯 **Fixed Stars Conjunctions**\n\n📋 **Endpoint Description:**\n🌟 **Fixed Stars Conjunctions** - Find planetary conjunctions to fixed stars\n\n**Perfect for:**\n- 🎯 Identifying prominent fixed star influences\n- ✨ Finding special star connections in natal charts\n- 🔮 Magical timing with Behenian stars\n- 📊 Research on star-planet combinations\n\n**What you get:**\n- **Conjunctions list** - All planets conjunct fixed stars\n- **Orb and strength** - Exact orb and influence strength\n- **Interpretations** - Traditional meanings (optional)\n- **Oppositions** - Opposition aspects (optional)\n\n**Orb defaults:**\n- **Essential preset** - 2.5° conjunction\n- **Traditional preset** - 2.0° conjunction\n- **Behenian preset** - 1.0° conjunction (tight for magic)\n- **Custom orbs** - Override with your preference\n\n**Response time:** ~100-300ms depending on stars checked\n\n✨ **Example Description:**\nCheck conjunctions with 10 essential stars\n\n🔗 **Endpoint:** `POST /api/v3/fixed-stars/conjunctions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fixed-stars",
                    "conjunctions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Example Person\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"fixed_stars\": {\n    \"presets\": [\n      \"essential\"\n    ],\n    \"custom_orbs\": {\n      \"conjunction\": 2.0\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9003267d-a0b7-4d83-a2be-b966707c92ed",
              "name": "Behenian stars for magic",
              "request": {
                "name": "Behenian stars for magic",
                "description": {
                  "content": "🎯 **Fixed Stars Conjunctions**\n\n📋 **Endpoint Description:**\n🌟 **Fixed Stars Conjunctions** - Find planetary conjunctions to fixed stars\n\n**Perfect for:**\n- 🎯 Identifying prominent fixed star influences\n- ✨ Finding special star connections in natal charts\n- 🔮 Magical timing with Behenian stars\n- 📊 Research on star-planet combinations\n\n**What you get:**\n- **Conjunctions list** - All planets conjunct fixed stars\n- **Orb and strength** - Exact orb and influence strength\n- **Interpretations** - Traditional meanings (optional)\n- **Oppositions** - Opposition aspects (optional)\n\n**Orb defaults:**\n- **Essential preset** - 2.5° conjunction\n- **Traditional preset** - 2.0° conjunction\n- **Behenian preset** - 1.0° conjunction (tight for magic)\n- **Custom orbs** - Override with your preference\n\n**Response time:** ~100-300ms depending on stars checked\n\n✨ **Example Description:**\nFind conjunctions with magical Behenian stars\n\n🔗 **Endpoint:** `POST /api/v3/fixed-stars/conjunctions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fixed-stars",
                    "conjunctions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Magical Timing\",\n    \"birth_data\": {\n      \"year\": 2024,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 3,\n      \"minute\": 0,\n      \"latitude\": 51.5074,\n      \"longitude\": -0.1278,\n      \"timezone\": \"Europe/London\"\n    }\n  },\n  \"fixed_stars\": {\n    \"presets\": [\n      \"behenian\"\n    ],\n    \"custom_orbs\": {\n      \"conjunction\": 1.0\n    },\n    \"include_interpretations\": true\n  },\n  \"include_oppositions\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Fixed Stars Report",
          "description": "All available examples for Fixed Stars Report endpoint. 📜 **Fixed Stars Report** - Comprehensive fixed stars analysis\n\n**Perfect for:**\n- 🎯 Complete fixed star assessment\n- 👑 Identifying Royal Star connections\n- 🔮 Behenian star magical timing\n- 📊 Research and detailed analysis\n\n**What you get:**\n- **Configuration summary** - Stars checked and found\n- **Conjunctions & oppositions** - All aspects with orbs\n- **Interpretations** - Traditional meanings\n- **Special features** - Royal stars, Behenian stars\n- **Summary** - Strongest influences and patterns\n\n**Optional features:**\n- **Parans** - Co-rising/culminating stars (planned)\n- **Heliacal events** - Rising/setting phenomena (planned)\n\n**Preset combinations:**\n- **[\"essential\"]** - Quick 10-star analysis\n- **[\"essential\", \"traditional\"]** - Standard 23-star report\n- **[\"behenian\"]** - Magical timing focus\n- **[\"essential\", \"traditional\", \"extended\"]** - Full 40+ star research\n\n**Response time:** ~200-500ms depending on configuration",
          "item": [
            {
              "id": "9545a9b6-f5bb-45ab-a4d1-ca22ca96ccd1",
              "name": "Traditional stars report",
              "request": {
                "name": "Traditional stars report",
                "description": {
                  "content": "🎯 **Fixed Stars Report**\n\n📋 **Endpoint Description:**\n📜 **Fixed Stars Report** - Comprehensive fixed stars analysis\n\n**Perfect for:**\n- 🎯 Complete fixed star assessment\n- 👑 Identifying Royal Star connections\n- 🔮 Behenian star magical timing\n- 📊 Research and detailed analysis\n\n**What you get:**\n- **Configuration summary** - Stars checked and found\n- **Conjunctions & oppositions** - All aspects with orbs\n- **Interpretations** - Traditional meanings\n- **Special features** - Royal stars, Behenian stars\n- **Summary** - Strongest influences and patterns\n\n**Optional features:**\n- **Parans** - Co-rising/culminating stars (planned)\n- **Heliacal events** - Rising/setting phenomena (planned)\n\n**Preset combinations:**\n- **[\"essential\"]** - Quick 10-star analysis\n- **[\"essential\", \"traditional\"]** - Standard 23-star report\n- **[\"behenian\"]** - Magical timing focus\n- **[\"essential\", \"traditional\", \"extended\"]** - Full 40+ star research\n\n**Response time:** ~200-500ms depending on configuration\n\n✨ **Example Description:**\nAnalysis with essential and traditional stars (23 total)\n\n🔗 **Endpoint:** `POST /api/v3/fixed-stars/report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fixed-stars",
                    "report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Example Person\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"fixed_stars\": {\n    \"presets\": [\n      \"essential\",\n      \"traditional\"\n    ],\n    \"include_interpretations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b818f94e-697f-4072-a93c-597fea9ee825",
              "name": "Behenian magical report",
              "request": {
                "name": "Behenian magical report",
                "description": {
                  "content": "🎯 **Fixed Stars Report**\n\n📋 **Endpoint Description:**\n📜 **Fixed Stars Report** - Comprehensive fixed stars analysis\n\n**Perfect for:**\n- 🎯 Complete fixed star assessment\n- 👑 Identifying Royal Star connections\n- 🔮 Behenian star magical timing\n- 📊 Research and detailed analysis\n\n**What you get:**\n- **Configuration summary** - Stars checked and found\n- **Conjunctions & oppositions** - All aspects with orbs\n- **Interpretations** - Traditional meanings\n- **Special features** - Royal stars, Behenian stars\n- **Summary** - Strongest influences and patterns\n\n**Optional features:**\n- **Parans** - Co-rising/culminating stars (planned)\n- **Heliacal events** - Rising/setting phenomena (planned)\n\n**Preset combinations:**\n- **[\"essential\"]** - Quick 10-star analysis\n- **[\"essential\", \"traditional\"]** - Standard 23-star report\n- **[\"behenian\"]** - Magical timing focus\n- **[\"essential\", \"traditional\", \"extended\"]** - Full 40+ star research\n\n**Response time:** ~200-500ms depending on configuration\n\n✨ **Example Description:**\nReport focused on magical Behenian stars\n\n🔗 **Endpoint:** `POST /api/v3/fixed-stars/report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fixed-stars",
                    "report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Magical Analysis\",\n    \"birth_data\": {\n      \"year\": 2000,\n      \"month\": 1,\n      \"day\": 1,\n      \"hour\": 0,\n      \"minute\": 0,\n      \"latitude\": 51.5074,\n      \"longitude\": -0.1278,\n      \"timezone\": \"Europe/London\"\n    }\n  },\n  \"fixed_stars\": {\n    \"presets\": [\n      \"behenian\"\n    ],\n    \"include_parans\": true,\n    \"include_heliacal\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "0f30cf5e-dd08-47b3-ac5b-5d0a8249f58e",
              "name": "Comprehensive research report",
              "request": {
                "name": "Comprehensive research report",
                "description": {
                  "content": "🎯 **Fixed Stars Report**\n\n📋 **Endpoint Description:**\n📜 **Fixed Stars Report** - Comprehensive fixed stars analysis\n\n**Perfect for:**\n- 🎯 Complete fixed star assessment\n- 👑 Identifying Royal Star connections\n- 🔮 Behenian star magical timing\n- 📊 Research and detailed analysis\n\n**What you get:**\n- **Configuration summary** - Stars checked and found\n- **Conjunctions & oppositions** - All aspects with orbs\n- **Interpretations** - Traditional meanings\n- **Special features** - Royal stars, Behenian stars\n- **Summary** - Strongest influences and patterns\n\n**Optional features:**\n- **Parans** - Co-rising/culminating stars (planned)\n- **Heliacal events** - Rising/setting phenomena (planned)\n\n**Preset combinations:**\n- **[\"essential\"]** - Quick 10-star analysis\n- **[\"essential\", \"traditional\"]** - Standard 23-star report\n- **[\"behenian\"]** - Magical timing focus\n- **[\"essential\", \"traditional\", \"extended\"]** - Full 40+ star research\n\n**Response time:** ~200-500ms depending on configuration\n\n✨ **Example Description:**\nFull analysis with 40+ stars for research\n\n🔗 **Endpoint:** `POST /api/v3/fixed-stars/report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fixed-stars",
                    "report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Research Subject\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 12,\n      \"minute\": 30,\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"fixed_stars\": {\n    \"presets\": [\n      \"essential\",\n      \"traditional\",\n      \"extended\"\n    ],\n    \"custom_orbs\": {\n      \"conjunction\": 1.5,\n      \"opposition\": 1.0\n    },\n    \"include_interpretations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "1d2f119b-2013-4afb-a155-63625dbf1f82",
          "name": "Fixed Stars Presets Info",
          "request": {
            "name": "Fixed Stars Presets Info",
            "description": {
              "content": "📚 **Fixed Stars Presets** - Information about available star presets\n\n**Learn about:**\n- Available preset options\n- Number of stars in each preset\n- Use cases for each preset\n- Default orbs and special features\n\n**Response time:** ~10ms",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "fixed-stars",
                "presets"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8643e57b-9721-47d7-8f26-dfafcb3a2983",
              "name": "Information about available fixed star presets",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fixed-stars",
                    "presets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key_0\": false,\n  \"key_1\": false,\n  \"key_2\": 9843.55256024289,\n  \"key_3\": 2004.8292287633008\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b903d096-4250-4ce6-bf20-20b4ff217169",
              "name": "Invalid fixed stars parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fixed-stars",
                    "presets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4bcf7ff5-304c-499f-8387-38cf4d96c80d",
              "name": "Validation error - check configuration",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fixed-stars",
                    "presets"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "📚 Reference & Glossary",
      "description": "Reference information and validation data.",
      "item": [
        {
          "id": "b655c166-409c-4260-b8ac-1c95d481a6ed",
          "name": "Get Cities",
          "request": {
            "name": "Get Cities",
            "description": {
              "content": "🌍 **City Database Search** - Find cities for astrological calculations\n\n**Perfect for:**\n- 🔍 Location autocompletion in astrology apps\n- 🌎 Browsing cities by country for chart calculations\n- 📍 Finding exact city names and country codes\n- 🎯 Location validation for birth data\n\n**Search Examples:**\n- `search=Lon` → Returns London, Long Beach, etc.\n- `country_code=GB` → All UK cities\n- `country_code=RU,UA,KZ,BY,UZ` → Cities across multiple countries (post-Soviet space)\n- `search=Par&country_code=FR` → Paris and other French cities starting with \"Par\"\n- `min_population=10000` → Exclude small villages from autocomplete results\n- `sort_by=name&sort_order=asc` → Alphabetical order\n- `limit=10&offset=0` → First 10 results for pagination\n\n**Use Cases:**\n- **Autocomplete**: Use `search` parameter for real-time suggestions\n- **Country Browse**: Use `country_code` to show all cities in a country (or a\n  comma-separated set of countries — handy for regional pickers)\n- **Validation**: Verify city names exist before chart calculations\n- **Popular Cities**: Sort by `population` desc to show major cities first\n- **Quality Filter**: Combine `min_population` with `search` to keep only relevant\n  towns and cities in autocomplete dropdowns\n\n**Response includes:**\n- City name, country code, population\n- Coordinates (latitude, longitude) for calculations\n- Timezone information where available\n\n**Response time:** ~50ms | **Database:** GeoNames (15,000+ cities)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "cities"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Case-insensitive search string to filter cities by name (matches from the start).",
                    "type": "text/plain"
                  },
                  "key": "search",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter cities by country using ISO 3166-1 alpha-2 code(s). Pass a single code (e.g. `GB`) or a comma-separated list to match multiple countries at once (e.g. `RU,UA,KZ,BY,UZ` for the post-Soviet space).",
                    "type": "text/plain"
                  },
                  "key": "country_code",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Minimum city population. Useful to exclude small villages from autocomplete (e.g. `min_population=10000` keeps only towns and cities).",
                    "type": "text/plain"
                  },
                  "key": "min_population",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Field to sort by.",
                    "type": "text/plain"
                  },
                  "key": "sort_by",
                  "value": "population"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Sort order.",
                    "type": "text/plain"
                  },
                  "key": "sort_order",
                  "value": "desc"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Number of items to return.",
                    "type": "text/plain"
                  },
                  "key": "limit",
                  "value": "100"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Offset for pagination.",
                    "type": "text/plain"
                  },
                  "key": "offset",
                  "value": "0"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cef4876b-862f-45dc-8521-cc477929dfe6",
              "name": "Comprehensive city database with geographic and demographic data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "cities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Case-insensitive search string to filter cities by name (matches from the start).",
                        "type": "text/plain"
                      },
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter cities by country using ISO 3166-1 alpha-2 code(s). Pass a single code (e.g. `GB`) or a comma-separated list to match multiple countries at once (e.g. `RU,UA,KZ,BY,UZ` for the post-Soviet space).",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum city population. Useful to exclude small villages from autocomplete (e.g. `min_population=10000` keeps only towns and cities).",
                        "type": "text/plain"
                      },
                      "key": "min_population",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Field to sort by.",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "population"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort order.",
                        "type": "text/plain"
                      },
                      "key": "sort_order",
                      "value": "desc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of items to return.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Offset for pagination.",
                        "type": "text/plain"
                      },
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e49b2bd-0685-43fe-8ee5-32a81dafe6b3",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "cities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Case-insensitive search string to filter cities by name (matches from the start).",
                        "type": "text/plain"
                      },
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter cities by country using ISO 3166-1 alpha-2 code(s). Pass a single code (e.g. `GB`) or a comma-separated list to match multiple countries at once (e.g. `RU,UA,KZ,BY,UZ` for the post-Soviet space).",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum city population. Useful to exclude small villages from autocomplete (e.g. `min_population=10000` keeps only towns and cities).",
                        "type": "text/plain"
                      },
                      "key": "min_population",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Field to sort by.",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "population"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort order.",
                        "type": "text/plain"
                      },
                      "key": "sort_order",
                      "value": "desc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of items to return.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Offset for pagination.",
                        "type": "text/plain"
                      },
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "39b9058b-26f4-46d7-984d-3a38ed9b5241",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "cities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Case-insensitive search string to filter cities by name (matches from the start).",
                        "type": "text/plain"
                      },
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter cities by country using ISO 3166-1 alpha-2 code(s). Pass a single code (e.g. `GB`) or a comma-separated list to match multiple countries at once (e.g. `RU,UA,KZ,BY,UZ` for the post-Soviet space).",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum city population. Useful to exclude small villages from autocomplete (e.g. `min_population=10000` keeps only towns and cities).",
                        "type": "text/plain"
                      },
                      "key": "min_population",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Field to sort by.",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "population"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort order.",
                        "type": "text/plain"
                      },
                      "key": "sort_order",
                      "value": "desc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of items to return.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Offset for pagination.",
                        "type": "text/plain"
                      },
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1450e094-7278-4748-9ef9-ab100cb17eea",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "cities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Case-insensitive search string to filter cities by name (matches from the start).",
                        "type": "text/plain"
                      },
                      "key": "search",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter cities by country using ISO 3166-1 alpha-2 code(s). Pass a single code (e.g. `GB`) or a comma-separated list to match multiple countries at once (e.g. `RU,UA,KZ,BY,UZ` for the post-Soviet space).",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Minimum city population. Useful to exclude small villages from autocomplete (e.g. `min_population=10000` keeps only towns and cities).",
                        "type": "text/plain"
                      },
                      "key": "min_population",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Field to sort by.",
                        "type": "text/plain"
                      },
                      "key": "sort_by",
                      "value": "population"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Sort order.",
                        "type": "text/plain"
                      },
                      "key": "sort_order",
                      "value": "desc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Number of items to return.",
                        "type": "text/plain"
                      },
                      "key": "limit",
                      "value": "100"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Offset for pagination.",
                        "type": "text/plain"
                      },
                      "key": "offset",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5dea82e6-deb0-4817-820f-d187f95e2ed6",
          "name": "Get Countries",
          "request": {
            "name": "Get Countries",
            "description": {
              "content": "🌍 **Countries Database** - Complete reference of world countries\n\n**Perfect for:**\n- 🎯 Country code validation for location data\n- 📱 Building country selection dropdowns\n- 🌎 Geographic reference for birth data\n- 📊 Population and demographic information\n- 💱 Currency and continent data\n\n**What you get:**\n- **247 countries** with complete ISO codes\n- **Geographic data** - continent codes, capitals\n- **Demographic data** - population figures\n- **Economic data** - currency codes\n\n**Use Cases:**\n- **Validation**: Verify country codes before location lookups\n- **UI Components**: Populate country selection interfaces\n- **Regional Analysis**: Group countries by continent codes\n- **Data Enrichment**: Add country context to astrological calculations\n\n**Response time:** ~30ms | **Database:** GeoNames (247 countries)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "countries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "cce140b9-1ece-4a2c-b09d-0c92bc27a8e0",
              "name": "Complete list of countries with geographic and demographic data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "countries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c1a9465-46b5-4270-a38f-069df12b1e2b",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "countries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "859138e0-6a38-467d-8bae-642cb1a7366b",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "countries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e44b1ceb-8600-4e9e-b977-0068e9b1ea65",
          "name": "Get House Systems",
          "request": {
            "name": "Get House Systems",
            "description": {
              "content": "Returns the full catalog of supported house systems with rich metadata.\n\nEach item carries the Swiss Ephemeris code, short name, category,\npolar-latitude behavior, tradition tags, and approximate year of\nintroduction (Sprint 1 Task 4). Legacy fields `id` and `description`\nremain for backwards compatibility.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "house-systems"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "000061c7-4e33-4498-a9fe-5d8fb7651caf",
              "name": "Complete list of available astrological house systems with descriptions",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "house-systems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb5fcf62-e853-4b13-911f-c42afe99a193",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "house-systems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fbf7301e-ed93-47c4-8dfe-bf455326c638",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "house-systems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9edae49c-7418-4acd-b0a7-0567e305c80c",
          "name": "Get Zodiac Types",
          "request": {
            "name": "Get Zodiac Types",
            "description": {
              "content": "Returns a dictionary of available zodiac types.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "zodiac-types"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1f61d034-3921-40ce-b508-f9242045dd54",
              "name": "Available zodiac types for astrological calculations",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "zodiac-types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c5d311e-7609-4610-9cbe-00d90cc3c551",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "zodiac-types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "aafc1968-14e9-4b9d-99ba-1c9355632e73",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "zodiac-types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4b2c6f34-1579-4e85-a548-5d7da5f47560",
          "name": "Get Active Points",
          "request": {
            "name": "Get Active Points",
            "description": {
              "content": "📚 **Complete Celestial Bodies Reference** - All supported points with descriptions and types\n\n**This is the single source of truth for every point the API can calculate.**\nAll chart and data endpoints (`/charts/natal`, `/charts/transits`, `/charts/synastry`,\n`/data/positions`, `/data/aspects`, SVG, etc.) accept these names in `active_points`.\nThere are **no separate `/juno`, `/vertex`, or `/asteroid-calculator` endpoints** —\nasteroids (Juno, Vesta, Pallas, Ceres) and the Vertex angle are first-class points\nhere and are included by listing them in `active_points`.\n\n**Perfect for:**\n- 🎯 Discovering all available celestial bodies\n- 📱 Building dynamic UI selectors with categories\n- 🎓 Learning about different astrological points\n- 🔍 Finding exact names for API requests\n- 🏷️ Filtering by celestial body types\n\n**Available types:**\n- **planet** - Planets including Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto\n- **lunar-node** - Mean_Node, True_Node, Mean_South_Node, True_South_Node\n- **angle** - Ascendant, Medium_Coeli, Descendant, Imum_Coeli, **Vertex** (fated encounters / turning points)\n- **special-point** - Mean_Lilith, True_Lilith, Pars_Fortunae, Hermetic Lots\n- **asteroid** - Chiron, Ceres, Pallas, **Juno** (marriage / commitment), Vesta, Hygiea, Aphrodite, Persephone, Artemis, Hekate, Eros, Psyche, Pholus, Nessus\n- **dwarf-planet** - Eris, Sedna, Haumea, Makemake (Trans-Neptunian dwarf planets)\n- **hypothetical** - Hamburg School / Uranian planets (Cupido, Hades, Zeus, Kronos, Apollon, Admetos, Vulkanus, Poseidon) + Transpluto — dial-based astrology, hard aspects only\n- **fixed-star** - 23 major stars including Royal Stars\n\n**Each entry includes:**\n- **id** - Exact name to use in API requests\n- **description** - Detailed astrological meaning\n- **type** - Category for filtering and grouping\n- **strength** - Relative importance (0.0-2.0, higher = more important)\n\n**Strength scale:**\n- **2.0** - Core luminaries (Sun, Moon) and Ascendant\n- **1.8** - Personal planets (Mercury, Venus, Mars) and Midheaven\n- **1.6** - Social planets (Jupiter, Saturn) and major nodes\n- **1.4** - Outer planets and healing points (Chiron)\n- **1.0-1.2** - Special points and asteroids\n- **0.8** - Most fixed stars (1.2 for Royal Stars)\n\n**Filtering examples:**\n- `?type=planet` - Get only planets\n- `?type=angle` - Get only angles (ASC, MC, DSC, IC)\n- No filter - Get all celestial bodies\n\n**🌟 Start here to explore all available celestial bodies for your calculations!**",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "active-points"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by celestial body type: planet, lunar-node, angle, special-point, asteroid, fixed-star",
                    "type": "text/plain"
                  },
                  "key": "type",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0cba1f4b-2936-4a20-9f8d-a8b0d484dbd7",
              "name": "Complete reference of all supported celestial bodies with types and strength ratings",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "active-points"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by celestial body type: planet, lunar-node, angle, special-point, asteroid, fixed-star",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6771bbe-bdea-407e-9626-93e027e793e7",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "active-points"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by celestial body type: planet, lunar-node, angle, special-point, asteroid, fixed-star",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "843c3720-76b7-4583-906f-0a782b95e4e9",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "active-points"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by celestial body type: planet, lunar-node, angle, special-point, asteroid, fixed-star",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df4a9aa9-8281-4068-91f1-6edb3921600f",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "active-points"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by celestial body type: planet, lunar-node, angle, special-point, asteroid, fixed-star",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "258af684-7e84-4403-bdaf-41c8a0c8df15",
          "name": "Get Primary Active Points",
          "request": {
            "name": "Get Primary Active Points",
            "description": {
              "content": "🌟 **Primary Active Points** - Essential celestial bodies for core astrological interpretation\n\nReturns only the most important active points with strength ≥ 1.4, representing the\nfundamental elements every astrologer uses for chart interpretation.\n\n**Perfect for:**\n- 🎯 Essential chart analysis with core elements only\n- 📱 Simplified UI for beginners focusing on primary factors\n- ⚡ Fast calculations with most impactful points\n- 🎓 Educational applications teaching fundamental astrology\n- 📊 Priority-based chart interpretation systems\n\n**Primary celestial bodies included:**\n- **All Traditional Planets** (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn)\n- **Modern Planets** (Uranus, Neptune, Pluto)\n- **Major Angles** (Ascendant, Medium_Coeli, Descendant, Imum_Coeli)\n- **Lunar Nodes** (Mean_Node, True_Node, Mean_South_Node, True_South_Node)\n- **Chiron** (The Wounded Healer)\n\n**Strength threshold:** ≥ 1.4 (excludes minor asteroids, most fixed stars, Arabic parts)\n\n**Each entry includes:**\n- **id** - Standard name for API requests\n- **description** - Detailed astrological meaning\n- **type** - Category (planet, lunar-node, angle, special-point)\n- **strength** - Importance rating (1.4-2.0 range)\n\n**Filtering examples:**\n- `?type=planet` - Get primary planets only (Sun through Pluto)\n- `?type=angle` - Get major angles only (ASC, MC, DSC, IC)\n- `?type=lunar-node` - Get lunar nodes only\n- No filter - Get all 19 primary active points\n\n**Use this when you need:**\n- Essential points for beginner-friendly interfaces\n- Core elements for fundamental chart interpretation\n- High-impact factors for quick analysis\n- Priority-based celestial body selection\n\n**🔥 Perfect starting point for essential astrological calculations!**",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "active-points",
                "primary"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by celestial body type: planet, lunar-node, angle, special-point, asteroid",
                    "type": "text/plain"
                  },
                  "key": "type",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "bccdfbf0-f984-4e54-a9f3-033f245bf681",
              "name": "Essential celestial bodies with strength ≥ 1.4 for core astrological interpretation",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "active-points",
                    "primary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by celestial body type: planet, lunar-node, angle, special-point, asteroid",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "387435cd-8500-46a5-b92b-81d344d2c695",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "active-points",
                    "primary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by celestial body type: planet, lunar-node, angle, special-point, asteroid",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c6de88f6-a83d-435a-97b8-e062b03d3b4d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "active-points",
                    "primary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by celestial body type: planet, lunar-node, angle, special-point, asteroid",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de507d11-e104-44ae-9680-f21ae2693a20",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "active-points",
                    "primary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by celestial body type: planet, lunar-node, angle, special-point, asteroid",
                        "type": "text/plain"
                      },
                      "key": "type",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ac6c4334-00bd-4f08-b04d-e7beb50c6725",
          "name": "Get Themes",
          "request": {
            "name": "Get Themes",
            "description": {
              "content": "Returns a list of available SVG themes.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "themes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1b027eaa-56f4-401d-8401-f16be9d23837",
              "name": "Available SVG chart themes for visual chart generation",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "themes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f96107c7-60d7-4b45-b233-2c75b32cb090",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "themes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ce5ef3ff-0f04-483e-b9c8-3720c1ae0706",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "themes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c669ef94-278b-45b2-a204-641304be8a02",
          "name": "Get Languages",
          "request": {
            "name": "Get Languages",
            "description": {
              "content": "Returns a list of available languages for SVG charts.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "languages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "88d915cf-c3cb-4efb-86f5-176222ec02d3",
              "name": "Available languages for SVG chart labels and multilingual content",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "languages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3887f08e-eb6c-4084-a993-d9dec0a89c9d",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "languages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4aeec52f-6052-432a-9362-a997bcc4be0c",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "languages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "855d6a0d-690e-4a60-bb99-f1e5af37b32c",
          "name": "Get Fixed Stars",
          "request": {
            "name": "Get Fixed Stars",
            "description": {
              "content": "Returns a detailed list of available fixed stars with their traditional meanings,\nnatures, and keywords for astrological interpretation.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "fixed-stars"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "e9824d86-9193-4c77-9bc1-ea3664d4e486",
              "name": "Complete reference of available fixed stars with traditional meanings and natures",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "fixed-stars"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc07a956-e48a-42ba-9e49-3412bdc54bdb",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "fixed-stars"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "01b50616-66ca-43c2-a94c-e5ad37c3ad58",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "fixed-stars"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1dbb536b-d4c7-4753-a118-ea314b35b787",
          "name": "Get Sabian Symbols",
          "request": {
            "name": "Get Sabian Symbols",
            "description": {
              "content": "Returns the complete set of 360 Sabian Symbols — one for each degree of the zodiac.\n\nBased on Dane Rudhyar's **An Astrological Mandala** (1973), the standard modern reference.\n\n**What you get:**\n- **Symbol** — The symbolic image for each degree\n- **Keynote** — Rudhyar's interpretive keynote\n- **Keyword** — Single word capturing the essence\n\n**Degree convention:**\n- Degrees are numbered 1-30 per sign\n- Degree 1 corresponds to 0.00-0.99 within the sign\n- Use `floor(degree_in_sign) + 1` to find the Sabian degree\n\n**Filter by sign:** Add `?sign=Ari` to get only the 30 symbols for that sign.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "sabian-symbols"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by zodiac sign (3-letter abbreviation). Returns all 360 if omitted.",
                    "type": "text/plain"
                  },
                  "key": "sign",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fa32e7ca-62b6-4f4b-9933-31b31d4fa643",
              "name": "Complete Sabian Symbols reference — 360 symbolic images for each degree of the zodiac",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "sabian-symbols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign (3-letter abbreviation). Returns all 360 if omitted.",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c20c07b-9760-454b-9a72-0ae8659c87c6",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "sabian-symbols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign (3-letter abbreviation). Returns all 360 if omitted.",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e3c62893-8746-4867-848e-3a808d92162b",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "sabian-symbols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign (3-letter abbreviation). Returns all 360 if omitted.",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f17b44e-db6a-4b0d-852a-4083fc2e9025",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "sabian-symbols"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign (3-letter abbreviation). Returns all 360 if omitted.",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9792e9da-5066-4632-960e-aec0ba8b90fb",
          "name": "Get Life Areas",
          "request": {
            "name": "Get Life Areas",
            "description": {
              "content": "📚 **Life Areas Glossary** - Complete reference of astrological life areas\n\nReturns comprehensive information about all standardized life areas used\nthroughout the Astrology API, including their meanings, keywords, emoji,\nand planetary/house associations.\n\n**Perfect for:**\n- 🎯 Understanding available life area options for astrocartography\n- 📚 Educational content about astrological life themes\n- 🔍 API integration reference\n- 🌍 Multilingual astrological applications\n- 🎨 Building UI with emoji representations\n\n**What you get:**\n- **12 standardized life areas** with complete definitions\n- **Translated names** in your preferred language\n- **Representative emojis** for visual interfaces (💼, ❤️, 🏥, etc.)\n- **Keywords and themes** for each area\n- **Planetary associations** (primary and secondary planets)\n- **House correspondences** (traditional astrological houses)\n- **Astrocartography line preferences** (AC, MC, DS, IC)\n- **Strength weights** for relative importance scoring\n\n**Available languages:** English (en), German (de), French (fr), Spanish (es), Russian (ru)\n\n**Response time:** ~50ms | **Content:** Complete life areas reference with emojis",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "life-areas"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Language for translations",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "653b31e6-41c5-401f-8626-8de0aa4702d7",
              "name": "Complete life areas reference with multilingual support and astrological associations",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "life-areas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for translations",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2631805a-3101-40fb-828e-2f8124b38415",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "life-areas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for translations",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "748f4f2c-a5d1-4b0f-b29e-73ad2f39c17b",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "life-areas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for translations",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "115d3200-e514-4b9f-b4b5-5cacd48788f0",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "life-areas"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for translations",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "77f93523-223d-46d8-a37a-adda05571ecc",
          "name": "Get Astrological Keywords",
          "request": {
            "name": "Get Astrological Keywords",
            "description": {
              "content": "🔤 **Astrological Keywords Glossary** - Complete keyword reference\n\nReturns comprehensive keyword collections for different astrological concepts.\nThese keywords are used throughout the API for interpretations and descriptions.\n\n**Perfect for:**\n- 🎯 Understanding keyword meanings and associations\n- 📚 Building astrological interpretation systems\n- 🔍 API integration and content generation\n- 🎨 Creating astrological content and descriptions\n\n**Available categories:**\n- **planets** - Keywords for Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto\n- **lines** - Keywords for astrocartography lines (AC, MC, DS, IC)\n- **houses** - Keywords for the 12 astrological houses\n- **aspects** - Keywords for planetary aspects (conjunction, opposition, trine, etc.)\n- **themes** - Thematic keyword collections (success, love, health, etc.)\n\n**Response time:** ~30ms | **Content:** Complete keyword collections",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "keywords"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Keyword category: planets, lines, houses, aspects, themes",
                    "type": "text/plain"
                  },
                  "key": "category",
                  "value": "planets"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "54e3d7af-29de-43cc-832a-a8fb220ec15b",
              "name": "Comprehensive astrological keywords organized by category with concept-specific collections",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "keywords"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Keyword category: planets, lines, houses, aspects, themes",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "planets"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ddc2d8c2-af4b-4c6b-a220-ebf03842a433",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "keywords"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Keyword category: planets, lines, houses, aspects, themes",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "planets"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "704659b9-a8e1-45df-bb25-fc90544cdc4d",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "keywords"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Keyword category: planets, lines, houses, aspects, themes",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "planets"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b62b9c6-f93d-4563-b322-f541710e2e36",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "keywords"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Keyword category: planets, lines, houses, aspects, themes",
                        "type": "text/plain"
                      },
                      "key": "category",
                      "value": "planets"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4f9273eb-b35d-47f2-b527-350aa697c879",
          "name": "Get Houses Glossary",
          "request": {
            "name": "Get Houses Glossary",
            "description": {
              "content": "🏠 **Houses Glossary** - Complete astrological houses reference\n\nReturns comprehensive information about the 12 astrological houses,\ntheir traditional meanings, themes, and associated life areas.\n\n**Perfect for:**\n- 📚 Learning traditional house meanings\n- 🎯 Understanding house themes and keywords\n- 📱 Building house interpretation features\n- 🎓 Educational astrology applications\n\n**What you get:**\n- **Traditional themes** for each house (1-12)\n- **Life area associations** based on standardized data\n- **Modern keywords** and interpretations\n- **House system information** and alternatives\n- **Usage recommendations** for different systems\n\n**Available house systems:**\n- **P** - Placidus (Default, most common)\n- **W** - Whole Sign (Ancient, gaining popularity)\n- **K** - Koch (Popular in Europe)\n- **A** - Equal Ascendant (30° houses from ASC)\n- **R** - Regiomontanus (Medieval, horary)\n- **C** - Campanus (Space-based)\n- And 17 more specialized systems\n\n**Response time:** ~30ms | **Content:** Complete houses reference",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "houses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "House system code. See /api/v3/glossary/house-systems for the full catalog of 23 supported codes.",
                    "type": "text/plain"
                  },
                  "key": "house_system",
                  "value": "P"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8a79ff90-48d7-4e4f-8110-e8db7a7a16db",
              "name": "Complete astrological houses reference with themes, meanings, and house system information",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "houses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "House system code. See /api/v3/glossary/house-systems for the full catalog of 23 supported codes.",
                        "type": "text/plain"
                      },
                      "key": "house_system",
                      "value": "P"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b36f276-7403-4a43-83c8-8cb3c7373855",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "houses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "House system code. See /api/v3/glossary/house-systems for the full catalog of 23 supported codes.",
                        "type": "text/plain"
                      },
                      "key": "house_system",
                      "value": "P"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e7972686-46e4-4031-be05-3868c1e8d9eb",
              "name": "Validation Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "houses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "House system code. See /api/v3/glossary/house-systems for the full catalog of 23 supported codes.",
                        "type": "text/plain"
                      },
                      "key": "house_system",
                      "value": "P"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    {\n      \"loc\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"msg\": \"<string>\",\n      \"type\": \"<string>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0df8962-448d-4796-bfcd-c6f495472051",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "houses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "House system code. See /api/v3/glossary/house-systems for the full catalog of 23 supported codes.",
                        "type": "text/plain"
                      },
                      "key": "house_system",
                      "value": "P"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "497134cb-1a66-4908-ae9a-bc63e01dbbee",
          "name": "Get Elements Glossary Endpoint",
          "request": {
            "name": "Get Elements Glossary Endpoint",
            "description": {
              "content": "🔥💧💨🌍 **Elements Glossary** - Classical elements reference for astrology and tarot\n\nReturns comprehensive information about the four classical elements (Fire, Water, Air, Earth)\nand their correspondences in both astrological and tarot systems.\n\n**Perfect for:**\n- 🎴 Tarot elemental dignities calculations\n- ♈ Understanding zodiac sign elements\n- 🌟 Planetary elemental associations\n- 🎯 Life area elemental connections\n- 📚 Educational applications\n\n**What you get for each element:**\n- **Keywords** - Core qualities and attributes\n- **Colors** - Associated color correspondences\n- **Zodiac signs** - Three signs per element\n- **Planets** - Planetary associations\n- **Tarot suit** - Minor Arcana suit correspondence\n- **Season** - Seasonal association\n- **Direction** - Cardinal direction\n- **Temperament** - Classical temperament\n- **Life areas** - Related life themes\n\n**Element relationships:**\n- **Friendly** - Supportive elements (strength 1.5x)\n- **Neutral** - Balanced interaction (strength 1.0x)\n- **Opposing** - Challenging elements (strength 0.5x)\n\n**Use cases:**\n- Calculate elemental dignities in tarot spreads\n- Understand sign compatibility by element\n- Determine elemental balance in birth charts\n- Educational content about elements\n\n**Response time:** ~20ms | **Content:** Complete elemental system",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "elements"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "09b230a1-1029-40fe-8354-592eba50e3fa",
              "name": "Classical elements reference for astrology and tarot with complete correspondences",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "elements"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a389570-6f0d-4b09-9ab4-1c8a4dee1dd9",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "elements"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9e89cd8f-bc2b-4e2d-8043-0931e0d2d6d8",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "elements"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "21888fee-1455-4f75-ac8d-3ae713d2fcc3",
          "name": "Get Horary Categories",
          "request": {
            "name": "Get Horary Categories",
            "description": {
              "content": "**Horary Question Categories** - Reference for question types and subtypes\n\nReturns all horary question categories and their subtypes for use with\n`/horary/analyze` endpoint. Each category has specific subtypes with\ndifferent judgment criteria and significators.\n\n**Perfect for:**\n- Discovering available question categories\n- Understanding subtype-specific significators\n- Building dynamic question forms\n- Educational horary content\n\n**What you get:**\n- **Categories** - Main question types (health, love, career, etc.)\n- **Subtypes** - Specific question variations within each category\n- **Significators** - Planets/points to examine for each subtype\n- **Descriptions** - Human-readable question examples\n\n**Example usage with /horary/analyze:**\n```json\n{\n    \"question\": \"Will I get the job?\",\n    \"category\": \"career\",\n    \"subtype\": \"get_position\",\n    ...\n}\n```\n\n**Response time:** ~10ms | **Content:** Complete horary category reference",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "horary-categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "82eb307b-bbcf-45c8-9228-25a6adb3f421",
              "name": "Horary question categories and their subtypes",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "horary-categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "831346a4-f8ff-48e7-9332-14b011ee60e5",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "horary-categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a8c0e66d-40b9-41cc-a1b5-260f8e49712b",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "horary-categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5026ecf6-e54c-4806-8f00-574922f0ea76",
          "name": "Orb Policies Reference",
          "request": {
            "name": "Orb Policies Reference",
            "description": {
              "content": "**Orb Policies** - Reference for all supported orb computation strategies.\n\nReturns moiety tables, modern natal/transit orb tables, and the harmonic\naspect scale used by `compute_max_orb()` in `/data/aspects`.\n\n**Policies:**\n- `modern` - Standard contemporary natal orbs\n- `modern_transit` - Tighter transit-appropriate orbs\n- `moiety_lilly` - Classical Lilly moiety-based orbs (half-orb per planet)\n- `moiety_bonatti` - Classical Bonatti moiety-based orbs\n- `custom` - Fully overridable via `orb_overrides` field\n\n**Response time:** ~5ms",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "glossary",
                "orb-policies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6339b295-9651-48d6-be16-816e6e486315",
              "name": "All supported orb computation policies and their tables",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "orb-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc70665f-c880-4bc3-a781-b4975237511f",
              "name": "Glossary item not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "orb-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "98cc7682-07d7-4907-8a06-94a55a677571",
              "name": "Internal server error loading glossary",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "glossary",
                    "orb-policies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "💕 Relationship Insights",
      "description": "",
      "item": [
        {
          "name": "📁 Calculate Compatibility",
          "description": "All available examples for Calculate Compatibility endpoint. 🌟 **Relationship Compatibility Analysis** - Deep synastry and composite insights\n\n**Perfect for:**\n- 💑 Couples wanting to understand their dynamic\n- 💕 Dating apps providing compatibility scores\n- 💍 Pre-marriage counseling\n- 🔮 Relationship coaches\n\n**What you get:**\n- **Compatibility Score** - 0-100 rating with detailed breakdown\n- **Synastry Analysis** - How you affect each other\n- **Composite Chart** - Your relationship as an entity\n- **Love Languages** - How you give and receive love\n- **Relationship Dynamics** - Power balance, communication style\n- **Davison Chart** (optional) - Midpoint relationship chart\n\n**Response time:** ~500ms | **Accuracy:** Professional-grade calculations",
          "item": [
            {
              "id": "ac8b08ea-d0db-4902-b8c4-3e34513288cd",
              "name": "Basic compatibility check",
              "request": {
                "name": "Basic compatibility check",
                "description": {
                  "content": "🎯 **Calculate Compatibility**\n\n📋 **Endpoint Description:**\n🌟 **Relationship Compatibility Analysis** - Deep synastry and composite insights\n\n**Perfect for:**\n- 💑 Couples wanting to understand their dynamic\n- 💕 Dating apps providing compatibility scores\n- 💍 Pre-marriage counseling\n- 🔮 Relationship coaches\n\n**What you get:**\n- **Compatibility Score** - 0-100 rating with detailed breakdown\n- **Synastry Analysis** - How you affect each other\n- **Composite Chart** - Your relationship as an entity\n- **Love Languages** - How you give and receive love\n- **Relationship Dynamics** - Power balance, communication style\n- **Davison Chart** (optional) - Midpoint relationship chart\n\n**Response time:** ~500ms | **Accuracy:** Professional-grade calculations\n\n✨ **Example Description:**\nSimple compatibility analysis between two people\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Oleg\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 5,\n        \"day\": 11,\n        \"hour\": 18,\n        \"minute\": 15,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Partner\",\n      \"birth_data\": {\n        \"year\": 1990,\n        \"month\": 8,\n        \"day\": 22,\n        \"hour\": 14,\n        \"minute\": 30,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\"\n  },\n  \"compatibility_options\": {\n    \"include_davison\": false,\n    \"include_timing\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ffe8840c-3f9d-4f0c-81a4-e1d4310b8e94",
              "name": "International relationship",
              "request": {
                "name": "International relationship",
                "description": {
                  "content": "🎯 **Calculate Compatibility**\n\n📋 **Endpoint Description:**\n🌟 **Relationship Compatibility Analysis** - Deep synastry and composite insights\n\n**Perfect for:**\n- 💑 Couples wanting to understand their dynamic\n- 💕 Dating apps providing compatibility scores\n- 💍 Pre-marriage counseling\n- 🔮 Relationship coaches\n\n**What you get:**\n- **Compatibility Score** - 0-100 rating with detailed breakdown\n- **Synastry Analysis** - How you affect each other\n- **Composite Chart** - Your relationship as an entity\n- **Love Languages** - How you give and receive love\n- **Relationship Dynamics** - Power balance, communication style\n- **Davison Chart** (optional) - Midpoint relationship chart\n\n**Response time:** ~500ms | **Accuracy:** Professional-grade calculations\n\n✨ **Example Description:**\nCross-cultural compatibility with coordinates\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Person 1\",\n      \"birth_data\": {\n        \"year\": 1988,\n        \"month\": 3,\n        \"day\": 15,\n        \"hour\": 9,\n        \"minute\": 45,\n        \"latitude\": 50.4501,\n        \"longitude\": 30.5234,\n        \"timezone\": \"Europe/Kiev\"\n      }\n    },\n    {\n      \"name\": \"Person 2\",\n      \"birth_data\": {\n        \"year\": 1992,\n        \"month\": 7,\n        \"day\": 20,\n        \"hour\": 16,\n        \"minute\": 30,\n        \"city\": \"Paris\",\n        \"country_code\": \"FR\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"fr\"\n  },\n  \"compatibility_options\": {\n    \"include_davison\": true,\n    \"include_timing\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Quick Compatibility Score",
          "description": "All available examples for Quick Compatibility Score endpoint. 🎯 **Quick Compatibility Score** - Fast numerical compatibility\n\n**Perfect for:**\n- 📱 Dating app swipe decisions\n- ⚡ Quick compatibility checks\n- 🎰 Match percentage displays\n\n**What you get:**\n- **Overall Score** - 0-100 compatibility percentage\n- **Category Breakdown** - Emotional, intellectual, physical scores\n- **Match Quality** - Excellent/Good/Moderate/Challenging\n\n**Response time:** ~200ms | **Optimized for speed**",
          "item": [
            {
              "id": "7de9d5e1-62f4-4062-ba8b-1297bb6299d3",
              "name": "Quick compatibility score",
              "request": {
                "name": "Quick compatibility score",
                "description": {
                  "content": "🎯 **Quick Compatibility Score**\n\n📋 **Endpoint Description:**\n🎯 **Quick Compatibility Score** - Fast numerical compatibility\n\n**Perfect for:**\n- 📱 Dating app swipe decisions\n- ⚡ Quick compatibility checks\n- 🎰 Match percentage displays\n\n**What you get:**\n- **Overall Score** - 0-100 compatibility percentage\n- **Category Breakdown** - Emotional, intellectual, physical scores\n- **Match Quality** - Excellent/Good/Moderate/Challenging\n\n**Response time:** ~200ms | **Optimized for speed**\n\n✨ **Example Description:**\nFast compatibility percentage for dating apps\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/compatibility-score`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "compatibility-score"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Oleg\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 5,\n        \"day\": 11,\n        \"hour\": 18,\n        \"minute\": 15,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Match\",\n      \"birth_data\": {\n        \"year\": 1990,\n        \"month\": 8,\n        \"day\": 22,\n        \"hour\": 10,\n        \"minute\": 30,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "fe4b8723-3b13-47cd-99e3-1a238a95c097",
              "name": "Using coordinates for speed",
              "request": {
                "name": "Using coordinates for speed",
                "description": {
                  "content": "🎯 **Quick Compatibility Score**\n\n📋 **Endpoint Description:**\n🎯 **Quick Compatibility Score** - Fast numerical compatibility\n\n**Perfect for:**\n- 📱 Dating app swipe decisions\n- ⚡ Quick compatibility checks\n- 🎰 Match percentage displays\n\n**What you get:**\n- **Overall Score** - 0-100 compatibility percentage\n- **Category Breakdown** - Emotional, intellectual, physical scores\n- **Match Quality** - Excellent/Good/Moderate/Challenging\n\n**Response time:** ~200ms | **Optimized for speed**\n\n✨ **Example Description:**\nDirect coordinate input avoids geocoding delay\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/compatibility-score`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "compatibility-score"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Person A\",\n      \"birth_data\": {\n        \"year\": 1987,\n        \"month\": 9,\n        \"day\": 3,\n        \"hour\": 14,\n        \"minute\": 22,\n        \"latitude\": 50.4501,\n        \"longitude\": 30.5234,\n        \"timezone\": \"Europe/Kiev\"\n      }\n    },\n    {\n      \"name\": \"Person B\",\n      \"birth_data\": {\n        \"year\": 1992,\n        \"month\": 12,\n        \"day\": 7,\n        \"hour\": 16,\n        \"minute\": 45,\n        \"latitude\": 51.5074,\n        \"longitude\": -0.1278,\n        \"timezone\": \"Europe/London\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Love Languages",
          "description": "All available examples for Analyze Love Languages endpoint. 💝 **Love Language Analysis** - Discover how you give and receive love\n\n**Based on:**\n- **Venus** - How you show love and affection\n- **Moon** - Your emotional needs and comfort\n- **Mars** - Your passion and desire nature\n- **5th House** - Romance and creative expression\n\n**What you get:**\n- **Primary Love Language** - Your main way of expressing love\n- **Secondary Love Language** - Your secondary expression\n- **Receiving Style** - How you prefer to receive love\n- **Romantic Tendencies** - Detailed personality insights\n\n**Response time:** ~300ms",
          "item": [
            {
              "id": "a5b37c3b-3e98-418e-b139-441d424f75a3",
              "name": "Individual love language style",
              "request": {
                "name": "Individual love language style",
                "description": {
                  "content": "🎯 **Analyze Love Languages**\n\n📋 **Endpoint Description:**\n💝 **Love Language Analysis** - Discover how you give and receive love\n\n**Based on:**\n- **Venus** - How you show love and affection\n- **Moon** - Your emotional needs and comfort\n- **Mars** - Your passion and desire nature\n- **5th House** - Romance and creative expression\n\n**What you get:**\n- **Primary Love Language** - Your main way of expressing love\n- **Secondary Love Language** - Your secondary expression\n- **Receiving Style** - How you prefer to receive love\n- **Romantic Tendencies** - Detailed personality insights\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nAnalyze one person's love language preferences\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/love-languages`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "love-languages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "96c57cea-d8f6-42e7-af6c-00585de784cd",
              "name": "Ukrainian person analysis",
              "request": {
                "name": "Ukrainian person analysis",
                "description": {
                  "content": "🎯 **Analyze Love Languages**\n\n📋 **Endpoint Description:**\n💝 **Love Language Analysis** - Discover how you give and receive love\n\n**Based on:**\n- **Venus** - How you show love and affection\n- **Moon** - Your emotional needs and comfort\n- **Mars** - Your passion and desire nature\n- **5th House** - Romance and creative expression\n\n**What you get:**\n- **Primary Love Language** - Your main way of expressing love\n- **Secondary Love Language** - Your secondary expression\n- **Receiving Style** - How you prefer to receive love\n- **Romantic Tendencies** - Detailed personality insights\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nLove language analysis in Russian (fallback)\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/love-languages`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "love-languages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"\\u0406\\u0432\\u0430\\u043d\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 7,\n      \"day\": 18,\n      \"hour\": 9,\n      \"minute\": 45,\n      \"city\": \"Kiev\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"ru\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "20c779d9-33f7-42c9-ae05-43e6abc9fac7",
              "name": "French person analysis",
              "request": {
                "name": "French person analysis",
                "description": {
                  "content": "🎯 **Analyze Love Languages**\n\n📋 **Endpoint Description:**\n💝 **Love Language Analysis** - Discover how you give and receive love\n\n**Based on:**\n- **Venus** - How you show love and affection\n- **Moon** - Your emotional needs and comfort\n- **Mars** - Your passion and desire nature\n- **5th House** - Romance and creative expression\n\n**What you get:**\n- **Primary Love Language** - Your main way of expressing love\n- **Secondary Love Language** - Your secondary expression\n- **Receiving Style** - How you prefer to receive love\n- **Romantic Tendencies** - Detailed personality insights\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nLove language analysis in French\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/love-languages`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "love-languages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Marie\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 11,\n      \"day\": 2,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"options\": {\n    \"language\": \"fr\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Davison Chart",
          "description": "All available examples for Calculate Davison Chart endpoint. 🌌 **Davison Relationship Chart** — a real natal chart at the midpoint\nin time and space between two births.\n\n**What makes Davison different from midpoint composite?**\nDavison is a *real* chart anchored to an actual moment and location —\nyou can progress it, transit it, and run returns against it. Advanced\npractitioners (Hand, Brady, Townley) prefer Davison when doing predictive\nwork on a relationship.\n\n**Calculation (canonical, matches Solar Fire / Astro Gold):**\n- **Time midpoint:** Julian Day average in UT (not naive local-time arithmetic)\n- **Space midpoint:** arithmetic mean of latitude/longitude (Ronald Davison 1977),\n  or great-circle midpoint via `options.midpoint_method: \"spherical\"` for\n  long-distance pairs\n- **Timezone:** resolved from midpoint coordinates via TimezoneFinder\n\n**Strict validation:**\n- Both subjects must have a known birth time (`hour` and `minute`) — 422 otherwise\n- `warnings` surface `near_antipodal` (angular distance >170°) or\n  `large_time_gap` (births >50 years apart)\n\n**Response:** unified `CompositeChartResponse` — same shape as\n`/api/v3/charts/composite?method=davison`, plus `midpoint_metadata`\n(jd_ut, datetime_utc, tz_at_midpoint, angular_distance_deg) and `warnings`.\n\n**Response time:** ~400ms",
          "item": [
            {
              "id": "512621a9-0a2a-4924-9336-b2cb46be3c48",
              "name": "Ukrainian couple Davison chart",
              "request": {
                "name": "Ukrainian couple Davison chart",
                "description": {
                  "content": "🎯 **Calculate Davison Chart**\n\n📋 **Endpoint Description:**\n🌌 **Davison Relationship Chart** — a real natal chart at the midpoint\nin time and space between two births.\n\n**What makes Davison different from midpoint composite?**\nDavison is a *real* chart anchored to an actual moment and location —\nyou can progress it, transit it, and run returns against it. Advanced\npractitioners (Hand, Brady, Townley) prefer Davison when doing predictive\nwork on a relationship.\n\n**Calculation (canonical, matches Solar Fire / Astro Gold):**\n- **Time midpoint:** Julian Day average in UT (not naive local-time arithmetic)\n- **Space midpoint:** arithmetic mean of latitude/longitude (Ronald Davison 1977),\n  or great-circle midpoint via `options.midpoint_method: \"spherical\"` for\n  long-distance pairs\n- **Timezone:** resolved from midpoint coordinates via TimezoneFinder\n\n**Strict validation:**\n- Both subjects must have a known birth time (`hour` and `minute`) — 422 otherwise\n- `warnings` surface `near_antipodal` (angular distance >170°) or\n  `large_time_gap` (births >50 years apart)\n\n**Response:** unified `CompositeChartResponse` — same shape as\n`/api/v3/charts/composite?method=davison`, plus `midpoint_metadata`\n(jd_ut, datetime_utc, tz_at_midpoint, angular_distance_deg) and `warnings`.\n\n**Response time:** ~400ms\n\n✨ **Example Description:**\nMidpoint relationship chart for Ukrainian couple\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/davison`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "davison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Oleg\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 5,\n        \"day\": 11,\n        \"hour\": 18,\n        \"minute\": 15,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Partner\",\n      \"birth_data\": {\n        \"year\": 1990,\n        \"month\": 8,\n        \"day\": 22,\n        \"hour\": 14,\n        \"minute\": 30,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"ru\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "86cba94e-5987-432c-ae0b-acc617af6060",
              "name": "International couple — spherical midpoint",
              "request": {
                "name": "International couple — spherical midpoint",
                "description": {
                  "content": "🎯 **Calculate Davison Chart**\n\n📋 **Endpoint Description:**\n🌌 **Davison Relationship Chart** — a real natal chart at the midpoint\nin time and space between two births.\n\n**What makes Davison different from midpoint composite?**\nDavison is a *real* chart anchored to an actual moment and location —\nyou can progress it, transit it, and run returns against it. Advanced\npractitioners (Hand, Brady, Townley) prefer Davison when doing predictive\nwork on a relationship.\n\n**Calculation (canonical, matches Solar Fire / Astro Gold):**\n- **Time midpoint:** Julian Day average in UT (not naive local-time arithmetic)\n- **Space midpoint:** arithmetic mean of latitude/longitude (Ronald Davison 1977),\n  or great-circle midpoint via `options.midpoint_method: \"spherical\"` for\n  long-distance pairs\n- **Timezone:** resolved from midpoint coordinates via TimezoneFinder\n\n**Strict validation:**\n- Both subjects must have a known birth time (`hour` and `minute`) — 422 otherwise\n- `warnings` surface `near_antipodal` (angular distance >170°) or\n  `large_time_gap` (births >50 years apart)\n\n**Response:** unified `CompositeChartResponse` — same shape as\n`/api/v3/charts/composite?method=davison`, plus `midpoint_metadata`\n(jd_ut, datetime_utc, tz_at_midpoint, angular_distance_deg) and `warnings`.\n\n**Response time:** ~400ms\n\n✨ **Example Description:**\nCross-cultural Davison chart with great-circle midpoint (spherical). Recommended for birth locations that are far apart — arithmetic averaging would distort the midpoint.\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/davison`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "davison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Person A\",\n      \"birth_data\": {\n        \"year\": 1987,\n        \"month\": 2,\n        \"day\": 28,\n        \"hour\": 22,\n        \"minute\": 30,\n        \"city\": \"Lviv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Person B\",\n      \"birth_data\": {\n        \"year\": 1989,\n        \"month\": 6,\n        \"day\": 10,\n        \"hour\": 11,\n        \"minute\": 0,\n        \"city\": \"Berlin\",\n        \"country_code\": \"DE\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\",\n    \"midpoint_method\": \"spherical\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b9f40a46-e70b-43ad-b927-17dbdfb0d802",
              "name": "Marriage relationship chart",
              "request": {
                "name": "Marriage relationship chart",
                "description": {
                  "content": "🎯 **Calculate Davison Chart**\n\n📋 **Endpoint Description:**\n🌌 **Davison Relationship Chart** — a real natal chart at the midpoint\nin time and space between two births.\n\n**What makes Davison different from midpoint composite?**\nDavison is a *real* chart anchored to an actual moment and location —\nyou can progress it, transit it, and run returns against it. Advanced\npractitioners (Hand, Brady, Townley) prefer Davison when doing predictive\nwork on a relationship.\n\n**Calculation (canonical, matches Solar Fire / Astro Gold):**\n- **Time midpoint:** Julian Day average in UT (not naive local-time arithmetic)\n- **Space midpoint:** arithmetic mean of latitude/longitude (Ronald Davison 1977),\n  or great-circle midpoint via `options.midpoint_method: \"spherical\"` for\n  long-distance pairs\n- **Timezone:** resolved from midpoint coordinates via TimezoneFinder\n\n**Strict validation:**\n- Both subjects must have a known birth time (`hour` and `minute`) — 422 otherwise\n- `warnings` surface `near_antipodal` (angular distance >170°) or\n  `large_time_gap` (births >50 years apart)\n\n**Response:** unified `CompositeChartResponse` — same shape as\n`/api/v3/charts/composite?method=davison`, plus `midpoint_metadata`\n(jd_ut, datetime_utc, tz_at_midpoint, angular_distance_deg) and `warnings`.\n\n**Response time:** ~400ms\n\n✨ **Example Description:**\nLong-term partnership Davison analysis\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/davison`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "davison"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Partner 1\",\n      \"birth_data\": {\n        \"year\": 1983,\n        \"month\": 12,\n        \"day\": 5,\n        \"hour\": 16,\n        \"minute\": 45,\n        \"city\": \"Warsaw\",\n        \"country_code\": \"PL\"\n      }\n    },\n    {\n      \"name\": \"Partner 2\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 3,\n        \"day\": 20,\n        \"hour\": 8,\n        \"minute\": 15,\n        \"city\": \"Krakow\",\n        \"country_code\": \"PL\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Relationship Timing",
          "description": "All available examples for Calculate Relationship Timing endpoint. 📅 **Relationship Timing Analysis** - Find optimal dates for milestones\n\n**Analyzes:**\n- 💑 Best dates for commitment\n- 🏠 Moving in together timing\n- 💍 Engagement opportunities\n- 👰 Wedding date selection\n- 🌙 Lunar phases for romance\n\n**Based on:**\n- Individual transits\n- Composite chart transits\n- Davison chart transits\n- Venus and Mars cycles\n- Lunar phases\n\n**Response time:** ~600ms",
          "item": [
            {
              "id": "d25622d9-eeaa-48be-8b0b-7477a26da98e",
              "name": "Wedding date planning",
              "request": {
                "name": "Wedding date planning",
                "description": {
                  "content": "🎯 **Calculate Relationship Timing**\n\n📋 **Endpoint Description:**\n📅 **Relationship Timing Analysis** - Find optimal dates for milestones\n\n**Analyzes:**\n- 💑 Best dates for commitment\n- 🏠 Moving in together timing\n- 💍 Engagement opportunities\n- 👰 Wedding date selection\n- 🌙 Lunar phases for romance\n\n**Based on:**\n- Individual transits\n- Composite chart transits\n- Davison chart transits\n- Venus and Mars cycles\n- Lunar phases\n\n**Response time:** ~600ms\n\n✨ **Example Description:**\nFind optimal wedding dates for engaged couple\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/timing`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Oleg\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 5,\n        \"day\": 11,\n        \"hour\": 18,\n        \"minute\": 15,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Fianc\\u00e9e\",\n      \"birth_data\": {\n        \"year\": 1990,\n        \"month\": 8,\n        \"day\": 22,\n        \"hour\": 14,\n        \"minute\": 30,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\"\n  },\n  \"compatibility_options\": {\n    \"start_date\": \"2024-06-01\",\n    \"end_date\": \"2025-12-31\",\n    \"milestones\": [\n      \"wedding\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "12ddbd2f-cf13-45d7-b569-ddf468da4c21",
              "name": "Dating milestone timing",
              "request": {
                "name": "Dating milestone timing",
                "description": {
                  "content": "🎯 **Calculate Relationship Timing**\n\n📋 **Endpoint Description:**\n📅 **Relationship Timing Analysis** - Find optimal dates for milestones\n\n**Analyzes:**\n- 💑 Best dates for commitment\n- 🏠 Moving in together timing\n- 💍 Engagement opportunities\n- 👰 Wedding date selection\n- 🌙 Lunar phases for romance\n\n**Based on:**\n- Individual transits\n- Composite chart transits\n- Davison chart transits\n- Venus and Mars cycles\n- Lunar phases\n\n**Response time:** ~600ms\n\n✨ **Example Description:**\nEarly relationship progression timing\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/timing`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Person 1\",\n      \"birth_data\": {\n        \"year\": 1992,\n        \"month\": 1,\n        \"day\": 25,\n        \"hour\": 12,\n        \"minute\": 0,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Person 2\",\n      \"birth_data\": {\n        \"year\": 1988,\n        \"month\": 11,\n        \"day\": 14,\n        \"hour\": 8,\n        \"minute\": 45,\n        \"city\": \"Prague\",\n        \"country_code\": \"CZ\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\"\n  },\n  \"compatibility_options\": {\n    \"milestones\": [\n      \"commitment\",\n      \"moving_together\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "00517889-4806-4a24-8656-29ceb75117f6",
              "name": "Complete relationship timeline",
              "request": {
                "name": "Complete relationship timeline",
                "description": {
                  "content": "🎯 **Calculate Relationship Timing**\n\n📋 **Endpoint Description:**\n📅 **Relationship Timing Analysis** - Find optimal dates for milestones\n\n**Analyzes:**\n- 💑 Best dates for commitment\n- 🏠 Moving in together timing\n- 💍 Engagement opportunities\n- 👰 Wedding date selection\n- 🌙 Lunar phases for romance\n\n**Based on:**\n- Individual transits\n- Composite chart transits\n- Davison chart transits\n- Venus and Mars cycles\n- Lunar phases\n\n**Response time:** ~600ms\n\n✨ **Example Description:**\nAll major relationship milestones timing\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/timing`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Partner A\",\n      \"birth_data\": {\n        \"year\": 1987,\n        \"month\": 4,\n        \"day\": 3,\n        \"hour\": 15,\n        \"minute\": 20,\n        \"city\": \"Odessa\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Partner B\",\n      \"birth_data\": {\n        \"year\": 1991,\n        \"month\": 9,\n        \"day\": 12,\n        \"hour\": 21,\n        \"minute\": 45,\n        \"city\": \"Lviv\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"ru\"\n  },\n  \"compatibility_options\": {\n    \"milestones\": [\n      \"commitment\",\n      \"moving_together\",\n      \"engagement\",\n      \"wedding\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Red Green Flags",
          "description": "All available examples for Analyze Red Green Flags endpoint. 🚦 **Red & Green Flags Analysis** - Dating profile insights\n\n**Identifies:**\n- 🟢 **Green Flags** - Positive relationship indicators\n- 🟡 **Yellow Flags** - Areas needing awareness\n- 🔴 **Red Flags** - Potential challenges\n\n**Analyzes:**\n- Venus aspects (love nature)\n- Moon aspects (emotional patterns)\n- Mars aspects (conflict style)\n- Saturn aspects (commitment)\n- 7th house (partnership approach)\n\n**Response time:** ~300ms",
          "item": [
            {
              "id": "b97aa883-0fed-4463-91fa-948d6111350c",
              "name": "Dating profile insights",
              "request": {
                "name": "Dating profile insights",
                "description": {
                  "content": "🎯 **Analyze Red Green Flags**\n\n📋 **Endpoint Description:**\n🚦 **Red & Green Flags Analysis** - Dating profile insights\n\n**Identifies:**\n- 🟢 **Green Flags** - Positive relationship indicators\n- 🟡 **Yellow Flags** - Areas needing awareness\n- 🔴 **Red Flags** - Potential challenges\n\n**Analyzes:**\n- Venus aspects (love nature)\n- Moon aspects (emotional patterns)\n- Mars aspects (conflict style)\n- Saturn aspects (commitment)\n- 7th house (partnership approach)\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nAnalyze relationship patterns for dating\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/red-flags`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "red-flags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "8807a3b7-2c9f-40bc-ac7e-099c05331a84",
              "name": "Self-awareness analysis",
              "request": {
                "name": "Self-awareness analysis",
                "description": {
                  "content": "🎯 **Analyze Red Green Flags**\n\n📋 **Endpoint Description:**\n🚦 **Red & Green Flags Analysis** - Dating profile insights\n\n**Identifies:**\n- 🟢 **Green Flags** - Positive relationship indicators\n- 🟡 **Yellow Flags** - Areas needing awareness\n- 🔴 **Red Flags** - Potential challenges\n\n**Analyzes:**\n- Venus aspects (love nature)\n- Moon aspects (emotional patterns)\n- Mars aspects (conflict style)\n- Saturn aspects (commitment)\n- 7th house (partnership approach)\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nUnderstanding your relationship patterns\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/red-flags`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "red-flags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anna\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 9,\n      \"day\": 8,\n      \"hour\": 11,\n      \"minute\": 45,\n      \"city\": \"Kiev\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"ru\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "2de722bc-0d5d-4be5-9fba-1fd8c13b6024",
              "name": "Relationship counseling prep",
              "request": {
                "name": "Relationship counseling prep",
                "description": {
                  "content": "🎯 **Analyze Red Green Flags**\n\n📋 **Endpoint Description:**\n🚦 **Red & Green Flags Analysis** - Dating profile insights\n\n**Identifies:**\n- 🟢 **Green Flags** - Positive relationship indicators\n- 🟡 **Yellow Flags** - Areas needing awareness\n- 🔴 **Red Flags** - Potential challenges\n\n**Analyzes:**\n- Venus aspects (love nature)\n- Moon aspects (emotional patterns)\n- Mars aspects (conflict style)\n- Saturn aspects (commitment)\n- 7th house (partnership approach)\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nPrepare for relationship therapy session\n\n🔗 **Endpoint:** `POST /api/v3/insights/relationship/red-flags`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    "red-flags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"\\u041c\\u0438\\u0445\\u0430\\u0439\\u043b\\u043e\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 12,\n      \"day\": 3,\n      \"hour\": 16,\n      \"minute\": 20,\n      \"city\": \"Dnipro\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"ru\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "13705f42-3a49-4967-95f2-110bcac6c0b2",
          "name": "Discover Relationship Insights",
          "request": {
            "name": "Discover Relationship Insights",
            "description": {
              "content": "💕 **Relationship Insights Discovery** - Available relationship analyses\n\nExplore all available relationship and compatibility insights.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "insights",
                "relationship",
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "52b3041f-04b7-41d6-a3ab-45c54e759fcc",
              "name": "Available relationship insights endpoints and information",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "479ffd60-1b25-419b-b573-b8ed3f8b5381",
              "name": "Invalid insights parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8e456dcd-fcc2-4c82-9a9a-c2cbb4070752",
              "name": "Validation error - check input data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "relationship",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "🐾 Pet Insights",
      "description": "",
      "item": [
        {
          "name": "📁 Analyze Pet Personality",
          "description": "All available examples for Analyze Pet Personality endpoint. 🐾 **Pet Personality Analysis** - Understand your pet's unique character\n\n**Perfect for:**\n- 🐕 New pet parents wanting to understand their companion\n- 🐈 Trainers developing customized approaches\n- 🦜 Breeders understanding temperament patterns\n- 🐴 Anyone deepening their pet relationship\n\n**What you get:**\n- **Personality Profile** - Core temperament and traits\n- **Energy Level** - Activity needs and patterns\n- **Social Style** - How they interact with others\n- **Training Approach** - Best methods for this personality\n- **Emotional Needs** - What makes them feel secure\n\n**Response time:** ~300ms | **Accuracy:** Based on birth time precision",
          "item": [
            {
              "id": "a57e9d2c-7765-4c26-b6f4-a2ec71899df2",
              "name": "Golden Retriever personality analysis",
              "request": {
                "name": "Golden Retriever personality analysis",
                "description": {
                  "content": "🎯 **Analyze Pet Personality**\n\n📋 **Endpoint Description:**\n🐾 **Pet Personality Analysis** - Understand your pet's unique character\n\n**Perfect for:**\n- 🐕 New pet parents wanting to understand their companion\n- 🐈 Trainers developing customized approaches\n- 🦜 Breeders understanding temperament patterns\n- 🐴 Anyone deepening their pet relationship\n\n**What you get:**\n- **Personality Profile** - Core temperament and traits\n- **Energy Level** - Activity needs and patterns\n- **Social Style** - How they interact with others\n- **Training Approach** - Best methods for this personality\n- **Emotional Needs** - What makes them feel secure\n\n**Response time:** ~300ms | **Accuracy:** Based on birth time precision\n\n✨ **Example Description:**\nAnalyze personality traits of a Golden Retriever puppy\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/personality`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "personality"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Buddy\",\n    \"birth_data\": {\n      \"year\": 2020,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"pet_options\": {\n    \"pet_type\": \"dog\",\n    \"breed\": \"golden_retriever\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9b7660c1-22e4-48f3-8876-60682f439312",
              "name": "Persian cat personality analysis",
              "request": {
                "name": "Persian cat personality analysis",
                "description": {
                  "content": "🎯 **Analyze Pet Personality**\n\n📋 **Endpoint Description:**\n🐾 **Pet Personality Analysis** - Understand your pet's unique character\n\n**Perfect for:**\n- 🐕 New pet parents wanting to understand their companion\n- 🐈 Trainers developing customized approaches\n- 🦜 Breeders understanding temperament patterns\n- 🐴 Anyone deepening their pet relationship\n\n**What you get:**\n- **Personality Profile** - Core temperament and traits\n- **Energy Level** - Activity needs and patterns\n- **Social Style** - How they interact with others\n- **Training Approach** - Best methods for this personality\n- **Emotional Needs** - What makes them feel secure\n\n**Response time:** ~300ms | **Accuracy:** Based on birth time precision\n\n✨ **Example Description:**\nUnderstanding a Persian cat's unique traits\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/personality`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "personality"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Whiskers\",\n    \"birth_data\": {\n      \"year\": 2021,\n      \"month\": 7,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"pet_options\": {\n    \"pet_type\": \"cat\",\n    \"breed\": \"persian\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "845a864e-b03e-474a-9df2-ea9ccd8a49b7",
              "name": "Pet-Owner personality analysis",
              "request": {
                "name": "Pet-Owner personality analysis",
                "description": {
                  "content": "🎯 **Analyze Pet Personality**\n\n📋 **Endpoint Description:**\n🐾 **Pet Personality Analysis** - Understand your pet's unique character\n\n**Perfect for:**\n- 🐕 New pet parents wanting to understand their companion\n- 🐈 Trainers developing customized approaches\n- 🦜 Breeders understanding temperament patterns\n- 🐴 Anyone deepening their pet relationship\n\n**What you get:**\n- **Personality Profile** - Core temperament and traits\n- **Energy Level** - Activity needs and patterns\n- **Social Style** - How they interact with others\n- **Training Approach** - Best methods for this personality\n- **Emotional Needs** - What makes them feel secure\n\n**Response time:** ~300ms | **Accuracy:** Based on birth time precision\n\n✨ **Example Description:**\nEnhanced pet analysis with owner's astrological influence\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/personality`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "personality"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Luna\",\n    \"birth_data\": {\n      \"year\": 2022,\n      \"month\": 4,\n      \"day\": 10,\n      \"hour\": 8,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"owner\": {\n    \"name\": \"Marie\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 25,\n      \"hour\": 16,\n      \"minute\": 45,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"pet_options\": {\n    \"pet_type\": \"cat\",\n    \"breed\": \"siamese\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Pet Human Compatibility",
          "description": "All available examples for Calculate Pet Human Compatibility endpoint. 🤝 **Human-Pet Compatibility** - Analyze your bond with your pet\n\n**Perfect for:**\n- 🏠 Choosing the right pet for your lifestyle\n- 💕 Understanding your existing pet relationship\n- 🎯 Optimizing training and care approaches\n- 🔮 Deepening the human-animal bond\n\n**What you get:**\n- **Compatibility Score** - Overall match percentage\n- **Energy Match** - Activity level compatibility\n- **Emotional Bond** - Connection depth potential\n- **Communication Style** - How you understand each other\n- **Care Recommendations** - Personalized care tips\n\n**Response time:** ~400ms | **Multi-pet household:** Compare multiple pets",
          "item": [
            {
              "id": "fa5c308e-0bda-4abf-8421-8de058aab330",
              "name": "Human-dog compatibility analysis",
              "request": {
                "name": "Human-dog compatibility analysis",
                "description": {
                  "content": "🎯 **Calculate Pet Human Compatibility**\n\n📋 **Endpoint Description:**\n🤝 **Human-Pet Compatibility** - Analyze your bond with your pet\n\n**Perfect for:**\n- 🏠 Choosing the right pet for your lifestyle\n- 💕 Understanding your existing pet relationship\n- 🎯 Optimizing training and care approaches\n- 🔮 Deepening the human-animal bond\n\n**What you get:**\n- **Compatibility Score** - Overall match percentage\n- **Energy Match** - Activity level compatibility\n- **Emotional Bond** - Connection depth potential\n- **Communication Style** - How you understand each other\n- **Care Recommendations** - Personalized care tips\n\n**Response time:** ~400ms | **Multi-pet household:** Compare multiple pets\n\n✨ **Example Description:**\nAnalyze compatibility between a human owner and their dog\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Oleg\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 5,\n        \"day\": 11,\n        \"hour\": 18,\n        \"minute\": 15,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Max\",\n      \"birth_data\": {\n        \"year\": 2020,\n        \"month\": 3,\n        \"day\": 15,\n        \"hour\": 10,\n        \"minute\": 0,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"pet_type\": \"dog\",\n    \"breed\": \"golden_retriever\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "37785b26-676c-4b78-aa0a-32b48e93874d",
              "name": "Human-cat compatibility analysis",
              "request": {
                "name": "Human-cat compatibility analysis",
                "description": {
                  "content": "🎯 **Calculate Pet Human Compatibility**\n\n📋 **Endpoint Description:**\n🤝 **Human-Pet Compatibility** - Analyze your bond with your pet\n\n**Perfect for:**\n- 🏠 Choosing the right pet for your lifestyle\n- 💕 Understanding your existing pet relationship\n- 🎯 Optimizing training and care approaches\n- 🔮 Deepening the human-animal bond\n\n**What you get:**\n- **Compatibility Score** - Overall match percentage\n- **Energy Match** - Activity level compatibility\n- **Emotional Bond** - Connection depth potential\n- **Communication Style** - How you understand each other\n- **Care Recommendations** - Personalized care tips\n\n**Response time:** ~400ms | **Multi-pet household:** Compare multiple pets\n\n✨ **Example Description:**\nUnderstanding the bond between human and feline\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Sarah\",\n      \"birth_data\": {\n        \"year\": 1990,\n        \"month\": 8,\n        \"day\": 22,\n        \"hour\": 14,\n        \"minute\": 30,\n        \"city\": \"London\",\n        \"country_code\": \"GB\"\n      }\n    },\n    {\n      \"name\": \"Luna\",\n      \"birth_data\": {\n        \"year\": 2021,\n        \"month\": 7,\n        \"day\": 8,\n        \"hour\": 9,\n        \"minute\": 15,\n        \"city\": \"London\",\n        \"country_code\": \"GB\"\n      }\n    }\n  ],\n  \"options\": {\n    \"pet_type\": \"cat\",\n    \"breed\": \"siamese\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Optimal Training Windows",
          "description": "All available examples for Get Optimal Training Windows endpoint. 📚 **Optimal Training Windows** - Find the best times for training\n\n**Perfect for:**\n- 🎓 Professional trainers planning programs\n- 🏆 Competition preparation timing\n- 🧠 Learning new tricks or behaviors\n- 🤝 Socialization planning\n\n**What you get:**\n- **Best Training Days** - When learning is easiest\n- **Focus Areas** - What to train on specific days\n- **Bonding Windows** - Best times for connection\n- **Challenge Days** - When to take it easy\n\n**Response time:** ~500ms | **Range:** Up to 365 days ahead",
          "item": [
            {
              "id": "fdbf4ad6-105c-498c-89ee-5cc513f1a2bf",
              "name": "Dog obedience training",
              "request": {
                "name": "Dog obedience training",
                "description": {
                  "content": "🎯 **Get Optimal Training Windows**\n\n📋 **Endpoint Description:**\n📚 **Optimal Training Windows** - Find the best times for training\n\n**Perfect for:**\n- 🎓 Professional trainers planning programs\n- 🏆 Competition preparation timing\n- 🧠 Learning new tricks or behaviors\n- 🤝 Socialization planning\n\n**What you get:**\n- **Best Training Days** - When learning is easiest\n- **Focus Areas** - What to train on specific days\n- **Bonding Windows** - Best times for connection\n- **Challenge Days** - When to take it easy\n\n**Response time:** ~500ms | **Range:** Up to 365 days ahead\n\n✨ **Example Description:**\nAnalyze best times for training a dog\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/training-windows`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "training-windows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Rex\",\n    \"birth_data\": {\n      \"year\": 2020,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"pet_options\": {\n    \"pet_type\": \"dog\",\n    \"training_type\": \"obedience\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "19e64721-6124-4c1b-9ece-b38c9d8fe1a7",
              "name": "Cat behavior training",
              "request": {
                "name": "Cat behavior training",
                "description": {
                  "content": "🎯 **Get Optimal Training Windows**\n\n📋 **Endpoint Description:**\n📚 **Optimal Training Windows** - Find the best times for training\n\n**Perfect for:**\n- 🎓 Professional trainers planning programs\n- 🏆 Competition preparation timing\n- 🧠 Learning new tricks or behaviors\n- 🤝 Socialization planning\n\n**What you get:**\n- **Best Training Days** - When learning is easiest\n- **Focus Areas** - What to train on specific days\n- **Bonding Windows** - Best times for connection\n- **Challenge Days** - When to take it easy\n\n**Response time:** ~500ms | **Range:** Up to 365 days ahead\n\n✨ **Example Description:**\nFind optimal times for cat training\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/training-windows`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "training-windows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Whiskers\",\n    \"birth_data\": {\n      \"year\": 2021,\n      \"month\": 7,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"pet_options\": {\n    \"pet_type\": \"cat\",\n    \"training_type\": \"socialization\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "378f5e0e-157b-4c54-b189-14a9dad6eb6e",
              "name": "Puppy socialization windows",
              "request": {
                "name": "Puppy socialization windows",
                "description": {
                  "content": "🎯 **Get Optimal Training Windows**\n\n📋 **Endpoint Description:**\n📚 **Optimal Training Windows** - Find the best times for training\n\n**Perfect for:**\n- 🎓 Professional trainers planning programs\n- 🏆 Competition preparation timing\n- 🧠 Learning new tricks or behaviors\n- 🤝 Socialization planning\n\n**What you get:**\n- **Best Training Days** - When learning is easiest\n- **Focus Areas** - What to train on specific days\n- **Bonding Windows** - Best times for connection\n- **Challenge Days** - When to take it easy\n\n**Response time:** ~500ms | **Range:** Up to 365 days ahead\n\n✨ **Example Description:**\nBest times for socializing a young puppy\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/training-windows`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "training-windows"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Buddy\",\n    \"birth_data\": {\n      \"year\": 2024,\n      \"month\": 1,\n      \"day\": 5,\n      \"hour\": 8,\n      \"minute\": 15,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"pet_options\": {\n    \"pet_type\": \"dog\",\n    \"breed\": \"golden_retriever\",\n    \"training_type\": \"socialization\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Health Sensitivities",
          "description": "All available examples for Analyze Health Sensitivities endpoint. 🏥 **Health Sensitivity Analysis** - Preventive health insights\n\n**Perfect for:**\n- 🩺 Preventive health planning\n- 🥗 Dietary optimization\n- 💪 Exercise planning\n- 😰 Stress management\n\n**What you get:**\n- **Sensitive Areas** - Body systems needing attention\n- **Dietary Considerations** - Nutritional needs\n- **Exercise Needs** - Optimal activity levels\n- **Stress Triggers** - What to avoid or minimize\n- **Preventive Care** - Proactive health measures\n\n**Note:** This is astrological insight only - always consult your veterinarian\n\n**Response time:** ~300ms",
          "item": [
            {
              "id": "8a1a2936-7cb6-4964-aad1-68ddc4e704f8",
              "name": "Persian cat health analysis",
              "request": {
                "name": "Persian cat health analysis",
                "description": {
                  "content": "🎯 **Analyze Health Sensitivities**\n\n📋 **Endpoint Description:**\n🏥 **Health Sensitivity Analysis** - Preventive health insights\n\n**Perfect for:**\n- 🩺 Preventive health planning\n- 🥗 Dietary optimization\n- 💪 Exercise planning\n- 😰 Stress management\n\n**What you get:**\n- **Sensitive Areas** - Body systems needing attention\n- **Dietary Considerations** - Nutritional needs\n- **Exercise Needs** - Optimal activity levels\n- **Stress Triggers** - What to avoid or minimize\n- **Preventive Care** - Proactive health measures\n\n**Note:** This is astrological insight only - always consult your veterinarian\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nAnalyze health sensitivities for a Persian cat\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/health-sensitivities`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "health-sensitivities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Princess\",\n    \"birth_data\": {\n      \"year\": 2020,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"pet_options\": {\n    \"pet_type\": \"cat\",\n    \"breed\": \"persian\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "0053ffbf-7857-4060-8cf4-8843783c6e00",
              "name": "Labrador health check",
              "request": {
                "name": "Labrador health check",
                "description": {
                  "content": "🎯 **Analyze Health Sensitivities**\n\n📋 **Endpoint Description:**\n🏥 **Health Sensitivity Analysis** - Preventive health insights\n\n**Perfect for:**\n- 🩺 Preventive health planning\n- 🥗 Dietary optimization\n- 💪 Exercise planning\n- 😰 Stress management\n\n**What you get:**\n- **Sensitive Areas** - Body systems needing attention\n- **Dietary Considerations** - Nutritional needs\n- **Exercise Needs** - Optimal activity levels\n- **Stress Triggers** - What to avoid or minimize\n- **Preventive Care** - Proactive health measures\n\n**Note:** This is astrological insight only - always consult your veterinarian\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nHealth sensitivities for a Labrador Retriever\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/health-sensitivities`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "health-sensitivities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Lucky\",\n    \"birth_data\": {\n      \"year\": 2019,\n      \"month\": 9,\n      \"day\": 10,\n      \"hour\": 7,\n      \"minute\": 30,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"pet_options\": {\n    \"pet_type\": \"dog\",\n    \"breed\": \"labrador\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "25d2de1e-d1b7-45f1-9b66-f9fa459a82e2",
              "name": "Rabbit health analysis",
              "request": {
                "name": "Rabbit health analysis",
                "description": {
                  "content": "🎯 **Analyze Health Sensitivities**\n\n📋 **Endpoint Description:**\n🏥 **Health Sensitivity Analysis** - Preventive health insights\n\n**Perfect for:**\n- 🩺 Preventive health planning\n- 🥗 Dietary optimization\n- 💪 Exercise planning\n- 😰 Stress management\n\n**What you get:**\n- **Sensitive Areas** - Body systems needing attention\n- **Dietary Considerations** - Nutritional needs\n- **Exercise Needs** - Optimal activity levels\n- **Stress Triggers** - What to avoid or minimize\n- **Preventive Care** - Proactive health measures\n\n**Note:** This is astrological insight only - always consult your veterinarian\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nHealth considerations for a Holland Lop rabbit\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/health-sensitivities`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "health-sensitivities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Nibbles\",\n    \"birth_data\": {\n      \"year\": 2022,\n      \"month\": 4,\n      \"day\": 1,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"Berlin\",\n      \"country_code\": \"DE\"\n    }\n  },\n  \"pet_options\": {\n    \"pet_type\": \"rabbit\",\n    \"breed\": \"holland_lop\",\n    \"language\": \"de\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Multi Pet Household",
          "description": "All available examples for Analyze Multi Pet Household endpoint. 🏡 **Multi-Pet Household Dynamics** - Harmony in multi-pet homes\n\n**Perfect for:**\n- 🐕🐈 Multi-pet households\n- 🆕 Adding a new pet to the family\n- ⚖️ Resolving pet conflicts\n- 🎭 Understanding pack dynamics\n\n**What you get:**\n- **Pack Dynamics** - Leadership and hierarchy\n- **Pair Compatibilities** - Each pet-to-pet relationship\n- **Harmony Tips** - Creating peaceful coexistence\n- **Resource Management** - Avoiding competition\n- **Introduction Timing** - Best times for new additions\n\n**Response time:** ~600ms | **Pets analyzed:** Up to 5",
          "item": [
            {
              "id": "f40c1c31-d4d5-44c1-970f-e126bfbb9cb5",
              "name": "Dog and cat household",
              "request": {
                "name": "Dog and cat household",
                "description": {
                  "content": "🎯 **Analyze Multi Pet Household**\n\n📋 **Endpoint Description:**\n🏡 **Multi-Pet Household Dynamics** - Harmony in multi-pet homes\n\n**Perfect for:**\n- 🐕🐈 Multi-pet households\n- 🆕 Adding a new pet to the family\n- ⚖️ Resolving pet conflicts\n- 🎭 Understanding pack dynamics\n\n**What you get:**\n- **Pack Dynamics** - Leadership and hierarchy\n- **Pair Compatibilities** - Each pet-to-pet relationship\n- **Harmony Tips** - Creating peaceful coexistence\n- **Resource Management** - Avoiding competition\n- **Introduction Timing** - Best times for new additions\n\n**Response time:** ~600ms | **Pets analyzed:** Up to 5\n\n✨ **Example Description:**\nAnalyze dynamics between a dog and cat\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/multi-pet-dynamics`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "multi-pet-dynamics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Max\",\n      \"birth_data\": {\n        \"year\": 2020,\n        \"month\": 3,\n        \"day\": 15,\n        \"hour\": 10,\n        \"minute\": 0,\n        \"city\": \"London\",\n        \"country_code\": \"GB\"\n      }\n    },\n    {\n      \"name\": \"Luna\",\n      \"birth_data\": {\n        \"year\": 2021,\n        \"month\": 7,\n        \"day\": 8,\n        \"hour\": 14,\n        \"minute\": 30,\n        \"city\": \"London\",\n        \"country_code\": \"GB\"\n      }\n    }\n  ],\n  \"pet_options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "1329e065-5f34-4074-bd7c-eca6c6daecb7",
              "name": "Three dog pack",
              "request": {
                "name": "Three dog pack",
                "description": {
                  "content": "🎯 **Analyze Multi Pet Household**\n\n📋 **Endpoint Description:**\n🏡 **Multi-Pet Household Dynamics** - Harmony in multi-pet homes\n\n**Perfect for:**\n- 🐕🐈 Multi-pet households\n- 🆕 Adding a new pet to the family\n- ⚖️ Resolving pet conflicts\n- 🎭 Understanding pack dynamics\n\n**What you get:**\n- **Pack Dynamics** - Leadership and hierarchy\n- **Pair Compatibilities** - Each pet-to-pet relationship\n- **Harmony Tips** - Creating peaceful coexistence\n- **Resource Management** - Avoiding competition\n- **Introduction Timing** - Best times for new additions\n\n**Response time:** ~600ms | **Pets analyzed:** Up to 5\n\n✨ **Example Description:**\nAnalyze pack dynamics with three dogs\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/multi-pet-dynamics`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "multi-pet-dynamics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Rex\",\n      \"birth_data\": {\n        \"year\": 2019,\n        \"month\": 1,\n        \"day\": 10,\n        \"hour\": 8,\n        \"minute\": 0,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Buddy\",\n      \"birth_data\": {\n        \"year\": 2020,\n        \"month\": 5,\n        \"day\": 15,\n        \"hour\": 12,\n        \"minute\": 30,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Charlie\",\n      \"birth_data\": {\n        \"year\": 2021,\n        \"month\": 9,\n        \"day\": 20,\n        \"hour\": 16,\n        \"minute\": 45,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"pet_options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "def94048-9aa6-457b-8ceb-725761e817a6",
              "name": "Mixed species household",
              "request": {
                "name": "Mixed species household",
                "description": {
                  "content": "🎯 **Analyze Multi Pet Household**\n\n📋 **Endpoint Description:**\n🏡 **Multi-Pet Household Dynamics** - Harmony in multi-pet homes\n\n**Perfect for:**\n- 🐕🐈 Multi-pet households\n- 🆕 Adding a new pet to the family\n- ⚖️ Resolving pet conflicts\n- 🎭 Understanding pack dynamics\n\n**What you get:**\n- **Pack Dynamics** - Leadership and hierarchy\n- **Pair Compatibilities** - Each pet-to-pet relationship\n- **Harmony Tips** - Creating peaceful coexistence\n- **Resource Management** - Avoiding competition\n- **Introduction Timing** - Best times for new additions\n\n**Response time:** ~600ms | **Pets analyzed:** Up to 5\n\n✨ **Example Description:**\nDog, cat, and rabbit living together\n\n🔗 **Endpoint:** `POST /api/v3/insights/pet/multi-pet-dynamics`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "pet",
                    "multi-pet-dynamics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Cooper\",\n      \"birth_data\": {\n        \"year\": 2020,\n        \"month\": 2,\n        \"day\": 14,\n        \"hour\": 9,\n        \"minute\": 15,\n        \"city\": \"Paris\",\n        \"country_code\": \"FR\"\n      }\n    },\n    {\n      \"name\": \"Mittens\",\n      \"birth_data\": {\n        \"year\": 2021,\n        \"month\": 6,\n        \"day\": 1,\n        \"hour\": 11,\n        \"minute\": 0,\n        \"city\": \"Paris\",\n        \"country_code\": \"FR\"\n      }\n    },\n    {\n      \"name\": \"Oreo\",\n      \"birth_data\": {\n        \"year\": 2022,\n        \"month\": 3,\n        \"day\": 10,\n        \"hour\": 14,\n        \"minute\": 20,\n        \"city\": \"Paris\",\n        \"country_code\": \"FR\"\n      }\n    }\n  ],\n  \"pet_options\": {\n    \"language\": \"fr\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🌿 Wellness Insights",
      "description": "",
      "item": [
        {
          "name": "📁 Analyze Body Mapping",
          "description": "All available examples for Analyze Body Mapping endpoint. 🗺️ **Astrological Body Mapping** - Traditional medical astrology insights\n\n**Based on:**\n- 🌟 Zodiac signs ruling body systems\n- 🪐 Planetary influences on health\n- 🏠 6th house (health house) analysis\n- 🔥 Elemental balance and constitution\n\n**What you get:**\n- **Sensitive Systems** - Areas needing extra care\n- **Strong Systems** - Your constitutional strengths\n- **Element Balance** - Constitutional type\n- **Wellness Focus** - Personalized health priorities\n- **Preventive Care** - Proactive recommendations\n\n**Note:** For entertainment only - always consult healthcare professionals\n\n**Response time:** ~300ms",
          "item": [
            {
              "id": "5df473de-b8b5-457a-b9a7-f7b1b30ebd35",
              "name": "Body mapping analysis for Oleg",
              "request": {
                "name": "Body mapping analysis for Oleg",
                "description": {
                  "content": "🎯 **Analyze Body Mapping**\n\n📋 **Endpoint Description:**\n🗺️ **Astrological Body Mapping** - Traditional medical astrology insights\n\n**Based on:**\n- 🌟 Zodiac signs ruling body systems\n- 🪐 Planetary influences on health\n- 🏠 6th house (health house) analysis\n- 🔥 Elemental balance and constitution\n\n**What you get:**\n- **Sensitive Systems** - Areas needing extra care\n- **Strong Systems** - Your constitutional strengths\n- **Element Balance** - Constitutional type\n- **Wellness Focus** - Personalized health priorities\n- **Preventive Care** - Proactive recommendations\n\n**Note:** For entertainment only - always consult healthcare professionals\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nTraditional medical astrology body system mapping\n\n🔗 **Endpoint:** `POST /api/v3/insights/wellness/body-mapping`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "wellness",
                    "body-mapping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Biorhythms",
          "description": "All available examples for Calculate Biorhythms endpoint. 〰️ **Biorhythm Calculator** - Physical, emotional, and intellectual cycles\n\n**Tracks:**\n- 💪 **Physical Cycle** - 23-day energy and strength rhythm\n- ❤️ **Emotional Cycle** - 28-day mood and sensitivity rhythm\n- 🧠 **Intellectual Cycle** - 33-day mental clarity rhythm\n- 🌙 **Lunar Influence** - Personal moon cycle overlay\n\n**What you get:**\n- **Current Values** - -100 to +100 for each rhythm\n- **Critical Days** - Transition points requiring care\n- **Lunar Phase** - Current moon influence\n- **Overall Vitality** - Combined energy assessment (text interpretation)\n- **Daily Recommendations** - What to focus on today (text interpretation)\n\n**Language Support:**\n- **English (en)** - Default language\n- **Russian (ru)** - Русские интерпретации\n- **French (fr)** - Interprétations françaises  \n- **German (de)** - Deutsche Interpretationen\n- **Spanish (es)** - Interpretaciones españolas\n- **Italian (it)** - Interpretazioni italiane\n- **Portuguese (pt)** - Interpretações portuguesas\n- **Chinese (zh)** - 中文解释\n\n**Response time:** ~200ms | **Range:** Any date from birth",
          "item": [
            {
              "id": "5d31b65e-0a7c-4403-a7b4-8f8943dfc04d",
              "name": "Calculate biorhythms for today",
              "request": {
                "name": "Calculate biorhythms for today",
                "description": {
                  "content": "🎯 **Calculate Biorhythms**\n\n📋 **Endpoint Description:**\n〰️ **Biorhythm Calculator** - Physical, emotional, and intellectual cycles\n\n**Tracks:**\n- 💪 **Physical Cycle** - 23-day energy and strength rhythm\n- ❤️ **Emotional Cycle** - 28-day mood and sensitivity rhythm\n- 🧠 **Intellectual Cycle** - 33-day mental clarity rhythm\n- 🌙 **Lunar Influence** - Personal moon cycle overlay\n\n**What you get:**\n- **Current Values** - -100 to +100 for each rhythm\n- **Critical Days** - Transition points requiring care\n- **Lunar Phase** - Current moon influence\n- **Overall Vitality** - Combined energy assessment (text interpretation)\n- **Daily Recommendations** - What to focus on today (text interpretation)\n\n**Language Support:**\n- **English (en)** - Default language\n- **Russian (ru)** - Русские интерпретации\n- **French (fr)** - Interprétations françaises  \n- **German (de)** - Deutsche Interpretationen\n- **Spanish (es)** - Interpretaciones españolas\n- **Italian (it)** - Interpretazioni italiane\n- **Portuguese (pt)** - Interpretações portuguesas\n- **Chinese (zh)** - 中文解释\n\n**Response time:** ~200ms | **Range:** Any date from birth\n\n✨ **Example Description:**\nPhysical, emotional and intellectual cycles for Oleg\n\n🔗 **Endpoint:** `POST /api/v3/insights/wellness/biorhythms`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "wellness",
                    "biorhythms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "8c811ace-28c3-4c1f-9d76-02a3b9cd9e80",
              "name": "Calculate biorhythms for specific date",
              "request": {
                "name": "Calculate biorhythms for specific date",
                "description": {
                  "content": "🎯 **Calculate Biorhythms**\n\n📋 **Endpoint Description:**\n〰️ **Biorhythm Calculator** - Physical, emotional, and intellectual cycles\n\n**Tracks:**\n- 💪 **Physical Cycle** - 23-day energy and strength rhythm\n- ❤️ **Emotional Cycle** - 28-day mood and sensitivity rhythm\n- 🧠 **Intellectual Cycle** - 33-day mental clarity rhythm\n- 🌙 **Lunar Influence** - Personal moon cycle overlay\n\n**What you get:**\n- **Current Values** - -100 to +100 for each rhythm\n- **Critical Days** - Transition points requiring care\n- **Lunar Phase** - Current moon influence\n- **Overall Vitality** - Combined energy assessment (text interpretation)\n- **Daily Recommendations** - What to focus on today (text interpretation)\n\n**Language Support:**\n- **English (en)** - Default language\n- **Russian (ru)** - Русские интерпретации\n- **French (fr)** - Interprétations françaises  \n- **German (de)** - Deutsche Interpretationen\n- **Spanish (es)** - Interpretaciones españolas\n- **Italian (it)** - Interpretazioni italiane\n- **Portuguese (pt)** - Interpretações portuguesas\n- **Chinese (zh)** - 中文解释\n\n**Response time:** ~200ms | **Range:** Any date from birth\n\n✨ **Example Description:**\nBiorhythms with custom analysis date in Chinese\n\n🔗 **Endpoint:** `POST /api/v3/insights/wellness/biorhythms`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "wellness",
                    "biorhythms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Li Wei\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 25,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Beijing\",\n      \"country_code\": \"CN\"\n    }\n  },\n  \"options\": {\n    \"language\": \"zh\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Find Wellness Timing",
          "description": "All available examples for Find Wellness Timing endpoint. 📅 **Wellness Timing Optimizer** - Find best dates for health activities\n\n**Timing for:**\n- 🏥 **Surgery** - Optimal healing periods (consult doctors)\n- 🥗 **Detox** - Best cleansing windows\n- 💪 **Exercise Start** - Motivation and energy peaks\n- 🍎 **Diet Change** - Sustainable habit formation\n- 🧘 **Meditation** - Spiritual receptivity\n- 💚 **Healing** - Recovery and regeneration\n\n**Based on:**\n- Moon phases and signs\n- Personal transits\n- Biorhythm cycles\n- Planetary hours\n\n**Response time:** ~500ms | **Range:** Up to 90 days",
          "item": [
            {
              "id": "fb74108e-b551-4b6e-a3c2-4219395718b9",
              "name": "Surgery timing optimization",
              "request": {
                "name": "Surgery timing optimization",
                "description": {
                  "content": "🎯 **Find Wellness Timing**\n\n📋 **Endpoint Description:**\n📅 **Wellness Timing Optimizer** - Find best dates for health activities\n\n**Timing for:**\n- 🏥 **Surgery** - Optimal healing periods (consult doctors)\n- 🥗 **Detox** - Best cleansing windows\n- 💪 **Exercise Start** - Motivation and energy peaks\n- 🍎 **Diet Change** - Sustainable habit formation\n- 🧘 **Meditation** - Spiritual receptivity\n- 💚 **Healing** - Recovery and regeneration\n\n**Based on:**\n- Moon phases and signs\n- Personal transits\n- Biorhythm cycles\n- Planetary hours\n\n**Response time:** ~500ms | **Range:** Up to 90 days\n\n✨ **Example Description:**\nFind optimal dates for surgical procedures\n\n🔗 **Endpoint:** `POST /api/v3/insights/wellness/wellness-timing`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "wellness",
                    "wellness-timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"activity_type\": \"surgery\",\n    \"timeframe\": \"monthly\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "0dc25cac-929f-4a2e-9033-4570dd99a38e",
              "name": "Detox program timing",
              "request": {
                "name": "Detox program timing",
                "description": {
                  "content": "🎯 **Find Wellness Timing**\n\n📋 **Endpoint Description:**\n📅 **Wellness Timing Optimizer** - Find best dates for health activities\n\n**Timing for:**\n- 🏥 **Surgery** - Optimal healing periods (consult doctors)\n- 🥗 **Detox** - Best cleansing windows\n- 💪 **Exercise Start** - Motivation and energy peaks\n- 🍎 **Diet Change** - Sustainable habit formation\n- 🧘 **Meditation** - Spiritual receptivity\n- 💚 **Healing** - Recovery and regeneration\n\n**Based on:**\n- Moon phases and signs\n- Personal transits\n- Biorhythm cycles\n- Planetary hours\n\n**Response time:** ~500ms | **Range:** Up to 90 days\n\n✨ **Example Description:**\nPlan cleansing and detox activities\n\n🔗 **Endpoint:** `POST /api/v3/insights/wellness/wellness-timing`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "wellness",
                    "wellness-timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Ivan\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Kiev\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"activity_type\": \"detox\",\n    \"timeframe\": \"weekly\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "642170dc-36ac-4aae-8a3f-b651a99e8da5",
              "name": "Exercise program launch",
              "request": {
                "name": "Exercise program launch",
                "description": {
                  "content": "🎯 **Find Wellness Timing**\n\n📋 **Endpoint Description:**\n📅 **Wellness Timing Optimizer** - Find best dates for health activities\n\n**Timing for:**\n- 🏥 **Surgery** - Optimal healing periods (consult doctors)\n- 🥗 **Detox** - Best cleansing windows\n- 💪 **Exercise Start** - Motivation and energy peaks\n- 🍎 **Diet Change** - Sustainable habit formation\n- 🧘 **Meditation** - Spiritual receptivity\n- 💚 **Healing** - Recovery and regeneration\n\n**Based on:**\n- Moon phases and signs\n- Personal transits\n- Biorhythm cycles\n- Planetary hours\n\n**Response time:** ~500ms | **Range:** Up to 90 days\n\n✨ **Example Description:**\nBest time to start new fitness routine\n\n🔗 **Endpoint:** `POST /api/v3/insights/wellness/wellness-timing`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "wellness",
                    "wellness-timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oksana\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 3,\n      \"day\": 14,\n      \"hour\": 9,\n      \"minute\": 45,\n      \"city\": \"Lviv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"activity_type\": \"exercise\",\n    \"timeframe\": \"monthly\",\n    \"language\": \"ru\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Energy Patterns",
          "description": "All available examples for Analyze Energy Patterns endpoint. ⚡ **Energy Pattern Analysis** - Understand your natural rhythms\n\n**Discovers:**\n- 🌅 **Chronotype** - Morning person or night owl\n- ⏰ **Peak Hours** - When you're most productive\n- 📉 **Low Energy Times** - When to rest or do routine tasks\n- 📅 **Monthly Patterns** - Lunar cycle influence\n- 🍂 **Seasonal Patterns** - Yearly energy fluctuations\n\n**Personalized for:**\n- Exercise timing and style\n- Work schedule optimization\n- Recovery and rest needs\n- Energy management strategies\n\n**Response time:** ~300ms",
          "item": [
            {
              "id": "be64b4d6-5bd0-4495-9a68-6e3654f225f6",
              "name": "Energy pattern analysis for Oleg",
              "request": {
                "name": "Energy pattern analysis for Oleg",
                "description": {
                  "content": "🎯 **Analyze Energy Patterns**\n\n📋 **Endpoint Description:**\n⚡ **Energy Pattern Analysis** - Understand your natural rhythms\n\n**Discovers:**\n- 🌅 **Chronotype** - Morning person or night owl\n- ⏰ **Peak Hours** - When you're most productive\n- 📉 **Low Energy Times** - When to rest or do routine tasks\n- 📅 **Monthly Patterns** - Lunar cycle influence\n- 🍂 **Seasonal Patterns** - Yearly energy fluctuations\n\n**Personalized for:**\n- Exercise timing and style\n- Work schedule optimization\n- Recovery and rest needs\n- Energy management strategies\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nUnderstand natural energy rhythms and chronotype\n\n🔗 **Endpoint:** `POST /api/v3/insights/wellness/energy-patterns`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "wellness",
                    "energy-patterns"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\",\n    \"analysis_period\": \"monthly\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Wellness Score",
          "description": "All available examples for Calculate Wellness Score endpoint. 💯 **Wellness Score Calculator** - Comprehensive health potential assessment\n\n**Evaluates:**\n- 💪 **Physical Vitality** - Constitutional strength\n- ❤️ **Emotional Balance** - Mood stability potential\n- 🧠 **Mental Clarity** - Cognitive function support\n- 🕊️ **Spiritual Connection** - Inner peace capacity\n\n**Factors:**\n- Natal chart indicators\n- Current transit influences\n- Biorhythm positions\n- Lunar phase effects\n\n**What you get:**\n- Overall wellness score (0-100)\n- Category breakdowns\n- Current influences assessment\n- Personalized recommendations\n- Focus areas for improvement\n\n**Response time:** ~400ms",
          "item": [
            {
              "id": "b529d546-b762-4f7d-91f1-7696bd241553",
              "name": "Wellness score calculation for Oleg",
              "request": {
                "name": "Wellness score calculation for Oleg",
                "description": {
                  "content": "🎯 **Calculate Wellness Score**\n\n📋 **Endpoint Description:**\n💯 **Wellness Score Calculator** - Comprehensive health potential assessment\n\n**Evaluates:**\n- 💪 **Physical Vitality** - Constitutional strength\n- ❤️ **Emotional Balance** - Mood stability potential\n- 🧠 **Mental Clarity** - Cognitive function support\n- 🕊️ **Spiritual Connection** - Inner peace capacity\n\n**Factors:**\n- Natal chart indicators\n- Current transit influences\n- Biorhythm positions\n- Lunar phase effects\n\n**What you get:**\n- Overall wellness score (0-100)\n- Category breakdowns\n- Current influences assessment\n- Personalized recommendations\n- Focus areas for improvement\n\n**Response time:** ~400ms\n\n✨ **Example Description:**\nComprehensive health potential assessment\n\n🔗 **Endpoint:** `POST /api/v3/insights/wellness/wellness-score`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "wellness",
                    "wellness-score"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Moon Wellness Calendar",
          "description": "All available examples for Get Moon Wellness Calendar endpoint. 🌙 **Moon Wellness Calendar** - Lunar health and wellness guide\n\n**Moon Phases for Wellness:**\n- 🌑 **New Moon** - Set intentions, begin new health habits\n- 🌒 **Waxing** - Build energy, increase activity\n- 🌕 **Full Moon** - Peak energy, emotional release\n- 🌘 **Waning** - Detox, release, rest and recovery\n\n**Daily Guidance:**\n- Best activities for each moon phase\n- Emotional wellness tips\n- Physical activity recommendations\n- Dietary suggestions\n- Sleep and rest guidance\n\n**Response time:** ~300ms | **Range:** Up to 60 days",
          "item": [
            {
              "id": "294c6380-1683-4cd4-9524-f9c7879560a6",
              "name": "Moon wellness calendar for Oleg",
              "request": {
                "name": "Moon wellness calendar for Oleg",
                "description": {
                  "content": "🎯 **Get Moon Wellness Calendar**\n\n📋 **Endpoint Description:**\n🌙 **Moon Wellness Calendar** - Lunar health and wellness guide\n\n**Moon Phases for Wellness:**\n- 🌑 **New Moon** - Set intentions, begin new health habits\n- 🌒 **Waxing** - Build energy, increase activity\n- 🌕 **Full Moon** - Peak energy, emotional release\n- 🌘 **Waning** - Detox, release, rest and recovery\n\n**Daily Guidance:**\n- Best activities for each moon phase\n- Emotional wellness tips\n- Physical activity recommendations\n- Dietary suggestions\n- Sleep and rest guidance\n\n**Response time:** ~300ms | **Range:** Up to 60 days\n\n✨ **Example Description:**\nLunar health and wellness guide\n\n🔗 **Endpoint:** `POST /api/v3/insights/wellness/moon-wellness`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "wellness",
                    "moon-wellness"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\",\n    \"focus_area\": \"general\",\n    \"period\": \"month\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "💰 Financial Insights",
      "description": "",
      "item": [
        {
          "name": "📁 Analyze Market Timing",
          "description": "All available examples for Analyze Market Timing endpoint. 📈 **Market Timing Analysis** - Planetary cycles and market correlations\n\n**Based on:**\n- 🌙 Lunar phases and market volatility\n- 🪐 Planetary aspects and sentiment shifts\n- 📊 Sector rotation by planetary rulership\n- 🔄 Major planetary cycles (Jupiter, Saturn, Uranus)\n\n**What you get:**\n- **Market Bias** - Bullish/bearish/neutral outlook\n- **Volatility Forecast** - Expected market turbulence\n- **Sector Recommendations** - Which sectors align with cycles\n- **Key Dates** - Important turning points\n- **Risk Windows** - Periods requiring caution\n\n**Response time:** ~400ms | **Range:** Up to 90 days",
          "item": [
            {
              "id": "efcb079d-5745-4fd6-ae69-de4881fceb59",
              "name": "Market timing analysis",
              "request": {
                "name": "Market timing analysis",
                "description": {
                  "content": "🎯 **Analyze Market Timing**\n\n📋 **Endpoint Description:**\n📈 **Market Timing Analysis** - Planetary cycles and market correlations\n\n**Based on:**\n- 🌙 Lunar phases and market volatility\n- 🪐 Planetary aspects and sentiment shifts\n- 📊 Sector rotation by planetary rulership\n- 🔄 Major planetary cycles (Jupiter, Saturn, Uranus)\n\n**What you get:**\n- **Market Bias** - Bullish/bearish/neutral outlook\n- **Volatility Forecast** - Expected market turbulence\n- **Sector Recommendations** - Which sectors align with cycles\n- **Key Dates** - Important turning points\n- **Risk Windows** - Periods requiring caution\n\n**Response time:** ~400ms | **Range:** Up to 90 days\n\n🔗 **Endpoint:** `POST /api/v3/insights/financial/market-timing`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "market-timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"start_date\": \"2024-01-01\",\n  \"end_date\": \"2024-01-31\",\n  \"markets\": [\n    \"stocks\",\n    \"crypto\"\n  ],\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Personal Trading Windows",
          "description": "All available examples for Analyze Personal Trading Windows endpoint. 🎯 **Personal Trading Windows** - Your optimal trading times\n\n**Analyzes:**\n- 🧠 Mental clarity periods for decision-making\n- 💰 Financial luck cycles from Jupiter\n- ⚠️ Risk periods from challenging transits\n- 🎲 Speculation windows from Neptune/Uranus\n- 📊 Best sectors based on your chart\n\n**Trading Styles:**\n- **Day Trading** - Intraday mental acuity\n- **Swing Trading** - Multi-day momentum\n- **Position Trading** - Weeks to months\n- **Investment** - Long-term cycles\n\n**What you get:**\n- **Optimal Trading Days** - Your best performance windows\n- **Risk Profile** - Current risk tolerance\n- **Sector Affinity** - Markets aligned with your energy\n- **Avoid Periods** - When to stay flat\n\n**Response time:** ~500ms",
          "item": [
            {
              "id": "e3fbb9d9-b460-48b3-bafb-942f871794b4",
              "name": "Personal trading analysis (standard format)",
              "request": {
                "name": "Personal trading analysis (standard format)",
                "description": {
                  "content": "🎯 **Analyze Personal Trading Windows**\n\n📋 **Endpoint Description:**\n🎯 **Personal Trading Windows** - Your optimal trading times\n\n**Analyzes:**\n- 🧠 Mental clarity periods for decision-making\n- 💰 Financial luck cycles from Jupiter\n- ⚠️ Risk periods from challenging transits\n- 🎲 Speculation windows from Neptune/Uranus\n- 📊 Best sectors based on your chart\n\n**Trading Styles:**\n- **Day Trading** - Intraday mental acuity\n- **Swing Trading** - Multi-day momentum\n- **Position Trading** - Weeks to months\n- **Investment** - Long-term cycles\n\n**What you get:**\n- **Optimal Trading Days** - Your best performance windows\n- **Risk Profile** - Current risk tolerance\n- **Sector Affinity** - Markets aligned with your energy\n- **Avoid Periods** - When to stay flat\n\n**Response time:** ~500ms\n\n✨ **Example Description:**\nUsing the new standardized request format with subject and options\n\n🔗 **Endpoint:** `POST /api/v3/insights/financial/personal-trading`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "personal-trading"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Test User\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"trading_style\": \"day_trading\",\n    \"analysis_period_days\": 30,\n    \"include_lunar_cycles\": true,\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c93fdd99-6a71-4bc9-9755-5f2a1eca6e19",
              "name": "Legacy format (backward compatible)",
              "request": {
                "name": "Legacy format (backward compatible)",
                "description": {
                  "content": "🎯 **Analyze Personal Trading Windows**\n\n📋 **Endpoint Description:**\n🎯 **Personal Trading Windows** - Your optimal trading times\n\n**Analyzes:**\n- 🧠 Mental clarity periods for decision-making\n- 💰 Financial luck cycles from Jupiter\n- ⚠️ Risk periods from challenging transits\n- 🎲 Speculation windows from Neptune/Uranus\n- 📊 Best sectors based on your chart\n\n**Trading Styles:**\n- **Day Trading** - Intraday mental acuity\n- **Swing Trading** - Multi-day momentum\n- **Position Trading** - Weeks to months\n- **Investment** - Long-term cycles\n\n**What you get:**\n- **Optimal Trading Days** - Your best performance windows\n- **Risk Profile** - Current risk tolerance\n- **Sector Affinity** - Markets aligned with your energy\n- **Avoid Periods** - When to stay flat\n\n**Response time:** ~500ms\n\n✨ **Example Description:**\nOld format still supported through request adapter\n\n🔗 **Endpoint:** `POST /api/v3/insights/financial/personal-trading`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "personal-trading"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"analysis_period_days\": 30,\n  \"include_lunar_cycles\": true,\n  \"trading_style\": \"swing\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "b0f015d2-999c-4428-a075-a04b77a9957f",
          "name": "Calculate Gann Cycles",
          "request": {
            "name": "Calculate Gann Cycles",
            "description": {
              "content": "📐 **W.D. Gann Cycle Analysis** - Time and price calculations\n\n**Gann-Inspired Techniques:**\n- 🔄 Planetary cycle periods\n- 📐 Geometric angles (45°, 90°, 180°, 360°)\n- 📅 Time cycles and squares\n- 🎯 Support/resistance levels (Square of Nine)\n- 🌟 Natural time periods\n\n**Calculations:**\n- **Major Cycles** - Jupiter (12yr), Saturn (29yr)\n- **Minor Cycles** - Mercury, Venus, Mars\n- **Gann Angles** - Price/time relationships\n- **Square of Nine** - Price levels from cardinal cross angles\n\n**Languages:** en, ru, fr, de, es, it, pt, zh, hi, tr, uk\n\n**Response time:** ~300ms | **Accuracy:** Based on astronomical precision",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "insights",
                "financial",
                "gann-analysis"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"symbol\": \"SPX\",\n  \"reference_date\": \"<date>\",\n  \"forecast_days\": 90,\n  \"language\": \"en\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ea0f2f97-46f4-4916-980a-e6fab90f941d",
              "name": "Gann cycle analysis completed successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "gann-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"symbol\": \"SPX\",\n  \"reference_date\": \"<date>\",\n  \"forecast_days\": 90,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"key_0\": 9035.402145670423,\n    \"key_1\": 5537,\n    \"key_2\": 8909\n  },\n  \"message\": \"<string>\",\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45a3a5fe-6396-48c7-873e-8c43e86624c8",
              "name": "Invalid insights parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "gann-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"symbol\": \"SPX\",\n  \"reference_date\": \"<date>\",\n  \"forecast_days\": 90,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f9d6fd29-62f7-4d88-aa8c-48cbdef8b68e",
              "name": "Validation error in Gann analysis parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "gann-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"symbol\": \"SPX\",\n  \"reference_date\": \"<date>\",\n  \"forecast_days\": 90,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"examples\": {\n    \"forecast_too_long\": {\n      \"summary\": \"Forecast period exceeds maximum\",\n      \"value\": {\n        \"success\": false,\n        \"error\": {\n          \"error_code\": \"INVALID_FIELD_VALUE\",\n          \"message\": \"Maximum 365 days forecast\",\n          \"field\": \"forecast_days\",\n          \"severity\": \"medium\",\n          \"suggestions\": [\n            \"Limit forecast to 365 days or less\"\n          ]\n        }\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Calculate Bradley Turns",
          "description": "All available examples for Calculate Bradley Turns endpoint. 📉 **Bradley Siderograph** - Major market turning points\n\n**Donald Bradley's Method:**\n- 🌌 Planetary aspects sum\n- 📊 Market sentiment indicator\n- 🔄 Major trend reversals\n- 📅 Turn dates (+/- 4 days)\n\n**Identifies:**\n- **Major Turns** - Significant trend changes\n- **Minor Turns** - Short-term reversals\n- **Trend Direction** - Up or down bias\n- **Intensity** - Strength of the turn\n\n**Historical Accuracy:**\n- Major turns: ~70% within 4 trading days\n- Works best with indices, not individual stocks\n\n**Flexible Input:**\n- **Period-based** - \"yearly\", \"quarterly\", \"monthly\"\n- **Year extraction** - Automatically determines year from period\n- **Personal data** - Optional birth data for enhanced analysis\n- **Language support** - Multi-language interpretations\n\n**Response time:** ~400ms | **Range:** Full year analysis",
          "item": [
            {
              "id": "3ffaea27-7edb-493d-a5a7-7078ea1dec99",
              "name": "Yearly Bradley Siderograph analysis",
              "request": {
                "name": "Yearly Bradley Siderograph analysis",
                "description": {
                  "content": "🎯 **Calculate Bradley Turns**\n\n📋 **Endpoint Description:**\n📉 **Bradley Siderograph** - Major market turning points\n\n**Donald Bradley's Method:**\n- 🌌 Planetary aspects sum\n- 📊 Market sentiment indicator\n- 🔄 Major trend reversals\n- 📅 Turn dates (+/- 4 days)\n\n**Identifies:**\n- **Major Turns** - Significant trend changes\n- **Minor Turns** - Short-term reversals\n- **Trend Direction** - Up or down bias\n- **Intensity** - Strength of the turn\n\n**Historical Accuracy:**\n- Major turns: ~70% within 4 trading days\n- Works best with indices, not individual stocks\n\n**Flexible Input:**\n- **Period-based** - \"yearly\", \"quarterly\", \"monthly\"\n- **Year extraction** - Automatically determines year from period\n- **Personal data** - Optional birth data for enhanced analysis\n- **Language support** - Multi-language interpretations\n\n**Response time:** ~400ms | **Range:** Full year analysis\n\n✨ **Example Description:**\nCalculate major market turning points for entire year\n\n🔗 **Endpoint:** `POST /api/v3/insights/financial/bradley-siderograph`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "bradley-siderograph"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"period\": \"yearly\",\n  \"market\": \"stocks\",\n  \"year\": 2024,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5cef9f36-6374-4959-8edb-2133095cf9bb",
              "name": "Quarterly Bradley analysis",
              "request": {
                "name": "Quarterly Bradley analysis",
                "description": {
                  "content": "🎯 **Calculate Bradley Turns**\n\n📋 **Endpoint Description:**\n📉 **Bradley Siderograph** - Major market turning points\n\n**Donald Bradley's Method:**\n- 🌌 Planetary aspects sum\n- 📊 Market sentiment indicator\n- 🔄 Major trend reversals\n- 📅 Turn dates (+/- 4 days)\n\n**Identifies:**\n- **Major Turns** - Significant trend changes\n- **Minor Turns** - Short-term reversals\n- **Trend Direction** - Up or down bias\n- **Intensity** - Strength of the turn\n\n**Historical Accuracy:**\n- Major turns: ~70% within 4 trading days\n- Works best with indices, not individual stocks\n\n**Flexible Input:**\n- **Period-based** - \"yearly\", \"quarterly\", \"monthly\"\n- **Year extraction** - Automatically determines year from period\n- **Personal data** - Optional birth data for enhanced analysis\n- **Language support** - Multi-language interpretations\n\n**Response time:** ~400ms | **Range:** Full year analysis\n\n✨ **Example Description:**\nFocused quarterly analysis with personal birth data\n\n🔗 **Endpoint:** `POST /api/v3/insights/financial/bradley-siderograph`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "bradley-siderograph"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"period\": \"quarterly\",\n  \"market\": \"crypto\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c6cc48f0-1df4-4e83-8a7d-b6a9dc55ce73",
              "name": "Legacy test format support",
              "request": {
                "name": "Legacy test format support",
                "description": {
                  "content": "🎯 **Calculate Bradley Turns**\n\n📋 **Endpoint Description:**\n📉 **Bradley Siderograph** - Major market turning points\n\n**Donald Bradley's Method:**\n- 🌌 Planetary aspects sum\n- 📊 Market sentiment indicator\n- 🔄 Major trend reversals\n- 📅 Turn dates (+/- 4 days)\n\n**Identifies:**\n- **Major Turns** - Significant trend changes\n- **Minor Turns** - Short-term reversals\n- **Trend Direction** - Up or down bias\n- **Intensity** - Strength of the turn\n\n**Historical Accuracy:**\n- Major turns: ~70% within 4 trading days\n- Works best with indices, not individual stocks\n\n**Flexible Input:**\n- **Period-based** - \"yearly\", \"quarterly\", \"monthly\"\n- **Year extraction** - Automatically determines year from period\n- **Personal data** - Optional birth data for enhanced analysis\n- **Language support** - Multi-language interpretations\n\n**Response time:** ~400ms | **Range:** Full year analysis\n\n✨ **Example Description:**\nBackward compatibility with existing test format\n\n🔗 **Endpoint:** `POST /api/v3/insights/financial/bradley-siderograph`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "bradley-siderograph"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"analysis_date\": {\n    \"year\": 2024,\n    \"month\": 10,\n    \"day\": 1\n  },\n  \"market\": \"US_STOCKS\",\n  \"period\": \"yearly\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "0d2e664b-3434-44b9-b05e-6f78fd6e7d1e",
              "name": "Simple yearly without birth data",
              "request": {
                "name": "Simple yearly without birth data",
                "description": {
                  "content": "🎯 **Calculate Bradley Turns**\n\n📋 **Endpoint Description:**\n📉 **Bradley Siderograph** - Major market turning points\n\n**Donald Bradley's Method:**\n- 🌌 Planetary aspects sum\n- 📊 Market sentiment indicator\n- 🔄 Major trend reversals\n- 📅 Turn dates (+/- 4 days)\n\n**Identifies:**\n- **Major Turns** - Significant trend changes\n- **Minor Turns** - Short-term reversals\n- **Trend Direction** - Up or down bias\n- **Intensity** - Strength of the turn\n\n**Historical Accuracy:**\n- Major turns: ~70% within 4 trading days\n- Works best with indices, not individual stocks\n\n**Flexible Input:**\n- **Period-based** - \"yearly\", \"quarterly\", \"monthly\"\n- **Year extraction** - Automatically determines year from period\n- **Personal data** - Optional birth data for enhanced analysis\n- **Language support** - Multi-language interpretations\n\n**Response time:** ~400ms | **Range:** Full year analysis\n\n✨ **Example Description:**\nGeneral market analysis without personal data\n\n🔗 **Endpoint:** `POST /api/v3/insights/financial/bradley-siderograph`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "bradley-siderograph"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"period\": \"yearly\",\n  \"market\": \"stocks\",\n  \"year\": 2024,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Crypto Timing",
          "description": "All available examples for Analyze Crypto Timing endpoint. ₿ **Crypto Market Timing** - 24/7 market cycle analysis\n\n**Crypto-Specific Factors:**\n- 🌙 Lunar correlation (retail sentiment)\n- ⚡ Uranus cycles (innovation/disruption)\n- 🌊 Neptune cycles (speculation/delusion)\n- 🪐 Saturn cycles (regulation/structure)\n\n**Analysis Includes:**\n- **Volatility Windows** - High movement periods\n- **Accumulation Zones** - Good entry timing\n- **Distribution Signals** - Exit considerations\n- **Social Sentiment** - Mass psychology cycles\n- **DCA Optimization** - Best regular buy days\n\n**24/7 Market Considerations:**\n- Weekend patterns\n- Asian/European/US session timing\n- Full moon volatility spikes\n\n**Response time:** ~400ms",
          "item": [
            {
              "id": "3758ec13-66ea-4955-a0cf-09e163efd674",
              "name": "Crypto timing analysis",
              "request": {
                "name": "Crypto timing analysis",
                "description": {
                  "content": "🎯 **Analyze Crypto Timing**\n\n📋 **Endpoint Description:**\n₿ **Crypto Market Timing** - 24/7 market cycle analysis\n\n**Crypto-Specific Factors:**\n- 🌙 Lunar correlation (retail sentiment)\n- ⚡ Uranus cycles (innovation/disruption)\n- 🌊 Neptune cycles (speculation/delusion)\n- 🪐 Saturn cycles (regulation/structure)\n\n**Analysis Includes:**\n- **Volatility Windows** - High movement periods\n- **Accumulation Zones** - Good entry timing\n- **Distribution Signals** - Exit considerations\n- **Social Sentiment** - Mass psychology cycles\n- **DCA Optimization** - Best regular buy days\n\n**24/7 Market Considerations:**\n- Weekend patterns\n- Asian/European/US session timing\n- Full moon volatility spikes\n\n**Response time:** ~400ms\n\n🔗 **Endpoint:** `POST /api/v3/insights/financial/crypto-timing`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "crypto-timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cryptocurrency\": \"bitcoin\",\n  \"analysis_period_days\": 30,\n  \"include_volatility_forecast\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "41237fe4-7d90-4c10-9759-26afb111a9b2",
          "name": "Analyze Forex Timing",
          "request": {
            "name": "Analyze Forex Timing",
            "description": {
              "content": "💱 **Forex Market Timing** - Currency pair cycle analysis\n\n**Session-Based Analysis:**\n- 🇦🇺 **Sydney** - AUD, NZD strength\n- 🇯🇵 **Tokyo** - JPY, Asian currencies\n- 🇬🇧 **London** - EUR, GBP movements\n- 🇺🇸 **New York** - USD dominance\n\n**Planetary Correlations:**\n- **Mercury** - Short-term volatility\n- **Venus** - Value and balance\n- **Mars** - Aggressive moves\n- **Jupiter** - Expansion trends\n\n**What you get:**\n- **Session Strength** - Best trading hours\n- **Volatility Forecast** - Pip movement potential\n- **Trend Bias** - Directional tendency\n- **Key Levels** - Planetary support/resistance\n\n**Response time:** ~300ms | **Range:** Up to 30 days",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "insights",
                "financial",
                "forex-timing"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"pair\": \"EUR/USD\",\n  \"trading_session\": \"london\",\n  \"forecast_days\": 7,\n  \"language\": \"en\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "492e056f-40f6-4d23-aed1-2e9b202062a7",
              "name": "Forex market timing analysis completed successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "forex-timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"pair\": \"EUR/USD\",\n  \"trading_session\": \"london\",\n  \"forecast_days\": 7,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"key_0\": 5927,\n    \"key_1\": 63,\n    \"key_2\": false\n  },\n  \"message\": \"<string>\",\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a259fb01-de10-45b6-9206-bf07ae94b94a",
              "name": "Invalid insights parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "forex-timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"pair\": \"EUR/USD\",\n  \"trading_session\": \"london\",\n  \"forecast_days\": 7,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5ce88751-a05b-49c9-a6fc-d605f3193df5",
              "name": "Validation error in forex timing parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "financial",
                    "forex-timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"pair\": \"EUR/USD\",\n  \"trading_session\": \"london\",\n  \"forecast_days\": 7,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"examples\": {\n    \"invalid_currency_pair\": {\n      \"summary\": \"Unsupported currency pair\",\n      \"description\": \"Currency pair not available for analysis\",\n      \"value\": {\n        \"success\": false,\n        \"error\": {\n          \"error_code\": \"INVALID_FIELD_VALUE\",\n          \"message\": \"Currency pair not supported\",\n          \"field\": \"pair\",\n          \"value\": \"BTC/USD\",\n          \"severity\": \"low\",\n          \"suggestions\": [\n            \"Use major forex pairs: EUR/USD, GBP/USD, USD/JPY\",\n            \"See /api/v3/glossary/forex-pairs for complete list\",\n            \"For crypto analysis use /crypto-timing endpoint\"\n          ]\n        },\n        \"timestamp\": \"2024-01-15T10:30:00Z\"\n      }\n    },\n    \"invalid_trading_session\": {\n      \"summary\": \"Unknown trading session\",\n      \"description\": \"Trading session not recognized\",\n      \"value\": {\n        \"success\": false,\n        \"error\": {\n          \"error_code\": \"INVALID_FIELD_VALUE\",\n          \"message\": \"Invalid trading session\",\n          \"field\": \"trading_session\",\n          \"value\": \"africa\",\n          \"severity\": \"low\",\n          \"suggestions\": [\n            \"Use valid sessions: sydney, tokyo, london, newyork\",\n            \"Consider timezone overlaps for higher volatility\"\n          ]\n        },\n        \"timestamp\": \"2024-01-15T10:30:00Z\"\n      }\n    },\n    \"forecast_period_too_long\": {\n      \"summary\": \"Forecast period exceeds limit\",\n      \"description\": \"Forex forecast period too long for accurate analysis\",\n      \"value\": {\n        \"success\": false,\n        \"error\": {\n          \"error_code\": \"INVALID_FIELD_VALUE\",\n          \"message\": \"Maximum 30 days for forex forecast\",\n          \"field\": \"forecast_days\",\n          \"value\": 45,\n          \"severity\": \"medium\",\n          \"suggestions\": [\n            \"Limit forex forecast to 30 days or less\",\n            \"Use shorter periods for higher accuracy\"\n          ]\n        },\n        \"timestamp\": \"2024-01-15T10:30:00Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "🏢 Business Insights",
      "description": "",
      "item": [
        {
          "name": "📁 Analyze Team Dynamics",
          "description": "All available examples for Analyze Team Dynamics endpoint. 👥 **Team Dynamics Analysis** - Understand your team's chemistry\n\n**Analyzes:**\n- 🤝 **Compatibility Matrix** - Every team member pair\n- ⚖️ **Element Balance** - Team's collective energy\n- 💬 **Communication Patterns** - How information flows\n- 👑 **Natural Leaders** - Who emerges as leaders\n- 🏢 **Department Synergy** - Cross-functional harmony\n\n**Perfect for:**\n- Team building and optimization\n- Identifying collaboration opportunities\n- Resolving team conflicts\n- Project team selection\n- Department restructuring\n\n**Response time:** ~600ms | **Team size:** 2-20 members",
          "item": [
            {
              "id": "cd9cdd79-ff3b-42b7-80c0-b1b7db4ef67d",
              "name": "Development team analysis",
              "request": {
                "name": "Development team analysis",
                "description": {
                  "content": "🎯 **Analyze Team Dynamics**\n\n📋 **Endpoint Description:**\n👥 **Team Dynamics Analysis** - Understand your team's chemistry\n\n**Analyzes:**\n- 🤝 **Compatibility Matrix** - Every team member pair\n- ⚖️ **Element Balance** - Team's collective energy\n- 💬 **Communication Patterns** - How information flows\n- 👑 **Natural Leaders** - Who emerges as leaders\n- 🏢 **Department Synergy** - Cross-functional harmony\n\n**Perfect for:**\n- Team building and optimization\n- Identifying collaboration opportunities\n- Resolving team conflicts\n- Project team selection\n- Department restructuring\n\n**Response time:** ~600ms | **Team size:** 2-20 members\n\n✨ **Example Description:**\nAnalyze team dynamics for a software development team\n\n🔗 **Endpoint:** `POST /api/v3/insights/business/team-dynamics`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "team-dynamics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Alice Johnson\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 3,\n        \"day\": 15,\n        \"hour\": 10,\n        \"minute\": 30,\n        \"city\": \"New York\",\n        \"country_code\": \"US\"\n      }\n    },\n    {\n      \"name\": \"Bob Smith\",\n      \"birth_data\": {\n        \"year\": 1990,\n        \"month\": 7,\n        \"day\": 22,\n        \"hour\": 14,\n        \"minute\": 15,\n        \"city\": \"San Francisco\",\n        \"country_code\": \"US\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\",\n    \"team_name\": \"Dev Team\",\n    \"department_focus\": \"tech\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "4f862a47-4beb-4bdb-9301-173510a16d31",
              "name": "Executive team analysis",
              "request": {
                "name": "Executive team analysis",
                "description": {
                  "content": "🎯 **Analyze Team Dynamics**\n\n📋 **Endpoint Description:**\n👥 **Team Dynamics Analysis** - Understand your team's chemistry\n\n**Analyzes:**\n- 🤝 **Compatibility Matrix** - Every team member pair\n- ⚖️ **Element Balance** - Team's collective energy\n- 💬 **Communication Patterns** - How information flows\n- 👑 **Natural Leaders** - Who emerges as leaders\n- 🏢 **Department Synergy** - Cross-functional harmony\n\n**Perfect for:**\n- Team building and optimization\n- Identifying collaboration opportunities\n- Resolving team conflicts\n- Project team selection\n- Department restructuring\n\n**Response time:** ~600ms | **Team size:** 2-20 members\n\n✨ **Example Description:**\nAnalyze dynamics between C-level executives\n\n🔗 **Endpoint:** `POST /api/v3/insights/business/team-dynamics`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "team-dynamics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Sarah Wilson\",\n      \"birth_data\": {\n        \"year\": 1978,\n        \"month\": 12,\n        \"day\": 8,\n        \"hour\": 9,\n        \"minute\": 0,\n        \"city\": \"London\",\n        \"country_code\": \"GB\"\n      }\n    },\n    {\n      \"name\": \"Michael Chen\",\n      \"birth_data\": {\n        \"year\": 1982,\n        \"month\": 6,\n        \"day\": 25,\n        \"hour\": 16,\n        \"minute\": 45,\n        \"city\": \"Singapore\",\n        \"country_code\": \"SG\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\",\n    \"team_name\": \"Executive Team\",\n    \"department_focus\": \"leadership\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Hiring Compatibility",
          "description": "All available examples for Analyze Hiring Compatibility endpoint. 🎯 **Hiring Compatibility Analysis** - Make better hiring decisions\n\n**Evaluates:**\n- 🤝 **Team Fit** - Chemistry with existing team\n- 🏢 **Department Match** - Alignment with department energy\n- 📈 **Growth Potential** - Long-term development prospects\n- ⏰ **Start Timing** - Best onboarding dates\n- 🗣️ **Interview Timing** - Optimal interview slots\n\n**Based on:**\n- Synastry with team members\n- Element balance impact\n- Communication style match\n- Leadership potential\n- Cultural fit indicators\n\n**Response time:** ~500ms",
          "item": [
            {
              "id": "0bb033da-507f-4174-a2bc-9becc9d3a4a1",
              "name": "Tech department hiring",
              "request": {
                "name": "Tech department hiring",
                "description": {
                  "content": "🎯 **Analyze Hiring Compatibility**\n\n📋 **Endpoint Description:**\n🎯 **Hiring Compatibility Analysis** - Make better hiring decisions\n\n**Evaluates:**\n- 🤝 **Team Fit** - Chemistry with existing team\n- 🏢 **Department Match** - Alignment with department energy\n- 📈 **Growth Potential** - Long-term development prospects\n- ⏰ **Start Timing** - Best onboarding dates\n- 🗣️ **Interview Timing** - Optimal interview slots\n\n**Based on:**\n- Synastry with team members\n- Element balance impact\n- Communication style match\n- Leadership potential\n- Cultural fit indicators\n\n**Response time:** ~500ms\n\n✨ **Example Description:**\nCandidate and existing team compatibility analysis\n\n🔗 **Endpoint:** `POST /api/v3/insights/business/hiring-compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "hiring-compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Oleksandr Petrenko\",\n      \"birth_data\": {\n        \"year\": 1992,\n        \"month\": 5,\n        \"day\": 10,\n        \"hour\": 9,\n        \"minute\": 0,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Viktor Shevchenko\",\n      \"birth_data\": {\n        \"year\": 1987,\n        \"month\": 6,\n        \"day\": 18,\n        \"hour\": 10,\n        \"minute\": 15,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\",\n    \"role\": \"Senior Developer\",\n    \"department\": \"tech\",\n    \"include_timing\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "74a29232-f477-4e79-81ac-2f2c8fc43a93",
              "name": "Executive hiring",
              "request": {
                "name": "Executive hiring",
                "description": {
                  "content": "🎯 **Analyze Hiring Compatibility**\n\n📋 **Endpoint Description:**\n🎯 **Hiring Compatibility Analysis** - Make better hiring decisions\n\n**Evaluates:**\n- 🤝 **Team Fit** - Chemistry with existing team\n- 🏢 **Department Match** - Alignment with department energy\n- 📈 **Growth Potential** - Long-term development prospects\n- ⏰ **Start Timing** - Best onboarding dates\n- 🗣️ **Interview Timing** - Optimal interview slots\n\n**Based on:**\n- Synastry with team members\n- Element balance impact\n- Communication style match\n- Leadership potential\n- Cultural fit indicators\n\n**Response time:** ~500ms\n\n✨ **Example Description:**\nLeadership position candidate assessment\n\n🔗 **Endpoint:** `POST /api/v3/insights/business/hiring-compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "hiring-compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Anna Kovalenko\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 3,\n        \"day\": 22,\n        \"hour\": 11,\n        \"minute\": 45,\n        \"city\": \"Dnipro\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Current CEO\",\n      \"birth_data\": {\n        \"year\": 1975,\n        \"month\": 8,\n        \"day\": 12,\n        \"hour\": 14,\n        \"minute\": 30,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\",\n    \"role\": \"VP of Marketing\",\n    \"department\": \"leadership\",\n    \"include_timing\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Leadership Style",
          "description": "All available examples for Analyze Leadership Style endpoint. 👔 **Leadership Style Analysis** - Discover natural leadership approach\n\n**Identifies:**\n- 🎯 **Core Style** - Visionary, Collaborative, Methodical, etc.\n- 🧠 **Decision Making** - How you process and decide\n- 👥 **Team Management** - Your people management approach\n- 😤 **Stress Response** - Leadership under pressure\n- 📈 **Growth Areas** - Leadership development opportunities\n\n**Leadership Styles:**\n- **Visionary** - Future-focused, inspirational\n- **Collaborative** - Team-oriented, consensus-building\n- **Methodical** - Process-driven, systematic\n- **Intuitive** - Instinct-based, adaptive\n- **Transformational** - Change-oriented, innovative\n\n**Response time:** ~300ms",
          "item": [
            {
              "id": "7e30c06e-f9aa-41ea-afec-6d650d28b337",
              "name": "Executive leadership style",
              "request": {
                "name": "Executive leadership style",
                "description": {
                  "content": "🎯 **Analyze Leadership Style**\n\n📋 **Endpoint Description:**\n👔 **Leadership Style Analysis** - Discover natural leadership approach\n\n**Identifies:**\n- 🎯 **Core Style** - Visionary, Collaborative, Methodical, etc.\n- 🧠 **Decision Making** - How you process and decide\n- 👥 **Team Management** - Your people management approach\n- 😤 **Stress Response** - Leadership under pressure\n- 📈 **Growth Areas** - Leadership development opportunities\n\n**Leadership Styles:**\n- **Visionary** - Future-focused, inspirational\n- **Collaborative** - Team-oriented, consensus-building\n- **Methodical** - Process-driven, systematic\n- **Intuitive** - Instinct-based, adaptive\n- **Transformational** - Change-oriented, innovative\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nComprehensive leadership analysis for C-level executive\n\n🔗 **Endpoint:** `POST /api/v3/insights/business/leadership-style`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "leadership-style"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg Yaroshevych\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\",\n    \"include_development\": true,\n    \"detail_level\": \"professional\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b16df596-ca27-48bb-a0f1-f3766cb747dc",
              "name": "Team leader assessment",
              "request": {
                "name": "Team leader assessment",
                "description": {
                  "content": "🎯 **Analyze Leadership Style**\n\n📋 **Endpoint Description:**\n👔 **Leadership Style Analysis** - Discover natural leadership approach\n\n**Identifies:**\n- 🎯 **Core Style** - Visionary, Collaborative, Methodical, etc.\n- 🧠 **Decision Making** - How you process and decide\n- 👥 **Team Management** - Your people management approach\n- 😤 **Stress Response** - Leadership under pressure\n- 📈 **Growth Areas** - Leadership development opportunities\n\n**Leadership Styles:**\n- **Visionary** - Future-focused, inspirational\n- **Collaborative** - Team-oriented, consensus-building\n- **Methodical** - Process-driven, systematic\n- **Intuitive** - Instinct-based, adaptive\n- **Transformational** - Change-oriented, innovative\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nLeadership style for team management roles\n\n🔗 **Endpoint:** `POST /api/v3/insights/business/leadership-style`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "leadership-style"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Maria Petrova\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Kiev\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\",\n    \"include_development\": false,\n    \"detail_level\": \"standard\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "ee38f1f2-2dca-4e6e-85ef-bdc571a21205",
          "name": "Calculate Business Timing",
          "request": {
            "name": "Calculate Business Timing",
            "description": {
              "content": "📅 **Business Activity Timing** - Optimize important business events\n\n**Timing for:**\n- 🚀 **Product Launch** - Maximum impact timing with astrological factors\n- 🤝 **Meetings** - Productive discussion windows\n- 💼 **Negotiations** - Favorable deal-making periods\n- 👥 **Hiring** - Best recruitment windows\n- 🔄 **Restructuring** - Smooth transition periods with transformation factors\n\n**Based on planetary cycles:**\n- Mercury (communication, contracts)\n- Venus (negotiations, partnerships)\n- Mars (launches, initiatives)\n- Jupiter (expansion, growth)\n- Saturn (structure, long-term planning)\n\n**What you get:**\n- **launch_windows** - Each window includes `astrological_factors` (transits, lunar phases)\n- **restructuring_periods** - Each period includes `astrological_factors` (Saturn, Pluto transits)\n- **astrological_context** - Overall period planetary climate with `current_events`\n\n**Astrological factors structure:**\n```json\n{\n  \"type\": \"transit|lunar_phase|aspect|sign_ingress\",\n  \"datetime_utc\": \"2024-01-15T00:00:00\",\n  \"name\": \"Jupiter trine Sun\",\n  \"influence\": \"supportive|challenging|neutral|transformative\",\n  \"primary_body\": \"Jupiter\",\n  \"secondary_body\": \"natal_Sun\",\n  \"aspect_type\": \"trine\",\n  \"strength\": 0.85\n}\n```\n\n**Response time:** ~400ms | **Range:** Up to 90 days",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "insights",
                "business",
                "business-timing"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"activities\": [\n    \"product_launch\",\n    \"meetings\"\n  ],\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"company_data\": {\n    \"year\": \"<integer>\",\n    \"month\": \"<integer>\",\n    \"day\": \"<integer>\",\n    \"hour\": \"<integer>\",\n    \"minute\": \"<integer>\",\n    \"second\": 0,\n    \"latitude\": \"<number>\",\n    \"longitude\": \"<number>\",\n    \"city\": \"<string>\",\n    \"country_code\": \"<string>\",\n    \"timezone\": \"<string>\"\n  },\n  \"language\": \"en\"\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "52d5924b-defc-45eb-8c17-d0d02b7ed1d0",
              "name": "Successful business timing analysis",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "business-timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"activities\": [\n    \"product_launch\",\n    \"meetings\"\n  ],\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"company_data\": {\n    \"year\": \"<integer>\",\n    \"month\": \"<integer>\",\n    \"day\": \"<integer>\",\n    \"hour\": \"<integer>\",\n    \"minute\": \"<integer>\",\n    \"second\": 0,\n    \"latitude\": \"<number>\",\n    \"longitude\": \"<number>\",\n    \"city\": \"<string>\",\n    \"country_code\": \"<string>\",\n    \"timezone\": \"<string>\"\n  },\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"key_0\": 2083.6727412427103,\n    \"key_1\": 7503\n  },\n  \"message\": \"<string>\",\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1eb697ff-5e81-47fb-9ecc-d878aa88c1e8",
              "name": "Invalid insights parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "business-timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"activities\": [\n    \"product_launch\",\n    \"meetings\"\n  ],\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"company_data\": {\n    \"year\": \"<integer>\",\n    \"month\": \"<integer>\",\n    \"day\": \"<integer>\",\n    \"hour\": \"<integer>\",\n    \"minute\": \"<integer>\",\n    \"second\": 0,\n    \"latitude\": \"<number>\",\n    \"longitude\": \"<number>\",\n    \"city\": \"<string>\",\n    \"country_code\": \"<string>\",\n    \"timezone\": \"<string>\"\n  },\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3e2593fe-d75d-42eb-a143-50734c0b7d65",
              "name": "Validation error in business timing request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "business-timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"activities\": [\n    \"product_launch\",\n    \"meetings\"\n  ],\n  \"start_date\": \"<date>\",\n  \"end_date\": \"<date>\",\n  \"company_data\": {\n    \"year\": \"<integer>\",\n    \"month\": \"<integer>\",\n    \"day\": \"<integer>\",\n    \"hour\": \"<integer>\",\n    \"minute\": \"<integer>\",\n    \"second\": 0,\n    \"latitude\": \"<number>\",\n    \"longitude\": \"<number>\",\n    \"city\": \"<string>\",\n    \"country_code\": \"<string>\",\n    \"timezone\": \"<string>\"\n  },\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"examples\": {\n    \"date_range_too_long\": {\n      \"summary\": \"Analysis period exceeds limit\",\n      \"description\": \"Date range cannot exceed 90 days\",\n      \"value\": {\n        \"success\": false,\n        \"error\": {\n          \"error_code\": \"INVALID_FIELD_VALUE\",\n          \"message\": \"Date range cannot exceed 90 days\",\n          \"field\": \"date_range\",\n          \"severity\": \"medium\",\n          \"suggestions\": [\n            \"Reduce the date range to 90 days or less\"\n          ]\n        },\n        \"timestamp\": \"2024-01-15T10:30:00Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Analyze Department Compatibility",
          "description": "All available examples for Analyze Department Compatibility endpoint. 🏢 **Department Compatibility Analysis** - Optimize organizational structure\n\n**Analyzes:**\n- 🔄 **Inter-Department Synergy** - How departments work together\n- 🤝 **Collaboration Potential** - Cross-functional opportunities\n- ⚡ **Friction Points** - Where conflicts may arise\n- 📊 **Communication Flow** - Information exchange patterns\n- 🎯 **Project Success** - Which departments work best together\n\n**Department Types:**\n- Sales, Marketing, Tech, Creative\n- HR, Finance, Operations, Leadership\n\n**Use Cases:**\n- Organizational restructuring\n- Cross-functional team building\n- Identifying collaboration opportunities\n- Resolving inter-department conflicts\n\n**Response time:** ~500ms",
          "item": [
            {
              "id": "d058e374-fd89-4495-a68f-f2a8eb5d6b47",
              "name": "Simple department names (recommended)",
              "request": {
                "name": "Simple department names (recommended)",
                "description": {
                  "content": "🎯 **Analyze Department Compatibility**\n\n📋 **Endpoint Description:**\n🏢 **Department Compatibility Analysis** - Optimize organizational structure\n\n**Analyzes:**\n- 🔄 **Inter-Department Synergy** - How departments work together\n- 🤝 **Collaboration Potential** - Cross-functional opportunities\n- ⚡ **Friction Points** - Where conflicts may arise\n- 📊 **Communication Flow** - Information exchange patterns\n- 🎯 **Project Success** - Which departments work best together\n\n**Department Types:**\n- Sales, Marketing, Tech, Creative\n- HR, Finance, Operations, Leadership\n\n**Use Cases:**\n- Organizational restructuring\n- Cross-functional team building\n- Identifying collaboration opportunities\n- Resolving inter-department conflicts\n\n**Response time:** ~500ms\n\n✨ **Example Description:**\nUse simple department names - API will auto-assign members\n\n🔗 **Endpoint:** `POST /api/v3/insights/business/department-compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "department-compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Andriy Shevchenko\",\n      \"birth_data\": {\n        \"year\": 1988,\n        \"month\": 4,\n        \"day\": 12,\n        \"hour\": 10,\n        \"minute\": 30,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Olena Kovalenko\",\n      \"birth_data\": {\n        \"year\": 1991,\n        \"month\": 9,\n        \"day\": 5,\n        \"hour\": 14,\n        \"minute\": 15,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\",\n    \"departments\": [\n      \"engineering\",\n      \"marketing\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "53d625a6-abd0-4278-abf3-b9fbc7ed1c99",
              "name": "Advanced format with member assignment",
              "request": {
                "name": "Advanced format with member assignment",
                "description": {
                  "content": "🎯 **Analyze Department Compatibility**\n\n📋 **Endpoint Description:**\n🏢 **Department Compatibility Analysis** - Optimize organizational structure\n\n**Analyzes:**\n- 🔄 **Inter-Department Synergy** - How departments work together\n- 🤝 **Collaboration Potential** - Cross-functional opportunities\n- ⚡ **Friction Points** - Where conflicts may arise\n- 📊 **Communication Flow** - Information exchange patterns\n- 🎯 **Project Success** - Which departments work best together\n\n**Department Types:**\n- Sales, Marketing, Tech, Creative\n- HR, Finance, Operations, Leadership\n\n**Use Cases:**\n- Organizational restructuring\n- Cross-functional team building\n- Identifying collaboration opportunities\n- Resolving inter-department conflicts\n\n**Response time:** ~500ms\n\n✨ **Example Description:**\nFull control over department membership (advanced users)\n\n🔗 **Endpoint:** `POST /api/v3/insights/business/department-compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "department-compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Andriy Shevchenko\",\n      \"birth_data\": {\n        \"year\": 1988,\n        \"month\": 4,\n        \"day\": 12,\n        \"hour\": 10,\n        \"minute\": 30,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Olena Kovalenko\",\n      \"birth_data\": {\n        \"year\": 1991,\n        \"month\": 9,\n        \"day\": 5,\n        \"hour\": 14,\n        \"minute\": 15,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Yana Petrenko\",\n      \"birth_data\": {\n        \"year\": 1989,\n        \"month\": 6,\n        \"day\": 20,\n        \"hour\": 11,\n        \"minute\": 0,\n        \"city\": \"Lviv\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\",\n    \"departments\": [\n      {\n        \"name\": \"Engineering\",\n        \"type\": \"tech\",\n        \"members\": [\n          0,\n          1\n        ]\n      },\n      {\n        \"name\": \"Marketing\",\n        \"type\": \"marketing\",\n        \"members\": [\n          2\n        ]\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "6cc01d58-7ecc-40bf-962b-63ad475ac6f9",
              "name": "Complete organizational analysis",
              "request": {
                "name": "Complete organizational analysis",
                "description": {
                  "content": "🎯 **Analyze Department Compatibility**\n\n📋 **Endpoint Description:**\n🏢 **Department Compatibility Analysis** - Optimize organizational structure\n\n**Analyzes:**\n- 🔄 **Inter-Department Synergy** - How departments work together\n- 🤝 **Collaboration Potential** - Cross-functional opportunities\n- ⚡ **Friction Points** - Where conflicts may arise\n- 📊 **Communication Flow** - Information exchange patterns\n- 🎯 **Project Success** - Which departments work best together\n\n**Department Types:**\n- Sales, Marketing, Tech, Creative\n- HR, Finance, Operations, Leadership\n\n**Use Cases:**\n- Organizational restructuring\n- Cross-functional team building\n- Identifying collaboration opportunities\n- Resolving inter-department conflicts\n\n**Response time:** ~500ms\n\n✨ **Example Description:**\nMulti-department compatibility for full organization\n\n🔗 **Endpoint:** `POST /api/v3/insights/business/department-compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "department-compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Maksym Bondarenko\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 2,\n        \"day\": 14,\n        \"hour\": 9,\n        \"minute\": 45,\n        \"city\": \"Odessa\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Iryna Savchenko\",\n      \"birth_data\": {\n        \"year\": 1987,\n        \"month\": 11,\n        \"day\": 8,\n        \"hour\": 13,\n        \"minute\": 20,\n        \"city\": \"Dnipro\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Roman Tkachenko\",\n      \"birth_data\": {\n        \"year\": 1992,\n        \"month\": 5,\n        \"day\": 3,\n        \"hour\": 15,\n        \"minute\": 30,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\",\n    \"departments\": [\n      {\n        \"name\": \"Sales\",\n        \"type\": \"sales\",\n        \"members\": [\n          0\n        ]\n      },\n      {\n        \"name\": \"Operations\",\n        \"type\": \"operations\",\n        \"members\": [\n          1\n        ]\n      },\n      {\n        \"name\": \"Creative\",\n        \"type\": \"creative\",\n        \"members\": [\n          2\n        ]\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Succession Planning",
          "description": "All available examples for Analyze Succession Planning endpoint. 🔄 **Succession Planning Analysis** - Identify future leaders\n\n**Evaluates:**\n- 👑 **Leadership Readiness** - Who's ready to lead\n- 🎯 **Style Compatibility** - Continuity vs change\n- 📈 **Growth Timeline** - When they'll be ready\n- 🤝 **Team Acceptance** - How team will respond\n- 🚀 **Transition Timing** - Optimal handover periods\n\n**Provides:**\n- Successor rankings with scores\n- Development recommendations\n- Optimal transition timing\n- Risk assessments\n- Mentorship pairings\n\n**Response time:** ~400ms",
          "item": [
            {
              "id": "a88b2b56-6c7e-40d6-86b2-1a18dfddb2d5",
              "name": "CEO succession planning",
              "request": {
                "name": "CEO succession planning",
                "description": {
                  "content": "🎯 **Analyze Succession Planning**\n\n📋 **Endpoint Description:**\n🔄 **Succession Planning Analysis** - Identify future leaders\n\n**Evaluates:**\n- 👑 **Leadership Readiness** - Who's ready to lead\n- 🎯 **Style Compatibility** - Continuity vs change\n- 📈 **Growth Timeline** - When they'll be ready\n- 🤝 **Team Acceptance** - How team will respond\n- 🚀 **Transition Timing** - Optimal handover periods\n\n**Provides:**\n- Successor rankings with scores\n- Development recommendations\n- Optimal transition timing\n- Risk assessments\n- Mentorship pairings\n\n**Response time:** ~400ms\n\n✨ **Example Description:**\nCurrent CEO and potential successors analysis\n\n🔗 **Endpoint:** `POST /api/v3/insights/business/succession-planning`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "succession-planning"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Volodymyr Kravchenko\",\n      \"birth_data\": {\n        \"year\": 1975,\n        \"month\": 3,\n        \"day\": 15,\n        \"hour\": 11,\n        \"minute\": 30,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Oleksandr Moroz\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 6,\n        \"day\": 12,\n        \"hour\": 10,\n        \"minute\": 0,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Anastasiya Kovalchuk\",\n      \"birth_data\": {\n        \"year\": 1987,\n        \"month\": 9,\n        \"day\": 30,\n        \"hour\": 13,\n        \"minute\": 20,\n        \"city\": \"Dnipro\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\",\n    \"current_leader_role\": \"CEO\",\n    \"succession_department\": \"leadership\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5566213c-4bc6-4d87-9529-cd4debc3a581",
              "name": "Department head succession",
              "request": {
                "name": "Department head succession",
                "description": {
                  "content": "🎯 **Analyze Succession Planning**\n\n📋 **Endpoint Description:**\n🔄 **Succession Planning Analysis** - Identify future leaders\n\n**Evaluates:**\n- 👑 **Leadership Readiness** - Who's ready to lead\n- 🎯 **Style Compatibility** - Continuity vs change\n- 📈 **Growth Timeline** - When they'll be ready\n- 🤝 **Team Acceptance** - How team will respond\n- 🚀 **Transition Timing** - Optimal handover periods\n\n**Provides:**\n- Successor rankings with scores\n- Development recommendations\n- Optimal transition timing\n- Risk assessments\n- Mentorship pairings\n\n**Response time:** ~400ms\n\n✨ **Example Description:**\nTech department leadership succession planning\n\n🔗 **Endpoint:** `POST /api/v3/insights/business/succession-planning`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    "business",
                    "succession-planning"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Sergiy Petrov\",\n      \"birth_data\": {\n        \"year\": 1978,\n        \"month\": 8,\n        \"day\": 22,\n        \"hour\": 9,\n        \"minute\": 45,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Pavlo Kravets\",\n      \"birth_data\": {\n        \"year\": 1984,\n        \"month\": 7,\n        \"day\": 5,\n        \"hour\": 9,\n        \"minute\": 15,\n        \"city\": \"Kiev\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Tetyana Savchuk\",\n      \"birth_data\": {\n        \"year\": 1989,\n        \"month\": 10,\n        \"day\": 14,\n        \"hour\": 12,\n        \"minute\": 0,\n        \"city\": \"Lviv\",\n        \"country_code\": \"UA\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\",\n    \"current_leader_role\": \"VP of Engineering\",\n    \"succession_department\": \"tech\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "💫 Insights Platform",
      "description": "",
      "item": [
        {
          "id": "9b8b5991-cb01-40ce-b582-f614f9168a3f",
          "name": "Discover Insights",
          "request": {
            "name": "Discover Insights",
            "description": {
              "content": "🌟 **Discover Astrology Insights Platform** - Specialized astrological wisdom\n\n**Available Insights:**\n- 💕 **Relationship** - Compatibility, love languages, timing\n- 🐾 **Pet** - Pet personality, training, owner bonding (coming soon)\n- 🏥 **Wellness** - Health patterns, biorhythms, timing (coming soon)\n- 💰 **Financial** - Market timing, trading signals (coming soon)\n- 💼 **Business** - Team dynamics, hiring, leadership (coming soon)\n\n**Why Insights?**\nOur insights platform transforms complex astrological calculations into\npractical, actionable wisdom for every aspect of modern life.\n\n**Response time:** ~10ms",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "insights",
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "17daae36-1cb8-4ee1-bb5a-ae49b4d1a4cd",
              "name": "Insights platform information with available verticals",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6a5c27e-556b-4630-94d2-5dbeb50938a3",
              "name": "Invalid insights parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6061da95-0ba9-4719-822c-910034c582d6",
              "name": "Validation error - check input data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "insights",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "🕐 Timezone & Historical Data",
      "description": "",
      "item": [
        {
          "name": "📁 Resolve Timezone",
          "description": "All available examples for Resolve Timezone endpoint. **Timezone Resolution with Historical Accuracy**\n\nResolves IANA timezone, UTC offset, and historical accuracy for a given\ndate/time and location. Checks against a curated database of 160+ timezone\nexceptions covering 109 countries.\n\n**Provide location as:**\n- `city` + `country_code` (geocoded automatically), OR\n- `latitude` + `longitude` (direct coordinates)\n\n**What you get:**\n- **timezone** — IANA timezone identifier\n- **utc_offset** — UTC offset at the given date/time (accounts for DST)\n- **is_historical_accurate** — `false` if IANA/pytz gives a wrong offset for this date\n- **timezone_exceptions** — detailed warnings with `iana_models_correctly` flag\n- **resolved_location** — geocoded coordinates\n\n**Key use case:** Birth time rectification for astrology. One API call replaces\nmanual timezone research across atlases, historical records, and IANA errata.\n\n**Response time:** ~50-150ms",
          "item": [
            {
              "id": "42ffce48-36b4-4bdc-873d-c13619d4f99b",
              "name": "Kharkiv, Ukraine 1985 (Soviet era)",
              "request": {
                "name": "Kharkiv, Ukraine 1985 (Soviet era)",
                "description": {
                  "content": "🎯 **Resolve Timezone**\n\n📋 **Endpoint Description:**\n**Timezone Resolution with Historical Accuracy**\n\nResolves IANA timezone, UTC offset, and historical accuracy for a given\ndate/time and location. Checks against a curated database of 160+ timezone\nexceptions covering 109 countries.\n\n**Provide location as:**\n- `city` + `country_code` (geocoded automatically), OR\n- `latitude` + `longitude` (direct coordinates)\n\n**What you get:**\n- **timezone** — IANA timezone identifier\n- **utc_offset** — UTC offset at the given date/time (accounts for DST)\n- **is_historical_accurate** — `false` if IANA/pytz gives a wrong offset for this date\n- **timezone_exceptions** — detailed warnings with `iana_models_correctly` flag\n- **resolved_location** — geocoded coordinates\n\n**Key use case:** Birth time rectification for astrology. One API call replaces\nmanual timezone research across atlases, historical records, and IANA errata.\n\n**Response time:** ~50-150ms\n\n✨ **Example Description:**\nBirth during USSR decree time. IANA models correctly, informational warning returned.\n\n🔗 **Endpoint:** `POST /api/v3/timezone`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timezone"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 1985,\n  \"month\": 5,\n  \"day\": 11,\n  \"hour\": 18,\n  \"minute\": 15,\n  \"city\": \"Kharkiv\",\n  \"country_code\": \"UA\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f978d50c-f6e5-442c-b83a-6ff3cffed281",
              "name": "London 1943 (WWII Double Summer Time)",
              "request": {
                "name": "London 1943 (WWII Double Summer Time)",
                "description": {
                  "content": "🎯 **Resolve Timezone**\n\n📋 **Endpoint Description:**\n**Timezone Resolution with Historical Accuracy**\n\nResolves IANA timezone, UTC offset, and historical accuracy for a given\ndate/time and location. Checks against a curated database of 160+ timezone\nexceptions covering 109 countries.\n\n**Provide location as:**\n- `city` + `country_code` (geocoded automatically), OR\n- `latitude` + `longitude` (direct coordinates)\n\n**What you get:**\n- **timezone** — IANA timezone identifier\n- **utc_offset** — UTC offset at the given date/time (accounts for DST)\n- **is_historical_accurate** — `false` if IANA/pytz gives a wrong offset for this date\n- **timezone_exceptions** — detailed warnings with `iana_models_correctly` flag\n- **resolved_location** — geocoded coordinates\n\n**Key use case:** Birth time rectification for astrology. One API call replaces\nmanual timezone research across atlases, historical records, and IANA errata.\n\n**Response time:** ~50-150ms\n\n✨ **Example Description:**\nUK used BDST (UTC+2) in summer and BST (UTC+1) in winter during WWII.\n\n🔗 **Endpoint:** `POST /api/v3/timezone`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timezone"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 1943,\n  \"month\": 7,\n  \"day\": 15,\n  \"hour\": 14,\n  \"minute\": 30,\n  \"latitude\": 51.5074,\n  \"longitude\": -0.1278,\n  \"country_code\": \"GB\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d6a26abf-8a1e-4858-861c-83789a0686ae",
              "name": "Chicago 1950 (IL birth certificate law)",
              "request": {
                "name": "Chicago 1950 (IL birth certificate law)",
                "description": {
                  "content": "🎯 **Resolve Timezone**\n\n📋 **Endpoint Description:**\n**Timezone Resolution with Historical Accuracy**\n\nResolves IANA timezone, UTC offset, and historical accuracy for a given\ndate/time and location. Checks against a curated database of 160+ timezone\nexceptions covering 109 countries.\n\n**Provide location as:**\n- `city` + `country_code` (geocoded automatically), OR\n- `latitude` + `longitude` (direct coordinates)\n\n**What you get:**\n- **timezone** — IANA timezone identifier\n- **utc_offset** — UTC offset at the given date/time (accounts for DST)\n- **is_historical_accurate** — `false` if IANA/pytz gives a wrong offset for this date\n- **timezone_exceptions** — detailed warnings with `iana_models_correctly` flag\n- **resolved_location** — geocoded coordinates\n\n**Key use case:** Birth time rectification for astrology. One API call replaces\nmanual timezone research across atlases, historical records, and IANA errata.\n\n**Response time:** ~50-150ms\n\n✨ **Example Description:**\nIllinois law required birth times in CST even during DST. HIGH severity warning.\n\n🔗 **Endpoint:** `POST /api/v3/timezone`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timezone"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 1950,\n  \"month\": 7,\n  \"day\": 4,\n  \"hour\": 14,\n  \"minute\": 0,\n  \"city\": \"Chicago\",\n  \"country_code\": \"US\",\n  \"region\": \"IL\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "03431c79-962d-4445-981f-e564d5cac863",
              "name": "Coordinates only (no city)",
              "request": {
                "name": "Coordinates only (no city)",
                "description": {
                  "content": "🎯 **Resolve Timezone**\n\n📋 **Endpoint Description:**\n**Timezone Resolution with Historical Accuracy**\n\nResolves IANA timezone, UTC offset, and historical accuracy for a given\ndate/time and location. Checks against a curated database of 160+ timezone\nexceptions covering 109 countries.\n\n**Provide location as:**\n- `city` + `country_code` (geocoded automatically), OR\n- `latitude` + `longitude` (direct coordinates)\n\n**What you get:**\n- **timezone** — IANA timezone identifier\n- **utc_offset** — UTC offset at the given date/time (accounts for DST)\n- **is_historical_accurate** — `false` if IANA/pytz gives a wrong offset for this date\n- **timezone_exceptions** — detailed warnings with `iana_models_correctly` flag\n- **resolved_location** — geocoded coordinates\n\n**Key use case:** Birth time rectification for astrology. One API call replaces\nmanual timezone research across atlases, historical records, and IANA errata.\n\n**Response time:** ~50-150ms\n\n✨ **Example Description:**\nResolve timezone from latitude/longitude without city name.\n\n🔗 **Endpoint:** `POST /api/v3/timezone`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timezone"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2024,\n  \"month\": 3,\n  \"day\": 15,\n  \"hour\": 12,\n  \"minute\": 0,\n  \"latitude\": 35.6762,\n  \"longitude\": 139.6503\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b0898e86-97e7-4b72-b9c5-48f124c54601",
              "name": "Addis Ababa, Ethiopia (6-hour clock system)",
              "request": {
                "name": "Addis Ababa, Ethiopia (6-hour clock system)",
                "description": {
                  "content": "🎯 **Resolve Timezone**\n\n📋 **Endpoint Description:**\n**Timezone Resolution with Historical Accuracy**\n\nResolves IANA timezone, UTC offset, and historical accuracy for a given\ndate/time and location. Checks against a curated database of 160+ timezone\nexceptions covering 109 countries.\n\n**Provide location as:**\n- `city` + `country_code` (geocoded automatically), OR\n- `latitude` + `longitude` (direct coordinates)\n\n**What you get:**\n- **timezone** — IANA timezone identifier\n- **utc_offset** — UTC offset at the given date/time (accounts for DST)\n- **is_historical_accurate** — `false` if IANA/pytz gives a wrong offset for this date\n- **timezone_exceptions** — detailed warnings with `iana_models_correctly` flag\n- **resolved_location** — geocoded coordinates\n\n**Key use case:** Birth time rectification for astrology. One API call replaces\nmanual timezone research across atlases, historical records, and IANA errata.\n\n**Response time:** ~50-150ms\n\n✨ **Example Description:**\nEthiopia uses a unique 12-hour clock where 1:00 = 7:00 AM. HIGH severity — potential 6-hour error.\n\n🔗 **Endpoint:** `POST /api/v3/timezone`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timezone"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2000,\n  \"month\": 1,\n  \"day\": 15,\n  \"hour\": 8,\n  \"minute\": 0,\n  \"city\": \"Addis Ababa\",\n  \"country_code\": \"ET\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🔧 Health & Monitoring",
      "description": "API system monitoring and health checks.",
      "item": [
        {
          "id": "eb095b01-894e-42de-bde1-89c307a561e8",
          "name": "Health Check",
          "request": {
            "name": "Health Check",
            "description": {
              "content": "🏥 **API Health Check**\n\nSimple health status check for monitoring and load balancers.\n\n**Perfect for:**\n- 🔍 Load balancer health checks\n- 📊 Uptime monitoring systems\n- ⚡ Quick service validation\n\n**Returns:**\n- **status** - Current health status (\"healthy\" or \"unhealthy\")\n- **version** - API version number\n- **api** - API name and identifier\n- **timestamp** - Response generation time\n\n**Response time:** ~50ms | **Use:** Production monitoring",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "health",
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8cde9110-7d07-4715-8b87-3bff26870575",
              "name": "API is healthy and operational",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "health",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e37aaca9-933b-41cc-a88e-2516adb14690",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "health",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "08a5969a-eccb-4d9a-b190-0d1790d651fa",
              "name": "API is unhealthy or experiencing issues",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "health",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"examples\": {\n    \"unhealthy_response\": {\n      \"summary\": \"Unhealthy API Response\",\n      \"description\": \"Response when API components are failing\",\n      \"value\": {\n        \"success\": false,\n        \"error\": {\n          \"error_code\": \"INTERNAL_SERVER_ERROR\",\n          \"message\": \"Health check failed: Basic calculation test failed\",\n          \"severity\": \"high\",\n          \"suggestions\": [\n            \"Check server logs for detailed error information\",\n            \"Verify all service dependencies are running\",\n            \"Contact system administrator if issue persists\"\n          ]\n        },\n        \"timestamp\": \"2024-09-14T21:26:00.123456Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "19bc81d0-3b61-4155-8971-6bb5ab9e501a",
          "name": "Debug TimezoneFinder",
          "request": {
            "name": "Debug TimezoneFinder",
            "description": {
              "content": "Debug endpoint to check TimezoneFinder behavior on production.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "health",
                "debug",
                "timezone"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ad4f75bf-0e80-4d2c-b8e1-3e5969c6a7c2",
              "name": "Timezone finder diagnostic information",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "health",
                    "debug",
                    "timezone"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "431ce9c3-949d-4d20-9f12-11fcbd31ce65",
              "name": "Internal server error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "health",
                    "debug",
                    "timezone"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9677e0d2-5e32-4680-a63c-4122ff2f4dd7",
              "name": "Service unavailable - health check failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "health",
                    "debug",
                    "timezone"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "✨ Enhanced Traditional Analysis",
      "description": "Advanced traditional analysis with comprehensive calculations.",
      "item": [
        {
          "name": "📁 Get Personal Analysis",
          "description": "All available examples for Get Personal Analysis endpoint. 🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations",
          "item": [
            {
              "id": "871cd46c-e465-49e2-a286-edc5143224fd",
              "name": "Comprehensive Personal Analysis",
              "request": {
                "name": "Comprehensive Personal Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nComplete traditional analysis with current transits and profections using standardized test subject\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Part_of_Fortune\",\n      \"Part_of_Spirit\"\n    ],\n    \"precision\": 4\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.0,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d8d235a2-295f-4569-8e58-f57d99e5dfde",
              "name": "Dignity-Focused Analysis",
              "request": {
                "name": "Dignity-Focused Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nEmphasis on essential dignities and planetary conditions\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Dignity Scholar\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"latitude\": 41.9028,\n      \"longitude\": 12.4964\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 3\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 1.5,\n    \"minor_aspects_deg\": 0.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c2217c54-15ba-43ea-bd26-83fcbbea9252",
              "name": "Fixed Stars Analysis",
              "request": {
                "name": "Fixed Stars Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nPersonal analysis with emphasis on fixed star conjunctions\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Star Gazer\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Cairo\",\n      \"country_code\": \"EG\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"A\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Aldebaran\",\n      \"Regulus\",\n      \"Antares\",\n      \"Fomalhaut\",\n      \"Sirius\"\n    ],\n    \"precision\": 2\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.5,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "1b7d3acc-95c6-41a9-b951-5c36a06a8b23",
              "name": "Night Chart - Sect Analysis",
              "request": {
                "name": "Night Chart - Sect Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nTraditional analysis for night birth emphasizing nocturnal planets\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Luna Nocturna\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 7,\n      \"day\": 4,\n      \"hour\": 23,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Sydney\",\n      \"country_code\": \"AU\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Part_of_Fortune\",\n      \"Part_of_Spirit\"\n    ],\n    \"precision\": 4\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.0,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d83873f1-28c6-4d8c-a2fb-9914d4a5348f",
              "name": "Day Chart - Solar Emphasis",
              "request": {
                "name": "Day Chart - Solar Emphasis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nTraditional analysis for day birth emphasizing diurnal planets\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sol Diurnus\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 6,\n      \"day\": 21,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"second\": 0,\n      \"latitude\": 48.8566,\n      \"longitude\": 2.3522\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\"\n    ],\n    \"precision\": 3\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 1.5,\n    \"minor_aspects_deg\": 0.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b3f606f3-78a8-4b7e-86e0-54b78ab1ede0",
              "name": "Arabic Parts Emphasis",
              "request": {
                "name": "Arabic Parts Emphasis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nAnalysis focusing on traditional Arabic Parts and Lots\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Parts Master\",\n    \"birth_data\": {\n      \"year\": 1987,\n      \"month\": 9,\n      \"day\": 23,\n      \"hour\": 15,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Baghdad\",\n      \"country_code\": \"IQ\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"A\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Part_of_Fortune\",\n      \"Part_of_Spirit\"\n    ],\n    \"precision\": 5\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 3.0,\n    \"minor_aspects_deg\": 1.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "2460fbd0-b421-4f7c-80a5-d1b15a49d304",
              "name": "Mutual Reception Analysis",
              "request": {
                "name": "Mutual Reception Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nEmphasis on planetary mutual receptions and dispositor chains\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Reception Scholar\",\n    \"birth_data\": {\n      \"year\": 1991,\n      \"month\": 4,\n      \"day\": 10,\n      \"hour\": 6,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Florence\",\n      \"country_code\": \"IT\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\"\n    ],\n    \"precision\": 4\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.0,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "207dc066-0c69-489e-9071-b6c6d5d3ad68",
              "name": "Combustion & Cazimi Analysis",
              "request": {
                "name": "Combustion & Cazimi Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nFocus on planets in combustion, cazimi, and under the beams\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Solar Proximity\",\n    \"birth_data\": {\n      \"year\": 1989,\n      \"month\": 8,\n      \"day\": 15,\n      \"hour\": 11,\n      \"minute\": 45,\n      \"second\": 0,\n      \"latitude\": 35.6762,\n      \"longitude\": 139.6503\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Chiron\"\n    ],\n    \"precision\": 6\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 1.0,\n    \"minor_aspects_deg\": 0.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "bfa3ed1f-257f-44b7-b6fb-1abb3de4492b",
              "name": "Sidereal Traditional Analysis",
              "request": {
                "name": "Sidereal Traditional Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nTraditional Hellenistic techniques applied to Sidereal zodiac with Whole Sign houses\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sidereal Traditionalist\",\n    \"birth_data\": {\n      \"year\": 1993,\n      \"month\": 12,\n      \"day\": 25,\n      \"hour\": 18,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Varanasi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Sidereal\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\"\n    ],\n    \"precision\": 3\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.5,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "195bb8d4-9536-4ca4-a119-fa35565734a9",
              "name": "Current Profection Analysis",
              "request": {
                "name": "Current Profection Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nPersonal analysis with current profection year timing\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Timing Master\",\n    \"birth_data\": {\n      \"year\": 1986,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 20,\n      \"second\": 0,\n      \"city\": \"Vienna\",\n      \"country_code\": \"AT\"\n    }\n  },\n  \"calculation_time\": {\n    \"year\": 2024,\n    \"month\": 3,\n    \"day\": 15,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Vienna\",\n    \"country_code\": \"AT\"\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"Part_of_Fortune\"\n    ],\n    \"precision\": 3\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.0,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Global Analysis",
          "description": "All available examples for Get Global Analysis endpoint. 🌍 **Global Traditional Analysis** - Current planetary conditions without natal correlation\n\n**Perfect for:**\n- 🔮 Electional astrology (choosing optimal timing)\n- 📅 Universal astrological planning\n- 🌙 Lunar timing and void-of-course periods\n- 📊 Current sky analysis and research\n\n**What you get:**\n- **Current planetary positions** with traditional dignities\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Current aspects** - between transiting planets\n- **Fixed star conjunctions** - 7 major stars\n- **Lunar phase data** - current Moon phase and elongation\n- **Sect analysis** - day/night determination\n- **Dispositor chains** - current rulership patterns\n- **Mutual receptions** - current planetary relationships\n\n**No Birth Data Required:**\n- Pure astronomical/astrological analysis\n- Universal timing information\n- Current planetary dignity states\n- Optimal for electional astrology\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris + Traditional calculations",
          "item": [
            {
              "id": "93b75edf-905f-439b-9b58-083662afef6f",
              "name": "Current Sky Analysis",
              "request": {
                "name": "Current Sky Analysis",
                "description": {
                  "content": "🎯 **Get Global Analysis**\n\n📋 **Endpoint Description:**\n🌍 **Global Traditional Analysis** - Current planetary conditions without natal correlation\n\n**Perfect for:**\n- 🔮 Electional astrology (choosing optimal timing)\n- 📅 Universal astrological planning\n- 🌙 Lunar timing and void-of-course periods\n- 📊 Current sky analysis and research\n\n**What you get:**\n- **Current planetary positions** with traditional dignities\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Current aspects** - between transiting planets\n- **Fixed star conjunctions** - 7 major stars\n- **Lunar phase data** - current Moon phase and elongation\n- **Sect analysis** - day/night determination\n- **Dispositor chains** - current rulership patterns\n- **Mutual receptions** - current planetary relationships\n\n**No Birth Data Required:**\n- Pure astronomical/astrological analysis\n- Universal timing information\n- Current planetary dignity states\n- Optimal for electional astrology\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nCurrent planetary conditions for electional astrology (uses current time)\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/global-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "global-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\"\n    ],\n    \"precision\": 3\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.0,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "628708e9-3fa3-4184-abf7-e7b69bfe6570",
              "name": "New Moon Electional",
              "request": {
                "name": "New Moon Electional",
                "description": {
                  "content": "🎯 **Get Global Analysis**\n\n📋 **Endpoint Description:**\n🌍 **Global Traditional Analysis** - Current planetary conditions without natal correlation\n\n**Perfect for:**\n- 🔮 Electional astrology (choosing optimal timing)\n- 📅 Universal astrological planning\n- 🌙 Lunar timing and void-of-course periods\n- 📊 Current sky analysis and research\n\n**What you get:**\n- **Current planetary positions** with traditional dignities\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Current aspects** - between transiting planets\n- **Fixed star conjunctions** - 7 major stars\n- **Lunar phase data** - current Moon phase and elongation\n- **Sect analysis** - day/night determination\n- **Dispositor chains** - current rulership patterns\n- **Mutual receptions** - current planetary relationships\n\n**No Birth Data Required:**\n- Pure astronomical/astrological analysis\n- Universal timing information\n- Current planetary dignity states\n- Optimal for electional astrology\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nOptimal timing analysis around New Moon for manifestation\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/global-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "global-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"calculation_time\": {\n    \"year\": 2024,\n    \"month\": 4,\n    \"day\": 8,\n    \"hour\": 19,\n    \"minute\": 21,\n    \"second\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"options\": {\n    \"house_system\": \"A\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"Part_of_Fortune\"\n    ],\n    \"precision\": 4\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 1.5,\n    \"minor_aspects_deg\": 0.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "64a0773f-b65b-4204-85d2-c7088e96d7cd",
              "name": "Eclipse Period Analysis",
              "request": {
                "name": "Eclipse Period Analysis",
                "description": {
                  "content": "🎯 **Get Global Analysis**\n\n📋 **Endpoint Description:**\n🌍 **Global Traditional Analysis** - Current planetary conditions without natal correlation\n\n**Perfect for:**\n- 🔮 Electional astrology (choosing optimal timing)\n- 📅 Universal astrological planning\n- 🌙 Lunar timing and void-of-course periods\n- 📊 Current sky analysis and research\n\n**What you get:**\n- **Current planetary positions** with traditional dignities\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Current aspects** - between transiting planets\n- **Fixed star conjunctions** - 7 major stars\n- **Lunar phase data** - current Moon phase and elongation\n- **Sect analysis** - day/night determination\n- **Dispositor chains** - current rulership patterns\n- **Mutual receptions** - current planetary relationships\n\n**No Birth Data Required:**\n- Pure astronomical/astrological analysis\n- Universal timing information\n- Current planetary dignity states\n- Optimal for electional astrology\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nGlobal analysis during eclipse for major timing decisions\n\n🔗 **Endpoint:** `POST /api/v3/enhanced/global-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced",
                    "global-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"calculation_time\": {\n    \"year\": 2024,\n    \"month\": 10,\n    \"day\": 14,\n    \"hour\": 18,\n    \"minute\": 55,\n    \"second\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Mean_South_Node\",\n      \"True_South_Node\"\n    ],\n    \"precision\": 5\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 3.0,\n    \"minor_aspects_deg\": 1.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "✨ Enhanced Traditional Analysis (Alt Path)",
      "description": "",
      "item": [
        {
          "name": "📁 Get Personal Analysis",
          "description": "All available examples for Get Personal Analysis endpoint. 🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations",
          "item": [
            {
              "id": "0130e8ed-0575-4e6f-95a2-3965dc987337",
              "name": "Comprehensive Personal Analysis",
              "request": {
                "name": "Comprehensive Personal Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nComplete traditional analysis with current transits and profections using standardized test subject\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Part_of_Fortune\",\n      \"Part_of_Spirit\"\n    ],\n    \"precision\": 4\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.0,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "6ecf54e3-182e-481b-88a8-90a66930eeea",
              "name": "Dignity-Focused Analysis",
              "request": {
                "name": "Dignity-Focused Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nEmphasis on essential dignities and planetary conditions\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Dignity Scholar\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"latitude\": 41.9028,\n      \"longitude\": 12.4964\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"precision\": 3\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 1.5,\n    \"minor_aspects_deg\": 0.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d08c4ce9-910a-406e-88e9-2ad23a9812fc",
              "name": "Fixed Stars Analysis",
              "request": {
                "name": "Fixed Stars Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nPersonal analysis with emphasis on fixed star conjunctions\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Star Gazer\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Cairo\",\n      \"country_code\": \"EG\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"A\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Aldebaran\",\n      \"Regulus\",\n      \"Antares\",\n      \"Fomalhaut\",\n      \"Sirius\"\n    ],\n    \"precision\": 2\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.5,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "684ad4ac-15b7-42a6-a9e2-1a357e9bbf92",
              "name": "Night Chart - Sect Analysis",
              "request": {
                "name": "Night Chart - Sect Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nTraditional analysis for night birth emphasizing nocturnal planets\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Luna Nocturna\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 7,\n      \"day\": 4,\n      \"hour\": 23,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Sydney\",\n      \"country_code\": \"AU\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Part_of_Fortune\",\n      \"Part_of_Spirit\"\n    ],\n    \"precision\": 4\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.0,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7c634397-8a50-4d82-a537-260f9a9bd73c",
              "name": "Day Chart - Solar Emphasis",
              "request": {
                "name": "Day Chart - Solar Emphasis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nTraditional analysis for day birth emphasizing diurnal planets\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sol Diurnus\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 6,\n      \"day\": 21,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"second\": 0,\n      \"latitude\": 48.8566,\n      \"longitude\": 2.3522\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\"\n    ],\n    \"precision\": 3\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 1.5,\n    \"minor_aspects_deg\": 0.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "4c58f9c9-2faf-48cc-b9f4-c6282d15664a",
              "name": "Arabic Parts Emphasis",
              "request": {
                "name": "Arabic Parts Emphasis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nAnalysis focusing on traditional Arabic Parts and Lots\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Parts Master\",\n    \"birth_data\": {\n      \"year\": 1987,\n      \"month\": 9,\n      \"day\": 23,\n      \"hour\": 15,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Baghdad\",\n      \"country_code\": \"IQ\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"A\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Part_of_Fortune\",\n      \"Part_of_Spirit\"\n    ],\n    \"precision\": 5\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 3.0,\n    \"minor_aspects_deg\": 1.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a2d07314-7039-4a09-8852-fe0064600c1c",
              "name": "Mutual Reception Analysis",
              "request": {
                "name": "Mutual Reception Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nEmphasis on planetary mutual receptions and dispositor chains\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Reception Scholar\",\n    \"birth_data\": {\n      \"year\": 1991,\n      \"month\": 4,\n      \"day\": 10,\n      \"hour\": 6,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Florence\",\n      \"country_code\": \"IT\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\"\n    ],\n    \"precision\": 4\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.0,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "dab16a77-a309-4497-9afe-f5ca7b417345",
              "name": "Combustion & Cazimi Analysis",
              "request": {
                "name": "Combustion & Cazimi Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nFocus on planets in combustion, cazimi, and under the beams\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Solar Proximity\",\n    \"birth_data\": {\n      \"year\": 1989,\n      \"month\": 8,\n      \"day\": 15,\n      \"hour\": 11,\n      \"minute\": 45,\n      \"second\": 0,\n      \"latitude\": 35.6762,\n      \"longitude\": 139.6503\n    }\n  },\n  \"options\": {\n    \"house_system\": \"P\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Chiron\"\n    ],\n    \"precision\": 6\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 1.0,\n    \"minor_aspects_deg\": 0.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "cfb60aa2-de5a-452d-a470-ba5f927f120b",
              "name": "Sidereal Traditional Analysis",
              "request": {
                "name": "Sidereal Traditional Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nTraditional Hellenistic techniques applied to Sidereal zodiac with Whole Sign houses\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sidereal Traditionalist\",\n    \"birth_data\": {\n      \"year\": 1993,\n      \"month\": 12,\n      \"day\": 25,\n      \"hour\": 18,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Varanasi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Sidereal\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\"\n    ],\n    \"precision\": 3\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.5,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "44da43d6-2dc4-4b20-96e4-5820f9167c7f",
              "name": "Current Profection Analysis",
              "request": {
                "name": "Current Profection Analysis",
                "description": {
                  "content": "🎯 **Get Personal Analysis**\n\n📋 **Endpoint Description:**\n🏛️ **Personal Traditional Analysis** - Complete natal chart with traditional astrology\n\n**Perfect for:**\n- 🎯 Personal astrological consultations with birth data\n- 📱 Personalized astrology apps with natal correlation\n- 🔮 Traditional timing and profection analysis\n- 📊 Complete dignity and reception analysis\n\n**What you get:**\n- **Complete natal chart** with traditional enhancements\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Dispositor chains** - full rulership sequences\n- **Mutual receptions** - traditional planetary relationships\n- **Annual profections** - Lord of the Year (Chronocrator)\n- **Fixed star conjunctions** - 7 major stars (Aldebaran, Regulus, etc.)\n- **Enhanced aspects** - with reception analysis\n- **Lunar phase data** - current Moon phase and elongation\n- **House system** - Whole Sign by default (traditional)\n\n**Traditional Features:**\n- Hellenistic astrology methods\n- Sect analysis (day/night chart)\n- Houses of joy (jubilation)\n- About-to-change-sign predictions\n- Complete 12-house data\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nPersonal analysis with current profection year timing\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/personal-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "personal-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Timing Master\",\n    \"birth_data\": {\n      \"year\": 1986,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 20,\n      \"second\": 0,\n      \"city\": \"Vienna\",\n      \"country_code\": \"AT\"\n    }\n  },\n  \"calculation_time\": {\n    \"year\": 2024,\n    \"month\": 3,\n    \"day\": 15,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Vienna\",\n    \"country_code\": \"AT\"\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"Part_of_Fortune\"\n    ],\n    \"precision\": 3\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.0,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Global Analysis",
          "description": "All available examples for Get Global Analysis endpoint. 🌍 **Global Traditional Analysis** - Current planetary conditions without natal correlation\n\n**Perfect for:**\n- 🔮 Electional astrology (choosing optimal timing)\n- 📅 Universal astrological planning\n- 🌙 Lunar timing and void-of-course periods\n- 📊 Current sky analysis and research\n\n**What you get:**\n- **Current planetary positions** with traditional dignities\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Current aspects** - between transiting planets\n- **Fixed star conjunctions** - 7 major stars\n- **Lunar phase data** - current Moon phase and elongation\n- **Sect analysis** - day/night determination\n- **Dispositor chains** - current rulership patterns\n- **Mutual receptions** - current planetary relationships\n\n**No Birth Data Required:**\n- Pure astronomical/astrological analysis\n- Universal timing information\n- Current planetary dignity states\n- Optimal for electional astrology\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris + Traditional calculations",
          "item": [
            {
              "id": "b17f30a2-acc2-4ad8-afa3-da01725112b8",
              "name": "Current Sky Analysis",
              "request": {
                "name": "Current Sky Analysis",
                "description": {
                  "content": "🎯 **Get Global Analysis**\n\n📋 **Endpoint Description:**\n🌍 **Global Traditional Analysis** - Current planetary conditions without natal correlation\n\n**Perfect for:**\n- 🔮 Electional astrology (choosing optimal timing)\n- 📅 Universal astrological planning\n- 🌙 Lunar timing and void-of-course periods\n- 📊 Current sky analysis and research\n\n**What you get:**\n- **Current planetary positions** with traditional dignities\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Current aspects** - between transiting planets\n- **Fixed star conjunctions** - 7 major stars\n- **Lunar phase data** - current Moon phase and elongation\n- **Sect analysis** - day/night determination\n- **Dispositor chains** - current rulership patterns\n- **Mutual receptions** - current planetary relationships\n\n**No Birth Data Required:**\n- Pure astronomical/astrological analysis\n- Universal timing information\n- Current planetary dignity states\n- Optimal for electional astrology\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nCurrent planetary conditions for electional astrology (uses current time)\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/global-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "global-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Uranus\",\n      \"Neptune\",\n      \"Pluto\"\n    ],\n    \"precision\": 3\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 2.0,\n    \"minor_aspects_deg\": 1.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ddc756c7-a785-4a12-8fb8-3b8d1414a56c",
              "name": "New Moon Electional",
              "request": {
                "name": "New Moon Electional",
                "description": {
                  "content": "🎯 **Get Global Analysis**\n\n📋 **Endpoint Description:**\n🌍 **Global Traditional Analysis** - Current planetary conditions without natal correlation\n\n**Perfect for:**\n- 🔮 Electional astrology (choosing optimal timing)\n- 📅 Universal astrological planning\n- 🌙 Lunar timing and void-of-course periods\n- 📊 Current sky analysis and research\n\n**What you get:**\n- **Current planetary positions** with traditional dignities\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Current aspects** - between transiting planets\n- **Fixed star conjunctions** - 7 major stars\n- **Lunar phase data** - current Moon phase and elongation\n- **Sect analysis** - day/night determination\n- **Dispositor chains** - current rulership patterns\n- **Mutual receptions** - current planetary relationships\n\n**No Birth Data Required:**\n- Pure astronomical/astrological analysis\n- Universal timing information\n- Current planetary dignity states\n- Optimal for electional astrology\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nOptimal timing analysis around New Moon for manifestation\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/global-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "global-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"calculation_time\": {\n    \"year\": 2024,\n    \"month\": 4,\n    \"day\": 8,\n    \"hour\": 19,\n    \"minute\": 21,\n    \"second\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"options\": {\n    \"house_system\": \"A\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"Part_of_Fortune\"\n    ],\n    \"precision\": 4\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 1.5,\n    \"minor_aspects_deg\": 0.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "07de1cdd-b5da-49e3-ba2d-2dc860b5f835",
              "name": "Eclipse Period Analysis",
              "request": {
                "name": "Eclipse Period Analysis",
                "description": {
                  "content": "🎯 **Get Global Analysis**\n\n📋 **Endpoint Description:**\n🌍 **Global Traditional Analysis** - Current planetary conditions without natal correlation\n\n**Perfect for:**\n- 🔮 Electional astrology (choosing optimal timing)\n- 📅 Universal astrological planning\n- 🌙 Lunar timing and void-of-course periods\n- 📊 Current sky analysis and research\n\n**What you get:**\n- **Current planetary positions** with traditional dignities\n- **Essential dignities** - domicile, exaltation, triplicity, term, decan\n- **Essential debilities** - exile and fall\n- **Planetary conditions** - combust, cazimi, under beams\n- **Current aspects** - between transiting planets\n- **Fixed star conjunctions** - 7 major stars\n- **Lunar phase data** - current Moon phase and elongation\n- **Sect analysis** - day/night determination\n- **Dispositor chains** - current rulership patterns\n- **Mutual receptions** - current planetary relationships\n\n**No Birth Data Required:**\n- Pure astronomical/astrological analysis\n- Universal timing information\n- Current planetary dignity states\n- Optimal for electional astrology\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris + Traditional calculations\n\n✨ **Example Description:**\nGlobal analysis during eclipse for major timing decisions\n\n🔗 **Endpoint:** `POST /api/v3/enhanced_charts/global-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "enhanced_charts",
                    "global-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"calculation_time\": {\n    \"year\": 2024,\n    \"month\": 10,\n    \"day\": 14,\n    \"hour\": 18,\n    \"minute\": 55,\n    \"second\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"options\": {\n    \"house_system\": \"W\",\n    \"zodiac_type\": \"Tropic\",\n    \"active_points\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\",\n      \"Mean_Node\",\n      \"True_Node\",\n      \"Mean_South_Node\",\n      \"True_South_Node\"\n    ],\n    \"precision\": 5\n  },\n  \"orbs\": {\n    \"major_aspects_deg\": 3.0,\n    \"minor_aspects_deg\": 1.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🗺️ Astrocartography & Relocation",
      "description": "",
      "item": [
        {
          "name": "📁 Generate Astrocartography Map",
          "description": "All available examples for Generate Astrocartography Map endpoint. 🗺️ **Generate Astrocartography SVG Map** - Planetary influence lines on world map\n\n**Perfect for:**\n- 🌍 Relocation astrology consultations\n- 📱 Travel planning applications\n- 🎯 Finding power locations worldwide\n- 📊 Geographic astrology analysis\n\n**What you get:**\n- **Planetary lines** - AC, MC, DS, IC lines for selected planets\n- **World map** - Accurate geographic projection with country boundaries\n- **Power zones** - Highlighted intersections of planetary lines\n- **City markers** - Major cities with population filtering\n- **Interactive data** - Coordinates and meanings for frontend integration\n- **Customizable** - Size, colors, projection, and styling options\n\n**Line Types:**\n- **AC (Ascendant)** - Where planet rises on eastern horizon\n- **MC (Midheaven)** - Where planet culminates overhead\n- **DS (Descendant)** - Where planet sets on western horizon\n- **IC (Imum Coeli)** - Where planet is at lowest point\n\n**Supported Planets:**\nSun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto,\nMean_Node, True_Node, Chiron\n\n**Map Projections:**\n- **Mercator** - Standard web mapping (default)\n- **Robinson** - Balanced world view\n- **Mollweide** - Equal-area projection\n- **Equirectangular** - Simple latitude/longitude grid\n\n**Languages:** 16 base languages + regional variants (en, ru, de, fr, es, it, pt, tr, ar, hi, zh, uk, ja, ko, nl, pl, pt-BR, zh-CN, etc.)\nSet `visual_options.language` to localize legends, labels, and interpretations.\n\n**Response time:** ~800ms | **Format:** Scalable SVG with embedded data",
          "item": [
            {
              "id": "56358004-a794-443c-bfb8-b5d4af7193e6",
              "name": "Basic World Map",
              "request": {
                "name": "Basic World Map",
                "description": {
                  "content": "🎯 **Generate Astrocartography Map**\n\n📋 **Endpoint Description:**\n🗺️ **Generate Astrocartography SVG Map** - Planetary influence lines on world map\n\n**Perfect for:**\n- 🌍 Relocation astrology consultations\n- 📱 Travel planning applications\n- 🎯 Finding power locations worldwide\n- 📊 Geographic astrology analysis\n\n**What you get:**\n- **Planetary lines** - AC, MC, DS, IC lines for selected planets\n- **World map** - Accurate geographic projection with country boundaries\n- **Power zones** - Highlighted intersections of planetary lines\n- **City markers** - Major cities with population filtering\n- **Interactive data** - Coordinates and meanings for frontend integration\n- **Customizable** - Size, colors, projection, and styling options\n\n**Line Types:**\n- **AC (Ascendant)** - Where planet rises on eastern horizon\n- **MC (Midheaven)** - Where planet culminates overhead\n- **DS (Descendant)** - Where planet sets on western horizon\n- **IC (Imum Coeli)** - Where planet is at lowest point\n\n**Supported Planets:**\nSun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto,\nMean_Node, True_Node, Chiron\n\n**Map Projections:**\n- **Mercator** - Standard web mapping (default)\n- **Robinson** - Balanced world view\n- **Mollweide** - Equal-area projection\n- **Equirectangular** - Simple latitude/longitude grid\n\n**Languages:** 16 base languages + regional variants (en, ru, de, fr, es, it, pt, tr, ar, hi, zh, uk, ja, ko, nl, pl, pt-BR, zh-CN, etc.)\nSet `visual_options.language` to localize legends, labels, and interpretations.\n\n**Response time:** ~800ms | **Format:** Scalable SVG with embedded data\n\n✨ **Example Description:**\nStandard astrocartography map with main planets\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/map`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "map"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"World Explorer\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"map_options\": {\n    \"planets\": [\n      \"Sun\",\n      \"Moon\",\n      \"Venus\",\n      \"Jupiter\",\n      \"Mars\"\n    ],\n    \"line_types\": [\n      \"AC\",\n      \"MC\"\n    ],\n    \"map_projection\": \"mercator\"\n  },\n  \"visual_options\": {\n    \"width\": 1200,\n    \"height\": 600,\n    \"theme\": \"modern\",\n    \"show_legend\": true,\n    \"city_min_population\": 750000,\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a466ee58-bc4b-4bd5-b9cb-057f25332795",
              "name": "Regional Focus - North America",
              "request": {
                "name": "Regional Focus - North America",
                "description": {
                  "content": "🎯 **Generate Astrocartography Map**\n\n📋 **Endpoint Description:**\n🗺️ **Generate Astrocartography SVG Map** - Planetary influence lines on world map\n\n**Perfect for:**\n- 🌍 Relocation astrology consultations\n- 📱 Travel planning applications\n- 🎯 Finding power locations worldwide\n- 📊 Geographic astrology analysis\n\n**What you get:**\n- **Planetary lines** - AC, MC, DS, IC lines for selected planets\n- **World map** - Accurate geographic projection with country boundaries\n- **Power zones** - Highlighted intersections of planetary lines\n- **City markers** - Major cities with population filtering\n- **Interactive data** - Coordinates and meanings for frontend integration\n- **Customizable** - Size, colors, projection, and styling options\n\n**Line Types:**\n- **AC (Ascendant)** - Where planet rises on eastern horizon\n- **MC (Midheaven)** - Where planet culminates overhead\n- **DS (Descendant)** - Where planet sets on western horizon\n- **IC (Imum Coeli)** - Where planet is at lowest point\n\n**Supported Planets:**\nSun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto,\nMean_Node, True_Node, Chiron\n\n**Map Projections:**\n- **Mercator** - Standard web mapping (default)\n- **Robinson** - Balanced world view\n- **Mollweide** - Equal-area projection\n- **Equirectangular** - Simple latitude/longitude grid\n\n**Languages:** 16 base languages + regional variants (en, ru, de, fr, es, it, pt, tr, ar, hi, zh, uk, ja, ko, nl, pl, pt-BR, zh-CN, etc.)\nSet `visual_options.language` to localize legends, labels, and interpretations.\n\n**Response time:** ~800ms | **Format:** Scalable SVG with embedded data\n\n✨ **Example Description:**\nFocused map of North America with all line types\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/map`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "map"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Regional Seeker\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 0,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006\n    }\n  },\n  \"map_options\": {\n    \"planets\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"line_types\": [\n      \"AC\",\n      \"MC\",\n      \"DS\",\n      \"IC\"\n    ],\n    \"region\": {\n      \"latitude_range\": [\n        25,\n        70\n      ],\n      \"longitude_range\": [\n        -140,\n        -50\n      ]\n    }\n  },\n  \"visual_options\": {\n    \"width\": 1400,\n    \"height\": 800,\n    \"theme\": \"classic\",\n    \"highlight_power_zones\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "818cb94f-25ef-4af5-8715-cb6d599e3282",
              "name": "High Precision Analysis",
              "request": {
                "name": "High Precision Analysis",
                "description": {
                  "content": "🎯 **Generate Astrocartography Map**\n\n📋 **Endpoint Description:**\n🗺️ **Generate Astrocartography SVG Map** - Planetary influence lines on world map\n\n**Perfect for:**\n- 🌍 Relocation astrology consultations\n- 📱 Travel planning applications\n- 🎯 Finding power locations worldwide\n- 📊 Geographic astrology analysis\n\n**What you get:**\n- **Planetary lines** - AC, MC, DS, IC lines for selected planets\n- **World map** - Accurate geographic projection with country boundaries\n- **Power zones** - Highlighted intersections of planetary lines\n- **City markers** - Major cities with population filtering\n- **Interactive data** - Coordinates and meanings for frontend integration\n- **Customizable** - Size, colors, projection, and styling options\n\n**Line Types:**\n- **AC (Ascendant)** - Where planet rises on eastern horizon\n- **MC (Midheaven)** - Where planet culminates overhead\n- **DS (Descendant)** - Where planet sets on western horizon\n- **IC (Imum Coeli)** - Where planet is at lowest point\n\n**Supported Planets:**\nSun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto,\nMean_Node, True_Node, Chiron\n\n**Map Projections:**\n- **Mercator** - Standard web mapping (default)\n- **Robinson** - Balanced world view\n- **Mollweide** - Equal-area projection\n- **Equirectangular** - Simple latitude/longitude grid\n\n**Languages:** 16 base languages + regional variants (en, ru, de, fr, es, it, pt, tr, ar, hi, zh, uk, ja, ko, nl, pl, pt-BR, zh-CN, etc.)\nSet `visual_options.language` to localize legends, labels, and interpretations.\n\n**Response time:** ~800ms | **Format:** Scalable SVG with embedded data\n\n✨ **Example Description:**\nDetailed map with moderate precision for faster processing, French language\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/map`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "map"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Precision Astrologer\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"second\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"map_options\": {\n    \"planets\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\"\n    ],\n    \"line_types\": [\n      \"AC\",\n      \"MC\"\n    ],\n    \"coordinate_precision\": 4\n  },\n  \"visual_options\": {\n    \"width\": 1200,\n    \"height\": 600,\n    \"theme\": \"dark\",\n    \"city_min_population\": 750000,\n    \"language\": \"fr\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Astrocartography Map",
          "description": "All available examples for Render Astrocartography Map endpoint. 🗺️ **Render Astrocartography Map** - Multi-format map generation\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, interactive features\n- `png` - Raster with transparency - email reports (Outlook compatible!)\n- `jpg` - Compressed raster - social media sharing\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional consultations\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096)\n- `scale` - Resolution multiplier for HiDPI displays\n\n**🎨 Custom Colors:**\nOverride default theme colors for branded maps:\n- `background`, `text`, `primary`, `secondary`\n- `aspect_harmony`, `aspect_tension`\n\n**Use Cases:**\n- 📧 Email reports → `png` or `jpg` (Outlook compatible)\n- 🌐 Web display → `svg` (interactive, scalable)\n- 📱 Social media → `jpg` with width=1200\n- 🖨️ Print → `pdf` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~800-1200ms depending on format and complexity",
          "item": [
            {
              "id": "017a3f99-ce7e-4044-b8f6-04314f0b1e9d",
              "name": "SVG Map (Default)",
              "request": {
                "name": "SVG Map (Default)",
                "description": {
                  "content": "🎯 **Render Astrocartography Map**\n\n📋 **Endpoint Description:**\n🗺️ **Render Astrocartography Map** - Multi-format map generation\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, interactive features\n- `png` - Raster with transparency - email reports (Outlook compatible!)\n- `jpg` - Compressed raster - social media sharing\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional consultations\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096)\n- `scale` - Resolution multiplier for HiDPI displays\n\n**🎨 Custom Colors:**\nOverride default theme colors for branded maps:\n- `background`, `text`, `primary`, `secondary`\n- `aspect_harmony`, `aspect_tension`\n\n**Use Cases:**\n- 📧 Email reports → `png` or `jpg` (Outlook compatible)\n- 🌐 Web display → `svg` (interactive, scalable)\n- 📱 Social media → `jpg` with width=1200\n- 🖨️ Print → `pdf` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~800-1200ms depending on format and complexity\n\n✨ **Example Description:**\nScalable vector map for web display\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/render`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "render"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"map_options\": {\n    \"planets\": [\n      \"Sun\",\n      \"Moon\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\"\n    ]\n  },\n  \"visual_options\": {\n    \"theme\": \"dark\",\n    \"language\": \"en\"\n  },\n  \"render_options\": {\n    \"format\": \"svg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "86d6acbe-2f1b-44b3-b3e2-c6b389b3c086",
              "name": "PNG for Email/Reports",
              "request": {
                "name": "PNG for Email/Reports",
                "description": {
                  "content": "🎯 **Render Astrocartography Map**\n\n📋 **Endpoint Description:**\n🗺️ **Render Astrocartography Map** - Multi-format map generation\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, interactive features\n- `png` - Raster with transparency - email reports (Outlook compatible!)\n- `jpg` - Compressed raster - social media sharing\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional consultations\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096)\n- `scale` - Resolution multiplier for HiDPI displays\n\n**🎨 Custom Colors:**\nOverride default theme colors for branded maps:\n- `background`, `text`, `primary`, `secondary`\n- `aspect_harmony`, `aspect_tension`\n\n**Use Cases:**\n- 📧 Email reports → `png` or `jpg` (Outlook compatible)\n- 🌐 Web display → `svg` (interactive, scalable)\n- 📱 Social media → `jpg` with width=1200\n- 🖨️ Print → `pdf` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~800-1200ms depending on format and complexity\n\n✨ **Example Description:**\nRaster format for email reports, works in Outlook\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/render`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "render"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma Wilson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"map_options\": {\n    \"planets\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ]\n  },\n  \"visual_options\": {\n    \"theme\": \"classic\",\n    \"show_cities\": true,\n    \"city_min_population\": 1000000\n  },\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1600,\n    \"scale\": 1.5\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c70fb534-93b6-4414-b029-56221a3be970",
              "name": "PDF for Print",
              "request": {
                "name": "PDF for Print",
                "description": {
                  "content": "🎯 **Render Astrocartography Map**\n\n📋 **Endpoint Description:**\n🗺️ **Render Astrocartography Map** - Multi-format map generation\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, interactive features\n- `png` - Raster with transparency - email reports (Outlook compatible!)\n- `jpg` - Compressed raster - social media sharing\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional consultations\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096)\n- `scale` - Resolution multiplier for HiDPI displays\n\n**🎨 Custom Colors:**\nOverride default theme colors for branded maps:\n- `background`, `text`, `primary`, `secondary`\n- `aspect_harmony`, `aspect_tension`\n\n**Use Cases:**\n- 📧 Email reports → `png` or `jpg` (Outlook compatible)\n- 🌐 Web display → `svg` (interactive, scalable)\n- 📱 Social media → `jpg` with width=1200\n- 🖨️ Print → `pdf` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~800-1200ms depending on format and complexity\n\n✨ **Example Description:**\nVector format for high-quality printing\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/render`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "render"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"James Chen\",\n    \"birth_data\": {\n      \"year\": 1975,\n      \"month\": 12,\n      \"day\": 8,\n      \"hour\": 6,\n      \"minute\": 0,\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  },\n  \"visual_options\": {\n    \"theme\": \"classic\"\n  },\n  \"render_options\": {\n    \"format\": \"pdf\",\n    \"scale\": 2.0\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5848df0f-a06c-45b1-b6ef-21fcc83c7d28",
              "name": "🎨 Custom Branded Map",
              "request": {
                "name": "🎨 Custom Branded Map",
                "description": {
                  "content": "🎯 **Render Astrocartography Map**\n\n📋 **Endpoint Description:**\n🗺️ **Render Astrocartography Map** - Multi-format map generation\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, interactive features\n- `png` - Raster with transparency - email reports (Outlook compatible!)\n- `jpg` - Compressed raster - social media sharing\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional consultations\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096)\n- `scale` - Resolution multiplier for HiDPI displays\n\n**🎨 Custom Colors:**\nOverride default theme colors for branded maps:\n- `background`, `text`, `primary`, `secondary`\n- `aspect_harmony`, `aspect_tension`\n\n**Use Cases:**\n- 📧 Email reports → `png` or `jpg` (Outlook compatible)\n- 🌐 Web display → `svg` (interactive, scalable)\n- 📱 Social media → `jpg` with width=1200\n- 🖨️ Print → `pdf` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~800-1200ms depending on format and complexity\n\n✨ **Example Description:**\nMap with custom brand colors for white-label apps\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/render`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "render"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Brand Style\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"map_options\": {\n    \"planets\": [\n      \"Sun\",\n      \"Moon\",\n      \"Venus\",\n      \"Jupiter\"\n    ]\n  },\n  \"visual_options\": {\n    \"theme\": \"dark\"\n  },\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1920,\n    \"custom_colors\": {\n      \"background\": \"#0a0a1a\",\n      \"text\": \"#e0e0ff\",\n      \"primary\": \"#8b5cf6\",\n      \"secondary\": \"#06b6d4\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "e43d65f5-cdf4-471e-bd64-f459707d7e36",
              "name": "🔮 Map with Life Area Interpretations",
              "request": {
                "name": "🔮 Map with Life Area Interpretations",
                "description": {
                  "content": "🎯 **Render Astrocartography Map**\n\n📋 **Endpoint Description:**\n🗺️ **Render Astrocartography Map** - Multi-format map generation\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, interactive features\n- `png` - Raster with transparency - email reports (Outlook compatible!)\n- `jpg` - Compressed raster - social media sharing\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional consultations\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096)\n- `scale` - Resolution multiplier for HiDPI displays\n\n**🎨 Custom Colors:**\nOverride default theme colors for branded maps:\n- `background`, `text`, `primary`, `secondary`\n- `aspect_harmony`, `aspect_tension`\n\n**Use Cases:**\n- 📧 Email reports → `png` or `jpg` (Outlook compatible)\n- 🌐 Web display → `svg` (interactive, scalable)\n- 📱 Social media → `jpg` with width=1200\n- 🖨️ Print → `pdf` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~800-1200ms depending on format and complexity\n\n✨ **Example Description:**\nFull-featured map with colored power zones, life area icons, and city markers in Russian\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/render`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "render"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"visual_options\": {\n    \"theme\": \"dark\",\n    \"interpretation_icons\": \"below\",\n    \"interpretation_colored_zones\": true,\n    \"show_city_life_area_icons\": true,\n    \"language\": \"ru\"\n  },\n  \"render_options\": {\n    \"format\": \"png\",\n    \"width\": 1800\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "93b43f49-c1be-4e7f-9c88-f4cdd8a2a666",
              "name": "🧹 Minimal Clean Map",
              "request": {
                "name": "🧹 Minimal Clean Map",
                "description": {
                  "content": "🎯 **Render Astrocartography Map**\n\n📋 **Endpoint Description:**\n🗺️ **Render Astrocartography Map** - Multi-format map generation\n\n**Output Formats:**\n- `svg` - Scalable vector (default) - best for web, interactive features\n- `png` - Raster with transparency - email reports (Outlook compatible!)\n- `jpg` - Compressed raster - social media sharing\n- `webp` - Modern format - 30% smaller than PNG\n- `pdf` - Print-ready vector - professional consultations\n\n**Size Options:**\n- `width` - Output width in pixels (100-4096)\n- `scale` - Resolution multiplier for HiDPI displays\n\n**🎨 Custom Colors:**\nOverride default theme colors for branded maps:\n- `background`, `text`, `primary`, `secondary`\n- `aspect_harmony`, `aspect_tension`\n\n**Use Cases:**\n- 📧 Email reports → `png` or `jpg` (Outlook compatible)\n- 🌐 Web display → `svg` (interactive, scalable)\n- 📱 Social media → `jpg` with width=1200\n- 🖨️ Print → `pdf` with scale=2.0\n- 🎨 White-label → `custom_colors` for brand consistency\n\n**Response time:** ~800-1200ms depending on format and complexity\n\n✨ **Example Description:**\nClean map without interpretations - just lines and cities\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/render`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "render"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Test\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 3,\n      \"day\": 20,\n      \"hour\": 10,\n      \"minute\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"visual_options\": {\n    \"theme\": \"classic\",\n    \"interpretation_icons\": \"none\",\n    \"show_city_life_area_icons\": false,\n    \"line_label_mode\": \"none\"\n  },\n  \"render_options\": {\n    \"format\": \"svg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Astrocartography Lines",
          "description": "All available examples for Get Astrocartography Lines endpoint. 📊 **Raw Astrocartography Line Data** - Coordinate data without visualization\n\n**Perfect for:**\n- 🔧 Custom map implementations\n- 📱 Mobile app integration\n- 🎯 Precise coordinate analysis\n- 📊 Data processing and analysis\n\n**What you get:**\n- **Precise coordinates** - Latitude/longitude points for each line\n- **Line metadata** - Planet, type, color, meaning, strength\n- **Calculation info** - Ephemeris, precision, coordinate system details\n- **Birth location** - Original birth coordinates and city info\n- **Keywords** - Astrological themes for each line\n\n**Coordinate Density:**\n- **20-100** - Basic mapping (fast)\n- **100-300** - Standard precision (recommended)\n- **300-500** - High precision (detailed analysis)\n\n**Use Cases:**\n- Build custom interactive maps\n- Integrate with GIS systems\n- Create mobile visualizations\n- Perform statistical analysis\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "4c281665-bf87-4e8e-8332-8b5feaf91e34",
              "name": "Basic Planetary Lines",
              "request": {
                "name": "Basic Planetary Lines",
                "description": {
                  "content": "🎯 **Get Astrocartography Lines**\n\n📋 **Endpoint Description:**\n📊 **Raw Astrocartography Line Data** - Coordinate data without visualization\n\n**Perfect for:**\n- 🔧 Custom map implementations\n- 📱 Mobile app integration\n- 🎯 Precise coordinate analysis\n- 📊 Data processing and analysis\n\n**What you get:**\n- **Precise coordinates** - Latitude/longitude points for each line\n- **Line metadata** - Planet, type, color, meaning, strength\n- **Calculation info** - Ephemeris, precision, coordinate system details\n- **Birth location** - Original birth coordinates and city info\n- **Keywords** - Astrological themes for each line\n\n**Coordinate Density:**\n- **20-100** - Basic mapping (fast)\n- **100-300** - Standard precision (recommended)\n- **300-500** - High precision (detailed analysis)\n\n**Use Cases:**\n- Build custom interactive maps\n- Integrate with GIS systems\n- Create mobile visualizations\n- Perform statistical analysis\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nRaw coordinate data for main planets and angles\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/lines`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "lines"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Data Analyst\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 3,\n      \"day\": 25,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"Sydney\",\n      \"country_code\": \"AU\"\n    }\n  },\n  \"options\": {\n    \"planets\": [\n      \"Sun\",\n      \"Moon\",\n      \"Venus\",\n      \"Jupiter\"\n    ],\n    \"line_types\": [\n      \"AC\",\n      \"MC\"\n    ],\n    \"coordinate_precision\": 4\n  },\n  \"coordinate_density\": 50,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "24bee90d-0caf-441d-9dfe-91927b8c4219",
              "name": "High Density Coordinates",
              "request": {
                "name": "High Density Coordinates",
                "description": {
                  "content": "🎯 **Get Astrocartography Lines**\n\n📋 **Endpoint Description:**\n📊 **Raw Astrocartography Line Data** - Coordinate data without visualization\n\n**Perfect for:**\n- 🔧 Custom map implementations\n- 📱 Mobile app integration\n- 🎯 Precise coordinate analysis\n- 📊 Data processing and analysis\n\n**What you get:**\n- **Precise coordinates** - Latitude/longitude points for each line\n- **Line metadata** - Planet, type, color, meaning, strength\n- **Calculation info** - Ephemeris, precision, coordinate system details\n- **Birth location** - Original birth coordinates and city info\n- **Keywords** - Astrological themes for each line\n\n**Coordinate Density:**\n- **20-100** - Basic mapping (fast)\n- **100-300** - Standard precision (recommended)\n- **300-500** - High precision (detailed analysis)\n\n**Use Cases:**\n- Build custom interactive maps\n- Integrate with GIS systems\n- Create mobile visualizations\n- Perform statistical analysis\n\n**Response time:** ~300ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nMaximum coordinate density for precise mapping, Japanese language\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/lines`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "lines"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Precision Mapper\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 7,\n      \"day\": 4,\n      \"hour\": 16,\n      \"minute\": 30,\n      \"second\": 0,\n      \"latitude\": 35.6762,\n      \"longitude\": 139.6503\n    }\n  },\n  \"options\": {\n    \"planets\": [\n      \"Sun\",\n      \"Moon\",\n      \"Mercury\",\n      \"Venus\",\n      \"Mars\",\n      \"Jupiter\",\n      \"Saturn\"\n    ],\n    \"line_types\": [\n      \"AC\",\n      \"MC\",\n      \"DS\",\n      \"IC\"\n    ],\n    \"coordinate_precision\": 6,\n    \"region\": {\n      \"latitude_range\": [\n        -90,\n        90\n      ],\n      \"longitude_range\": [\n        -180,\n        180\n      ]\n    }\n  },\n  \"language\": \"ja\",\n  \"coordinate_density\": 500\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Location",
          "description": "All available examples for Analyze Location endpoint. 🎯 **Analyze Specific Location** - Detailed astrological analysis for any location\n\n**Perfect for:**\n- 🏠 Relocation decision making\n- 🎯 Evaluating potential moves\n- 📊 Comparing location options\n- 🔍 Understanding local influences\n\n**What you get:**\n- **Nearby lines** - Planetary lines within orb tolerance\n- **Relocated chart** - How your natal chart changes at this location\n- **Life area ratings** - Scores for career, love, creativity, health, etc.\n- **Overall score** - Comprehensive location rating (0-10)\n- **Detailed analysis** - Strengths, challenges, and opportunities\n- **Summary** - Key insights and recommendations\n\n**Life Areas Analyzed:**\n- **Career** - Professional success and recognition\n- **Relationships** - Love, partnerships, social connections\n- **Creativity** - Artistic expression and inspiration\n- **Health** - Physical and mental wellbeing\n- **Spirituality** - Growth and higher learning\n- **Finances** - Material prosperity and resources\n\n**Analysis Factors:**\n- Planetary line proximity and strength\n- House changes in relocated chart\n- Angular planet emphasis\n- Aspect pattern modifications\n- Traditional dignity considerations\n\n**Response time:** ~500ms | **Accuracy:** Professional grade analysis",
          "item": [
            {
              "id": "0d538286-236d-4a44-943a-bbc10a84e180",
              "name": "Analyze Specific City",
              "request": {
                "name": "Analyze Specific City",
                "description": {
                  "content": "🎯 **Analyze Location**\n\n📋 **Endpoint Description:**\n🎯 **Analyze Specific Location** - Detailed astrological analysis for any location\n\n**Perfect for:**\n- 🏠 Relocation decision making\n- 🎯 Evaluating potential moves\n- 📊 Comparing location options\n- 🔍 Understanding local influences\n\n**What you get:**\n- **Nearby lines** - Planetary lines within orb tolerance\n- **Relocated chart** - How your natal chart changes at this location\n- **Life area ratings** - Scores for career, love, creativity, health, etc.\n- **Overall score** - Comprehensive location rating (0-10)\n- **Detailed analysis** - Strengths, challenges, and opportunities\n- **Summary** - Key insights and recommendations\n\n**Life Areas Analyzed:**\n- **Career** - Professional success and recognition\n- **Relationships** - Love, partnerships, social connections\n- **Creativity** - Artistic expression and inspiration\n- **Health** - Physical and mental wellbeing\n- **Spirituality** - Growth and higher learning\n- **Finances** - Material prosperity and resources\n\n**Analysis Factors:**\n- Planetary line proximity and strength\n- House changes in relocated chart\n- Angular planet emphasis\n- Aspect pattern modifications\n- Traditional dignity considerations\n\n**Response time:** ~500ms | **Accuracy:** Professional grade analysis\n\n✨ **Example Description:**\nComplete astrological analysis of living in Los Angeles\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/location-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "location-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Location Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"location\": {\n    \"city\": \"Los Angeles\",\n    \"country_code\": \"US\"\n  },\n  \"analysis_options\": {\n    \"orb_tolerance\": 2.0,\n    \"include_minor_aspects\": false\n  },\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ff5d36fa-d627-4228-a6e5-b5931737bf28",
              "name": "Analyze by Coordinates",
              "request": {
                "name": "Analyze by Coordinates",
                "description": {
                  "content": "🎯 **Analyze Location**\n\n📋 **Endpoint Description:**\n🎯 **Analyze Specific Location** - Detailed astrological analysis for any location\n\n**Perfect for:**\n- 🏠 Relocation decision making\n- 🎯 Evaluating potential moves\n- 📊 Comparing location options\n- 🔍 Understanding local influences\n\n**What you get:**\n- **Nearby lines** - Planetary lines within orb tolerance\n- **Relocated chart** - How your natal chart changes at this location\n- **Life area ratings** - Scores for career, love, creativity, health, etc.\n- **Overall score** - Comprehensive location rating (0-10)\n- **Detailed analysis** - Strengths, challenges, and opportunities\n- **Summary** - Key insights and recommendations\n\n**Life Areas Analyzed:**\n- **Career** - Professional success and recognition\n- **Relationships** - Love, partnerships, social connections\n- **Creativity** - Artistic expression and inspiration\n- **Health** - Physical and mental wellbeing\n- **Spirituality** - Growth and higher learning\n- **Finances** - Material prosperity and resources\n\n**Analysis Factors:**\n- Planetary line proximity and strength\n- House changes in relocated chart\n- Angular planet emphasis\n- Aspect pattern modifications\n- Traditional dignity considerations\n\n**Response time:** ~500ms | **Accuracy:** Professional grade analysis\n\n✨ **Example Description:**\nAnalysis using exact latitude/longitude coordinates\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/location-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "location-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Coordinate Explorer\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 12,\n      \"day\": 25,\n      \"hour\": 10,\n      \"minute\": 15,\n      \"second\": 0,\n      \"latitude\": 51.5074,\n      \"longitude\": -0.1278\n    }\n  },\n  \"location\": {\n    \"latitude\": 48.8566,\n    \"longitude\": 2.3522\n  },\n  \"analysis_options\": {\n    \"orb_tolerance\": 1.5,\n    \"include_minor_aspects\": true\n  },\n  \"language\": \"fr\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "d1d53f39-b674-4be2-93b4-a787dc382752",
          "name": "Get Line Meanings",
          "request": {
            "name": "Get Line Meanings",
            "description": {
              "content": "📚 **Planetary Line Meanings Reference** - Complete interpretation guide\n\n**Perfect for:**\n- 📖 Learning astrocartography interpretations\n- 🔧 Building user interfaces with tooltips\n- 📱 Educational astrology applications\n- 🎯 Understanding line significance\n\n**What you get:**\n- **Complete meanings** - All planet/line type combinations\n- **Keywords** - Key themes for each line\n- **Strength ratings** - Relative power of different lines\n- **Life areas** - Which areas of life are emphasized\n- **Detailed descriptions** - In-depth explanations\n- **Interpretation guide** - How to read and use the data\n\n**Coverage:**\n- **7 Traditional Planets** - Sun through Saturn\n- **4 Line Types** - AC, MC, DS, IC\n- **28 Total combinations** - Complete reference set\n- **Strength levels** - Very strong, strong, moderate, weak\n- **Orb guidelines** - Distance tolerances for line effects\n\n**Use Cases:**\n- Tooltip content for interactive maps\n- Educational content for astrology apps\n- Reference material for consultations\n- Automated interpretation systems\n\n**Response time:** ~50ms | **Content:** Complete reference database",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "astrocartography",
                "line-meanings"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Language for interpretation texts",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "f9de6f2a-78ca-4336-bb5a-bf5514728636",
              "name": "Complete planetary line meanings and interpretation guide",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "line-meanings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretation texts",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"line_meanings\": {\n    \"key_0\": {\n      \"key_0\": {\n        \"key_0\": 9914,\n        \"key_1\": false\n      },\n      \"key_1\": {\n        \"key_0\": \"string\",\n        \"key_1\": true,\n        \"key_2\": false\n      }\n    }\n  },\n  \"line_types\": {\n    \"key_0\": \"<string>\"\n  },\n  \"interpretation_guide\": {\n    \"key_0\": 3193,\n    \"key_1\": 3670\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90bd6815-56e0-46fb-bb7e-4a952df20961",
              "name": "Invalid astrocartography parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "line-meanings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretation texts",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c818ed59-905d-447c-a583-a6b13c4d42d8",
              "name": "Validation error in line meanings request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "line-meanings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretation texts",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"success\": false,\n    \"error\": {\n      \"error_code\": \"INVALID_REQUEST\",\n      \"message\": \"Invalid parameters for line meanings\",\n      \"field\": \"request\",\n      \"value\": \"malformed\",\n      \"severity\": \"low\",\n      \"suggestions\": [\n        \"This endpoint requires no parameters\",\n        \"Simply call GET /api/v3/astrocartography/line-meanings\"\n      ]\n    },\n    \"timestamp\": \"2024-01-15T14:30:45Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30b3d22b-97d6-473d-8fb9-fe4a2de18bd3",
              "name": "Feature not yet implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "line-meanings"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretation texts",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2f228873-13a2-488b-ab0e-5b5922ab135c",
          "name": "Get Supported Features",
          "request": {
            "name": "Get Supported Features",
            "description": {
              "content": "🔍 **Supported Astrocartography Features** - Available functionality overview\n\n**Perfect for:**\n- 🔧 API integration planning\n- 📱 Feature discovery for applications\n- 🎯 Understanding system capabilities\n- 📊 Version compatibility checking\n\n**What you get:**\n- **Line types** - Available astrocartography line calculations\n- **Planets** - All supported celestial bodies\n- **Map projections** - Geographic projection options\n- **Themes** - Visual styling options\n- **Export formats** - Available output formats\n- **Limitations** - System constraints and maximums\n- **Version info** - API version and capabilities\n\n**Current Features:**\n- Standard astrocartography lines (AC, MC, DS, IC)\n- 13+ celestial bodies including planets and points\n- Multiple map projections and visual themes\n- High-precision coordinate calculations\n- Interactive data for frontend integration\n\n**Future Features:**\n- Paran lines (simultaneous rising/setting)\n- Local space astrocartography\n- Geodetic equivalent projections\n- Additional export formats (PNG, PDF)\n\n**Response time:** ~25ms | **Content:** Complete feature matrix",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "astrocartography",
                "supported-features"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ff91c462-a38e-4e6d-a3ec-efbbcd33f3c3",
              "name": "Complete overview of supported astrocartography features and capabilities",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "supported-features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"features\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_2\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"limitations\": {\n    \"key_0\": true,\n    \"key_1\": true,\n    \"key_2\": \"string\",\n    \"key_3\": 9065.021702526941\n  },\n  \"version_info\": {\n    \"key_0\": \"<string>\"\n  },\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8f5cfb3-d4fd-4d9e-b283-db0bf9232989",
              "name": "Invalid astrocartography parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "supported-features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "07d78aee-572f-4638-b47d-81b6e06ebec7",
              "name": "Validation error in supported features request",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "supported-features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"example\": {\n    \"success\": false,\n    \"error\": {\n      \"error_code\": \"INVALID_REQUEST\",\n      \"message\": \"Invalid parameters for supported features\",\n      \"field\": \"request\",\n      \"value\": \"malformed\",\n      \"severity\": \"low\",\n      \"suggestions\": [\n        \"This endpoint requires no parameters\",\n        \"Simply call GET /api/v3/astrocartography/supported-features\"\n      ]\n    },\n    \"timestamp\": \"2024-01-15T14:30:45Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7632544b-c760-468f-b22f-3df1d5eec45d",
              "name": "Feature not yet implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "supported-features"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Search Optimal Locations",
          "description": "All available examples for Search Optimal Locations endpoint. 🔍 **Search Optimal Locations** - Find best cities based on astrological criteria\n\n**Perfect for:**\n- 🎯 Finding the best cities for career growth\n- 💕 Discovering romantic destinations\n- 🎨 Locating creative inspiration hubs\n- 💰 Identifying financial opportunity zones\n- 🧘 Finding spiritual growth centers\n- 🏥 Locating health and wellness havens\n\n**Search criteria:**\n- **Life area focus** - career, love, creativity, health, spirituality, finance, home, learning, or overall\n- **Minimum population** - filter by city size (default: 750,000)\n- **Maximum results** - number of cities to return (1-50, default: 5)\n\n**What you get:**\n- **Ranked cities** with real astrological compatibility scores\n- **Life area ratings** specific to your search criteria\n- **Key planetary influences** affecting each location\n- **Practical information** - population, coordinates, country\n- **Personalized summary** for each recommended city\n\n**Analysis method:** Real astrocartography calculations with Swiss Ephemeris\n**Response time:** ~3-8s | **Cities analyzed:** 30+ major world cities",
          "item": [
            {
              "id": "bc022b41-c0d6-4795-aaae-f80c68669037",
              "name": "Find career hotspots",
              "request": {
                "name": "Find career hotspots",
                "description": {
                  "content": "🎯 **Search Optimal Locations**\n\n📋 **Endpoint Description:**\n🔍 **Search Optimal Locations** - Find best cities based on astrological criteria\n\n**Perfect for:**\n- 🎯 Finding the best cities for career growth\n- 💕 Discovering romantic destinations\n- 🎨 Locating creative inspiration hubs\n- 💰 Identifying financial opportunity zones\n- 🧘 Finding spiritual growth centers\n- 🏥 Locating health and wellness havens\n\n**Search criteria:**\n- **Life area focus** - career, love, creativity, health, spirituality, finance, home, learning, or overall\n- **Minimum population** - filter by city size (default: 750,000)\n- **Maximum results** - number of cities to return (1-50, default: 5)\n\n**What you get:**\n- **Ranked cities** with real astrological compatibility scores\n- **Life area ratings** specific to your search criteria\n- **Key planetary influences** affecting each location\n- **Practical information** - population, coordinates, country\n- **Personalized summary** for each recommended city\n\n**Analysis method:** Real astrocartography calculations with Swiss Ephemeris\n**Response time:** ~3-8s | **Cities analyzed:** 30+ major world cities\n\n✨ **Example Description:**\nSearch for best cities for professional growth\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/search-locations`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "search-locations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"search_criteria\": {\n    \"life_area\": \"career\",\n    \"min_score\": 6.0\n  },\n  \"location_filters\": {\n    \"min_population\": 500000\n  },\n  \"result_options\": {\n    \"limit\": 5\n  },\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "18dca0f9-6883-4161-88cd-ea822ff5fc37",
              "name": "Find romantic cities",
              "request": {
                "name": "Find romantic cities",
                "description": {
                  "content": "🎯 **Search Optimal Locations**\n\n📋 **Endpoint Description:**\n🔍 **Search Optimal Locations** - Find best cities based on astrological criteria\n\n**Perfect for:**\n- 🎯 Finding the best cities for career growth\n- 💕 Discovering romantic destinations\n- 🎨 Locating creative inspiration hubs\n- 💰 Identifying financial opportunity zones\n- 🧘 Finding spiritual growth centers\n- 🏥 Locating health and wellness havens\n\n**Search criteria:**\n- **Life area focus** - career, love, creativity, health, spirituality, finance, home, learning, or overall\n- **Minimum population** - filter by city size (default: 750,000)\n- **Maximum results** - number of cities to return (1-50, default: 5)\n\n**What you get:**\n- **Ranked cities** with real astrological compatibility scores\n- **Life area ratings** specific to your search criteria\n- **Key planetary influences** affecting each location\n- **Practical information** - population, coordinates, country\n- **Personalized summary** for each recommended city\n\n**Analysis method:** Real astrocartography calculations with Swiss Ephemeris\n**Response time:** ~3-8s | **Cities analyzed:** 30+ major world cities\n\n✨ **Example Description:**\nSearch for best cities for love and relationships, Spanish language\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/search-locations`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "search-locations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"search_criteria\": {\n    \"life_area\": \"love\"\n  },\n  \"result_options\": {\n    \"limit\": 10\n  },\n  \"language\": \"es\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Compare Locations",
          "description": "All available examples for Compare Locations endpoint. ⚖️ **Compare Multiple Locations** - Side-by-side comprehensive location analysis\n\n**Perfect for:**\n- 🏙️ Choosing between 2-10 relocation destinations\n- 📊 Data-driven relocation decisions with detailed comparisons\n- 🎯 Understanding strengths/weaknesses of each location\n- 🌍 Finding best locations for specific life areas (career, love, etc.)\n\n**What you get:**\n- **Comparison Matrix** - Side-by-side scores for all life areas x locations\n- **Overall Rankings** - Best to worst locations ranked by total astrological support\n- **Area-Specific Rankings** - Best location for each life area (career, love, health, etc.)\n- **Recommendations** - Best overall, most balanced, specialized choices\n- **Detailed Analysis** - Full planetary influences and life area ratings for each location\n- **Smart Summary** - Human-readable summary of key findings\n\n**Algorithm (based on astrology advisor):**\n1. **Line Proximity Score (35%)** - Distance to planetary lines using exponential decay: influence = e^(-distance_km / 350)\n2. **Angular Planets Score (30%)** - How angular each planet is at the relocated location\n3. **Power Zone Score (20%)** - Nearby line intersections (planetary energy combinations)\n4. **Benefic Balance Score (15%)** - Balance of benefic vs malefic planetary influences\n\n**Life Area Scoring:**\n- Uses standardized life areas from app/data/life_areas.py\n- Each area has primary_planets, secondary_planets, and preferred_lines\n- Scores normalized to 0-100 scale with ratings: excellent (75+), very_good (60+), good (45+), moderate (30+), weak (15+), minimal (<15)\n\n**Comparison options:**\n- Compare 2-10 locations (minimum 2, maximum 10)\n- Focus on specific life areas or compare all 13 areas\n- Get detailed breakdown of planetary influences\n- Rankings both overall and per life area\n\n**Response includes:**\n- locations: Full analysis for each location\n- comparison_matrix: Life areas x locations with scores and ranks\n- rankings: Overall rankings and per-area rankings\n- best_overall: Highest scoring location\n- recommendations: Best for each area, balanced choice, specialized options\n- summary: Human-readable comparison summary\n\n**Response time:** ~2-5 seconds for 2 cities, ~5-15 seconds for 5-10 cities | **Accuracy:** Professional grade Swiss Ephemeris",
          "item": [
            {
              "id": "563ebe83-f60b-43ff-8a99-b50c48400f30",
              "name": "Compare two cities for relocation",
              "request": {
                "name": "Compare two cities for relocation",
                "description": {
                  "content": "🎯 **Compare Locations**\n\n📋 **Endpoint Description:**\n⚖️ **Compare Multiple Locations** - Side-by-side comprehensive location analysis\n\n**Perfect for:**\n- 🏙️ Choosing between 2-10 relocation destinations\n- 📊 Data-driven relocation decisions with detailed comparisons\n- 🎯 Understanding strengths/weaknesses of each location\n- 🌍 Finding best locations for specific life areas (career, love, etc.)\n\n**What you get:**\n- **Comparison Matrix** - Side-by-side scores for all life areas x locations\n- **Overall Rankings** - Best to worst locations ranked by total astrological support\n- **Area-Specific Rankings** - Best location for each life area (career, love, health, etc.)\n- **Recommendations** - Best overall, most balanced, specialized choices\n- **Detailed Analysis** - Full planetary influences and life area ratings for each location\n- **Smart Summary** - Human-readable summary of key findings\n\n**Algorithm (based on astrology advisor):**\n1. **Line Proximity Score (35%)** - Distance to planetary lines using exponential decay: influence = e^(-distance_km / 350)\n2. **Angular Planets Score (30%)** - How angular each planet is at the relocated location\n3. **Power Zone Score (20%)** - Nearby line intersections (planetary energy combinations)\n4. **Benefic Balance Score (15%)** - Balance of benefic vs malefic planetary influences\n\n**Life Area Scoring:**\n- Uses standardized life areas from app/data/life_areas.py\n- Each area has primary_planets, secondary_planets, and preferred_lines\n- Scores normalized to 0-100 scale with ratings: excellent (75+), very_good (60+), good (45+), moderate (30+), weak (15+), minimal (<15)\n\n**Comparison options:**\n- Compare 2-10 locations (minimum 2, maximum 10)\n- Focus on specific life areas or compare all 13 areas\n- Get detailed breakdown of planetary influences\n- Rankings both overall and per life area\n\n**Response includes:**\n- locations: Full analysis for each location\n- comparison_matrix: Life areas x locations with scores and ranks\n- rankings: Overall rankings and per-area rankings\n- best_overall: Highest scoring location\n- recommendations: Best for each area, balanced choice, specialized options\n- summary: Human-readable comparison summary\n\n**Response time:** ~2-5 seconds for 2 cities, ~5-15 seconds for 5-10 cities | **Accuracy:** Professional grade Swiss Ephemeris\n\n✨ **Example Description:**\nCompare London and New York to see which location offers better astrological support across different life areas\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/compare-locations`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "compare-locations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"locations\": [\n    {\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    },\n    {\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    }\n  ],\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d116a257-ab49-44b8-9192-eeded4a9aeb3",
              "name": "Compare 5 cities with career focus",
              "request": {
                "name": "Compare 5 cities with career focus",
                "description": {
                  "content": "🎯 **Compare Locations**\n\n📋 **Endpoint Description:**\n⚖️ **Compare Multiple Locations** - Side-by-side comprehensive location analysis\n\n**Perfect for:**\n- 🏙️ Choosing between 2-10 relocation destinations\n- 📊 Data-driven relocation decisions with detailed comparisons\n- 🎯 Understanding strengths/weaknesses of each location\n- 🌍 Finding best locations for specific life areas (career, love, etc.)\n\n**What you get:**\n- **Comparison Matrix** - Side-by-side scores for all life areas x locations\n- **Overall Rankings** - Best to worst locations ranked by total astrological support\n- **Area-Specific Rankings** - Best location for each life area (career, love, health, etc.)\n- **Recommendations** - Best overall, most balanced, specialized choices\n- **Detailed Analysis** - Full planetary influences and life area ratings for each location\n- **Smart Summary** - Human-readable summary of key findings\n\n**Algorithm (based on astrology advisor):**\n1. **Line Proximity Score (35%)** - Distance to planetary lines using exponential decay: influence = e^(-distance_km / 350)\n2. **Angular Planets Score (30%)** - How angular each planet is at the relocated location\n3. **Power Zone Score (20%)** - Nearby line intersections (planetary energy combinations)\n4. **Benefic Balance Score (15%)** - Balance of benefic vs malefic planetary influences\n\n**Life Area Scoring:**\n- Uses standardized life areas from app/data/life_areas.py\n- Each area has primary_planets, secondary_planets, and preferred_lines\n- Scores normalized to 0-100 scale with ratings: excellent (75+), very_good (60+), good (45+), moderate (30+), weak (15+), minimal (<15)\n\n**Comparison options:**\n- Compare 2-10 locations (minimum 2, maximum 10)\n- Focus on specific life areas or compare all 13 areas\n- Get detailed breakdown of planetary influences\n- Rankings both overall and per life area\n\n**Response includes:**\n- locations: Full analysis for each location\n- comparison_matrix: Life areas x locations with scores and ranks\n- rankings: Overall rankings and per-area rankings\n- best_overall: Highest scoring location\n- recommendations: Best for each area, balanced choice, specialized options\n- summary: Human-readable comparison summary\n\n**Response time:** ~2-5 seconds for 2 cities, ~5-15 seconds for 5-10 cities | **Accuracy:** Professional grade Swiss Ephemeris\n\n✨ **Example Description:**\nComprehensive comparison of 5 major cities focusing on career, finance, and professional life areas\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/compare-locations`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "compare-locations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"locations\": [\n    {\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    },\n    {\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    },\n    {\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    },\n    {\n      \"city\": \"Dubai\",\n      \"country_code\": \"AE\"\n    },\n    {\n      \"city\": \"Singapore\",\n      \"country_code\": \"SG\"\n    }\n  ],\n  \"comparison_criteria\": {\n    \"life_areas\": [\n      \"career\",\n      \"finance\",\n      \"power\",\n      \"communication\"\n    ],\n    \"include_detailed_breakdown\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "40b5f3e0-80f6-415b-be5c-a51eaab0edb0",
              "name": "Compare cities for love and relationships",
              "request": {
                "name": "Compare cities for love and relationships",
                "description": {
                  "content": "🎯 **Compare Locations**\n\n📋 **Endpoint Description:**\n⚖️ **Compare Multiple Locations** - Side-by-side comprehensive location analysis\n\n**Perfect for:**\n- 🏙️ Choosing between 2-10 relocation destinations\n- 📊 Data-driven relocation decisions with detailed comparisons\n- 🎯 Understanding strengths/weaknesses of each location\n- 🌍 Finding best locations for specific life areas (career, love, etc.)\n\n**What you get:**\n- **Comparison Matrix** - Side-by-side scores for all life areas x locations\n- **Overall Rankings** - Best to worst locations ranked by total astrological support\n- **Area-Specific Rankings** - Best location for each life area (career, love, health, etc.)\n- **Recommendations** - Best overall, most balanced, specialized choices\n- **Detailed Analysis** - Full planetary influences and life area ratings for each location\n- **Smart Summary** - Human-readable summary of key findings\n\n**Algorithm (based on astrology advisor):**\n1. **Line Proximity Score (35%)** - Distance to planetary lines using exponential decay: influence = e^(-distance_km / 350)\n2. **Angular Planets Score (30%)** - How angular each planet is at the relocated location\n3. **Power Zone Score (20%)** - Nearby line intersections (planetary energy combinations)\n4. **Benefic Balance Score (15%)** - Balance of benefic vs malefic planetary influences\n\n**Life Area Scoring:**\n- Uses standardized life areas from app/data/life_areas.py\n- Each area has primary_planets, secondary_planets, and preferred_lines\n- Scores normalized to 0-100 scale with ratings: excellent (75+), very_good (60+), good (45+), moderate (30+), weak (15+), minimal (<15)\n\n**Comparison options:**\n- Compare 2-10 locations (minimum 2, maximum 10)\n- Focus on specific life areas or compare all 13 areas\n- Get detailed breakdown of planetary influences\n- Rankings both overall and per life area\n\n**Response includes:**\n- locations: Full analysis for each location\n- comparison_matrix: Life areas x locations with scores and ranks\n- rankings: Overall rankings and per-area rankings\n- best_overall: Highest scoring location\n- recommendations: Best for each area, balanced choice, specialized options\n- summary: Human-readable comparison summary\n\n**Response time:** ~2-5 seconds for 2 cities, ~5-15 seconds for 5-10 cities | **Accuracy:** Professional grade Swiss Ephemeris\n\n✨ **Example Description:**\nFind the best location for romantic relationships and social connections, Italian language\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/compare-locations`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "compare-locations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"locations\": [\n    {\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    },\n    {\n      \"city\": \"Rome\",\n      \"country_code\": \"IT\"\n    },\n    {\n      \"city\": \"Barcelona\",\n      \"country_code\": \"ES\"\n    },\n    {\n      \"city\": \"Vienna\",\n      \"country_code\": \"AT\"\n    }\n  ],\n  \"comparison_criteria\": {\n    \"life_areas\": [\n      \"love\",\n      \"relationships\",\n      \"creativity\",\n      \"home\"\n    ],\n    \"include_detailed_breakdown\": true\n  },\n  \"language\": \"it\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Relocation Chart",
          "description": "All available examples for Get Relocation Chart endpoint. 🏠 **Relocated Natal Chart** - Shows how your birth chart changes in a new location\n\n**Perfect for:**\n- 🌍 Planning international moves or relocations\n- 🏡 Choosing the best city for career, relationships, or personal growth\n- ✈️ Understanding how travel destinations affect your energy\n- 🎯 Astrocartography validation (checking angular planets at specific locations)\n- 📚 Educational purposes - learning relocation astrology principles\n\n**What you get:**\n- **Location comparison** - Birth location vs. relocated location details\n- **Angle shifts** - How Ascendant and Midheaven change (degrees of shift)\n- **House cusps** - All 12 house cusps for both natal and relocated charts\n- **Planetary positions** - Which planets changed houses, which stayed the same\n- **Angular planets** - Planets within 10 degrees of Ascendant, MC, Descendant, IC in relocated chart\n- **House changes** - Complete list of planets that moved to different houses\n- **Key factors** - Interpretation highlights for the most significant changes\n\n**Key concept:**\nRelocation charts use the SAME birth moment (UTC) but DIFFERENT geographic coordinates.\nPlanetary positions remain identical - only the angles (ASC/MC/DS/IC) and house cusps change.\nThis shows how location affects the *expression* of your natal energies, not the energies themselves.\n\n**Interpretation guide:**\n- **Angular planets** (near ASC/MC/DS/IC) become more prominent and powerful\n- **House changes** shift the life area focus of planetary energies\n- **Ascendant shift > 10 degrees** = noticeable change in self-expression and identity\n- **Midheaven shift > 10 degrees** = significant impact on career and public life\n\n**Response time:** ~200-500ms | **Accuracy:** Professional grade Swiss Ephemeris",
          "item": [
            {
              "id": "7218a888-948f-4c62-b173-6f39789dad7e",
              "name": "Relocate Oleg from Kharkiv to London",
              "request": {
                "name": "Relocate Oleg from Kharkiv to London",
                "description": {
                  "content": "🎯 **Get Relocation Chart**\n\n📋 **Endpoint Description:**\n🏠 **Relocated Natal Chart** - Shows how your birth chart changes in a new location\n\n**Perfect for:**\n- 🌍 Planning international moves or relocations\n- 🏡 Choosing the best city for career, relationships, or personal growth\n- ✈️ Understanding how travel destinations affect your energy\n- 🎯 Astrocartography validation (checking angular planets at specific locations)\n- 📚 Educational purposes - learning relocation astrology principles\n\n**What you get:**\n- **Location comparison** - Birth location vs. relocated location details\n- **Angle shifts** - How Ascendant and Midheaven change (degrees of shift)\n- **House cusps** - All 12 house cusps for both natal and relocated charts\n- **Planetary positions** - Which planets changed houses, which stayed the same\n- **Angular planets** - Planets within 10 degrees of Ascendant, MC, Descendant, IC in relocated chart\n- **House changes** - Complete list of planets that moved to different houses\n- **Key factors** - Interpretation highlights for the most significant changes\n\n**Key concept:**\nRelocation charts use the SAME birth moment (UTC) but DIFFERENT geographic coordinates.\nPlanetary positions remain identical - only the angles (ASC/MC/DS/IC) and house cusps change.\nThis shows how location affects the *expression* of your natal energies, not the energies themselves.\n\n**Interpretation guide:**\n- **Angular planets** (near ASC/MC/DS/IC) become more prominent and powerful\n- **House changes** shift the life area focus of planetary energies\n- **Ascendant shift > 10 degrees** = noticeable change in self-expression and identity\n- **Midheaven shift > 10 degrees** = significant impact on career and public life\n\n**Response time:** ~200-500ms | **Accuracy:** Professional grade Swiss Ephemeris\n\n✨ **Example Description:**\nShows how Oleg's natal chart changes when relocated to London. Planetary positions stay the same (same birth moment in UTC), but house cusps and angles shift based on the new geographic coordinates.\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/relocation-chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "relocation-chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"target_location\": {\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "2fe69292-b8f2-4302-bcd4-b30f2175b96e",
              "name": "Relocate from London to New York (Ukrainian)",
              "request": {
                "name": "Relocate from London to New York (Ukrainian)",
                "description": {
                  "content": "🎯 **Get Relocation Chart**\n\n📋 **Endpoint Description:**\n🏠 **Relocated Natal Chart** - Shows how your birth chart changes in a new location\n\n**Perfect for:**\n- 🌍 Planning international moves or relocations\n- 🏡 Choosing the best city for career, relationships, or personal growth\n- ✈️ Understanding how travel destinations affect your energy\n- 🎯 Astrocartography validation (checking angular planets at specific locations)\n- 📚 Educational purposes - learning relocation astrology principles\n\n**What you get:**\n- **Location comparison** - Birth location vs. relocated location details\n- **Angle shifts** - How Ascendant and Midheaven change (degrees of shift)\n- **House cusps** - All 12 house cusps for both natal and relocated charts\n- **Planetary positions** - Which planets changed houses, which stayed the same\n- **Angular planets** - Planets within 10 degrees of Ascendant, MC, Descendant, IC in relocated chart\n- **House changes** - Complete list of planets that moved to different houses\n- **Key factors** - Interpretation highlights for the most significant changes\n\n**Key concept:**\nRelocation charts use the SAME birth moment (UTC) but DIFFERENT geographic coordinates.\nPlanetary positions remain identical - only the angles (ASC/MC/DS/IC) and house cusps change.\nThis shows how location affects the *expression* of your natal energies, not the energies themselves.\n\n**Interpretation guide:**\n- **Angular planets** (near ASC/MC/DS/IC) become more prominent and powerful\n- **House changes** shift the life area focus of planetary energies\n- **Ascendant shift > 10 degrees** = noticeable change in self-expression and identity\n- **Midheaven shift > 10 degrees** = significant impact on career and public life\n\n**Response time:** ~200-500ms | **Accuracy:** Professional grade Swiss Ephemeris\n\n✨ **Example Description:**\nDemonstrates significant house and angular shifts when moving across the Atlantic. Ukrainian language output.\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/relocation-chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "relocation-chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sarah\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"target_location\": {\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    },\n    \"show_changes\": true,\n    \"highlight_angular_changes\": true\n  },\n  \"language\": \"uk\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "398c2421-5f38-4354-b1b5-e8f3f247744e",
              "name": "Relocate using precise coordinates",
              "request": {
                "name": "Relocate using precise coordinates",
                "description": {
                  "content": "🎯 **Get Relocation Chart**\n\n📋 **Endpoint Description:**\n🏠 **Relocated Natal Chart** - Shows how your birth chart changes in a new location\n\n**Perfect for:**\n- 🌍 Planning international moves or relocations\n- 🏡 Choosing the best city for career, relationships, or personal growth\n- ✈️ Understanding how travel destinations affect your energy\n- 🎯 Astrocartography validation (checking angular planets at specific locations)\n- 📚 Educational purposes - learning relocation astrology principles\n\n**What you get:**\n- **Location comparison** - Birth location vs. relocated location details\n- **Angle shifts** - How Ascendant and Midheaven change (degrees of shift)\n- **House cusps** - All 12 house cusps for both natal and relocated charts\n- **Planetary positions** - Which planets changed houses, which stayed the same\n- **Angular planets** - Planets within 10 degrees of Ascendant, MC, Descendant, IC in relocated chart\n- **House changes** - Complete list of planets that moved to different houses\n- **Key factors** - Interpretation highlights for the most significant changes\n\n**Key concept:**\nRelocation charts use the SAME birth moment (UTC) but DIFFERENT geographic coordinates.\nPlanetary positions remain identical - only the angles (ASC/MC/DS/IC) and house cusps change.\nThis shows how location affects the *expression* of your natal energies, not the energies themselves.\n\n**Interpretation guide:**\n- **Angular planets** (near ASC/MC/DS/IC) become more prominent and powerful\n- **House changes** shift the life area focus of planetary energies\n- **Ascendant shift > 10 degrees** = noticeable change in self-expression and identity\n- **Midheaven shift > 10 degrees** = significant impact on career and public life\n\n**Response time:** ~200-500ms | **Accuracy:** Professional grade Swiss Ephemeris\n\n✨ **Example Description:**\nUse exact latitude/longitude coordinates for precise relocation calculations instead of city names.\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/relocation-chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "relocation-chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Michael\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 3,\n      \"day\": 21,\n      \"hour\": 10,\n      \"minute\": 45,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006\n    }\n  },\n  \"options\": {\n    \"target_location\": {\n      \"latitude\": 34.0522,\n      \"longitude\": -118.2437,\n      \"city\": \"Los Angeles\",\n      \"country_code\": \"US\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Find Power Zones",
          "description": "All available examples for Find Power Zones endpoint. ⚡ **Find Power Zones** - Discover concentrated astrological influence locations\n\n**Perfect for:**\n- 🎯 Finding locations with combined planetary energies\n- 💼 Career success zones (Sun-Jupiter, Sun-Mars intersections)\n- ❤️ Love and harmony zones (Venus-Jupiter, Moon-Venus intersections)\n- 💰 Wealth and prosperity zones (Jupiter-Pluto, Venus-Jupiter intersections)\n- 🌟 Personal growth hotspots\n\n**What are Power Zones?**\nPower zones occur where two or more planetary lines intersect, creating concentrated\nastrological influence. Think of them as energetic \"hotspots\" where multiple planetary\nthemes combine and amplify.\n\n**Scoring Algorithm:**\n- Planet weights: Sun/Moon (1.0), Jupiter (0.9), Venus (0.85), Mars (0.8)\n- Line weights: AC/MC (1.0), DS (0.8), IC (0.75)\n- Tightness factor: Based on intersection precision (100km orb)\n- Synergy bonuses: Benefic combos get 1.2-1.3x multiplier\n\n**Search Options:**\n- **min_strength** (0-1): Minimum strength threshold (default: 0.25)\n- **max_zones** (1-100): Maximum number of zones to return (default: 20)\n- **max_distance_km** (50-500): Search radius for nearby cities (default: 100)\n- **preferred_combinations**: Filter for specific planet pairs, e.g. [[\"Sun\", \"Jupiter\"]]\n- **exclude_challenging**: Skip Mars-Saturn, Mars-Pluto combinations (default: false)\n- **life_areas**: Filter by category: career, love, finance, spirituality, etc.\n\n**Life Area Categories (45 planet pairs):**\n- **career** (7): Sun-Mars, Sun-Jupiter, Sun-Saturn, Sun-Uranus, Mars-Jupiter, Mars-Saturn, Jupiter-Saturn\n- **love** (6): Moon-Venus, Mars-Venus, Jupiter-Venus, Saturn-Venus, Uranus-Venus, Neptune-Venus\n- **power** (8): Sun-Pluto, Moon-Uranus, Moon-Pluto, Mercury-Pluto, Mars-Uranus, Mars-Pluto, Saturn-Uranus, Pluto-Saturn\n- **spirituality** (6): Sun-Neptune, Mars-Neptune, Jupiter-Neptune, Moon-Neptune, Saturn-Neptune, Neptune-Uranus\n- **communication** (5): Sun-Mercury, Moon-Mercury, Mercury-Venus, Mars-Mercury, Mercury-Uranus\n- **learning** (2): Jupiter-Mercury, Mercury-Saturn\n- **wealth** (2): Jupiter-Uranus, Jupiter-Pluto\n- **creativity** (2): Sun-Venus, Mercury-Neptune\n- **home** (3): Mars-Moon, Jupiter-Moon, Moon-Saturn\n- **identity** (1): Moon-Sun\n- **Pluto-Venus** → love, **Pluto-Uranus** → power, **Neptune-Pluto** → spirituality\n\n**Response time:** ~800ms | **Data:** Intersections, strengths, nearby cities",
          "item": [
            {
              "id": "1af27ece-8559-438a-9ada-5dab12491764",
              "name": "Find benefic power zones worldwide",
              "request": {
                "name": "Find benefic power zones worldwide",
                "description": {
                  "content": "🎯 **Find Power Zones**\n\n📋 **Endpoint Description:**\n⚡ **Find Power Zones** - Discover concentrated astrological influence locations\n\n**Perfect for:**\n- 🎯 Finding locations with combined planetary energies\n- 💼 Career success zones (Sun-Jupiter, Sun-Mars intersections)\n- ❤️ Love and harmony zones (Venus-Jupiter, Moon-Venus intersections)\n- 💰 Wealth and prosperity zones (Jupiter-Pluto, Venus-Jupiter intersections)\n- 🌟 Personal growth hotspots\n\n**What are Power Zones?**\nPower zones occur where two or more planetary lines intersect, creating concentrated\nastrological influence. Think of them as energetic \"hotspots\" where multiple planetary\nthemes combine and amplify.\n\n**Scoring Algorithm:**\n- Planet weights: Sun/Moon (1.0), Jupiter (0.9), Venus (0.85), Mars (0.8)\n- Line weights: AC/MC (1.0), DS (0.8), IC (0.75)\n- Tightness factor: Based on intersection precision (100km orb)\n- Synergy bonuses: Benefic combos get 1.2-1.3x multiplier\n\n**Search Options:**\n- **min_strength** (0-1): Minimum strength threshold (default: 0.25)\n- **max_zones** (1-100): Maximum number of zones to return (default: 20)\n- **max_distance_km** (50-500): Search radius for nearby cities (default: 100)\n- **preferred_combinations**: Filter for specific planet pairs, e.g. [[\"Sun\", \"Jupiter\"]]\n- **exclude_challenging**: Skip Mars-Saturn, Mars-Pluto combinations (default: false)\n- **life_areas**: Filter by category: career, love, finance, spirituality, etc.\n\n**Life Area Categories (45 planet pairs):**\n- **career** (7): Sun-Mars, Sun-Jupiter, Sun-Saturn, Sun-Uranus, Mars-Jupiter, Mars-Saturn, Jupiter-Saturn\n- **love** (6): Moon-Venus, Mars-Venus, Jupiter-Venus, Saturn-Venus, Uranus-Venus, Neptune-Venus\n- **power** (8): Sun-Pluto, Moon-Uranus, Moon-Pluto, Mercury-Pluto, Mars-Uranus, Mars-Pluto, Saturn-Uranus, Pluto-Saturn\n- **spirituality** (6): Sun-Neptune, Mars-Neptune, Jupiter-Neptune, Moon-Neptune, Saturn-Neptune, Neptune-Uranus\n- **communication** (5): Sun-Mercury, Moon-Mercury, Mercury-Venus, Mars-Mercury, Mercury-Uranus\n- **learning** (2): Jupiter-Mercury, Mercury-Saturn\n- **wealth** (2): Jupiter-Uranus, Jupiter-Pluto\n- **creativity** (2): Sun-Venus, Mercury-Neptune\n- **home** (3): Mars-Moon, Jupiter-Moon, Moon-Saturn\n- **identity** (1): Moon-Sun\n- **Pluto-Venus** → love, **Pluto-Uranus** → power, **Neptune-Pluto** → spirituality\n\n**Response time:** ~800ms | **Data:** Intersections, strengths, nearby cities\n\n✨ **Example Description:**\nSearch for fortune zones created by Sun-Jupiter and Venus-Jupiter intersections\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/power-zones`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "power-zones"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"search_options\": {\n    \"min_strength\": 0.5,\n    \"max_zones\": 10,\n    \"preferred_combinations\": [\n      [\n        \"Sun\",\n        \"Jupiter\"\n      ],\n      [\n        \"Venus\",\n        \"Jupiter\"\n      ]\n    ],\n    \"exclude_challenging\": true\n  },\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b5610a41-3472-4466-a3e7-7a75cd8c880e",
              "name": "Find career success power zones",
              "request": {
                "name": "Find career success power zones",
                "description": {
                  "content": "🎯 **Find Power Zones**\n\n📋 **Endpoint Description:**\n⚡ **Find Power Zones** - Discover concentrated astrological influence locations\n\n**Perfect for:**\n- 🎯 Finding locations with combined planetary energies\n- 💼 Career success zones (Sun-Jupiter, Sun-Mars intersections)\n- ❤️ Love and harmony zones (Venus-Jupiter, Moon-Venus intersections)\n- 💰 Wealth and prosperity zones (Jupiter-Pluto, Venus-Jupiter intersections)\n- 🌟 Personal growth hotspots\n\n**What are Power Zones?**\nPower zones occur where two or more planetary lines intersect, creating concentrated\nastrological influence. Think of them as energetic \"hotspots\" where multiple planetary\nthemes combine and amplify.\n\n**Scoring Algorithm:**\n- Planet weights: Sun/Moon (1.0), Jupiter (0.9), Venus (0.85), Mars (0.8)\n- Line weights: AC/MC (1.0), DS (0.8), IC (0.75)\n- Tightness factor: Based on intersection precision (100km orb)\n- Synergy bonuses: Benefic combos get 1.2-1.3x multiplier\n\n**Search Options:**\n- **min_strength** (0-1): Minimum strength threshold (default: 0.25)\n- **max_zones** (1-100): Maximum number of zones to return (default: 20)\n- **max_distance_km** (50-500): Search radius for nearby cities (default: 100)\n- **preferred_combinations**: Filter for specific planet pairs, e.g. [[\"Sun\", \"Jupiter\"]]\n- **exclude_challenging**: Skip Mars-Saturn, Mars-Pluto combinations (default: false)\n- **life_areas**: Filter by category: career, love, finance, spirituality, etc.\n\n**Life Area Categories (45 planet pairs):**\n- **career** (7): Sun-Mars, Sun-Jupiter, Sun-Saturn, Sun-Uranus, Mars-Jupiter, Mars-Saturn, Jupiter-Saturn\n- **love** (6): Moon-Venus, Mars-Venus, Jupiter-Venus, Saturn-Venus, Uranus-Venus, Neptune-Venus\n- **power** (8): Sun-Pluto, Moon-Uranus, Moon-Pluto, Mercury-Pluto, Mars-Uranus, Mars-Pluto, Saturn-Uranus, Pluto-Saturn\n- **spirituality** (6): Sun-Neptune, Mars-Neptune, Jupiter-Neptune, Moon-Neptune, Saturn-Neptune, Neptune-Uranus\n- **communication** (5): Sun-Mercury, Moon-Mercury, Mercury-Venus, Mars-Mercury, Mercury-Uranus\n- **learning** (2): Jupiter-Mercury, Mercury-Saturn\n- **wealth** (2): Jupiter-Uranus, Jupiter-Pluto\n- **creativity** (2): Sun-Venus, Mercury-Neptune\n- **home** (3): Mars-Moon, Jupiter-Moon, Moon-Saturn\n- **identity** (1): Moon-Sun\n- **Pluto-Venus** → love, **Pluto-Uranus** → power, **Neptune-Pluto** → spirituality\n\n**Response time:** ~800ms | **Data:** Intersections, strengths, nearby cities\n\n✨ **Example Description:**\nFocus on Sun-Jupiter, Sun-Mars, and Sun-Saturn combinations, German language\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/power-zones`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "power-zones"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"search_options\": {\n    \"min_strength\": 0.4,\n    \"max_zones\": 15,\n    \"life_areas\": [\n      \"career\"\n    ],\n    \"preferred_combinations\": [\n      [\n        \"Sun\",\n        \"Jupiter\"\n      ],\n      [\n        \"Sun\",\n        \"Mars\"\n      ],\n      [\n        \"Sun\",\n        \"Saturn\"\n      ]\n    ]\n  },\n  \"language\": \"de\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "249a7d66-982a-4022-bf1f-2df96c0604e1",
              "name": "Find all strong power zones",
              "request": {
                "name": "Find all strong power zones",
                "description": {
                  "content": "🎯 **Find Power Zones**\n\n📋 **Endpoint Description:**\n⚡ **Find Power Zones** - Discover concentrated astrological influence locations\n\n**Perfect for:**\n- 🎯 Finding locations with combined planetary energies\n- 💼 Career success zones (Sun-Jupiter, Sun-Mars intersections)\n- ❤️ Love and harmony zones (Venus-Jupiter, Moon-Venus intersections)\n- 💰 Wealth and prosperity zones (Jupiter-Pluto, Venus-Jupiter intersections)\n- 🌟 Personal growth hotspots\n\n**What are Power Zones?**\nPower zones occur where two or more planetary lines intersect, creating concentrated\nastrological influence. Think of them as energetic \"hotspots\" where multiple planetary\nthemes combine and amplify.\n\n**Scoring Algorithm:**\n- Planet weights: Sun/Moon (1.0), Jupiter (0.9), Venus (0.85), Mars (0.8)\n- Line weights: AC/MC (1.0), DS (0.8), IC (0.75)\n- Tightness factor: Based on intersection precision (100km orb)\n- Synergy bonuses: Benefic combos get 1.2-1.3x multiplier\n\n**Search Options:**\n- **min_strength** (0-1): Minimum strength threshold (default: 0.25)\n- **max_zones** (1-100): Maximum number of zones to return (default: 20)\n- **max_distance_km** (50-500): Search radius for nearby cities (default: 100)\n- **preferred_combinations**: Filter for specific planet pairs, e.g. [[\"Sun\", \"Jupiter\"]]\n- **exclude_challenging**: Skip Mars-Saturn, Mars-Pluto combinations (default: false)\n- **life_areas**: Filter by category: career, love, finance, spirituality, etc.\n\n**Life Area Categories (45 planet pairs):**\n- **career** (7): Sun-Mars, Sun-Jupiter, Sun-Saturn, Sun-Uranus, Mars-Jupiter, Mars-Saturn, Jupiter-Saturn\n- **love** (6): Moon-Venus, Mars-Venus, Jupiter-Venus, Saturn-Venus, Uranus-Venus, Neptune-Venus\n- **power** (8): Sun-Pluto, Moon-Uranus, Moon-Pluto, Mercury-Pluto, Mars-Uranus, Mars-Pluto, Saturn-Uranus, Pluto-Saturn\n- **spirituality** (6): Sun-Neptune, Mars-Neptune, Jupiter-Neptune, Moon-Neptune, Saturn-Neptune, Neptune-Uranus\n- **communication** (5): Sun-Mercury, Moon-Mercury, Mercury-Venus, Mars-Mercury, Mercury-Uranus\n- **learning** (2): Jupiter-Mercury, Mercury-Saturn\n- **wealth** (2): Jupiter-Uranus, Jupiter-Pluto\n- **creativity** (2): Sun-Venus, Mercury-Neptune\n- **home** (3): Mars-Moon, Jupiter-Moon, Moon-Saturn\n- **identity** (1): Moon-Sun\n- **Pluto-Venus** → love, **Pluto-Uranus** → power, **Neptune-Pluto** → spirituality\n\n**Response time:** ~800ms | **Data:** Intersections, strengths, nearby cities\n\n✨ **Example Description:**\nGet all planetary line intersections above minimum strength threshold\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/power-zones`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "power-zones"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"search_options\": {\n    \"min_strength\": 0.6,\n    \"max_zones\": 20,\n    \"max_distance_km\": 150\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Generate Paran Map",
          "description": "All available examples for Generate Paran Map endpoint. 🌟 **Paran Astrocartography** - Latitude bands where planets are simultaneously angular\n\n**Perfect for:**\n- 🎯 Finding locations with multiple planetary influences\n- 📚 Advanced astrocartography analysis\n- 🗺️ Exploring horizontal (latitude) patterns vs standard vertical lines\n\n**What you get:**\n- **Paran Lines** - Latitude bands where specified planets are simultaneously on angles (MC/IC)\n- **Planet Pairs** - Primary planet combined with secondary planets\n- **Strength Ratings** - Based on planetary nature, angles involved, and orb tightness\n- **Interpretations** - Meaning of each paran combination\n- **Top 5 Strongest** - Most powerful parans for quick reference\n\n**How parans work:**\n- Standard astrocartography = vertical longitude lines (one planet on one angle)\n- Parans = horizontal latitude bands (two planets on angles simultaneously)\n- When Planet1 is on MC/IC AND Planet2 is on MC/IC at the same moment\n\n**Options:**\n- `primary_planet` - Main planet (default: Sun)\n- `secondary_planets` - List of planets to pair with primary (default: Venus, Jupiter, Mars)\n- `paran_types` - Filter by angle combinations: MC/MC, MC/IC, IC/MC, IC/IC\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "36481ebf-5ad6-485b-95ae-6ae438135fe2",
              "name": "Sun with Venus and Jupiter parans",
              "request": {
                "name": "Sun with Venus and Jupiter parans",
                "description": {
                  "content": "🎯 **Generate Paran Map**\n\n📋 **Endpoint Description:**\n🌟 **Paran Astrocartography** - Latitude bands where planets are simultaneously angular\n\n**Perfect for:**\n- 🎯 Finding locations with multiple planetary influences\n- 📚 Advanced astrocartography analysis\n- 🗺️ Exploring horizontal (latitude) patterns vs standard vertical lines\n\n**What you get:**\n- **Paran Lines** - Latitude bands where specified planets are simultaneously on angles (MC/IC)\n- **Planet Pairs** - Primary planet combined with secondary planets\n- **Strength Ratings** - Based on planetary nature, angles involved, and orb tightness\n- **Interpretations** - Meaning of each paran combination\n- **Top 5 Strongest** - Most powerful parans for quick reference\n\n**How parans work:**\n- Standard astrocartography = vertical longitude lines (one planet on one angle)\n- Parans = horizontal latitude bands (two planets on angles simultaneously)\n- When Planet1 is on MC/IC AND Planet2 is on MC/IC at the same moment\n\n**Options:**\n- `primary_planet` - Main planet (default: Sun)\n- `secondary_planets` - List of planets to pair with primary (default: Venus, Jupiter, Mars)\n- `paran_types` - Filter by angle combinations: MC/MC, MC/IC, IC/MC, IC/IC\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nCalculate parans where Sun is on MC/IC and Venus or Jupiter are simultaneously angular. Perfect for finding locations with love, success, and creativity potential.\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/paran-map`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "paran-map"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"paran_options\": {\n    \"primary_planet\": \"Sun\",\n    \"secondary_planets\": [\n      \"Venus\",\n      \"Jupiter\"\n    ],\n    \"paran_types\": [\n      \"MC/MC\",\n      \"MC/IC\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7607dc35-89ef-4287-b24d-70273235dc02",
              "name": "Moon-Jupiter parans",
              "request": {
                "name": "Moon-Jupiter parans",
                "description": {
                  "content": "🎯 **Generate Paran Map**\n\n📋 **Endpoint Description:**\n🌟 **Paran Astrocartography** - Latitude bands where planets are simultaneously angular\n\n**Perfect for:**\n- 🎯 Finding locations with multiple planetary influences\n- 📚 Advanced astrocartography analysis\n- 🗺️ Exploring horizontal (latitude) patterns vs standard vertical lines\n\n**What you get:**\n- **Paran Lines** - Latitude bands where specified planets are simultaneously on angles (MC/IC)\n- **Planet Pairs** - Primary planet combined with secondary planets\n- **Strength Ratings** - Based on planetary nature, angles involved, and orb tightness\n- **Interpretations** - Meaning of each paran combination\n- **Top 5 Strongest** - Most powerful parans for quick reference\n\n**How parans work:**\n- Standard astrocartography = vertical longitude lines (one planet on one angle)\n- Parans = horizontal latitude bands (two planets on angles simultaneously)\n- When Planet1 is on MC/IC AND Planet2 is on MC/IC at the same moment\n\n**Options:**\n- `primary_planet` - Main planet (default: Sun)\n- `secondary_planets` - List of planets to pair with primary (default: Venus, Jupiter, Mars)\n- `paran_types` - Filter by angle combinations: MC/MC, MC/IC, IC/MC, IC/IC\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nEmotional abundance and good fortune parans. All MC/IC combinations for maximum insight.\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/paran-map`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "paran-map"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 7,\n      \"day\": 20,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"paran_options\": {\n    \"primary_planet\": \"Moon\",\n    \"secondary_planets\": [\n      \"Jupiter\",\n      \"Venus\"\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Astrodynes",
          "description": "All available examples for Calculate Astrodynes endpoint. 📊 **Astrodynes Calculation** - Church of Light quantitative astrology\n\n**Perfect for:**\n- 📈 Quantifying planetary power and harmony in a chart\n- 🗺️ Comparing natal vs relocated chart strength\n- 🔬 Objective astrological analysis using the Church of Light system\n- 📚 Research and statistical astrology\n\n**What you get:**\n- **Planet Astrodynes** - Power and harmony for each planet\n- **Sign Totals** - Power distribution across zodiac signs\n- **House Totals** - Power distribution across houses\n- **Aspect Analysis** - Power and harmony of each aspect\n- **Element Balance** - Fire, Earth, Air, Water distribution\n- **Quality Balance** - Cardinal, Fixed, Mutable distribution\n- **Trinity Balance** - Life, Wealth, Association, Psychism (Church of Light house groupings)\n- **Comparison** - Natal vs relocated differences (when relocation provided)\n\n**Astrodynes methodology:**\n- Based on Elbert Benjamine (C.C. Zain) and W.M.A. Drake's system\n- Power = House position + Aspect contributions\n- Harmony = Aspect nature + Planet modifiers (Jupiter/Venus add harmony, Saturn/Mars add discord)\n- Essential dignities add/subtract harmony\n\n**Response time:** ~300ms | **System:** Church of Light (1950)",
          "item": [
            {
              "id": "6ab1f25d-50f1-4b7d-8735-d47d52a86ba0",
              "name": "Natal chart astrodynes",
              "request": {
                "name": "Natal chart astrodynes",
                "description": {
                  "content": "🎯 **Calculate Astrodynes**\n\n📋 **Endpoint Description:**\n📊 **Astrodynes Calculation** - Church of Light quantitative astrology\n\n**Perfect for:**\n- 📈 Quantifying planetary power and harmony in a chart\n- 🗺️ Comparing natal vs relocated chart strength\n- 🔬 Objective astrological analysis using the Church of Light system\n- 📚 Research and statistical astrology\n\n**What you get:**\n- **Planet Astrodynes** - Power and harmony for each planet\n- **Sign Totals** - Power distribution across zodiac signs\n- **House Totals** - Power distribution across houses\n- **Aspect Analysis** - Power and harmony of each aspect\n- **Element Balance** - Fire, Earth, Air, Water distribution\n- **Quality Balance** - Cardinal, Fixed, Mutable distribution\n- **Trinity Balance** - Life, Wealth, Association, Psychism (Church of Light house groupings)\n- **Comparison** - Natal vs relocated differences (when relocation provided)\n\n**Astrodynes methodology:**\n- Based on Elbert Benjamine (C.C. Zain) and W.M.A. Drake's system\n- Power = House position + Aspect contributions\n- Harmony = Aspect nature + Planet modifiers (Jupiter/Venus add harmony, Saturn/Mars add discord)\n- Essential dignities add/subtract harmony\n\n**Response time:** ~300ms | **System:** Church of Light (1950)\n\n✨ **Example Description:**\nCalculate astrodynes power and harmony for natal chart only\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/astrodynes`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "astrodynes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ee2039c2-449a-4b0a-8b62-c269735f65ca",
              "name": "Natal vs relocated comparison",
              "request": {
                "name": "Natal vs relocated comparison",
                "description": {
                  "content": "🎯 **Calculate Astrodynes**\n\n📋 **Endpoint Description:**\n📊 **Astrodynes Calculation** - Church of Light quantitative astrology\n\n**Perfect for:**\n- 📈 Quantifying planetary power and harmony in a chart\n- 🗺️ Comparing natal vs relocated chart strength\n- 🔬 Objective astrological analysis using the Church of Light system\n- 📚 Research and statistical astrology\n\n**What you get:**\n- **Planet Astrodynes** - Power and harmony for each planet\n- **Sign Totals** - Power distribution across zodiac signs\n- **House Totals** - Power distribution across houses\n- **Aspect Analysis** - Power and harmony of each aspect\n- **Element Balance** - Fire, Earth, Air, Water distribution\n- **Quality Balance** - Cardinal, Fixed, Mutable distribution\n- **Trinity Balance** - Life, Wealth, Association, Psychism (Church of Light house groupings)\n- **Comparison** - Natal vs relocated differences (when relocation provided)\n\n**Astrodynes methodology:**\n- Based on Elbert Benjamine (C.C. Zain) and W.M.A. Drake's system\n- Power = House position + Aspect contributions\n- Harmony = Aspect nature + Planet modifiers (Jupiter/Venus add harmony, Saturn/Mars add discord)\n- Essential dignities add/subtract harmony\n\n**Response time:** ~300ms | **System:** Church of Light (1950)\n\n✨ **Example Description:**\nCalculate astrodynes for both natal and relocated chart, with comparison\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/astrodynes`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "astrodynes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"relocation\": {\n    \"city\": \"New York\",\n    \"country_code\": \"US\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ab82ff3c-05b5-4db4-84f0-4705a7259182",
              "name": "Include minor aspects",
              "request": {
                "name": "Include minor aspects",
                "description": {
                  "content": "🎯 **Calculate Astrodynes**\n\n📋 **Endpoint Description:**\n📊 **Astrodynes Calculation** - Church of Light quantitative astrology\n\n**Perfect for:**\n- 📈 Quantifying planetary power and harmony in a chart\n- 🗺️ Comparing natal vs relocated chart strength\n- 🔬 Objective astrological analysis using the Church of Light system\n- 📚 Research and statistical astrology\n\n**What you get:**\n- **Planet Astrodynes** - Power and harmony for each planet\n- **Sign Totals** - Power distribution across zodiac signs\n- **House Totals** - Power distribution across houses\n- **Aspect Analysis** - Power and harmony of each aspect\n- **Element Balance** - Fire, Earth, Air, Water distribution\n- **Quality Balance** - Cardinal, Fixed, Mutable distribution\n- **Trinity Balance** - Life, Wealth, Association, Psychism (Church of Light house groupings)\n- **Comparison** - Natal vs relocated differences (when relocation provided)\n\n**Astrodynes methodology:**\n- Based on Elbert Benjamine (C.C. Zain) and W.M.A. Drake's system\n- Power = House position + Aspect contributions\n- Harmony = Aspect nature + Planet modifiers (Jupiter/Venus add harmony, Saturn/Mars add discord)\n- Essential dignities add/subtract harmony\n\n**Response time:** ~300ms | **System:** Church of Light (1950)\n\n✨ **Example Description:**\nExtended aspect set including semi-sextile, quincunx, etc.\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/astrodynes`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "astrodynes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 7,\n      \"day\": 20,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"aspects\": [\n      \"conjunction\",\n      \"sextile\",\n      \"square\",\n      \"trine\",\n      \"opposition\",\n      \"semi_sextile\",\n      \"semi_square\",\n      \"sesquiquadrate\",\n      \"quincunx\"\n    ],\n    \"include_dignities\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Compare Astrodynes Locations",
          "description": "All available examples for Compare Astrodynes Locations endpoint. 🌍 **Astrodynes Location Comparison** - Compare multiple cities quantitatively\n\n**Perfect for:**\n- 🗺️ Finding the best location for relocation\n- 📊 Objective comparison of multiple cities\n- 🏆 Ranking locations by power and harmony\n- 🔬 Data-driven relocation decisions\n\n**What you get:**\n- **Natal Reference** - Your natal chart astrodynes as baseline\n- **Location Summaries** - Total power/harmony for each location\n- **Planet Highlights** - Strongest, most harmonious, most discordant planets per location\n- **Element/Trinity Dominants** - Which elements and life areas are emphasized\n- **Rankings** - Locations ranked by total harmony, power, and specific factors\n- **Recommendations** - Best locations for different priorities\n\n**How it works:**\n1. Calculates natal chart astrodynes (reference)\n2. Calculates relocated chart for each location\n3. Compares power and harmony changes\n4. Ranks locations by various criteria\n\n**Response time:** ~500ms for 3 locations | **System:** Church of Light",
          "item": [
            {
              "id": "933e3bff-7f6f-40b5-a0dc-15f35121caec",
              "name": "Compare 3 major cities",
              "request": {
                "name": "Compare 3 major cities",
                "description": {
                  "content": "🎯 **Compare Astrodynes Locations**\n\n📋 **Endpoint Description:**\n🌍 **Astrodynes Location Comparison** - Compare multiple cities quantitatively\n\n**Perfect for:**\n- 🗺️ Finding the best location for relocation\n- 📊 Objective comparison of multiple cities\n- 🏆 Ranking locations by power and harmony\n- 🔬 Data-driven relocation decisions\n\n**What you get:**\n- **Natal Reference** - Your natal chart astrodynes as baseline\n- **Location Summaries** - Total power/harmony for each location\n- **Planet Highlights** - Strongest, most harmonious, most discordant planets per location\n- **Element/Trinity Dominants** - Which elements and life areas are emphasized\n- **Rankings** - Locations ranked by total harmony, power, and specific factors\n- **Recommendations** - Best locations for different priorities\n\n**How it works:**\n1. Calculates natal chart astrodynes (reference)\n2. Calculates relocated chart for each location\n3. Compares power and harmony changes\n4. Ranks locations by various criteria\n\n**Response time:** ~500ms for 3 locations | **System:** Church of Light\n\n✨ **Example Description:**\nCompare astrodynes across New York, London, and Tokyo\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/astrodynes/compare`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "astrodynes",
                    "compare"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"locations\": [\n    {\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    },\n    {\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    },\n    {\n      \"city\": \"Tokyo\",\n      \"country_code\": \"JP\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "18108770-f6c0-4828-a25b-18d177af2eaf",
              "name": "Career-focused comparison",
              "request": {
                "name": "Career-focused comparison",
                "description": {
                  "content": "🎯 **Compare Astrodynes Locations**\n\n📋 **Endpoint Description:**\n🌍 **Astrodynes Location Comparison** - Compare multiple cities quantitatively\n\n**Perfect for:**\n- 🗺️ Finding the best location for relocation\n- 📊 Objective comparison of multiple cities\n- 🏆 Ranking locations by power and harmony\n- 🔬 Data-driven relocation decisions\n\n**What you get:**\n- **Natal Reference** - Your natal chart astrodynes as baseline\n- **Location Summaries** - Total power/harmony for each location\n- **Planet Highlights** - Strongest, most harmonious, most discordant planets per location\n- **Element/Trinity Dominants** - Which elements and life areas are emphasized\n- **Rankings** - Locations ranked by total harmony, power, and specific factors\n- **Recommendations** - Best locations for different priorities\n\n**How it works:**\n1. Calculates natal chart astrodynes (reference)\n2. Calculates relocated chart for each location\n3. Compares power and harmony changes\n4. Ranks locations by various criteria\n\n**Response time:** ~500ms for 3 locations | **System:** Church of Light\n\n✨ **Example Description:**\nCompare locations for career potential using Whole Sign houses\n\n🔗 **Endpoint:** `POST /api/v3/astrocartography/astrodynes/compare`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "astrocartography",
                    "astrodynes",
                    "compare"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 7,\n      \"day\": 20,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"locations\": [\n    {\n      \"city\": \"San Francisco\",\n      \"country_code\": \"US\"\n    },\n    {\n      \"city\": \"Singapore\",\n      \"country_code\": \"SG\"\n    },\n    {\n      \"city\": \"Dubai\",\n      \"country_code\": \"AE\"\n    },\n    {\n      \"city\": \"Berlin\",\n      \"country_code\": \"DE\"\n    }\n  ],\n  \"options\": {\n    \"house_system\": \"W\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🌟 Horoscopes & Predictions",
      "description": "",
      "item": [
        {
          "name": "📁 Get Daily Sun Sign Horoscope",
          "description": "All available examples for Get Daily Sun Sign Horoscope endpoint. 🌟 **Daily Sun-Sign Horoscope** - Fast, cached daily predictions\n\n**Perfect for:**\n- 📱 Mobile apps requiring quick daily horoscope updates\n- 🌐 Websites with generic daily astrology content\n- 📊 High-volume applications needing cached responses\n- 🎯 Users wanting simple sun-sign based guidance\n\n**Key Features:**\n- ⚡ **Ultra-fast response** - Cached and pre-calculated\n- 🌍 **Multi-language** - 10+ languages supported\n- 📈 **Life areas analysis** - 6 key life categories rated 1-5 stars\n- 🔮 **Lucky elements** - Colors, numbers, stones, directions, times\n- 🌙 **Lunar insights** - Moon phase and sign influences\n- 💡 **Practical tips** - 3 actionable daily suggestions\n\n**Response includes:**\n- Overall daily theme and 1-5 star rating\n- Detailed predictions for: Identity, Health, Career, Love, Relationships, Finance\n- Key planetary influences affecting the day\n- Lucky elements (colors, numbers, stones, directions, times)\n- Moon phase and sign information\n- Practical daily tips and advice\n\n**Use Cases:**\n- **Daily app notifications** - \"Your Aries horoscope for today...\"\n- **Website daily content** - Cached for all 12 signs\n- **Social media automation** - Batch generate for posting\n- **Newsletter content** - Include in daily/weekly digests\n\n**Performance:**\n- Response time: <100ms (cached)\n- Cache duration: 24 hours\n- Supports all 12 zodiac signs\n- Updates daily at midnight UTC\n\n**Languages:** English, French, Portuguese, Italian, Chinese, Spanish, Russian, Turkish, German, Hindi\n**Traditions:** Universal, Psychological, Event-oriented, Classical",
          "item": [
            {
              "id": "4f8d2aee-79e2-4b32-83f4-3f2cda1be81b",
              "name": "Aries Daily Horoscope - Today",
              "request": {
                "name": "Aries Daily Horoscope - Today",
                "description": {
                  "content": "🎯 **Get Daily Sun Sign Horoscope**\n\n📋 **Endpoint Description:**\n🌟 **Daily Sun-Sign Horoscope** - Fast, cached daily predictions\n\n**Perfect for:**\n- 📱 Mobile apps requiring quick daily horoscope updates\n- 🌐 Websites with generic daily astrology content\n- 📊 High-volume applications needing cached responses\n- 🎯 Users wanting simple sun-sign based guidance\n\n**Key Features:**\n- ⚡ **Ultra-fast response** - Cached and pre-calculated\n- 🌍 **Multi-language** - 10+ languages supported\n- 📈 **Life areas analysis** - 6 key life categories rated 1-5 stars\n- 🔮 **Lucky elements** - Colors, numbers, stones, directions, times\n- 🌙 **Lunar insights** - Moon phase and sign influences\n- 💡 **Practical tips** - 3 actionable daily suggestions\n\n**Response includes:**\n- Overall daily theme and 1-5 star rating\n- Detailed predictions for: Identity, Health, Career, Love, Relationships, Finance\n- Key planetary influences affecting the day\n- Lucky elements (colors, numbers, stones, directions, times)\n- Moon phase and sign information\n- Practical daily tips and advice\n\n**Use Cases:**\n- **Daily app notifications** - \"Your Aries horoscope for today...\"\n- **Website daily content** - Cached for all 12 signs\n- **Social media automation** - Batch generate for posting\n- **Newsletter content** - Include in daily/weekly digests\n\n**Performance:**\n- Response time: <100ms (cached)\n- Cache duration: 24 hours\n- Supports all 12 zodiac signs\n- Updates daily at midnight UTC\n\n**Languages:** English, French, Portuguese, Italian, Chinese, Spanish, Russian, Turkish, German, Hindi\n**Traditions:** Universal, Psychological, Event-oriented, Classical\n\n✨ **Example Description:**\nGet today's horoscope for Aries with life area predictions\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Aries\",\n  \"date\": \"2024-01-15\",\n  \"language\": \"en\",\n  \"tradition\": \"universal\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f5ec2257-1938-4952-a92d-062a6614e5d0",
              "name": "Leo Daily Horoscope - Specific Date",
              "request": {
                "name": "Leo Daily Horoscope - Specific Date",
                "description": {
                  "content": "🎯 **Get Daily Sun Sign Horoscope**\n\n📋 **Endpoint Description:**\n🌟 **Daily Sun-Sign Horoscope** - Fast, cached daily predictions\n\n**Perfect for:**\n- 📱 Mobile apps requiring quick daily horoscope updates\n- 🌐 Websites with generic daily astrology content\n- 📊 High-volume applications needing cached responses\n- 🎯 Users wanting simple sun-sign based guidance\n\n**Key Features:**\n- ⚡ **Ultra-fast response** - Cached and pre-calculated\n- 🌍 **Multi-language** - 10+ languages supported\n- 📈 **Life areas analysis** - 6 key life categories rated 1-5 stars\n- 🔮 **Lucky elements** - Colors, numbers, stones, directions, times\n- 🌙 **Lunar insights** - Moon phase and sign influences\n- 💡 **Practical tips** - 3 actionable daily suggestions\n\n**Response includes:**\n- Overall daily theme and 1-5 star rating\n- Detailed predictions for: Identity, Health, Career, Love, Relationships, Finance\n- Key planetary influences affecting the day\n- Lucky elements (colors, numbers, stones, directions, times)\n- Moon phase and sign information\n- Practical daily tips and advice\n\n**Use Cases:**\n- **Daily app notifications** - \"Your Aries horoscope for today...\"\n- **Website daily content** - Cached for all 12 signs\n- **Social media automation** - Batch generate for posting\n- **Newsletter content** - Include in daily/weekly digests\n\n**Performance:**\n- Response time: <100ms (cached)\n- Cache duration: 24 hours\n- Supports all 12 zodiac signs\n- Updates daily at midnight UTC\n\n**Languages:** English, French, Portuguese, Italian, Chinese, Spanish, Russian, Turkish, German, Hindi\n**Traditions:** Universal, Psychological, Event-oriented, Classical\n\n✨ **Example Description:**\nGet horoscope for Leo on a specific date\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Leo\",\n  \"date\": \"2024-03-21\",\n  \"language\": \"en\",\n  \"tradition\": \"psychological\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Personalized Daily Horoscope",
          "description": "All available examples for Get Personalized Daily Horoscope endpoint. 🎯 **Personalized Daily Horoscope** - Complete birth chart analysis\n\n**Perfect for:**\n- 🔍 Professional astrology applications requiring precision\n- 👤 Personalized user experiences with exact birth data\n- 📊 Advanced astrological analysis with transits\n- 🎨 Premium horoscope services with deep insights\n\n**Key Features:**\n- 🎯 **Highly personalized** - Uses complete birth chart\n- 📍 **Location-aware** - Exact birth coordinates for house calculations\n- 🌌 **Transit analysis** - Current planetary positions vs natal chart\n- 🏠 **House-based predictions** - Predictions based on actual house placements\n- 📈 **Aspect activation** - Real natal aspects triggered by transits\n- 🔮 **Multiple techniques** - Traditional and modern approaches\n\n**Advanced Options:**\n- Include current planetary transits to natal chart\n- Optional secondary progressions (for deeper timing)\n- Multiple astrological traditions supported\n- Precise house system calculations\n\n**Response includes:**\n- Personalized predictions based on actual natal chart\n- Transit activations to natal planets and points\n- House-based life area analysis\n- Personalized lucky elements based on natal chart\n- Exact timing considerations for the individual\n- Custom advice based on natal chart patterns\n\n**Performance:**\n- Response time: 200-500ms (calculated on-demand)\n- Not cached (personalized for each individual)\n- Requires complete birth data including time and location\n- More accurate than sun-sign horoscopes\n\n**Use Cases:**\n- **Premium astrology apps** - Subscription-based personalized content\n- **Professional consultations** - Daily guidance for clients\n- **Relationship apps** - Personalized compatibility insights\n- **Life coaching apps** - Daily guidance based on astrological timing",
          "item": [
            {
              "id": "93cd7133-b751-4609-8487-9b13dc1804a7",
              "name": "Today's Horoscope (Auto Date)",
              "request": {
                "name": "Today's Horoscope (Auto Date)",
                "description": {
                  "content": "🎯 **Get Personalized Daily Horoscope**\n\n📋 **Endpoint Description:**\n🎯 **Personalized Daily Horoscope** - Complete birth chart analysis\n\n**Perfect for:**\n- 🔍 Professional astrology applications requiring precision\n- 👤 Personalized user experiences with exact birth data\n- 📊 Advanced astrological analysis with transits\n- 🎨 Premium horoscope services with deep insights\n\n**Key Features:**\n- 🎯 **Highly personalized** - Uses complete birth chart\n- 📍 **Location-aware** - Exact birth coordinates for house calculations\n- 🌌 **Transit analysis** - Current planetary positions vs natal chart\n- 🏠 **House-based predictions** - Predictions based on actual house placements\n- 📈 **Aspect activation** - Real natal aspects triggered by transits\n- 🔮 **Multiple techniques** - Traditional and modern approaches\n\n**Advanced Options:**\n- Include current planetary transits to natal chart\n- Optional secondary progressions (for deeper timing)\n- Multiple astrological traditions supported\n- Precise house system calculations\n\n**Response includes:**\n- Personalized predictions based on actual natal chart\n- Transit activations to natal planets and points\n- House-based life area analysis\n- Personalized lucky elements based on natal chart\n- Exact timing considerations for the individual\n- Custom advice based on natal chart patterns\n\n**Performance:**\n- Response time: 200-500ms (calculated on-demand)\n- Not cached (personalized for each individual)\n- Requires complete birth data including time and location\n- More accurate than sun-sign horoscopes\n\n**Use Cases:**\n- **Premium astrology apps** - Subscription-based personalized content\n- **Professional consultations** - Daily guidance for clients\n- **Relationship apps** - Personalized compatibility insights\n- **Life coaching apps** - Daily guidance based on astrological timing\n\n✨ **Example Description:**\nPersonalized horoscope without specifying date - automatically uses today\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma Thompson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"horoscope_type\": \"daily\",\n  \"language\": \"en\",\n  \"tradition\": \"universal\",\n  \"include_transits\": true,\n  \"include_progressions\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "3264c61e-db1c-4d98-847f-40530d9baf7d",
              "name": "Specific Date Analysis - London",
              "request": {
                "name": "Specific Date Analysis - London",
                "description": {
                  "content": "🎯 **Get Personalized Daily Horoscope**\n\n📋 **Endpoint Description:**\n🎯 **Personalized Daily Horoscope** - Complete birth chart analysis\n\n**Perfect for:**\n- 🔍 Professional astrology applications requiring precision\n- 👤 Personalized user experiences with exact birth data\n- 📊 Advanced astrological analysis with transits\n- 🎨 Premium horoscope services with deep insights\n\n**Key Features:**\n- 🎯 **Highly personalized** - Uses complete birth chart\n- 📍 **Location-aware** - Exact birth coordinates for house calculations\n- 🌌 **Transit analysis** - Current planetary positions vs natal chart\n- 🏠 **House-based predictions** - Predictions based on actual house placements\n- 📈 **Aspect activation** - Real natal aspects triggered by transits\n- 🔮 **Multiple techniques** - Traditional and modern approaches\n\n**Advanced Options:**\n- Include current planetary transits to natal chart\n- Optional secondary progressions (for deeper timing)\n- Multiple astrological traditions supported\n- Precise house system calculations\n\n**Response includes:**\n- Personalized predictions based on actual natal chart\n- Transit activations to natal planets and points\n- House-based life area analysis\n- Personalized lucky elements based on natal chart\n- Exact timing considerations for the individual\n- Custom advice based on natal chart patterns\n\n**Performance:**\n- Response time: 200-500ms (calculated on-demand)\n- Not cached (personalized for each individual)\n- Requires complete birth data including time and location\n- More accurate than sun-sign horoscopes\n\n**Use Cases:**\n- **Premium astrology apps** - Subscription-based personalized content\n- **Professional consultations** - Daily guidance for clients\n- **Relationship apps** - Personalized compatibility insights\n- **Life coaching apps** - Daily guidance based on astrological timing\n\n✨ **Example Description:**\nPersonalized daily horoscope for a specific date using full birth chart data\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma Thompson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"date\": \"2024-01-15\",\n  \"horoscope_type\": \"daily\",\n  \"language\": \"en\",\n  \"tradition\": \"universal\",\n  \"include_transits\": true,\n  \"include_progressions\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d4a81767-d960-43af-a638-972cc9b81e3d",
              "name": "High Precision Analysis - New York",
              "request": {
                "name": "High Precision Analysis - New York",
                "description": {
                  "content": "🎯 **Get Personalized Daily Horoscope**\n\n📋 **Endpoint Description:**\n🎯 **Personalized Daily Horoscope** - Complete birth chart analysis\n\n**Perfect for:**\n- 🔍 Professional astrology applications requiring precision\n- 👤 Personalized user experiences with exact birth data\n- 📊 Advanced astrological analysis with transits\n- 🎨 Premium horoscope services with deep insights\n\n**Key Features:**\n- 🎯 **Highly personalized** - Uses complete birth chart\n- 📍 **Location-aware** - Exact birth coordinates for house calculations\n- 🌌 **Transit analysis** - Current planetary positions vs natal chart\n- 🏠 **House-based predictions** - Predictions based on actual house placements\n- 📈 **Aspect activation** - Real natal aspects triggered by transits\n- 🔮 **Multiple techniques** - Traditional and modern approaches\n\n**Advanced Options:**\n- Include current planetary transits to natal chart\n- Optional secondary progressions (for deeper timing)\n- Multiple astrological traditions supported\n- Precise house system calculations\n\n**Response includes:**\n- Personalized predictions based on actual natal chart\n- Transit activations to natal planets and points\n- House-based life area analysis\n- Personalized lucky elements based on natal chart\n- Exact timing considerations for the individual\n- Custom advice based on natal chart patterns\n\n**Performance:**\n- Response time: 200-500ms (calculated on-demand)\n- Not cached (personalized for each individual)\n- Requires complete birth data including time and location\n- More accurate than sun-sign horoscopes\n\n**Use Cases:**\n- **Premium astrology apps** - Subscription-based personalized content\n- **Professional consultations** - Daily guidance for clients\n- **Relationship apps** - Personalized compatibility insights\n- **Life coaching apps** - Daily guidance based on astrological timing\n\n✨ **Example Description:**\nPersonalized horoscope with exact birth time and progressive techniques\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Michael Rodriguez\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"second\": 30,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006,\n      \"timezone\": \"America/New_York\"\n    }\n  },\n  \"date\": \"2024-03-20\",\n  \"horoscope_type\": \"daily\",\n  \"language\": \"en\",\n  \"tradition\": \"psychological\",\n  \"include_transits\": true,\n  \"include_progressions\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d6c3eccb-e526-4fa5-ba71-0638cfc8284a",
              "name": "German Language - Berlin",
              "request": {
                "name": "German Language - Berlin",
                "description": {
                  "content": "🎯 **Get Personalized Daily Horoscope**\n\n📋 **Endpoint Description:**\n🎯 **Personalized Daily Horoscope** - Complete birth chart analysis\n\n**Perfect for:**\n- 🔍 Professional astrology applications requiring precision\n- 👤 Personalized user experiences with exact birth data\n- 📊 Advanced astrological analysis with transits\n- 🎨 Premium horoscope services with deep insights\n\n**Key Features:**\n- 🎯 **Highly personalized** - Uses complete birth chart\n- 📍 **Location-aware** - Exact birth coordinates for house calculations\n- 🌌 **Transit analysis** - Current planetary positions vs natal chart\n- 🏠 **House-based predictions** - Predictions based on actual house placements\n- 📈 **Aspect activation** - Real natal aspects triggered by transits\n- 🔮 **Multiple techniques** - Traditional and modern approaches\n\n**Advanced Options:**\n- Include current planetary transits to natal chart\n- Optional secondary progressions (for deeper timing)\n- Multiple astrological traditions supported\n- Precise house system calculations\n\n**Response includes:**\n- Personalized predictions based on actual natal chart\n- Transit activations to natal planets and points\n- House-based life area analysis\n- Personalized lucky elements based on natal chart\n- Exact timing considerations for the individual\n- Custom advice based on natal chart patterns\n\n**Performance:**\n- Response time: 200-500ms (calculated on-demand)\n- Not cached (personalized for each individual)\n- Requires complete birth data including time and location\n- More accurate than sun-sign horoscopes\n\n**Use Cases:**\n- **Premium astrology apps** - Subscription-based personalized content\n- **Professional consultations** - Daily guidance for clients\n- **Relationship apps** - Personalized compatibility insights\n- **Life coaching apps** - Daily guidance based on astrological timing\n\n✨ **Example Description:**\nDaily horoscope in German. Supported: en, fr, de, es, it, pt, ru, hi, tr, uk\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Hans M\\u00fcller\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 10,\n      \"day\": 5,\n      \"hour\": 11,\n      \"minute\": 30,\n      \"city\": \"Berlin\",\n      \"country_code\": \"DE\"\n    }\n  },\n  \"language\": \"de\",\n  \"tradition\": \"universal\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Personalized Weekly Horoscope",
          "description": "All available examples for Get Personalized Weekly Horoscope endpoint. 🌟 **Personalized Weekly Horoscope** - Week ahead based on birth chart\n\n**Perfect for:**\n- 💎 Premium astrology apps with personalized subscriptions\n- 📧 Weekly email forecasts to clients\n- 🎯 Professional astrological consultations\n- 📱 Apps offering detailed weekly planning\n\n**What makes it personal:**\n- **Natal chart transits** - Real planetary movements to YOUR birth chart\n- **House activation** - Which life areas are emphasized THIS week\n- **Personal timing** - When YOU should act based on YOUR chart\n- **Individual patterns** - Aspects unique to YOUR natal placements\n\n**What you get:**\n- Personalized week overview based on actual transits\n- Day-by-day highlights for your specific chart\n- Life areas activated by current planetary positions\n- Personal lucky elements derived from natal chart\n- Customized advice based on your astrological makeup\n\n**Response time:** ~300ms | **Requires:** Complete birth data with time",
          "item": [
            {
              "id": "961ffa9c-43ae-4f4c-b36e-e601e2e7916d",
              "name": "Current Week - Universal Tradition",
              "request": {
                "name": "Current Week - Universal Tradition",
                "description": {
                  "content": "🎯 **Get Personalized Weekly Horoscope**\n\n📋 **Endpoint Description:**\n🌟 **Personalized Weekly Horoscope** - Week ahead based on birth chart\n\n**Perfect for:**\n- 💎 Premium astrology apps with personalized subscriptions\n- 📧 Weekly email forecasts to clients\n- 🎯 Professional astrological consultations\n- 📱 Apps offering detailed weekly planning\n\n**What makes it personal:**\n- **Natal chart transits** - Real planetary movements to YOUR birth chart\n- **House activation** - Which life areas are emphasized THIS week\n- **Personal timing** - When YOU should act based on YOUR chart\n- **Individual patterns** - Aspects unique to YOUR natal placements\n\n**What you get:**\n- Personalized week overview based on actual transits\n- Day-by-day highlights for your specific chart\n- Life areas activated by current planetary positions\n- Personal lucky elements derived from natal chart\n- Customized advice based on your astrological makeup\n\n**Response time:** ~300ms | **Requires:** Complete birth data with time\n\n✨ **Example Description:**\nGet personalized weekly horoscope for current week using universal astrological tradition\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/weekly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "weekly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "01cb17fa-ff03-4955-8cf1-a2d3aab33a6e",
              "name": "Specific Week - Psychological Tradition",
              "request": {
                "name": "Specific Week - Psychological Tradition",
                "description": {
                  "content": "🎯 **Get Personalized Weekly Horoscope**\n\n📋 **Endpoint Description:**\n🌟 **Personalized Weekly Horoscope** - Week ahead based on birth chart\n\n**Perfect for:**\n- 💎 Premium astrology apps with personalized subscriptions\n- 📧 Weekly email forecasts to clients\n- 🎯 Professional astrological consultations\n- 📱 Apps offering detailed weekly planning\n\n**What makes it personal:**\n- **Natal chart transits** - Real planetary movements to YOUR birth chart\n- **House activation** - Which life areas are emphasized THIS week\n- **Personal timing** - When YOU should act based on YOUR chart\n- **Individual patterns** - Aspects unique to YOUR natal placements\n\n**What you get:**\n- Personalized week overview based on actual transits\n- Day-by-day highlights for your specific chart\n- Life areas activated by current planetary positions\n- Personal lucky elements derived from natal chart\n- Customized advice based on your astrological makeup\n\n**Response time:** ~300ms | **Requires:** Complete birth data with time\n\n✨ **Example Description:**\nWeekly forecast for specific week using psychological/Jungian approach\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/weekly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "weekly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"target_date\": \"2025-01-13\",\n  \"language\": \"en\",\n  \"tradition\": \"psychological\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f7aba704-7233-425d-93ce-4332404a420a",
              "name": "Using Coordinates - Classical Tradition",
              "request": {
                "name": "Using Coordinates - Classical Tradition",
                "description": {
                  "content": "🎯 **Get Personalized Weekly Horoscope**\n\n📋 **Endpoint Description:**\n🌟 **Personalized Weekly Horoscope** - Week ahead based on birth chart\n\n**Perfect for:**\n- 💎 Premium astrology apps with personalized subscriptions\n- 📧 Weekly email forecasts to clients\n- 🎯 Professional astrological consultations\n- 📱 Apps offering detailed weekly planning\n\n**What makes it personal:**\n- **Natal chart transits** - Real planetary movements to YOUR birth chart\n- **House activation** - Which life areas are emphasized THIS week\n- **Personal timing** - When YOU should act based on YOUR chart\n- **Individual patterns** - Aspects unique to YOUR natal placements\n\n**What you get:**\n- Personalized week overview based on actual transits\n- Day-by-day highlights for your specific chart\n- Life areas activated by current planetary positions\n- Personal lucky elements derived from natal chart\n- Customized advice based on your astrological makeup\n\n**Response time:** ~300ms | **Requires:** Complete birth data with time\n\n✨ **Example Description:**\nWeekly horoscope using precise coordinates instead of city name\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/weekly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "weekly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Michael\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006,\n      \"timezone\": \"America/New_York\"\n    }\n  },\n  \"target_date\": \"2025-01-20\",\n  \"language\": \"en\",\n  \"tradition\": \"classical\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5fe21819-0e18-40d4-b23a-9a185f818e34",
              "name": "French Language (root level)",
              "request": {
                "name": "French Language (root level)",
                "description": {
                  "content": "🎯 **Get Personalized Weekly Horoscope**\n\n📋 **Endpoint Description:**\n🌟 **Personalized Weekly Horoscope** - Week ahead based on birth chart\n\n**Perfect for:**\n- 💎 Premium astrology apps with personalized subscriptions\n- 📧 Weekly email forecasts to clients\n- 🎯 Professional astrological consultations\n- 📱 Apps offering detailed weekly planning\n\n**What makes it personal:**\n- **Natal chart transits** - Real planetary movements to YOUR birth chart\n- **House activation** - Which life areas are emphasized THIS week\n- **Personal timing** - When YOU should act based on YOUR chart\n- **Individual patterns** - Aspects unique to YOUR natal placements\n\n**What you get:**\n- Personalized week overview based on actual transits\n- Day-by-day highlights for your specific chart\n- Life areas activated by current planetary positions\n- Personal lucky elements derived from natal chart\n- Customized advice based on your astrological makeup\n\n**Response time:** ~300ms | **Requires:** Complete birth data with time\n\n✨ **Example Description:**\nWeekly horoscope in French using root-level parameter\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/weekly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "weekly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Marie\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 3,\n      \"day\": 8,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"language\": \"fr\",\n  \"tradition\": \"universal\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "aa3711dc-3d6c-4eec-921c-d38f27fff835",
              "name": "Spanish Language (via options)",
              "request": {
                "name": "Spanish Language (via options)",
                "description": {
                  "content": "🎯 **Get Personalized Weekly Horoscope**\n\n📋 **Endpoint Description:**\n🌟 **Personalized Weekly Horoscope** - Week ahead based on birth chart\n\n**Perfect for:**\n- 💎 Premium astrology apps with personalized subscriptions\n- 📧 Weekly email forecasts to clients\n- 🎯 Professional astrological consultations\n- 📱 Apps offering detailed weekly planning\n\n**What makes it personal:**\n- **Natal chart transits** - Real planetary movements to YOUR birth chart\n- **House activation** - Which life areas are emphasized THIS week\n- **Personal timing** - When YOU should act based on YOUR chart\n- **Individual patterns** - Aspects unique to YOUR natal placements\n\n**What you get:**\n- Personalized week overview based on actual transits\n- Day-by-day highlights for your specific chart\n- Life areas activated by current planetary positions\n- Personal lucky elements derived from natal chart\n- Customized advice based on your astrological makeup\n\n**Response time:** ~300ms | **Requires:** Complete birth data with time\n\n✨ **Example Description:**\nLanguage can also be set inside 'options' object for API consistency\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/weekly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "weekly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Carlos\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 7,\n      \"day\": 20,\n      \"hour\": 16,\n      \"minute\": 45,\n      \"city\": \"Madrid\",\n      \"country_code\": \"ES\"\n    }\n  },\n  \"options\": {\n    \"language\": \"es\",\n    \"tradition\": \"universal\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Personalized Monthly Horoscope",
          "description": "All available examples for Get Personalized Monthly Horoscope endpoint. 🌙 **Personalized Monthly Horoscope** - Month ahead based on birth chart\n\n**Perfect for:**\n- 📅 Monthly planning and goal-setting apps\n- 📧 Monthly newsletter forecasts to subscribers\n- 🎯 Professional astrological monthly consultations\n- 📊 Long-term trend analysis and planning\n\n**What makes it personal:**\n- **Natal chart transits** - Slow-moving planets affecting YOUR chart\n- **Lunar cycle integration** - New & Full Moons in relation to YOUR houses\n- **Monthly timing** - Best periods for action based on YOUR chart\n- **House activations** - Which life sectors dominate THIS month\n- **Progressive patterns** - Long-term developments in YOUR life\n\n**What you get:**\n- Personalized month overview based on actual planetary transits\n- New Moon and Full Moon dates with personal significance\n- Life areas emphasized throughout the month\n- Major planetary influences for the entire month\n- Personal lucky elements derived from natal chart\n- Strategic advice for monthly planning\n\n**Response time:** ~350ms | **Requires:** Complete birth data with time",
          "item": [
            {
              "id": "a25ddcef-4334-410d-bd41-3d4a55551859",
              "name": "Current Month - Universal Tradition",
              "request": {
                "name": "Current Month - Universal Tradition",
                "description": {
                  "content": "🎯 **Get Personalized Monthly Horoscope**\n\n📋 **Endpoint Description:**\n🌙 **Personalized Monthly Horoscope** - Month ahead based on birth chart\n\n**Perfect for:**\n- 📅 Monthly planning and goal-setting apps\n- 📧 Monthly newsletter forecasts to subscribers\n- 🎯 Professional astrological monthly consultations\n- 📊 Long-term trend analysis and planning\n\n**What makes it personal:**\n- **Natal chart transits** - Slow-moving planets affecting YOUR chart\n- **Lunar cycle integration** - New & Full Moons in relation to YOUR houses\n- **Monthly timing** - Best periods for action based on YOUR chart\n- **House activations** - Which life sectors dominate THIS month\n- **Progressive patterns** - Long-term developments in YOUR life\n\n**What you get:**\n- Personalized month overview based on actual planetary transits\n- New Moon and Full Moon dates with personal significance\n- Life areas emphasized throughout the month\n- Major planetary influences for the entire month\n- Personal lucky elements derived from natal chart\n- Strategic advice for monthly planning\n\n**Response time:** ~350ms | **Requires:** Complete birth data with time\n\n✨ **Example Description:**\nGet personalized monthly horoscope for current month using universal tradition\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/monthly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "monthly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9f8fa64a-cce6-40ec-9a8e-74039e0756f6",
              "name": "Specific Month - Psychological Tradition",
              "request": {
                "name": "Specific Month - Psychological Tradition",
                "description": {
                  "content": "🎯 **Get Personalized Monthly Horoscope**\n\n📋 **Endpoint Description:**\n🌙 **Personalized Monthly Horoscope** - Month ahead based on birth chart\n\n**Perfect for:**\n- 📅 Monthly planning and goal-setting apps\n- 📧 Monthly newsletter forecasts to subscribers\n- 🎯 Professional astrological monthly consultations\n- 📊 Long-term trend analysis and planning\n\n**What makes it personal:**\n- **Natal chart transits** - Slow-moving planets affecting YOUR chart\n- **Lunar cycle integration** - New & Full Moons in relation to YOUR houses\n- **Monthly timing** - Best periods for action based on YOUR chart\n- **House activations** - Which life sectors dominate THIS month\n- **Progressive patterns** - Long-term developments in YOUR life\n\n**What you get:**\n- Personalized month overview based on actual planetary transits\n- New Moon and Full Moon dates with personal significance\n- Life areas emphasized throughout the month\n- Major planetary influences for the entire month\n- Personal lucky elements derived from natal chart\n- Strategic advice for monthly planning\n\n**Response time:** ~350ms | **Requires:** Complete birth data with time\n\n✨ **Example Description:**\nMonthly forecast for January 2025 using psychological/Jungian approach\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/monthly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "monthly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"target_date\": \"2025-01-15\",\n  \"language\": \"en\",\n  \"tradition\": \"psychological\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "dfc84fc7-f5d7-445c-9c64-a43d40d139e3",
              "name": "Using Coordinates - Classical Tradition",
              "request": {
                "name": "Using Coordinates - Classical Tradition",
                "description": {
                  "content": "🎯 **Get Personalized Monthly Horoscope**\n\n📋 **Endpoint Description:**\n🌙 **Personalized Monthly Horoscope** - Month ahead based on birth chart\n\n**Perfect for:**\n- 📅 Monthly planning and goal-setting apps\n- 📧 Monthly newsletter forecasts to subscribers\n- 🎯 Professional astrological monthly consultations\n- 📊 Long-term trend analysis and planning\n\n**What makes it personal:**\n- **Natal chart transits** - Slow-moving planets affecting YOUR chart\n- **Lunar cycle integration** - New & Full Moons in relation to YOUR houses\n- **Monthly timing** - Best periods for action based on YOUR chart\n- **House activations** - Which life sectors dominate THIS month\n- **Progressive patterns** - Long-term developments in YOUR life\n\n**What you get:**\n- Personalized month overview based on actual planetary transits\n- New Moon and Full Moon dates with personal significance\n- Life areas emphasized throughout the month\n- Major planetary influences for the entire month\n- Personal lucky elements derived from natal chart\n- Strategic advice for monthly planning\n\n**Response time:** ~350ms | **Requires:** Complete birth data with time\n\n✨ **Example Description:**\nMonthly horoscope using precise coordinates for birth location\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/monthly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "monthly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sophia\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 3,\n      \"day\": 21,\n      \"hour\": 9,\n      \"minute\": 15,\n      \"latitude\": 48.8566,\n      \"longitude\": 2.3522,\n      \"timezone\": \"Europe/Paris\"\n    }\n  },\n  \"target_date\": \"2025-02-10\",\n  \"language\": \"en\",\n  \"tradition\": \"classical\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Personalized Yearly Horoscope",
          "description": "All available examples for Get Personalized Yearly Horoscope endpoint. 🎆 **Personalized Yearly Horoscope** - Year ahead based on birth chart\n\n**Perfect for:**\n- 📅 Annual planning and New Year forecasts\n- 🎯 Long-term goal setting and life planning\n- 💼 Career and business strategy planning\n- 📧 Annual forecast reports to clients\n- 🔮 Professional yearly consultations\n\n**What makes it personal:**\n- **Long-term transits** - Slow-moving planets affecting YOUR chart all year\n- **Quarterly breakdown** - How the year unfolds for YOU by quarters\n- **Annual timing** - Best periods for major decisions in YOUR life\n- **Life cycle patterns** - Where YOU are in major astrological cycles\n- **Saturn/Jupiter returns** - Personal milestone years identified\n\n**What you get:**\n- Personalized year overview based on natal chart\n- Quarterly breakdown with focus areas and ratings\n- Life areas emphasized throughout the year\n- Major long-term planetary influences\n- Personal lucky elements for the year\n- Strategic advice for annual planning\n\n**Response time:** ~400ms | **Requires:** Complete birth data with time",
          "item": [
            {
              "id": "c109984d-0038-423a-9e55-57e5ddaacbc1",
              "name": "Current Year - Universal Tradition",
              "request": {
                "name": "Current Year - Universal Tradition",
                "description": {
                  "content": "🎯 **Get Personalized Yearly Horoscope**\n\n📋 **Endpoint Description:**\n🎆 **Personalized Yearly Horoscope** - Year ahead based on birth chart\n\n**Perfect for:**\n- 📅 Annual planning and New Year forecasts\n- 🎯 Long-term goal setting and life planning\n- 💼 Career and business strategy planning\n- 📧 Annual forecast reports to clients\n- 🔮 Professional yearly consultations\n\n**What makes it personal:**\n- **Long-term transits** - Slow-moving planets affecting YOUR chart all year\n- **Quarterly breakdown** - How the year unfolds for YOU by quarters\n- **Annual timing** - Best periods for major decisions in YOUR life\n- **Life cycle patterns** - Where YOU are in major astrological cycles\n- **Saturn/Jupiter returns** - Personal milestone years identified\n\n**What you get:**\n- Personalized year overview based on natal chart\n- Quarterly breakdown with focus areas and ratings\n- Life areas emphasized throughout the year\n- Major long-term planetary influences\n- Personal lucky elements for the year\n- Strategic advice for annual planning\n\n**Response time:** ~400ms | **Requires:** Complete birth data with time\n\n✨ **Example Description:**\nGet personalized yearly horoscope for current year using universal tradition\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/yearly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "yearly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9fedc52c-3121-4908-8526-9fb8025b52a2",
              "name": "Specific Year (2025) - Psychological Tradition",
              "request": {
                "name": "Specific Year (2025) - Psychological Tradition",
                "description": {
                  "content": "🎯 **Get Personalized Yearly Horoscope**\n\n📋 **Endpoint Description:**\n🎆 **Personalized Yearly Horoscope** - Year ahead based on birth chart\n\n**Perfect for:**\n- 📅 Annual planning and New Year forecasts\n- 🎯 Long-term goal setting and life planning\n- 💼 Career and business strategy planning\n- 📧 Annual forecast reports to clients\n- 🔮 Professional yearly consultations\n\n**What makes it personal:**\n- **Long-term transits** - Slow-moving planets affecting YOUR chart all year\n- **Quarterly breakdown** - How the year unfolds for YOU by quarters\n- **Annual timing** - Best periods for major decisions in YOUR life\n- **Life cycle patterns** - Where YOU are in major astrological cycles\n- **Saturn/Jupiter returns** - Personal milestone years identified\n\n**What you get:**\n- Personalized year overview based on natal chart\n- Quarterly breakdown with focus areas and ratings\n- Life areas emphasized throughout the year\n- Major long-term planetary influences\n- Personal lucky elements for the year\n- Strategic advice for annual planning\n\n**Response time:** ~400ms | **Requires:** Complete birth data with time\n\n✨ **Example Description:**\nYearly forecast for 2025 using psychological/Jungian approach\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/yearly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "yearly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"target_date\": \"2025-06-15\",\n  \"language\": \"en\",\n  \"tradition\": \"psychological\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "0f2d2bbd-c8b9-4db6-be2d-8fa2b02c5919",
              "name": "Next Year (2026) - Classical Tradition",
              "request": {
                "name": "Next Year (2026) - Classical Tradition",
                "description": {
                  "content": "🎯 **Get Personalized Yearly Horoscope**\n\n📋 **Endpoint Description:**\n🎆 **Personalized Yearly Horoscope** - Year ahead based on birth chart\n\n**Perfect for:**\n- 📅 Annual planning and New Year forecasts\n- 🎯 Long-term goal setting and life planning\n- 💼 Career and business strategy planning\n- 📧 Annual forecast reports to clients\n- 🔮 Professional yearly consultations\n\n**What makes it personal:**\n- **Long-term transits** - Slow-moving planets affecting YOUR chart all year\n- **Quarterly breakdown** - How the year unfolds for YOU by quarters\n- **Annual timing** - Best periods for major decisions in YOUR life\n- **Life cycle patterns** - Where YOU are in major astrological cycles\n- **Saturn/Jupiter returns** - Personal milestone years identified\n\n**What you get:**\n- Personalized year overview based on natal chart\n- Quarterly breakdown with focus areas and ratings\n- Life areas emphasized throughout the year\n- Major long-term planetary influences\n- Personal lucky elements for the year\n- Strategic advice for annual planning\n\n**Response time:** ~400ms | **Requires:** Complete birth data with time\n\n✨ **Example Description:**\nYearly horoscope for 2026 using classical astrological approach\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/yearly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "yearly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Alexander\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 11,\n      \"day\": 3,\n      \"hour\": 22,\n      \"minute\": 10,\n      \"latitude\": 55.7558,\n      \"longitude\": 37.6173,\n      \"timezone\": \"Europe/Moscow\"\n    }\n  },\n  \"target_date\": \"2026-01-01\",\n  \"language\": \"en\",\n  \"tradition\": \"classical\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Weekly Sun Sign Horoscope",
          "description": "All available examples for Get Weekly Sun Sign Horoscope endpoint. 📅 **Weekly Sun-Sign Horoscope** - 7-day astrological outlook\n\n**Perfect for:**\n- 📱 Weekly planning and scheduling apps\n- 📰 Weekly horoscope columns and newsletters\n- 🌐 Weekly website content updates\n- 📊 Medium-term trend analysis\n\n**Key Features:**\n- 📆 **Week-long analysis** - Major themes and key dates\n- 🌌 **Planetary patterns** - Medium-speed planet movements\n- 📈 **Daily highlights** - Important dates within the week\n- 🎯 **Weekly goals** - Best days for different activities\n- 🌙 **Lunar cycle integration** - Weekly moon phase impacts\n\n**Response includes:**\n- Overall weekly theme and rating\n- Key dates and their significance\n- Life area predictions for the week\n- Major planetary influences\n- Weekly advice and planning suggestions",
          "item": [
            {
              "id": "ef9b2bee-196b-42cf-945b-a1042cba4ffc",
              "name": "Gemini Weekly Horoscope - Current Week",
              "request": {
                "name": "Gemini Weekly Horoscope - Current Week",
                "description": {
                  "content": "🎯 **Get Weekly Sun Sign Horoscope**\n\n📋 **Endpoint Description:**\n📅 **Weekly Sun-Sign Horoscope** - 7-day astrological outlook\n\n**Perfect for:**\n- 📱 Weekly planning and scheduling apps\n- 📰 Weekly horoscope columns and newsletters\n- 🌐 Weekly website content updates\n- 📊 Medium-term trend analysis\n\n**Key Features:**\n- 📆 **Week-long analysis** - Major themes and key dates\n- 🌌 **Planetary patterns** - Medium-speed planet movements\n- 📈 **Daily highlights** - Important dates within the week\n- 🎯 **Weekly goals** - Best days for different activities\n- 🌙 **Lunar cycle integration** - Weekly moon phase impacts\n\n**Response includes:**\n- Overall weekly theme and rating\n- Key dates and their significance\n- Life area predictions for the week\n- Major planetary influences\n- Weekly advice and planning suggestions\n\n✨ **Example Description:**\nGet weekly horoscope for Gemini starting from current Monday\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/weekly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "weekly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Gemini\",\n  \"start_date\": \"2024-01-15\",\n  \"language\": \"en\",\n  \"tradition\": \"universal\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Monthly Sun Sign Horoscope",
          "description": "All available examples for Get Monthly Sun Sign Horoscope endpoint. 🌙 **Monthly Sun-Sign Horoscope** - Complete lunar cycle analysis\n\n**Perfect for:**\n- 📅 Monthly planning and goal setting\n- 📰 Monthly magazine and newsletter content\n- 🌐 Monthly website features\n- 🎯 Long-term trend forecasting\n\n**Key Features:**\n- 🌙 **Full lunar cycle** - New Moon to New Moon analysis\n- 🌟 **Major transits** - Significant planetary movements\n- 📊 **Weekly breakdown** - Four weeks of the month\n- 🎯 **Monthly goals** - Best periods for different activities\n- ✨ **Eclipse effects** - If applicable to the month\n\n**Response includes:**\n- Monthly theme and overall rating\n- New Moon and Full Moon dates and meanings\n- Weekly breakdown of the month\n- Major planetary influences for the month\n- Monthly advice and planning guidance",
          "item": [
            {
              "id": "90b548a3-8809-4b57-8cc7-2fc4ec1e3b1c",
              "name": "Virgo Monthly Horoscope - March 2024",
              "request": {
                "name": "Virgo Monthly Horoscope - March 2024",
                "description": {
                  "content": "🎯 **Get Monthly Sun Sign Horoscope**\n\n📋 **Endpoint Description:**\n🌙 **Monthly Sun-Sign Horoscope** - Complete lunar cycle analysis\n\n**Perfect for:**\n- 📅 Monthly planning and goal setting\n- 📰 Monthly magazine and newsletter content\n- 🌐 Monthly website features\n- 🎯 Long-term trend forecasting\n\n**Key Features:**\n- 🌙 **Full lunar cycle** - New Moon to New Moon analysis\n- 🌟 **Major transits** - Significant planetary movements\n- 📊 **Weekly breakdown** - Four weeks of the month\n- 🎯 **Monthly goals** - Best periods for different activities\n- ✨ **Eclipse effects** - If applicable to the month\n\n**Response includes:**\n- Monthly theme and overall rating\n- New Moon and Full Moon dates and meanings\n- Weekly breakdown of the month\n- Major planetary influences for the month\n- Monthly advice and planning guidance\n\n✨ **Example Description:**\nGet monthly horoscope for Virgo in March 2024\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/monthly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "monthly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Virgo\",\n  \"month\": \"2024-03\",\n  \"language\": \"en\",\n  \"tradition\": \"universal\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Yearly Sun Sign Horoscope",
          "description": "All available examples for Get Yearly Sun Sign Horoscope endpoint. 🗓️ **Yearly Sun-Sign Horoscope** - Complete annual forecast\n\n**Perfect for:**\n- 📅 Annual planning and life goal setting\n- 📰 New Year prediction content\n- 🌐 Annual forecast features\n- 🎯 Long-term life planning guidance\n\n**Key Features:**\n- 📊 **Quarterly breakdown** - Four seasons analysis\n- 🌟 **Major transits** - Outer planet influences all year\n- 🎯 **Annual themes** - Major life areas of focus\n- ✨ **Eclipse cycles** - Annual eclipse effects\n- 📈 **Best timing** - Optimal periods for major decisions\n\n**Response includes:**\n- Overall yearly theme and rating\n- Quarterly breakdown (Q1, Q2, Q3, Q4)\n- Major transits and their timing\n- Life area predictions for the year\n- Annual advice and major decision timing",
          "item": [
            {
              "id": "8808d81a-c32b-4407-ac2a-998717269578",
              "name": "Capricorn Yearly Horoscope - 2024",
              "request": {
                "name": "Capricorn Yearly Horoscope - 2024",
                "description": {
                  "content": "🎯 **Get Yearly Sun Sign Horoscope**\n\n📋 **Endpoint Description:**\n🗓️ **Yearly Sun-Sign Horoscope** - Complete annual forecast\n\n**Perfect for:**\n- 📅 Annual planning and life goal setting\n- 📰 New Year prediction content\n- 🌐 Annual forecast features\n- 🎯 Long-term life planning guidance\n\n**Key Features:**\n- 📊 **Quarterly breakdown** - Four seasons analysis\n- 🌟 **Major transits** - Outer planet influences all year\n- 🎯 **Annual themes** - Major life areas of focus\n- ✨ **Eclipse cycles** - Annual eclipse effects\n- 📈 **Best timing** - Optimal periods for major decisions\n\n**Response includes:**\n- Overall yearly theme and rating\n- Quarterly breakdown (Q1, Q2, Q3, Q4)\n- Major transits and their timing\n- Life area predictions for the year\n- Annual advice and major decision timing\n\n✨ **Example Description:**\nGet yearly horoscope for Capricorn in 2024\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/yearly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "yearly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Capricorn\",\n  \"year\": 2024,\n  \"language\": \"en\",\n  \"tradition\": \"universal\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Yearly Text Horoscope",
          "description": "All available examples for Get Yearly Text Horoscope endpoint. 🗓️ **Text-Based Yearly Horoscope** - Ready-to-display year forecast\n\n**Perfect for:**\n- 📅 Annual planning apps - full year overview\n- 📧 New Year newsletters - professional content\n- 📰 Annual columns - detailed forecasts\n- 🌐 Website annual updates - comprehensive guides\n- 💬 Annual digest messages - structured content\n- 📲 Annual notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete yearly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose with quarterly overview and top life areas\n- **bullets**: Organized list with quarters, all areas, major transits\n- **short**: Brief yearly preview (1-2 sentences)\n- **long**: Detailed with quarterly breakdown, planetary influences, all areas\n\n**Response time:** ~300-500ms | **Zero parsing required**",
          "item": [
            {
              "id": "3d5bb994-f7a4-4e01-b1aa-95abf0594cd0",
              "name": "Leo - Current Year Paragraph",
              "request": {
                "name": "Leo - Current Year Paragraph",
                "description": {
                  "content": "🎯 **Get Yearly Text Horoscope**\n\n📋 **Endpoint Description:**\n🗓️ **Text-Based Yearly Horoscope** - Ready-to-display year forecast\n\n**Perfect for:**\n- 📅 Annual planning apps - full year overview\n- 📧 New Year newsletters - professional content\n- 📰 Annual columns - detailed forecasts\n- 🌐 Website annual updates - comprehensive guides\n- 💬 Annual digest messages - structured content\n- 📲 Annual notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete yearly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose with quarterly overview and top life areas\n- **bullets**: Organized list with quarters, all areas, major transits\n- **short**: Brief yearly preview (1-2 sentences)\n- **long**: Detailed with quarterly breakdown, planetary influences, all areas\n\n**Response time:** ~300-500ms | **Zero parsing required**\n\n✨ **Example Description:**\nGet text-based yearly horoscope for current year\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/yearly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "yearly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Leo\",\n  \"language\": \"en\",\n  \"format\": \"paragraph\",\n  \"use_emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b6f1f266-7239-4399-9d69-355084f112ff",
              "name": "Scorpio - 2025 Long Format",
              "request": {
                "name": "Scorpio - 2025 Long Format",
                "description": {
                  "content": "🎯 **Get Yearly Text Horoscope**\n\n📋 **Endpoint Description:**\n🗓️ **Text-Based Yearly Horoscope** - Ready-to-display year forecast\n\n**Perfect for:**\n- 📅 Annual planning apps - full year overview\n- 📧 New Year newsletters - professional content\n- 📰 Annual columns - detailed forecasts\n- 🌐 Website annual updates - comprehensive guides\n- 💬 Annual digest messages - structured content\n- 📲 Annual notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete yearly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose with quarterly overview and top life areas\n- **bullets**: Organized list with quarters, all areas, major transits\n- **short**: Brief yearly preview (1-2 sentences)\n- **long**: Detailed with quarterly breakdown, planetary influences, all areas\n\n**Response time:** ~300-500ms | **Zero parsing required**\n\n✨ **Example Description:**\nGet detailed yearly horoscope for 2025\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/yearly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "yearly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Scorpio\",\n  \"year\": 2025,\n  \"language\": \"en\",\n  \"format\": \"long\",\n  \"use_emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f9229e6a-fdf7-4968-99e5-55a1e4f6a2b6",
              "name": "Aries - Bullet List with Emoji",
              "request": {
                "name": "Aries - Bullet List with Emoji",
                "description": {
                  "content": "🎯 **Get Yearly Text Horoscope**\n\n📋 **Endpoint Description:**\n🗓️ **Text-Based Yearly Horoscope** - Ready-to-display year forecast\n\n**Perfect for:**\n- 📅 Annual planning apps - full year overview\n- 📧 New Year newsletters - professional content\n- 📰 Annual columns - detailed forecasts\n- 🌐 Website annual updates - comprehensive guides\n- 💬 Annual digest messages - structured content\n- 📲 Annual notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete yearly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose with quarterly overview and top life areas\n- **bullets**: Organized list with quarters, all areas, major transits\n- **short**: Brief yearly preview (1-2 sentences)\n- **long**: Detailed with quarterly breakdown, planetary influences, all areas\n\n**Response time:** ~300-500ms | **Zero parsing required**\n\n✨ **Example Description:**\nGet organized yearly forecast with emoji icons\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/yearly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "yearly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Aries\",\n  \"year\": 2025,\n  \"language\": \"en\",\n  \"format\": \"bullets\",\n  \"use_emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Chinese Bazi Horoscope",
          "description": "All available examples for Get Chinese Bazi Horoscope endpoint. 🐉 **Chinese BaZi Horoscope** - Traditional Four Pillars analysis\n\n**Perfect for:**\n- 🏮 Chinese astrology applications\n- 🎋 Cultural astrology services\n- 🌏 Asian market applications\n- 🔮 Traditional fortune telling services\n\n**Key Features:**\n- 🏛️ **Four Pillars (BaZi)** - Year, Month, Day, Hour pillars\n- 🐉 **12 Animals** - Chinese zodiac animal analysis\n- ⚡ **5 Elements** - Wood, Fire, Earth, Metal, Water balance\n- 🌟 **Element interactions** - Generating and overcoming cycles\n- 📅 **Annual predictions** - Based on current year animal\n- 🎯 **Life guidance** - Traditional Chinese wisdom\n\n**Response includes:**\n- Complete Four Pillars breakdown\n- Birth and current year animals\n- Element balance analysis\n- Compatibility rating with current year\n- Traditional life area predictions\n- Chinese wisdom and advice",
          "item": [
            {
              "id": "b19b70aa-3ac3-4faf-b1b7-0b22bba0b893",
              "name": "BaZi Four Pillars Analysis",
              "request": {
                "name": "BaZi Four Pillars Analysis",
                "description": {
                  "content": "🎯 **Get Chinese Bazi Horoscope**\n\n📋 **Endpoint Description:**\n🐉 **Chinese BaZi Horoscope** - Traditional Four Pillars analysis\n\n**Perfect for:**\n- 🏮 Chinese astrology applications\n- 🎋 Cultural astrology services\n- 🌏 Asian market applications\n- 🔮 Traditional fortune telling services\n\n**Key Features:**\n- 🏛️ **Four Pillars (BaZi)** - Year, Month, Day, Hour pillars\n- 🐉 **12 Animals** - Chinese zodiac animal analysis\n- ⚡ **5 Elements** - Wood, Fire, Earth, Metal, Water balance\n- 🌟 **Element interactions** - Generating and overcoming cycles\n- 📅 **Annual predictions** - Based on current year animal\n- 🎯 **Life guidance** - Traditional Chinese wisdom\n\n**Response includes:**\n- Complete Four Pillars breakdown\n- Birth and current year animals\n- Element balance analysis\n- Compatibility rating with current year\n- Traditional life area predictions\n- Chinese wisdom and advice\n\n✨ **Example Description:**\nComplete Chinese astrology analysis with Four Pillars\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/chinese/bazi`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "chinese",
                    "bazi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Li Wei\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 9,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"latitude\": 39.9042,\n      \"longitude\": 116.4074,\n      \"timezone\": \"Asia/Shanghai\"\n    }\n  },\n  \"year\": 2024,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Daily Text Horoscope",
          "description": "All available examples for Get Daily Text Horoscope endpoint. 📝 **Text-Based Daily Horoscope** - Ready-to-display text format\n\n**Perfect for:**\n- 📱 Mobile apps - instant text display\n- 📧 Email newsletters - copy & paste ready\n- 💬 Chatbots - direct text response\n- 📰 News websites - article content\n- 📲 SMS/push notifications - formatted text\n- 🎨 Widgets - simple innerHTML\n\n**What you get:**\n- ✅ **One API call** - complete text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text (4-6 sentences)\n- **bullets**: Bullet-pointed list with sections\n- **short**: Brief preview (1-2 sentences) for previews/SMS\n- **long**: Detailed text with all elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌙, 💖, 💼, etc.)\n- Perfect for modern apps and social media\n\n**Use case examples:**\n```javascript\n// Mobile app - instant display\nconst {text} = await fetch('/horoscope/sign/daily/text').then(r => r.data);\nelement.innerHTML = text;\n\n// Email newsletter\nconst horoscope = await getHoroscope({format: 'long', use_emoji: true});\nsendEmail({body: horoscope.text});\n\n// SMS notification\nconst preview = await getHoroscope({format: 'short'});\nsendSMS(preview.text);\n```\n\n**Response time:** ~300-500ms | **Text length:** 50-500 words depending on format",
          "item": [
            {
              "id": "d1297663-4209-4f5f-9607-d957fd0a3f4a",
              "name": "Leo - Paragraph Format",
              "request": {
                "name": "Leo - Paragraph Format",
                "description": {
                  "content": "🎯 **Get Daily Text Horoscope**\n\n📋 **Endpoint Description:**\n📝 **Text-Based Daily Horoscope** - Ready-to-display text format\n\n**Perfect for:**\n- 📱 Mobile apps - instant text display\n- 📧 Email newsletters - copy & paste ready\n- 💬 Chatbots - direct text response\n- 📰 News websites - article content\n- 📲 SMS/push notifications - formatted text\n- 🎨 Widgets - simple innerHTML\n\n**What you get:**\n- ✅ **One API call** - complete text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text (4-6 sentences)\n- **bullets**: Bullet-pointed list with sections\n- **short**: Brief preview (1-2 sentences) for previews/SMS\n- **long**: Detailed text with all elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌙, 💖, 💼, etc.)\n- Perfect for modern apps and social media\n\n**Use case examples:**\n```javascript\n// Mobile app - instant display\nconst {text} = await fetch('/horoscope/sign/daily/text').then(r => r.data);\nelement.innerHTML = text;\n\n// Email newsletter\nconst horoscope = await getHoroscope({format: 'long', use_emoji: true});\nsendEmail({body: horoscope.text});\n\n// SMS notification\nconst preview = await getHoroscope({format: 'short'});\nsendSMS(preview.text);\n```\n\n**Response time:** ~300-500ms | **Text length:** 50-500 words depending on format\n\n✨ **Example Description:**\nGet a ready-to-display paragraph horoscope for Leo\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/daily/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "daily",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Leo\",\n  \"date\": \"2025-01-09\",\n  \"language\": \"en\",\n  \"format\": \"paragraph\",\n  \"use_emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f786dc7d-67e3-453a-96b0-73c91c8e1aa7",
              "name": "Aries - Bullet List with Emoji",
              "request": {
                "name": "Aries - Bullet List with Emoji",
                "description": {
                  "content": "🎯 **Get Daily Text Horoscope**\n\n📋 **Endpoint Description:**\n📝 **Text-Based Daily Horoscope** - Ready-to-display text format\n\n**Perfect for:**\n- 📱 Mobile apps - instant text display\n- 📧 Email newsletters - copy & paste ready\n- 💬 Chatbots - direct text response\n- 📰 News websites - article content\n- 📲 SMS/push notifications - formatted text\n- 🎨 Widgets - simple innerHTML\n\n**What you get:**\n- ✅ **One API call** - complete text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text (4-6 sentences)\n- **bullets**: Bullet-pointed list with sections\n- **short**: Brief preview (1-2 sentences) for previews/SMS\n- **long**: Detailed text with all elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌙, 💖, 💼, etc.)\n- Perfect for modern apps and social media\n\n**Use case examples:**\n```javascript\n// Mobile app - instant display\nconst {text} = await fetch('/horoscope/sign/daily/text').then(r => r.data);\nelement.innerHTML = text;\n\n// Email newsletter\nconst horoscope = await getHoroscope({format: 'long', use_emoji: true});\nsendEmail({body: horoscope.text});\n\n// SMS notification\nconst preview = await getHoroscope({format: 'short'});\nsendSMS(preview.text);\n```\n\n**Response time:** ~300-500ms | **Text length:** 50-500 words depending on format\n\n✨ **Example Description:**\nGet a bullet-pointed horoscope with emoji icons\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/daily/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "daily",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Aries\",\n  \"language\": \"en\",\n  \"format\": \"bullets\",\n  \"use_emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "fe2843f0-5ceb-4f36-9cfb-e36c69bd8e76",
              "name": "Gemini - Short Preview",
              "request": {
                "name": "Gemini - Short Preview",
                "description": {
                  "content": "🎯 **Get Daily Text Horoscope**\n\n📋 **Endpoint Description:**\n📝 **Text-Based Daily Horoscope** - Ready-to-display text format\n\n**Perfect for:**\n- 📱 Mobile apps - instant text display\n- 📧 Email newsletters - copy & paste ready\n- 💬 Chatbots - direct text response\n- 📰 News websites - article content\n- 📲 SMS/push notifications - formatted text\n- 🎨 Widgets - simple innerHTML\n\n**What you get:**\n- ✅ **One API call** - complete text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text (4-6 sentences)\n- **bullets**: Bullet-pointed list with sections\n- **short**: Brief preview (1-2 sentences) for previews/SMS\n- **long**: Detailed text with all elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌙, 💖, 💼, etc.)\n- Perfect for modern apps and social media\n\n**Use case examples:**\n```javascript\n// Mobile app - instant display\nconst {text} = await fetch('/horoscope/sign/daily/text').then(r => r.data);\nelement.innerHTML = text;\n\n// Email newsletter\nconst horoscope = await getHoroscope({format: 'long', use_emoji: true});\nsendEmail({body: horoscope.text});\n\n// SMS notification\nconst preview = await getHoroscope({format: 'short'});\nsendSMS(preview.text);\n```\n\n**Response time:** ~300-500ms | **Text length:** 50-500 words depending on format\n\n✨ **Example Description:**\nGet a brief 1-2 sentence horoscope preview\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/daily/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "daily",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Gemini\",\n  \"language\": \"en\",\n  \"format\": \"short\",\n  \"use_emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c7b25370-83e7-48a9-8608-98a02b8328c7",
              "name": "Scorpio - Detailed with Emoji",
              "request": {
                "name": "Scorpio - Detailed with Emoji",
                "description": {
                  "content": "🎯 **Get Daily Text Horoscope**\n\n📋 **Endpoint Description:**\n📝 **Text-Based Daily Horoscope** - Ready-to-display text format\n\n**Perfect for:**\n- 📱 Mobile apps - instant text display\n- 📧 Email newsletters - copy & paste ready\n- 💬 Chatbots - direct text response\n- 📰 News websites - article content\n- 📲 SMS/push notifications - formatted text\n- 🎨 Widgets - simple innerHTML\n\n**What you get:**\n- ✅ **One API call** - complete text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text (4-6 sentences)\n- **bullets**: Bullet-pointed list with sections\n- **short**: Brief preview (1-2 sentences) for previews/SMS\n- **long**: Detailed text with all elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌙, 💖, 💼, etc.)\n- Perfect for modern apps and social media\n\n**Use case examples:**\n```javascript\n// Mobile app - instant display\nconst {text} = await fetch('/horoscope/sign/daily/text').then(r => r.data);\nelement.innerHTML = text;\n\n// Email newsletter\nconst horoscope = await getHoroscope({format: 'long', use_emoji: true});\nsendEmail({body: horoscope.text});\n\n// SMS notification\nconst preview = await getHoroscope({format: 'short'});\nsendSMS(preview.text);\n```\n\n**Response time:** ~300-500ms | **Text length:** 50-500 words depending on format\n\n✨ **Example Description:**\nGet a comprehensive detailed horoscope with emoji\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/daily/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "daily",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Scorpio\",\n  \"language\": \"en\",\n  \"format\": \"long\",\n  \"use_emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ac8e3a61-a7da-432b-a41d-5b36bbecf0bd",
              "name": "Libra - Russian Language",
              "request": {
                "name": "Libra - Russian Language",
                "description": {
                  "content": "🎯 **Get Daily Text Horoscope**\n\n📋 **Endpoint Description:**\n📝 **Text-Based Daily Horoscope** - Ready-to-display text format\n\n**Perfect for:**\n- 📱 Mobile apps - instant text display\n- 📧 Email newsletters - copy & paste ready\n- 💬 Chatbots - direct text response\n- 📰 News websites - article content\n- 📲 SMS/push notifications - formatted text\n- 🎨 Widgets - simple innerHTML\n\n**What you get:**\n- ✅ **One API call** - complete text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text (4-6 sentences)\n- **bullets**: Bullet-pointed list with sections\n- **short**: Brief preview (1-2 sentences) for previews/SMS\n- **long**: Detailed text with all elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌙, 💖, 💼, etc.)\n- Perfect for modern apps and social media\n\n**Use case examples:**\n```javascript\n// Mobile app - instant display\nconst {text} = await fetch('/horoscope/sign/daily/text').then(r => r.data);\nelement.innerHTML = text;\n\n// Email newsletter\nconst horoscope = await getHoroscope({format: 'long', use_emoji: true});\nsendEmail({body: horoscope.text});\n\n// SMS notification\nconst preview = await getHoroscope({format: 'short'});\nsendSMS(preview.text);\n```\n\n**Response time:** ~300-500ms | **Text length:** 50-500 words depending on format\n\n✨ **Example Description:**\nGet horoscope in Russian language\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/daily/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "daily",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Libra\",\n  \"language\": \"ru\",\n  \"format\": \"paragraph\",\n  \"use_emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ef51633f-4448-415d-a649-717b9087b501",
              "name": "🏰 Leo - Archaic English (17th century)",
              "request": {
                "name": "🏰 Leo - Archaic English (17th century)",
                "description": {
                  "content": "🎯 **Get Daily Text Horoscope**\n\n📋 **Endpoint Description:**\n📝 **Text-Based Daily Horoscope** - Ready-to-display text format\n\n**Perfect for:**\n- 📱 Mobile apps - instant text display\n- 📧 Email newsletters - copy & paste ready\n- 💬 Chatbots - direct text response\n- 📰 News websites - article content\n- 📲 SMS/push notifications - formatted text\n- 🎨 Widgets - simple innerHTML\n\n**What you get:**\n- ✅ **One API call** - complete text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text (4-6 sentences)\n- **bullets**: Bullet-pointed list with sections\n- **short**: Brief preview (1-2 sentences) for previews/SMS\n- **long**: Detailed text with all elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌙, 💖, 💼, etc.)\n- Perfect for modern apps and social media\n\n**Use case examples:**\n```javascript\n// Mobile app - instant display\nconst {text} = await fetch('/horoscope/sign/daily/text').then(r => r.data);\nelement.innerHTML = text;\n\n// Email newsletter\nconst horoscope = await getHoroscope({format: 'long', use_emoji: true});\nsendEmail({body: horoscope.text});\n\n// SMS notification\nconst preview = await getHoroscope({format: 'short'});\nsendSMS(preview.text);\n```\n\n**Response time:** ~300-500ms | **Text length:** 50-500 words depending on format\n\n✨ **Example Description:**\nGet horoscope in medieval/archaic English style (William Lilly era) - perfect for classical astrology enthusiasts, fantasy themes, and historical content. Uses thou/thee/thy, elevated prophetic tone, and period-appropriate astrological terminology.\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/daily/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "daily",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Leo\",\n  \"date\": \"2025-01-12\",\n  \"language\": \"en-ARCHAIC\",\n  \"tradition\": \"classical\",\n  \"format\": \"long\",\n  \"use_emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Personal Daily Text Horoscope",
          "description": "All available examples for Get Personal Daily Text Horoscope endpoint. 👤 **Personalized Text-Based Horoscope** - Based on your complete birth chart\n\n**Perfect for:**\n- 📱 Premium personal horoscope apps\n- 👥 User-specific daily insights\n- 📧 Personalized email horoscopes\n- 💬 1-on-1 chatbot interactions\n- 🎯 Targeted personal guidance\n\n**What makes it personal:**\n- 🎂 **Your exact birth time** - Ascendant and house cusps\n- 🌍 **Your birth location** - Precise planetary positions\n- 🎯 **Your natal chart** - Transits to YOUR planets\n- ⭐ **Your life areas** - Based on YOUR chart houses\n\n**Key differences from sun-sign:**\n- Uses YOUR complete natal chart, not just sun sign\n- Analyzes transits to YOUR natal planets\n- Considers YOUR Ascendant and house cusps\n- Provides guidance based on YOUR chart patterns\n\n**All text format options:**\n- **paragraph**: Personalized prose (4-6 sentences)\n- **bullets**: Structured list format\n- **short**: Brief personal preview (1-2 sentences)\n- **long**: Comprehensive personal analysis\n\n**Emoji support:**\n- Set `use_emoji: true` for visual enhancement\n- Perfect for mobile apps and modern interfaces\n\n**Privacy note:**\n- Birth data is used for calculation only\n- No data is stored or logged\n- Instant calculation and return\n\n**Response time:** ~400-600ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "782290cd-21d3-434d-866f-7f3718b48919",
              "name": "London - Personalized Paragraph",
              "request": {
                "name": "London - Personalized Paragraph",
                "description": {
                  "content": "🎯 **Get Personal Daily Text Horoscope**\n\n📋 **Endpoint Description:**\n👤 **Personalized Text-Based Horoscope** - Based on your complete birth chart\n\n**Perfect for:**\n- 📱 Premium personal horoscope apps\n- 👥 User-specific daily insights\n- 📧 Personalized email horoscopes\n- 💬 1-on-1 chatbot interactions\n- 🎯 Targeted personal guidance\n\n**What makes it personal:**\n- 🎂 **Your exact birth time** - Ascendant and house cusps\n- 🌍 **Your birth location** - Precise planetary positions\n- 🎯 **Your natal chart** - Transits to YOUR planets\n- ⭐ **Your life areas** - Based on YOUR chart houses\n\n**Key differences from sun-sign:**\n- Uses YOUR complete natal chart, not just sun sign\n- Analyzes transits to YOUR natal planets\n- Considers YOUR Ascendant and house cusps\n- Provides guidance based on YOUR chart patterns\n\n**All text format options:**\n- **paragraph**: Personalized prose (4-6 sentences)\n- **bullets**: Structured list format\n- **short**: Brief personal preview (1-2 sentences)\n- **long**: Comprehensive personal analysis\n\n**Emoji support:**\n- Set `use_emoji: true` for visual enhancement\n- Perfect for mobile apps and modern interfaces\n\n**Privacy note:**\n- Birth data is used for calculation only\n- No data is stored or logged\n- Instant calculation and return\n\n**Response time:** ~400-600ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nGet personalized horoscope based on complete birth chart\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/daily/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "daily",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"language\": \"en\",\n  \"format\": \"paragraph\",\n  \"use_emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7a0f9a01-dc03-4192-ad27-648bec0c7f50",
              "name": "New York - Bullet Format with Emoji",
              "request": {
                "name": "New York - Bullet Format with Emoji",
                "description": {
                  "content": "🎯 **Get Personal Daily Text Horoscope**\n\n📋 **Endpoint Description:**\n👤 **Personalized Text-Based Horoscope** - Based on your complete birth chart\n\n**Perfect for:**\n- 📱 Premium personal horoscope apps\n- 👥 User-specific daily insights\n- 📧 Personalized email horoscopes\n- 💬 1-on-1 chatbot interactions\n- 🎯 Targeted personal guidance\n\n**What makes it personal:**\n- 🎂 **Your exact birth time** - Ascendant and house cusps\n- 🌍 **Your birth location** - Precise planetary positions\n- 🎯 **Your natal chart** - Transits to YOUR planets\n- ⭐ **Your life areas** - Based on YOUR chart houses\n\n**Key differences from sun-sign:**\n- Uses YOUR complete natal chart, not just sun sign\n- Analyzes transits to YOUR natal planets\n- Considers YOUR Ascendant and house cusps\n- Provides guidance based on YOUR chart patterns\n\n**All text format options:**\n- **paragraph**: Personalized prose (4-6 sentences)\n- **bullets**: Structured list format\n- **short**: Brief personal preview (1-2 sentences)\n- **long**: Comprehensive personal analysis\n\n**Emoji support:**\n- Set `use_emoji: true` for visual enhancement\n- Perfect for mobile apps and modern interfaces\n\n**Privacy note:**\n- Birth data is used for calculation only\n- No data is stored or logged\n- Instant calculation and return\n\n**Response time:** ~400-600ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nPersonalized horoscope in bullet format\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/daily/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "daily",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Alex\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 3,\n      \"day\": 22,\n      \"hour\": 8,\n      \"minute\": 0,\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"language\": \"en\",\n  \"format\": \"bullets\",\n  \"use_emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "889b8dbe-f0ea-4ffa-b65e-6093f2fbefb3",
              "name": "Berlin - German Short Preview",
              "request": {
                "name": "Berlin - German Short Preview",
                "description": {
                  "content": "🎯 **Get Personal Daily Text Horoscope**\n\n📋 **Endpoint Description:**\n👤 **Personalized Text-Based Horoscope** - Based on your complete birth chart\n\n**Perfect for:**\n- 📱 Premium personal horoscope apps\n- 👥 User-specific daily insights\n- 📧 Personalized email horoscopes\n- 💬 1-on-1 chatbot interactions\n- 🎯 Targeted personal guidance\n\n**What makes it personal:**\n- 🎂 **Your exact birth time** - Ascendant and house cusps\n- 🌍 **Your birth location** - Precise planetary positions\n- 🎯 **Your natal chart** - Transits to YOUR planets\n- ⭐ **Your life areas** - Based on YOUR chart houses\n\n**Key differences from sun-sign:**\n- Uses YOUR complete natal chart, not just sun sign\n- Analyzes transits to YOUR natal planets\n- Considers YOUR Ascendant and house cusps\n- Provides guidance based on YOUR chart patterns\n\n**All text format options:**\n- **paragraph**: Personalized prose (4-6 sentences)\n- **bullets**: Structured list format\n- **short**: Brief personal preview (1-2 sentences)\n- **long**: Comprehensive personal analysis\n\n**Emoji support:**\n- Set `use_emoji: true` for visual enhancement\n- Perfect for mobile apps and modern interfaces\n\n**Privacy note:**\n- Birth data is used for calculation only\n- No data is stored or logged\n- Instant calculation and return\n\n**Response time:** ~400-600ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nBrief personalized horoscope in German\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/daily/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "daily",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Klaus\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"city\": \"Berlin\",\n      \"country_code\": \"DE\"\n    }\n  },\n  \"language\": \"de\",\n  \"format\": \"short\",\n  \"use_emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Personal Weekly Text Horoscope",
          "description": "All available examples for Get Personal Weekly Text Horoscope endpoint. 👤 **Personalized Weekly Text Horoscope** - Based on YOUR complete natal chart\n\n**Perfect for:**\n- 📅 Weekly personal planning\n- 📧 Personalized weekly email horoscopes\n- 📱 Premium weekly insights apps\n- 💬 Weekly 1-on-1 guidance\n\n**What makes it personal:**\n- 🎂 Based on YOUR exact birth time and location\n- 🌍 YOUR precise planetary positions\n- 🎯 Transits to YOUR natal planets\n- ⭐ Weekly guidance for YOUR chart\n\n**Response time:** ~400-600ms | **Text length:** 100-600 words depending on format",
          "item": [
            {
              "id": "7a13ddcc-f19d-4312-baf9-84ed7fda0773",
              "name": "Current Week - English Paragraph",
              "request": {
                "name": "Current Week - English Paragraph",
                "description": {
                  "content": "🎯 **Get Personal Weekly Text Horoscope**\n\n📋 **Endpoint Description:**\n👤 **Personalized Weekly Text Horoscope** - Based on YOUR complete natal chart\n\n**Perfect for:**\n- 📅 Weekly personal planning\n- 📧 Personalized weekly email horoscopes\n- 📱 Premium weekly insights apps\n- 💬 Weekly 1-on-1 guidance\n\n**What makes it personal:**\n- 🎂 Based on YOUR exact birth time and location\n- 🌍 YOUR precise planetary positions\n- 🎯 Transits to YOUR natal planets\n- ⭐ Weekly guidance for YOUR chart\n\n**Response time:** ~400-600ms | **Text length:** 100-600 words depending on format\n\n✨ **Example Description:**\nPersonalized weekly horoscope based on complete birth chart\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/weekly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "weekly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"language\": \"en\",\n  \"format\": \"paragraph\",\n  \"emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "53476cbe-e393-4517-8b91-ab292d94bc6b",
              "name": "Specific Week - Russian Bullets",
              "request": {
                "name": "Specific Week - Russian Bullets",
                "description": {
                  "content": "🎯 **Get Personal Weekly Text Horoscope**\n\n📋 **Endpoint Description:**\n👤 **Personalized Weekly Text Horoscope** - Based on YOUR complete natal chart\n\n**Perfect for:**\n- 📅 Weekly personal planning\n- 📧 Personalized weekly email horoscopes\n- 📱 Premium weekly insights apps\n- 💬 Weekly 1-on-1 guidance\n\n**What makes it personal:**\n- 🎂 Based on YOUR exact birth time and location\n- 🌍 YOUR precise planetary positions\n- 🎯 Transits to YOUR natal planets\n- ⭐ Weekly guidance for YOUR chart\n\n**Response time:** ~400-600ms | **Text length:** 100-600 words depending on format\n\n✨ **Example Description:**\nWeekly horoscope for specific week in Russian\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/weekly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "weekly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"\\u041e\\u043b\\u0435\\u0433\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"target_date\": \"2025-01-13\",\n  \"language\": \"ru\",\n  \"format\": \"bullets\",\n  \"emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Personal Monthly Text Horoscope",
          "description": "All available examples for Get Personal Monthly Text Horoscope endpoint. 👤 **Personalized Monthly Text Horoscope** - Based on YOUR complete natal chart\n\n**Perfect for:**\n- 📅 Monthly personal planning\n- 📧 Monthly personalized email newsletters\n- 📱 Premium monthly insights\n- 💬 Monthly 1-on-1 guidance\n\n**What makes it personal:**\n- 🎂 Based on YOUR exact birth time and location\n- 🌍 YOUR precise planetary positions\n- 🎯 Monthly transits to YOUR natal planets\n- ⭐ Monthly guidance for YOUR chart\n\n**Response time:** ~400-600ms | **Text length:** 150-800 words depending on format",
          "item": [
            {
              "id": "e651e00c-8cb1-4fce-b8ec-09a62f7862a3",
              "name": "Current Month - English Paragraph",
              "request": {
                "name": "Current Month - English Paragraph",
                "description": {
                  "content": "🎯 **Get Personal Monthly Text Horoscope**\n\n📋 **Endpoint Description:**\n👤 **Personalized Monthly Text Horoscope** - Based on YOUR complete natal chart\n\n**Perfect for:**\n- 📅 Monthly personal planning\n- 📧 Monthly personalized email newsletters\n- 📱 Premium monthly insights\n- 💬 Monthly 1-on-1 guidance\n\n**What makes it personal:**\n- 🎂 Based on YOUR exact birth time and location\n- 🌍 YOUR precise planetary positions\n- 🎯 Monthly transits to YOUR natal planets\n- ⭐ Monthly guidance for YOUR chart\n\n**Response time:** ~400-600ms | **Text length:** 150-800 words depending on format\n\n✨ **Example Description:**\nPersonalized monthly horoscope based on complete birth chart\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/monthly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "monthly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"language\": \"en\",\n  \"format\": \"paragraph\",\n  \"emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "acfcef6f-4537-444e-b207-618b54113871",
              "name": "Specific Month - German Long Format",
              "request": {
                "name": "Specific Month - German Long Format",
                "description": {
                  "content": "🎯 **Get Personal Monthly Text Horoscope**\n\n📋 **Endpoint Description:**\n👤 **Personalized Monthly Text Horoscope** - Based on YOUR complete natal chart\n\n**Perfect for:**\n- 📅 Monthly personal planning\n- 📧 Monthly personalized email newsletters\n- 📱 Premium monthly insights\n- 💬 Monthly 1-on-1 guidance\n\n**What makes it personal:**\n- 🎂 Based on YOUR exact birth time and location\n- 🌍 YOUR precise planetary positions\n- 🎯 Monthly transits to YOUR natal planets\n- ⭐ Monthly guidance for YOUR chart\n\n**Response time:** ~400-600ms | **Text length:** 150-800 words depending on format\n\n✨ **Example Description:**\nMonthly horoscope for January 2025 in German\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/monthly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "monthly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Klaus\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 18,\n      \"minute\": 45,\n      \"city\": \"Berlin\",\n      \"country_code\": \"DE\"\n    }\n  },\n  \"target_date\": \"2025-01-15\",\n  \"language\": \"de\",\n  \"format\": \"long\",\n  \"emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Personal Yearly Text Horoscope",
          "description": "All available examples for Get Personal Yearly Text Horoscope endpoint. 👤 **Personalized Yearly Text Horoscope** - Based on YOUR complete natal chart\n\n**Perfect for:**\n- 📅 Yearly personal planning\n- 📧 Annual personalized horoscope emails\n- 📱 Premium yearly insights\n- 💬 Comprehensive yearly guidance\n\n**What makes it personal:**\n- 🎂 Based on YOUR exact birth time and location\n- 🌍 YOUR precise planetary positions\n- 🎯 Major yearly transits to YOUR natal planets\n- ⭐ Comprehensive yearly guidance for YOUR chart\n\n**Response time:** ~400-600ms | **Text length:** 200-1000 words depending on format",
          "item": [
            {
              "id": "7a2d7d5f-c112-45b3-9fa2-3c147b01510a",
              "name": "Current Year - English Paragraph",
              "request": {
                "name": "Current Year - English Paragraph",
                "description": {
                  "content": "🎯 **Get Personal Yearly Text Horoscope**\n\n📋 **Endpoint Description:**\n👤 **Personalized Yearly Text Horoscope** - Based on YOUR complete natal chart\n\n**Perfect for:**\n- 📅 Yearly personal planning\n- 📧 Annual personalized horoscope emails\n- 📱 Premium yearly insights\n- 💬 Comprehensive yearly guidance\n\n**What makes it personal:**\n- 🎂 Based on YOUR exact birth time and location\n- 🌍 YOUR precise planetary positions\n- 🎯 Major yearly transits to YOUR natal planets\n- ⭐ Comprehensive yearly guidance for YOUR chart\n\n**Response time:** ~400-600ms | **Text length:** 200-1000 words depending on format\n\n✨ **Example Description:**\nPersonalized yearly horoscope based on complete birth chart\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/yearly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "yearly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"language\": \"en\",\n  \"format\": \"paragraph\",\n  \"emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "678f1baf-815e-4ff9-8685-1cd03fe3a5a2",
              "name": "Year 2025 - Russian Long Format",
              "request": {
                "name": "Year 2025 - Russian Long Format",
                "description": {
                  "content": "🎯 **Get Personal Yearly Text Horoscope**\n\n📋 **Endpoint Description:**\n👤 **Personalized Yearly Text Horoscope** - Based on YOUR complete natal chart\n\n**Perfect for:**\n- 📅 Yearly personal planning\n- 📧 Annual personalized horoscope emails\n- 📱 Premium yearly insights\n- 💬 Comprehensive yearly guidance\n\n**What makes it personal:**\n- 🎂 Based on YOUR exact birth time and location\n- 🌍 YOUR precise planetary positions\n- 🎯 Major yearly transits to YOUR natal planets\n- ⭐ Comprehensive yearly guidance for YOUR chart\n\n**Response time:** ~400-600ms | **Text length:** 200-1000 words depending on format\n\n✨ **Example Description:**\nYearly horoscope for 2025 in Russian\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/personal/yearly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "personal",
                    "yearly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"\\u041e\\u043b\\u0435\\u0433\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"target_date\": \"2025-01-01\",\n  \"language\": \"ru\",\n  \"format\": \"long\",\n  \"emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Weekly Text Horoscope",
          "description": "All available examples for Get Weekly Text Horoscope endpoint. 📅 **Text-Based Weekly Horoscope** - Ready-to-display week forecast\n\n**Perfect for:**\n- 📱 Weekly planning apps - display week ahead\n- 📧 Email newsletters - copy-paste ready\n- 📰 Weekly columns - formatted content\n- 🌐 Website weekly updates - instant integration\n- 💬 Weekly digest messages - structured content\n- 📲 Weekly notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete weekly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text with top 3 life areas\n- **bullets**: Organized list with all life areas, lucky elements, advice\n- **short**: Brief weekly preview (1-2 sentences)\n- **long**: Comprehensive with key events, all areas, lucky elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌤️, ⚠️, 💖, 💼, etc.)\n- New rating system: ⚠️ (1/5), 🌤️ (2/5), ⭐ (3/5), ✨ (4/5), 🌟 (5/5)\n- Perfect for modern apps and social media\n\n**Week calculation:**\n- Defaults to current week (Monday to Sunday)\n- Or specify `date` for a specific week\n- Always starts on Monday, ends on Sunday\n\n**Response time:** ~200-400ms | **Zero client-side processing required**",
          "item": [
            {
              "id": "9fac73c3-8fae-4b38-baf4-baccfd200d2d",
              "name": "Aries - Current Week Paragraph",
              "request": {
                "name": "Aries - Current Week Paragraph",
                "description": {
                  "content": "🎯 **Get Weekly Text Horoscope**\n\n📋 **Endpoint Description:**\n📅 **Text-Based Weekly Horoscope** - Ready-to-display week forecast\n\n**Perfect for:**\n- 📱 Weekly planning apps - display week ahead\n- 📧 Email newsletters - copy-paste ready\n- 📰 Weekly columns - formatted content\n- 🌐 Website weekly updates - instant integration\n- 💬 Weekly digest messages - structured content\n- 📲 Weekly notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete weekly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text with top 3 life areas\n- **bullets**: Organized list with all life areas, lucky elements, advice\n- **short**: Brief weekly preview (1-2 sentences)\n- **long**: Comprehensive with key events, all areas, lucky elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌤️, ⚠️, 💖, 💼, etc.)\n- New rating system: ⚠️ (1/5), 🌤️ (2/5), ⭐ (3/5), ✨ (4/5), 🌟 (5/5)\n- Perfect for modern apps and social media\n\n**Week calculation:**\n- Defaults to current week (Monday to Sunday)\n- Or specify `date` for a specific week\n- Always starts on Monday, ends on Sunday\n\n**Response time:** ~200-400ms | **Zero client-side processing required**\n\n✨ **Example Description:**\nGet text-based weekly horoscope for current week\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/weekly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "weekly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Aries\",\n  \"language\": \"en\",\n  \"format\": \"paragraph\",\n  \"use_emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d48ff18d-d047-4a4e-ba38-13777a69a9b0",
              "name": "Leo - Specific Week with Bullets",
              "request": {
                "name": "Leo - Specific Week with Bullets",
                "description": {
                  "content": "🎯 **Get Weekly Text Horoscope**\n\n📋 **Endpoint Description:**\n📅 **Text-Based Weekly Horoscope** - Ready-to-display week forecast\n\n**Perfect for:**\n- 📱 Weekly planning apps - display week ahead\n- 📧 Email newsletters - copy-paste ready\n- 📰 Weekly columns - formatted content\n- 🌐 Website weekly updates - instant integration\n- 💬 Weekly digest messages - structured content\n- 📲 Weekly notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete weekly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text with top 3 life areas\n- **bullets**: Organized list with all life areas, lucky elements, advice\n- **short**: Brief weekly preview (1-2 sentences)\n- **long**: Comprehensive with key events, all areas, lucky elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌤️, ⚠️, 💖, 💼, etc.)\n- New rating system: ⚠️ (1/5), 🌤️ (2/5), ⭐ (3/5), ✨ (4/5), 🌟 (5/5)\n- Perfect for modern apps and social media\n\n**Week calculation:**\n- Defaults to current week (Monday to Sunday)\n- Or specify `date` for a specific week\n- Always starts on Monday, ends on Sunday\n\n**Response time:** ~200-400ms | **Zero client-side processing required**\n\n✨ **Example Description:**\nGet bullet-format weekly horoscope for specific week\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/weekly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "weekly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Leo\",\n  \"date\": \"2025-01-13\",\n  \"language\": \"en\",\n  \"format\": \"bullets\",\n  \"use_emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "deb75bb5-4367-4be8-bb48-3910df563ff1",
              "name": "Gemini - Short Preview",
              "request": {
                "name": "Gemini - Short Preview",
                "description": {
                  "content": "🎯 **Get Weekly Text Horoscope**\n\n📋 **Endpoint Description:**\n📅 **Text-Based Weekly Horoscope** - Ready-to-display week forecast\n\n**Perfect for:**\n- 📱 Weekly planning apps - display week ahead\n- 📧 Email newsletters - copy-paste ready\n- 📰 Weekly columns - formatted content\n- 🌐 Website weekly updates - instant integration\n- 💬 Weekly digest messages - structured content\n- 📲 Weekly notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete weekly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text with top 3 life areas\n- **bullets**: Organized list with all life areas, lucky elements, advice\n- **short**: Brief weekly preview (1-2 sentences)\n- **long**: Comprehensive with key events, all areas, lucky elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌤️, ⚠️, 💖, 💼, etc.)\n- New rating system: ⚠️ (1/5), 🌤️ (2/5), ⭐ (3/5), ✨ (4/5), 🌟 (5/5)\n- Perfect for modern apps and social media\n\n**Week calculation:**\n- Defaults to current week (Monday to Sunday)\n- Or specify `date` for a specific week\n- Always starts on Monday, ends on Sunday\n\n**Response time:** ~200-400ms | **Zero client-side processing required**\n\n✨ **Example Description:**\nGet a brief weekly preview (1-2 sentences)\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/weekly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "weekly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Gemini\",\n  \"language\": \"en\",\n  \"format\": \"short\",\n  \"use_emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "2aeb0d5c-08c4-49d0-b295-f2373405b83c",
              "name": "Scorpio - Detailed with Emoji",
              "request": {
                "name": "Scorpio - Detailed with Emoji",
                "description": {
                  "content": "🎯 **Get Weekly Text Horoscope**\n\n📋 **Endpoint Description:**\n📅 **Text-Based Weekly Horoscope** - Ready-to-display week forecast\n\n**Perfect for:**\n- 📱 Weekly planning apps - display week ahead\n- 📧 Email newsletters - copy-paste ready\n- 📰 Weekly columns - formatted content\n- 🌐 Website weekly updates - instant integration\n- 💬 Weekly digest messages - structured content\n- 📲 Weekly notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete weekly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text with top 3 life areas\n- **bullets**: Organized list with all life areas, lucky elements, advice\n- **short**: Brief weekly preview (1-2 sentences)\n- **long**: Comprehensive with key events, all areas, lucky elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌤️, ⚠️, 💖, 💼, etc.)\n- New rating system: ⚠️ (1/5), 🌤️ (2/5), ⭐ (3/5), ✨ (4/5), 🌟 (5/5)\n- Perfect for modern apps and social media\n\n**Week calculation:**\n- Defaults to current week (Monday to Sunday)\n- Or specify `date` for a specific week\n- Always starts on Monday, ends on Sunday\n\n**Response time:** ~200-400ms | **Zero client-side processing required**\n\n✨ **Example Description:**\nGet comprehensive weekly forecast with emoji icons\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/weekly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "weekly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Scorpio\",\n  \"language\": \"en\",\n  \"format\": \"long\",\n  \"use_emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "dd8ad982-22f3-4b2a-aa27-1c424df826ea",
              "name": "Taurus - Russian Language",
              "request": {
                "name": "Taurus - Russian Language",
                "description": {
                  "content": "🎯 **Get Weekly Text Horoscope**\n\n📋 **Endpoint Description:**\n📅 **Text-Based Weekly Horoscope** - Ready-to-display week forecast\n\n**Perfect for:**\n- 📱 Weekly planning apps - display week ahead\n- 📧 Email newsletters - copy-paste ready\n- 📰 Weekly columns - formatted content\n- 🌐 Website weekly updates - instant integration\n- 💬 Weekly digest messages - structured content\n- 📲 Weekly notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete weekly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose text with top 3 life areas\n- **bullets**: Organized list with all life areas, lucky elements, advice\n- **short**: Brief weekly preview (1-2 sentences)\n- **long**: Comprehensive with key events, all areas, lucky elements\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌤️, ⚠️, 💖, 💼, etc.)\n- New rating system: ⚠️ (1/5), 🌤️ (2/5), ⭐ (3/5), ✨ (4/5), 🌟 (5/5)\n- Perfect for modern apps and social media\n\n**Week calculation:**\n- Defaults to current week (Monday to Sunday)\n- Or specify `date` for a specific week\n- Always starts on Monday, ends on Sunday\n\n**Response time:** ~200-400ms | **Zero client-side processing required**\n\n✨ **Example Description:**\nGet weekly horoscope in Russian language\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/weekly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "weekly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Taurus\",\n  \"language\": \"ru\",\n  \"format\": \"paragraph\",\n  \"use_emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Monthly Text Horoscope",
          "description": "All available examples for Get Monthly Text Horoscope endpoint. 📆 **Text-Based Monthly Horoscope** - Ready-to-display month forecast\n\n**Perfect for:**\n- 📱 Monthly planning apps - full month overview\n- 📧 Monthly newsletters - professional content\n- 📰 Monthly columns - detailed forecasts\n- 🌐 Website monthly updates - comprehensive guides\n- 💬 Monthly digest messages - structured content\n- 📲 Monthly notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete monthly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose with moon phases and top 3 life areas\n- **bullets**: Organized list with lunar cycle, all areas, lucky elements\n- **short**: Brief monthly preview (1-2 sentences)\n- **long**: Detailed with key periods, planetary influences, all areas\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌤️, ⚠️, 💖, 💼, etc.)\n- New rating system: ⚠️ (1/5), 🌤️ (2/5), ⭐ (3/5), ✨ (4/5), 🌟 (5/5)\n- Perfect for modern apps and social media\n\n**Month calculation:**\n- Defaults to current month\n- Or specify `year` and `month` for any month\n- Includes lunar cycle (New Moon and Full Moon dates)\n\n**Response time:** ~300-500ms | **Zero parsing required**",
          "item": [
            {
              "id": "9e576eb3-a1a3-484c-bd22-7958556653c7",
              "name": "Gemini - Current Month Paragraph",
              "request": {
                "name": "Gemini - Current Month Paragraph",
                "description": {
                  "content": "🎯 **Get Monthly Text Horoscope**\n\n📋 **Endpoint Description:**\n📆 **Text-Based Monthly Horoscope** - Ready-to-display month forecast\n\n**Perfect for:**\n- 📱 Monthly planning apps - full month overview\n- 📧 Monthly newsletters - professional content\n- 📰 Monthly columns - detailed forecasts\n- 🌐 Website monthly updates - comprehensive guides\n- 💬 Monthly digest messages - structured content\n- 📲 Monthly notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete monthly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose with moon phases and top 3 life areas\n- **bullets**: Organized list with lunar cycle, all areas, lucky elements\n- **short**: Brief monthly preview (1-2 sentences)\n- **long**: Detailed with key periods, planetary influences, all areas\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌤️, ⚠️, 💖, 💼, etc.)\n- New rating system: ⚠️ (1/5), 🌤️ (2/5), ⭐ (3/5), ✨ (4/5), 🌟 (5/5)\n- Perfect for modern apps and social media\n\n**Month calculation:**\n- Defaults to current month\n- Or specify `year` and `month` for any month\n- Includes lunar cycle (New Moon and Full Moon dates)\n\n**Response time:** ~300-500ms | **Zero parsing required**\n\n✨ **Example Description:**\nGet text-based monthly horoscope for current month\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/monthly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "monthly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Gemini\",\n  \"language\": \"en\",\n  \"format\": \"paragraph\",\n  \"use_emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9ce47875-7592-41d9-a99b-40bfe4571699",
              "name": "Scorpio - February Long Format",
              "request": {
                "name": "Scorpio - February Long Format",
                "description": {
                  "content": "🎯 **Get Monthly Text Horoscope**\n\n📋 **Endpoint Description:**\n📆 **Text-Based Monthly Horoscope** - Ready-to-display month forecast\n\n**Perfect for:**\n- 📱 Monthly planning apps - full month overview\n- 📧 Monthly newsletters - professional content\n- 📰 Monthly columns - detailed forecasts\n- 🌐 Website monthly updates - comprehensive guides\n- 💬 Monthly digest messages - structured content\n- 📲 Monthly notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete monthly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose with moon phases and top 3 life areas\n- **bullets**: Organized list with lunar cycle, all areas, lucky elements\n- **short**: Brief monthly preview (1-2 sentences)\n- **long**: Detailed with key periods, planetary influences, all areas\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌤️, ⚠️, 💖, 💼, etc.)\n- New rating system: ⚠️ (1/5), 🌤️ (2/5), ⭐ (3/5), ✨ (4/5), 🌟 (5/5)\n- Perfect for modern apps and social media\n\n**Month calculation:**\n- Defaults to current month\n- Or specify `year` and `month` for any month\n- Includes lunar cycle (New Moon and Full Moon dates)\n\n**Response time:** ~300-500ms | **Zero parsing required**\n\n✨ **Example Description:**\nGet detailed monthly horoscope for specific month\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/monthly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "monthly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Scorpio\",\n  \"year\": 2025,\n  \"month\": 2,\n  \"language\": \"en\",\n  \"format\": \"long\",\n  \"use_emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d8e1e995-1fec-4b37-a2b3-093ccba0a5d7",
              "name": "Aries - Bullet List with Emoji",
              "request": {
                "name": "Aries - Bullet List with Emoji",
                "description": {
                  "content": "🎯 **Get Monthly Text Horoscope**\n\n📋 **Endpoint Description:**\n📆 **Text-Based Monthly Horoscope** - Ready-to-display month forecast\n\n**Perfect for:**\n- 📱 Monthly planning apps - full month overview\n- 📧 Monthly newsletters - professional content\n- 📰 Monthly columns - detailed forecasts\n- 🌐 Website monthly updates - comprehensive guides\n- 💬 Monthly digest messages - structured content\n- 📲 Monthly notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete monthly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose with moon phases and top 3 life areas\n- **bullets**: Organized list with lunar cycle, all areas, lucky elements\n- **short**: Brief monthly preview (1-2 sentences)\n- **long**: Detailed with key periods, planetary influences, all areas\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌤️, ⚠️, 💖, 💼, etc.)\n- New rating system: ⚠️ (1/5), 🌤️ (2/5), ⭐ (3/5), ✨ (4/5), 🌟 (5/5)\n- Perfect for modern apps and social media\n\n**Month calculation:**\n- Defaults to current month\n- Or specify `year` and `month` for any month\n- Includes lunar cycle (New Moon and Full Moon dates)\n\n**Response time:** ~300-500ms | **Zero parsing required**\n\n✨ **Example Description:**\nGet organized monthly forecast with emoji icons\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/monthly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "monthly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Aries\",\n  \"year\": 2025,\n  \"month\": 3,\n  \"language\": \"en\",\n  \"format\": \"bullets\",\n  \"use_emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d9f7c013-26b1-43bf-9134-a4178f2d92c9",
              "name": "Leo - Short Preview",
              "request": {
                "name": "Leo - Short Preview",
                "description": {
                  "content": "🎯 **Get Monthly Text Horoscope**\n\n📋 **Endpoint Description:**\n📆 **Text-Based Monthly Horoscope** - Ready-to-display month forecast\n\n**Perfect for:**\n- 📱 Monthly planning apps - full month overview\n- 📧 Monthly newsletters - professional content\n- 📰 Monthly columns - detailed forecasts\n- 🌐 Website monthly updates - comprehensive guides\n- 💬 Monthly digest messages - structured content\n- 📲 Monthly notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete monthly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose with moon phases and top 3 life areas\n- **bullets**: Organized list with lunar cycle, all areas, lucky elements\n- **short**: Brief monthly preview (1-2 sentences)\n- **long**: Detailed with key periods, planetary influences, all areas\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌤️, ⚠️, 💖, 💼, etc.)\n- New rating system: ⚠️ (1/5), 🌤️ (2/5), ⭐ (3/5), ✨ (4/5), 🌟 (5/5)\n- Perfect for modern apps and social media\n\n**Month calculation:**\n- Defaults to current month\n- Or specify `year` and `month` for any month\n- Includes lunar cycle (New Moon and Full Moon dates)\n\n**Response time:** ~300-500ms | **Zero parsing required**\n\n✨ **Example Description:**\nGet a brief monthly preview (1-2 sentences)\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/monthly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "monthly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Leo\",\n  \"language\": \"en\",\n  \"format\": \"short\",\n  \"use_emoji\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9efc7a05-859f-4a85-9234-dc37054c687c",
              "name": "Pisces - French Language",
              "request": {
                "name": "Pisces - French Language",
                "description": {
                  "content": "🎯 **Get Monthly Text Horoscope**\n\n📋 **Endpoint Description:**\n📆 **Text-Based Monthly Horoscope** - Ready-to-display month forecast\n\n**Perfect for:**\n- 📱 Monthly planning apps - full month overview\n- 📧 Monthly newsletters - professional content\n- 📰 Monthly columns - detailed forecasts\n- 🌐 Website monthly updates - comprehensive guides\n- 💬 Monthly digest messages - structured content\n- 📲 Monthly notifications - formatted text\n\n**What you get:**\n- ✅ **One API call** - complete monthly text ready for display\n- ✅ **No parsing needed** - just show the text\n- ✅ **Multiple formats** - paragraph, bullets, short, long\n- ✅ **Emoji support** - optional visual enhancement\n- ✅ **Multi-language** - 11 languages supported\n- ✅ **Real calculations** - Swiss Ephemeris accuracy\n\n**Format options:**\n- **paragraph** (default): Connected prose with moon phases and top 3 life areas\n- **bullets**: Organized list with lunar cycle, all areas, lucky elements\n- **short**: Brief monthly preview (1-2 sentences)\n- **long**: Detailed with key periods, planetary influences, all areas\n\n**Emoji option:**\n- Set `use_emoji: true` for visual icons (⭐, 🌤️, ⚠️, 💖, 💼, etc.)\n- New rating system: ⚠️ (1/5), 🌤️ (2/5), ⭐ (3/5), ✨ (4/5), 🌟 (5/5)\n- Perfect for modern apps and social media\n\n**Month calculation:**\n- Defaults to current month\n- Or specify `year` and `month` for any month\n- Includes lunar cycle (New Moon and Full Moon dates)\n\n**Response time:** ~300-500ms | **Zero parsing required**\n\n✨ **Example Description:**\nGet monthly horoscope in French language\n\n🔗 **Endpoint:** `POST /api/v3/horoscope/sign/monthly/text`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "horoscope",
                    "sign",
                    "monthly",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Pisces\",\n  \"year\": 2025,\n  \"month\": 4,\n  \"language\": \"fr\",\n  \"format\": \"paragraph\",\n  \"use_emoji\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Generate Daily Horoscope Pdf Endpoint",
          "description": "All available examples for Generate Daily Horoscope Pdf Endpoint endpoint. 📄 **Generate Daily Horoscope PDF** - Beautiful, downloadable horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app horoscope downloads\n- 📧 Email attachment horoscopes\n- 🖨️ Print-ready daily guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general daily horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Toggleable Sections (`sections`)\n\n| Section | Default | Description |\n|---------|---------|-------------|\n| `general_overview` | `true` | Overall daily theme and energy rating (1-5 stars) |\n| `love_relationships` | `true` | Romance and relationship guidance |\n| `career_finance` | `true` | Career moves and financial outlook |\n| `health_wellness` | `true` | Physical and mental wellbeing tips |\n| `lucky_elements` | `true` | Colors, numbers, stones, directions, best hours |\n| `daily_affirmation` | `true` | Inspirational daily affirmation quote |\n| `planetary_influences` | `true` | Active transits with exact times and direction |\n| `max_planetary_influences` | `5` | Number of transits to show (1-10) |\n| `moon_phase` | `true` | Current lunar phase and its meaning |\n| `compatibility_tip` | `false` | Compatibility tip of the day |\n| `tarot_card` | `false` | Daily tarot card pull (requires tarot service) |\n\n**Note:** At least ONE section must be enabled.\n\n---\n\n## PDF Options (`pdf_options`)\n\n### Page Settings (`page_settings`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `page_size` | enum | `\"A4\"` | A4, Letter, Legal, A3, A5 |\n| `orientation` | enum | `\"portrait\"` | portrait, landscape |\n| `margins` | object | 25.4mm | `{top, bottom, left, right}` in mm |\n\n### Header/Footer (`header_footer`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `show_header` | bool | `true` | Show header on pages |\n| `show_footer` | bool | `true` | Show footer on pages |\n| `header_text` | string | null | Custom text with placeholders: `{title}`, `{subject_name}`, `{date}` |\n| `footer_text` | string | null | Custom text with placeholders: `{page}`, `{total_pages}`, `{date}` |\n| `page_numbers` | bool | `true` | Show page numbers |\n| `page_number_position` | enum | `\"center\"` | left, center, right, none |\n| `first_page_header` | bool | `false` | Show header on first page |\n| `first_page_footer` | bool | `true` | Show footer on first page |\n\n### Style (`style`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `theme` | enum | `\"light\"` | light, dark, minimal, luxury, cosmic |\n| `accent_color` | string | null | Hex color for headings (#RRGGBB) |\n| `secondary_color` | string | null | Hex color for subtle highlights |\n| `font_style` | enum | `\"modern\"` | modern, classic, elegant, technical |\n| `font_size_base` | int | `11` | Base font size (8-16 points) |\n| `line_height` | float | `1.5` | Line height multiplier (1.0-2.5) |\n\n### Branding (`branding`) - White-Label\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `logo_url` | string | null | URL to company logo (PNG/JPG/SVG) |\n| `logo_position` | enum | `\"left\"` | left, center, right |\n| `logo_max_height` | int | `40` | Max logo height in pixels (20-100) |\n| `company_name` | string | null | Company name for header/footer |\n| `company_website` | string | null | Company website URL |\n| `company_tagline` | string | null | Company tagline/slogan |\n| `primary_brand_color` | string | null | Primary brand color (hex) |\n| `secondary_brand_color` | string | null | Secondary brand color (hex) |\n| `footer_disclaimer` | string | null | Legal disclaimer for footer |\n\n### Customization (`customization`) - Advanced CSS/HTML\n| Field | Type | Max Size | Description |\n|-------|------|----------|-------------|\n| `custom_css` | string | 50KB | CSS to inject after base styles |\n| `custom_header_html` | string | 5KB | Replace default header HTML |\n| `custom_footer_html` | string | 5KB | Replace default footer HTML |\n| `custom_cover_html` | string | 10KB | Replace entire cover page |\n| `inject_before_content` | string | 5KB | HTML before main content |\n| `inject_after_content` | string | 5KB | HTML after main content |\n\n**HTML Placeholders:** `{{subject_name}}`, `{{birth_date}}`, `{{report_title}}`,\n`{{generation_date}}`, `{{company_name}}`, `{{website}}`, `{{tagline}}`\n\n### Other Options\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `language` | enum | `\"en\"` | en, ru, fr, de, es, it, pt, zh, hi, uk, ar |\n| `include_cover_page` | bool | `true` | Include cover page with title |\n| `include_table_of_contents` | bool | `false` | Include table of contents |\n| `watermark_text` | string | null | Watermark text (DRAFT, SAMPLE, etc.) |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `daily_horoscope_{sign}_{date}.pdf` or `daily_horoscope_{name}_{date}.pdf`\n- **Typical size:** 50-200KB depending on sections and images\n\n---\n\n## Examples\n\nSee the **Examples** dropdown in the request body schema for:\n1. Minimal - Quick Start\n2. Standard - Recommended Default\n3. Full Customization - All Options\n4. White-Label - B2B Branding\n5. Custom CSS - Advanced Styling\n6. Personalized - Transit Analysis\n7. Multilingual - Russian Language\n8. Compact - Essential Sections Only",
          "item": [
            {
              "id": "bf603357-4d3e-499e-813c-b4aaf662ae3c",
              "name": "1. Minimal - Quick Start",
              "request": {
                "name": "1. Minimal - Quick Start",
                "description": {
                  "content": "🎯 **Generate Daily Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📄 **Generate Daily Horoscope PDF** - Beautiful, downloadable horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app horoscope downloads\n- 📧 Email attachment horoscopes\n- 🖨️ Print-ready daily guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general daily horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Toggleable Sections (`sections`)\n\n| Section | Default | Description |\n|---------|---------|-------------|\n| `general_overview` | `true` | Overall daily theme and energy rating (1-5 stars) |\n| `love_relationships` | `true` | Romance and relationship guidance |\n| `career_finance` | `true` | Career moves and financial outlook |\n| `health_wellness` | `true` | Physical and mental wellbeing tips |\n| `lucky_elements` | `true` | Colors, numbers, stones, directions, best hours |\n| `daily_affirmation` | `true` | Inspirational daily affirmation quote |\n| `planetary_influences` | `true` | Active transits with exact times and direction |\n| `max_planetary_influences` | `5` | Number of transits to show (1-10) |\n| `moon_phase` | `true` | Current lunar phase and its meaning |\n| `compatibility_tip` | `false` | Compatibility tip of the day |\n| `tarot_card` | `false` | Daily tarot card pull (requires tarot service) |\n\n**Note:** At least ONE section must be enabled.\n\n---\n\n## PDF Options (`pdf_options`)\n\n### Page Settings (`page_settings`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `page_size` | enum | `\"A4\"` | A4, Letter, Legal, A3, A5 |\n| `orientation` | enum | `\"portrait\"` | portrait, landscape |\n| `margins` | object | 25.4mm | `{top, bottom, left, right}` in mm |\n\n### Header/Footer (`header_footer`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `show_header` | bool | `true` | Show header on pages |\n| `show_footer` | bool | `true` | Show footer on pages |\n| `header_text` | string | null | Custom text with placeholders: `{title}`, `{subject_name}`, `{date}` |\n| `footer_text` | string | null | Custom text with placeholders: `{page}`, `{total_pages}`, `{date}` |\n| `page_numbers` | bool | `true` | Show page numbers |\n| `page_number_position` | enum | `\"center\"` | left, center, right, none |\n| `first_page_header` | bool | `false` | Show header on first page |\n| `first_page_footer` | bool | `true` | Show footer on first page |\n\n### Style (`style`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `theme` | enum | `\"light\"` | light, dark, minimal, luxury, cosmic |\n| `accent_color` | string | null | Hex color for headings (#RRGGBB) |\n| `secondary_color` | string | null | Hex color for subtle highlights |\n| `font_style` | enum | `\"modern\"` | modern, classic, elegant, technical |\n| `font_size_base` | int | `11` | Base font size (8-16 points) |\n| `line_height` | float | `1.5` | Line height multiplier (1.0-2.5) |\n\n### Branding (`branding`) - White-Label\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `logo_url` | string | null | URL to company logo (PNG/JPG/SVG) |\n| `logo_position` | enum | `\"left\"` | left, center, right |\n| `logo_max_height` | int | `40` | Max logo height in pixels (20-100) |\n| `company_name` | string | null | Company name for header/footer |\n| `company_website` | string | null | Company website URL |\n| `company_tagline` | string | null | Company tagline/slogan |\n| `primary_brand_color` | string | null | Primary brand color (hex) |\n| `secondary_brand_color` | string | null | Secondary brand color (hex) |\n| `footer_disclaimer` | string | null | Legal disclaimer for footer |\n\n### Customization (`customization`) - Advanced CSS/HTML\n| Field | Type | Max Size | Description |\n|-------|------|----------|-------------|\n| `custom_css` | string | 50KB | CSS to inject after base styles |\n| `custom_header_html` | string | 5KB | Replace default header HTML |\n| `custom_footer_html` | string | 5KB | Replace default footer HTML |\n| `custom_cover_html` | string | 10KB | Replace entire cover page |\n| `inject_before_content` | string | 5KB | HTML before main content |\n| `inject_after_content` | string | 5KB | HTML after main content |\n\n**HTML Placeholders:** `{{subject_name}}`, `{{birth_date}}`, `{{report_title}}`,\n`{{generation_date}}`, `{{company_name}}`, `{{website}}`, `{{tagline}}`\n\n### Other Options\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `language` | enum | `\"en\"` | en, ru, fr, de, es, it, pt, zh, hi, uk, ar |\n| `include_cover_page` | bool | `true` | Include cover page with title |\n| `include_table_of_contents` | bool | `false` | Include table of contents |\n| `watermark_text` | string | null | Watermark text (DRAFT, SAMPLE, etc.) |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `daily_horoscope_{sign}_{date}.pdf` or `daily_horoscope_{name}_{date}.pdf`\n- **Typical size:** 50-200KB depending on sections and images\n\n---\n\n## Examples\n\nSee the **Examples** dropdown in the request body schema for:\n1. Minimal - Quick Start\n2. Standard - Recommended Default\n3. Full Customization - All Options\n4. White-Label - B2B Branding\n5. Custom CSS - Advanced Styling\n6. Personalized - Transit Analysis\n7. Multilingual - Russian Language\n8. Compact - Essential Sections Only\n\n✨ **Example Description:**\n**Simplest possible request** - just sign and date. All sections enabled by default, light theme, English. Perfect for testing or basic integration.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Ari\",\n  \"target_date\": \"2025-01-25\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "80d290af-6ec2-4e80-8895-b24c6356c55d",
              "name": "2. Standard - Recommended Default",
              "request": {
                "name": "2. Standard - Recommended Default",
                "description": {
                  "content": "🎯 **Generate Daily Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📄 **Generate Daily Horoscope PDF** - Beautiful, downloadable horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app horoscope downloads\n- 📧 Email attachment horoscopes\n- 🖨️ Print-ready daily guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general daily horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Toggleable Sections (`sections`)\n\n| Section | Default | Description |\n|---------|---------|-------------|\n| `general_overview` | `true` | Overall daily theme and energy rating (1-5 stars) |\n| `love_relationships` | `true` | Romance and relationship guidance |\n| `career_finance` | `true` | Career moves and financial outlook |\n| `health_wellness` | `true` | Physical and mental wellbeing tips |\n| `lucky_elements` | `true` | Colors, numbers, stones, directions, best hours |\n| `daily_affirmation` | `true` | Inspirational daily affirmation quote |\n| `planetary_influences` | `true` | Active transits with exact times and direction |\n| `max_planetary_influences` | `5` | Number of transits to show (1-10) |\n| `moon_phase` | `true` | Current lunar phase and its meaning |\n| `compatibility_tip` | `false` | Compatibility tip of the day |\n| `tarot_card` | `false` | Daily tarot card pull (requires tarot service) |\n\n**Note:** At least ONE section must be enabled.\n\n---\n\n## PDF Options (`pdf_options`)\n\n### Page Settings (`page_settings`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `page_size` | enum | `\"A4\"` | A4, Letter, Legal, A3, A5 |\n| `orientation` | enum | `\"portrait\"` | portrait, landscape |\n| `margins` | object | 25.4mm | `{top, bottom, left, right}` in mm |\n\n### Header/Footer (`header_footer`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `show_header` | bool | `true` | Show header on pages |\n| `show_footer` | bool | `true` | Show footer on pages |\n| `header_text` | string | null | Custom text with placeholders: `{title}`, `{subject_name}`, `{date}` |\n| `footer_text` | string | null | Custom text with placeholders: `{page}`, `{total_pages}`, `{date}` |\n| `page_numbers` | bool | `true` | Show page numbers |\n| `page_number_position` | enum | `\"center\"` | left, center, right, none |\n| `first_page_header` | bool | `false` | Show header on first page |\n| `first_page_footer` | bool | `true` | Show footer on first page |\n\n### Style (`style`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `theme` | enum | `\"light\"` | light, dark, minimal, luxury, cosmic |\n| `accent_color` | string | null | Hex color for headings (#RRGGBB) |\n| `secondary_color` | string | null | Hex color for subtle highlights |\n| `font_style` | enum | `\"modern\"` | modern, classic, elegant, technical |\n| `font_size_base` | int | `11` | Base font size (8-16 points) |\n| `line_height` | float | `1.5` | Line height multiplier (1.0-2.5) |\n\n### Branding (`branding`) - White-Label\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `logo_url` | string | null | URL to company logo (PNG/JPG/SVG) |\n| `logo_position` | enum | `\"left\"` | left, center, right |\n| `logo_max_height` | int | `40` | Max logo height in pixels (20-100) |\n| `company_name` | string | null | Company name for header/footer |\n| `company_website` | string | null | Company website URL |\n| `company_tagline` | string | null | Company tagline/slogan |\n| `primary_brand_color` | string | null | Primary brand color (hex) |\n| `secondary_brand_color` | string | null | Secondary brand color (hex) |\n| `footer_disclaimer` | string | null | Legal disclaimer for footer |\n\n### Customization (`customization`) - Advanced CSS/HTML\n| Field | Type | Max Size | Description |\n|-------|------|----------|-------------|\n| `custom_css` | string | 50KB | CSS to inject after base styles |\n| `custom_header_html` | string | 5KB | Replace default header HTML |\n| `custom_footer_html` | string | 5KB | Replace default footer HTML |\n| `custom_cover_html` | string | 10KB | Replace entire cover page |\n| `inject_before_content` | string | 5KB | HTML before main content |\n| `inject_after_content` | string | 5KB | HTML after main content |\n\n**HTML Placeholders:** `{{subject_name}}`, `{{birth_date}}`, `{{report_title}}`,\n`{{generation_date}}`, `{{company_name}}`, `{{website}}`, `{{tagline}}`\n\n### Other Options\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `language` | enum | `\"en\"` | en, ru, fr, de, es, it, pt, zh, hi, uk, ar |\n| `include_cover_page` | bool | `true` | Include cover page with title |\n| `include_table_of_contents` | bool | `false` | Include table of contents |\n| `watermark_text` | string | null | Watermark text (DRAFT, SAMPLE, etc.) |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `daily_horoscope_{sign}_{date}.pdf` or `daily_horoscope_{name}_{date}.pdf`\n- **Typical size:** 50-200KB depending on sections and images\n\n---\n\n## Examples\n\nSee the **Examples** dropdown in the request body schema for:\n1. Minimal - Quick Start\n2. Standard - Recommended Default\n3. Full Customization - All Options\n4. White-Label - B2B Branding\n5. Custom CSS - Advanced Styling\n6. Personalized - Transit Analysis\n7. Multilingual - Russian Language\n8. Compact - Essential Sections Only\n\n✨ **Example Description:**\n**Production-ready default configuration** with all core sections. Light theme, A4 format, English. Use this as your baseline for most horoscope PDFs.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Leo\",\n  \"target_date\": \"2025-01-25\",\n  \"sections\": {\n    \"general_overview\": true,\n    \"love_relationships\": true,\n    \"career_finance\": true,\n    \"health_wellness\": true,\n    \"lucky_elements\": true,\n    \"daily_affirmation\": true,\n    \"planetary_influences\": true,\n    \"moon_phase\": true,\n    \"compatibility_tip\": false,\n    \"tarot_card\": false\n  },\n  \"pdf_options\": {\n    \"page_settings\": {\n      \"page_size\": \"A4\",\n      \"orientation\": \"portrait\",\n      \"margins\": {\n        \"top\": 25.4,\n        \"bottom\": 25.4,\n        \"left\": 25.4,\n        \"right\": 25.4\n      }\n    },\n    \"header_footer\": {\n      \"show_header\": true,\n      \"show_footer\": true,\n      \"page_numbers\": true,\n      \"page_number_position\": \"center\"\n    },\n    \"style\": {\n      \"theme\": \"light\",\n      \"font_style\": \"modern\",\n      \"font_size_base\": 11,\n      \"line_height\": 1.5\n    },\n    \"language\": \"en\",\n    \"include_cover_page\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "2894cbe4-e2d2-4fe9-bd7e-8d420b22c4c0",
              "name": "3. Full Customization - All Options",
              "request": {
                "name": "3. Full Customization - All Options",
                "description": {
                  "content": "🎯 **Generate Daily Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📄 **Generate Daily Horoscope PDF** - Beautiful, downloadable horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app horoscope downloads\n- 📧 Email attachment horoscopes\n- 🖨️ Print-ready daily guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general daily horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Toggleable Sections (`sections`)\n\n| Section | Default | Description |\n|---------|---------|-------------|\n| `general_overview` | `true` | Overall daily theme and energy rating (1-5 stars) |\n| `love_relationships` | `true` | Romance and relationship guidance |\n| `career_finance` | `true` | Career moves and financial outlook |\n| `health_wellness` | `true` | Physical and mental wellbeing tips |\n| `lucky_elements` | `true` | Colors, numbers, stones, directions, best hours |\n| `daily_affirmation` | `true` | Inspirational daily affirmation quote |\n| `planetary_influences` | `true` | Active transits with exact times and direction |\n| `max_planetary_influences` | `5` | Number of transits to show (1-10) |\n| `moon_phase` | `true` | Current lunar phase and its meaning |\n| `compatibility_tip` | `false` | Compatibility tip of the day |\n| `tarot_card` | `false` | Daily tarot card pull (requires tarot service) |\n\n**Note:** At least ONE section must be enabled.\n\n---\n\n## PDF Options (`pdf_options`)\n\n### Page Settings (`page_settings`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `page_size` | enum | `\"A4\"` | A4, Letter, Legal, A3, A5 |\n| `orientation` | enum | `\"portrait\"` | portrait, landscape |\n| `margins` | object | 25.4mm | `{top, bottom, left, right}` in mm |\n\n### Header/Footer (`header_footer`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `show_header` | bool | `true` | Show header on pages |\n| `show_footer` | bool | `true` | Show footer on pages |\n| `header_text` | string | null | Custom text with placeholders: `{title}`, `{subject_name}`, `{date}` |\n| `footer_text` | string | null | Custom text with placeholders: `{page}`, `{total_pages}`, `{date}` |\n| `page_numbers` | bool | `true` | Show page numbers |\n| `page_number_position` | enum | `\"center\"` | left, center, right, none |\n| `first_page_header` | bool | `false` | Show header on first page |\n| `first_page_footer` | bool | `true` | Show footer on first page |\n\n### Style (`style`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `theme` | enum | `\"light\"` | light, dark, minimal, luxury, cosmic |\n| `accent_color` | string | null | Hex color for headings (#RRGGBB) |\n| `secondary_color` | string | null | Hex color for subtle highlights |\n| `font_style` | enum | `\"modern\"` | modern, classic, elegant, technical |\n| `font_size_base` | int | `11` | Base font size (8-16 points) |\n| `line_height` | float | `1.5` | Line height multiplier (1.0-2.5) |\n\n### Branding (`branding`) - White-Label\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `logo_url` | string | null | URL to company logo (PNG/JPG/SVG) |\n| `logo_position` | enum | `\"left\"` | left, center, right |\n| `logo_max_height` | int | `40` | Max logo height in pixels (20-100) |\n| `company_name` | string | null | Company name for header/footer |\n| `company_website` | string | null | Company website URL |\n| `company_tagline` | string | null | Company tagline/slogan |\n| `primary_brand_color` | string | null | Primary brand color (hex) |\n| `secondary_brand_color` | string | null | Secondary brand color (hex) |\n| `footer_disclaimer` | string | null | Legal disclaimer for footer |\n\n### Customization (`customization`) - Advanced CSS/HTML\n| Field | Type | Max Size | Description |\n|-------|------|----------|-------------|\n| `custom_css` | string | 50KB | CSS to inject after base styles |\n| `custom_header_html` | string | 5KB | Replace default header HTML |\n| `custom_footer_html` | string | 5KB | Replace default footer HTML |\n| `custom_cover_html` | string | 10KB | Replace entire cover page |\n| `inject_before_content` | string | 5KB | HTML before main content |\n| `inject_after_content` | string | 5KB | HTML after main content |\n\n**HTML Placeholders:** `{{subject_name}}`, `{{birth_date}}`, `{{report_title}}`,\n`{{generation_date}}`, `{{company_name}}`, `{{website}}`, `{{tagline}}`\n\n### Other Options\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `language` | enum | `\"en\"` | en, ru, fr, de, es, it, pt, zh, hi, uk, ar |\n| `include_cover_page` | bool | `true` | Include cover page with title |\n| `include_table_of_contents` | bool | `false` | Include table of contents |\n| `watermark_text` | string | null | Watermark text (DRAFT, SAMPLE, etc.) |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `daily_horoscope_{sign}_{date}.pdf` or `daily_horoscope_{name}_{date}.pdf`\n- **Typical size:** 50-200KB depending on sections and images\n\n---\n\n## Examples\n\nSee the **Examples** dropdown in the request body schema for:\n1. Minimal - Quick Start\n2. Standard - Recommended Default\n3. Full Customization - All Options\n4. White-Label - B2B Branding\n5. Custom CSS - Advanced Styling\n6. Personalized - Transit Analysis\n7. Multilingual - Russian Language\n8. Compact - Essential Sections Only\n\n✨ **Example Description:**\n**Complete configuration showing ALL available options.** Dark theme, cosmic styling, custom accent colors, watermark, Letter size for US printing. Use as reference for all possible settings.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Sco\",\n  \"target_date\": \"2025-01-25\",\n  \"sections\": {\n    \"general_overview\": true,\n    \"love_relationships\": true,\n    \"career_finance\": true,\n    \"health_wellness\": true,\n    \"lucky_elements\": true,\n    \"daily_affirmation\": true,\n    \"planetary_influences\": true,\n    \"moon_phase\": true,\n    \"compatibility_tip\": true,\n    \"tarot_card\": true\n  },\n  \"pdf_options\": {\n    \"page_settings\": {\n      \"page_size\": \"Letter\",\n      \"orientation\": \"portrait\",\n      \"margins\": {\n        \"top\": 20.0,\n        \"bottom\": 20.0,\n        \"left\": 15.0,\n        \"right\": 15.0\n      }\n    },\n    \"header_footer\": {\n      \"show_header\": true,\n      \"show_footer\": true,\n      \"header_text\": \"Daily Horoscope - {subject_name}\",\n      \"footer_text\": \"Page {page} of {total_pages} | Generated {date}\",\n      \"page_numbers\": true,\n      \"page_number_position\": \"right\",\n      \"first_page_header\": false,\n      \"first_page_footer\": true\n    },\n    \"style\": {\n      \"theme\": \"cosmic\",\n      \"accent_color\": \"#8B5CF6\",\n      \"secondary_color\": \"#A78BFA\",\n      \"font_style\": \"elegant\",\n      \"font_size_base\": 12,\n      \"line_height\": 1.6\n    },\n    \"language\": \"en\",\n    \"include_cover_page\": true,\n    \"include_table_of_contents\": false,\n    \"watermark_text\": \"SAMPLE\"\n  },\n  \"include_chart_image\": true,\n  \"chart_theme\": \"dark\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c38c01ca-6563-41f9-9e18-fcd5d074870f",
              "name": "4. White-Label - B2B Branding",
              "request": {
                "name": "4. White-Label - B2B Branding",
                "description": {
                  "content": "🎯 **Generate Daily Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📄 **Generate Daily Horoscope PDF** - Beautiful, downloadable horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app horoscope downloads\n- 📧 Email attachment horoscopes\n- 🖨️ Print-ready daily guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general daily horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Toggleable Sections (`sections`)\n\n| Section | Default | Description |\n|---------|---------|-------------|\n| `general_overview` | `true` | Overall daily theme and energy rating (1-5 stars) |\n| `love_relationships` | `true` | Romance and relationship guidance |\n| `career_finance` | `true` | Career moves and financial outlook |\n| `health_wellness` | `true` | Physical and mental wellbeing tips |\n| `lucky_elements` | `true` | Colors, numbers, stones, directions, best hours |\n| `daily_affirmation` | `true` | Inspirational daily affirmation quote |\n| `planetary_influences` | `true` | Active transits with exact times and direction |\n| `max_planetary_influences` | `5` | Number of transits to show (1-10) |\n| `moon_phase` | `true` | Current lunar phase and its meaning |\n| `compatibility_tip` | `false` | Compatibility tip of the day |\n| `tarot_card` | `false` | Daily tarot card pull (requires tarot service) |\n\n**Note:** At least ONE section must be enabled.\n\n---\n\n## PDF Options (`pdf_options`)\n\n### Page Settings (`page_settings`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `page_size` | enum | `\"A4\"` | A4, Letter, Legal, A3, A5 |\n| `orientation` | enum | `\"portrait\"` | portrait, landscape |\n| `margins` | object | 25.4mm | `{top, bottom, left, right}` in mm |\n\n### Header/Footer (`header_footer`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `show_header` | bool | `true` | Show header on pages |\n| `show_footer` | bool | `true` | Show footer on pages |\n| `header_text` | string | null | Custom text with placeholders: `{title}`, `{subject_name}`, `{date}` |\n| `footer_text` | string | null | Custom text with placeholders: `{page}`, `{total_pages}`, `{date}` |\n| `page_numbers` | bool | `true` | Show page numbers |\n| `page_number_position` | enum | `\"center\"` | left, center, right, none |\n| `first_page_header` | bool | `false` | Show header on first page |\n| `first_page_footer` | bool | `true` | Show footer on first page |\n\n### Style (`style`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `theme` | enum | `\"light\"` | light, dark, minimal, luxury, cosmic |\n| `accent_color` | string | null | Hex color for headings (#RRGGBB) |\n| `secondary_color` | string | null | Hex color for subtle highlights |\n| `font_style` | enum | `\"modern\"` | modern, classic, elegant, technical |\n| `font_size_base` | int | `11` | Base font size (8-16 points) |\n| `line_height` | float | `1.5` | Line height multiplier (1.0-2.5) |\n\n### Branding (`branding`) - White-Label\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `logo_url` | string | null | URL to company logo (PNG/JPG/SVG) |\n| `logo_position` | enum | `\"left\"` | left, center, right |\n| `logo_max_height` | int | `40` | Max logo height in pixels (20-100) |\n| `company_name` | string | null | Company name for header/footer |\n| `company_website` | string | null | Company website URL |\n| `company_tagline` | string | null | Company tagline/slogan |\n| `primary_brand_color` | string | null | Primary brand color (hex) |\n| `secondary_brand_color` | string | null | Secondary brand color (hex) |\n| `footer_disclaimer` | string | null | Legal disclaimer for footer |\n\n### Customization (`customization`) - Advanced CSS/HTML\n| Field | Type | Max Size | Description |\n|-------|------|----------|-------------|\n| `custom_css` | string | 50KB | CSS to inject after base styles |\n| `custom_header_html` | string | 5KB | Replace default header HTML |\n| `custom_footer_html` | string | 5KB | Replace default footer HTML |\n| `custom_cover_html` | string | 10KB | Replace entire cover page |\n| `inject_before_content` | string | 5KB | HTML before main content |\n| `inject_after_content` | string | 5KB | HTML after main content |\n\n**HTML Placeholders:** `{{subject_name}}`, `{{birth_date}}`, `{{report_title}}`,\n`{{generation_date}}`, `{{company_name}}`, `{{website}}`, `{{tagline}}`\n\n### Other Options\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `language` | enum | `\"en\"` | en, ru, fr, de, es, it, pt, zh, hi, uk, ar |\n| `include_cover_page` | bool | `true` | Include cover page with title |\n| `include_table_of_contents` | bool | `false` | Include table of contents |\n| `watermark_text` | string | null | Watermark text (DRAFT, SAMPLE, etc.) |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `daily_horoscope_{sign}_{date}.pdf` or `daily_horoscope_{name}_{date}.pdf`\n- **Typical size:** 50-200KB depending on sections and images\n\n---\n\n## Examples\n\nSee the **Examples** dropdown in the request body schema for:\n1. Minimal - Quick Start\n2. Standard - Recommended Default\n3. Full Customization - All Options\n4. White-Label - B2B Branding\n5. Custom CSS - Advanced Styling\n6. Personalized - Transit Analysis\n7. Multilingual - Russian Language\n8. Compact - Essential Sections Only\n\n✨ **Example Description:**\n**Professional white-label PDF for business customers.** Complete branding: logo, company name, tagline, custom colors, footer disclaimer. Ideal for horoscope apps, astrology portals, and digital publishers reselling horoscope content.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Vir\",\n  \"target_date\": \"2025-01-25\",\n  \"sections\": {\n    \"general_overview\": true,\n    \"love_relationships\": true,\n    \"career_finance\": true,\n    \"health_wellness\": true,\n    \"lucky_elements\": true,\n    \"daily_affirmation\": true,\n    \"planetary_influences\": true,\n    \"moon_phase\": true\n  },\n  \"pdf_options\": {\n    \"page_settings\": {\n      \"page_size\": \"A4\",\n      \"orientation\": \"portrait\"\n    },\n    \"header_footer\": {\n      \"show_header\": true,\n      \"show_footer\": true,\n      \"header_text\": \"{title}\",\n      \"footer_text\": \"Page {page} | {date}\",\n      \"page_numbers\": true,\n      \"first_page_header\": false\n    },\n    \"style\": {\n      \"theme\": \"light\",\n      \"font_style\": \"modern\",\n      \"font_size_base\": 11\n    },\n    \"branding\": {\n      \"logo_url\": \"https://example.com/your-logo.png\",\n      \"logo_position\": \"left\",\n      \"logo_max_height\": 45,\n      \"company_name\": \"Cosmic Insights Inc.\",\n      \"company_website\": \"https://cosmicinsights.com\",\n      \"company_tagline\": \"Your Daily Cosmic Guide\",\n      \"primary_brand_color\": \"#1E40AF\",\n      \"secondary_brand_color\": \"#60A5FA\",\n      \"footer_disclaimer\": \"For entertainment purposes only. Not intended as professional advice.\"\n    },\n    \"language\": \"en\",\n    \"include_cover_page\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b5abfd81-a774-44d0-846e-00aedd89aee7",
              "name": "5. Custom CSS - Advanced Styling",
              "request": {
                "name": "5. Custom CSS - Advanced Styling",
                "description": {
                  "content": "🎯 **Generate Daily Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📄 **Generate Daily Horoscope PDF** - Beautiful, downloadable horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app horoscope downloads\n- 📧 Email attachment horoscopes\n- 🖨️ Print-ready daily guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general daily horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Toggleable Sections (`sections`)\n\n| Section | Default | Description |\n|---------|---------|-------------|\n| `general_overview` | `true` | Overall daily theme and energy rating (1-5 stars) |\n| `love_relationships` | `true` | Romance and relationship guidance |\n| `career_finance` | `true` | Career moves and financial outlook |\n| `health_wellness` | `true` | Physical and mental wellbeing tips |\n| `lucky_elements` | `true` | Colors, numbers, stones, directions, best hours |\n| `daily_affirmation` | `true` | Inspirational daily affirmation quote |\n| `planetary_influences` | `true` | Active transits with exact times and direction |\n| `max_planetary_influences` | `5` | Number of transits to show (1-10) |\n| `moon_phase` | `true` | Current lunar phase and its meaning |\n| `compatibility_tip` | `false` | Compatibility tip of the day |\n| `tarot_card` | `false` | Daily tarot card pull (requires tarot service) |\n\n**Note:** At least ONE section must be enabled.\n\n---\n\n## PDF Options (`pdf_options`)\n\n### Page Settings (`page_settings`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `page_size` | enum | `\"A4\"` | A4, Letter, Legal, A3, A5 |\n| `orientation` | enum | `\"portrait\"` | portrait, landscape |\n| `margins` | object | 25.4mm | `{top, bottom, left, right}` in mm |\n\n### Header/Footer (`header_footer`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `show_header` | bool | `true` | Show header on pages |\n| `show_footer` | bool | `true` | Show footer on pages |\n| `header_text` | string | null | Custom text with placeholders: `{title}`, `{subject_name}`, `{date}` |\n| `footer_text` | string | null | Custom text with placeholders: `{page}`, `{total_pages}`, `{date}` |\n| `page_numbers` | bool | `true` | Show page numbers |\n| `page_number_position` | enum | `\"center\"` | left, center, right, none |\n| `first_page_header` | bool | `false` | Show header on first page |\n| `first_page_footer` | bool | `true` | Show footer on first page |\n\n### Style (`style`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `theme` | enum | `\"light\"` | light, dark, minimal, luxury, cosmic |\n| `accent_color` | string | null | Hex color for headings (#RRGGBB) |\n| `secondary_color` | string | null | Hex color for subtle highlights |\n| `font_style` | enum | `\"modern\"` | modern, classic, elegant, technical |\n| `font_size_base` | int | `11` | Base font size (8-16 points) |\n| `line_height` | float | `1.5` | Line height multiplier (1.0-2.5) |\n\n### Branding (`branding`) - White-Label\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `logo_url` | string | null | URL to company logo (PNG/JPG/SVG) |\n| `logo_position` | enum | `\"left\"` | left, center, right |\n| `logo_max_height` | int | `40` | Max logo height in pixels (20-100) |\n| `company_name` | string | null | Company name for header/footer |\n| `company_website` | string | null | Company website URL |\n| `company_tagline` | string | null | Company tagline/slogan |\n| `primary_brand_color` | string | null | Primary brand color (hex) |\n| `secondary_brand_color` | string | null | Secondary brand color (hex) |\n| `footer_disclaimer` | string | null | Legal disclaimer for footer |\n\n### Customization (`customization`) - Advanced CSS/HTML\n| Field | Type | Max Size | Description |\n|-------|------|----------|-------------|\n| `custom_css` | string | 50KB | CSS to inject after base styles |\n| `custom_header_html` | string | 5KB | Replace default header HTML |\n| `custom_footer_html` | string | 5KB | Replace default footer HTML |\n| `custom_cover_html` | string | 10KB | Replace entire cover page |\n| `inject_before_content` | string | 5KB | HTML before main content |\n| `inject_after_content` | string | 5KB | HTML after main content |\n\n**HTML Placeholders:** `{{subject_name}}`, `{{birth_date}}`, `{{report_title}}`,\n`{{generation_date}}`, `{{company_name}}`, `{{website}}`, `{{tagline}}`\n\n### Other Options\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `language` | enum | `\"en\"` | en, ru, fr, de, es, it, pt, zh, hi, uk, ar |\n| `include_cover_page` | bool | `true` | Include cover page with title |\n| `include_table_of_contents` | bool | `false` | Include table of contents |\n| `watermark_text` | string | null | Watermark text (DRAFT, SAMPLE, etc.) |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `daily_horoscope_{sign}_{date}.pdf` or `daily_horoscope_{name}_{date}.pdf`\n- **Typical size:** 50-200KB depending on sections and images\n\n---\n\n## Examples\n\nSee the **Examples** dropdown in the request body schema for:\n1. Minimal - Quick Start\n2. Standard - Recommended Default\n3. Full Customization - All Options\n4. White-Label - B2B Branding\n5. Custom CSS - Advanced Styling\n6. Personalized - Transit Analysis\n7. Multilingual - Russian Language\n8. Compact - Essential Sections Only\n\n✨ **Example Description:**\n**Advanced customization with inline CSS injection.** Override default styles for headers, sections, colors, and typography. For power users who need pixel-perfect control. CSS is injected after base styles with highest priority.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Gem\",\n  \"target_date\": \"2025-01-25\",\n  \"sections\": {\n    \"general_overview\": true,\n    \"love_relationships\": true,\n    \"career_finance\": true,\n    \"lucky_elements\": true,\n    \"moon_phase\": true,\n    \"planetary_influences\": true\n  },\n  \"pdf_options\": {\n    \"style\": {\n      \"theme\": \"minimal\",\n      \"font_style\": \"classic\"\n    },\n    \"customization\": {\n      \"custom_css\": \"/* Custom typography */\\nh1 { color: #1E3A5F; font-family: 'Georgia', serif; letter-spacing: 0.05em; }\\nh2 { color: #2D5F8B; border-bottom: 2px solid #E8D5B7; padding-bottom: 8px; }\\n\\n/* Custom section styling */\\n.section-card { background: linear-gradient(135deg, #F8F4EF 0%, #FFF 100%); border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }\\n\\n/* Rating stars color */\\n.rating-star { color: #D4A853; }\\n\\n/* Life area cards */\\n.life-area-card { border-left: 4px solid #2D5F8B; }\\n\",\n      \"inject_before_content\": \"<div style='text-align: center; padding: 20px; background: linear-gradient(135deg, #1E3A5F, #2D5F8B); color: white; margin-bottom: 24px;'><p style='font-size: 14px; opacity: 0.9;'>Premium Horoscope Service</p></div>\",\n      \"inject_after_content\": \"<div style='margin-top: 30px; padding: 20px; text-align: center; border-top: 1px solid #E8D5B7; color: #666;'><p>Thank you for choosing our premium horoscope service.</p><p style='font-size: 12px;'>Visit cosmicinsights.com for more personalized readings.</p></div>\"\n    },\n    \"language\": \"en\",\n    \"include_cover_page\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "abc57bba-d755-411e-b325-9268f99bb4b7",
              "name": "6. Personalized - Transit Analysis",
              "request": {
                "name": "6. Personalized - Transit Analysis",
                "description": {
                  "content": "🎯 **Generate Daily Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📄 **Generate Daily Horoscope PDF** - Beautiful, downloadable horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app horoscope downloads\n- 📧 Email attachment horoscopes\n- 🖨️ Print-ready daily guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general daily horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Toggleable Sections (`sections`)\n\n| Section | Default | Description |\n|---------|---------|-------------|\n| `general_overview` | `true` | Overall daily theme and energy rating (1-5 stars) |\n| `love_relationships` | `true` | Romance and relationship guidance |\n| `career_finance` | `true` | Career moves and financial outlook |\n| `health_wellness` | `true` | Physical and mental wellbeing tips |\n| `lucky_elements` | `true` | Colors, numbers, stones, directions, best hours |\n| `daily_affirmation` | `true` | Inspirational daily affirmation quote |\n| `planetary_influences` | `true` | Active transits with exact times and direction |\n| `max_planetary_influences` | `5` | Number of transits to show (1-10) |\n| `moon_phase` | `true` | Current lunar phase and its meaning |\n| `compatibility_tip` | `false` | Compatibility tip of the day |\n| `tarot_card` | `false` | Daily tarot card pull (requires tarot service) |\n\n**Note:** At least ONE section must be enabled.\n\n---\n\n## PDF Options (`pdf_options`)\n\n### Page Settings (`page_settings`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `page_size` | enum | `\"A4\"` | A4, Letter, Legal, A3, A5 |\n| `orientation` | enum | `\"portrait\"` | portrait, landscape |\n| `margins` | object | 25.4mm | `{top, bottom, left, right}` in mm |\n\n### Header/Footer (`header_footer`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `show_header` | bool | `true` | Show header on pages |\n| `show_footer` | bool | `true` | Show footer on pages |\n| `header_text` | string | null | Custom text with placeholders: `{title}`, `{subject_name}`, `{date}` |\n| `footer_text` | string | null | Custom text with placeholders: `{page}`, `{total_pages}`, `{date}` |\n| `page_numbers` | bool | `true` | Show page numbers |\n| `page_number_position` | enum | `\"center\"` | left, center, right, none |\n| `first_page_header` | bool | `false` | Show header on first page |\n| `first_page_footer` | bool | `true` | Show footer on first page |\n\n### Style (`style`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `theme` | enum | `\"light\"` | light, dark, minimal, luxury, cosmic |\n| `accent_color` | string | null | Hex color for headings (#RRGGBB) |\n| `secondary_color` | string | null | Hex color for subtle highlights |\n| `font_style` | enum | `\"modern\"` | modern, classic, elegant, technical |\n| `font_size_base` | int | `11` | Base font size (8-16 points) |\n| `line_height` | float | `1.5` | Line height multiplier (1.0-2.5) |\n\n### Branding (`branding`) - White-Label\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `logo_url` | string | null | URL to company logo (PNG/JPG/SVG) |\n| `logo_position` | enum | `\"left\"` | left, center, right |\n| `logo_max_height` | int | `40` | Max logo height in pixels (20-100) |\n| `company_name` | string | null | Company name for header/footer |\n| `company_website` | string | null | Company website URL |\n| `company_tagline` | string | null | Company tagline/slogan |\n| `primary_brand_color` | string | null | Primary brand color (hex) |\n| `secondary_brand_color` | string | null | Secondary brand color (hex) |\n| `footer_disclaimer` | string | null | Legal disclaimer for footer |\n\n### Customization (`customization`) - Advanced CSS/HTML\n| Field | Type | Max Size | Description |\n|-------|------|----------|-------------|\n| `custom_css` | string | 50KB | CSS to inject after base styles |\n| `custom_header_html` | string | 5KB | Replace default header HTML |\n| `custom_footer_html` | string | 5KB | Replace default footer HTML |\n| `custom_cover_html` | string | 10KB | Replace entire cover page |\n| `inject_before_content` | string | 5KB | HTML before main content |\n| `inject_after_content` | string | 5KB | HTML after main content |\n\n**HTML Placeholders:** `{{subject_name}}`, `{{birth_date}}`, `{{report_title}}`,\n`{{generation_date}}`, `{{company_name}}`, `{{website}}`, `{{tagline}}`\n\n### Other Options\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `language` | enum | `\"en\"` | en, ru, fr, de, es, it, pt, zh, hi, uk, ar |\n| `include_cover_page` | bool | `true` | Include cover page with title |\n| `include_table_of_contents` | bool | `false` | Include table of contents |\n| `watermark_text` | string | null | Watermark text (DRAFT, SAMPLE, etc.) |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `daily_horoscope_{sign}_{date}.pdf` or `daily_horoscope_{name}_{date}.pdf`\n- **Typical size:** 50-200KB depending on sections and images\n\n---\n\n## Examples\n\nSee the **Examples** dropdown in the request body schema for:\n1. Minimal - Quick Start\n2. Standard - Recommended Default\n3. Full Customization - All Options\n4. White-Label - B2B Branding\n5. Custom CSS - Advanced Styling\n6. Personalized - Transit Analysis\n7. Multilingual - Russian Language\n8. Compact - Essential Sections Only\n\n✨ **Example Description:**\n**Full personalized horoscope using birth data.** Calculates precise transits to natal positions. More accurate planetary influences specific to the individual. Includes subject name on cover page.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"target_date\": \"2025-01-25\",\n  \"sections\": {\n    \"general_overview\": true,\n    \"love_relationships\": true,\n    \"career_finance\": true,\n    \"health_wellness\": true,\n    \"lucky_elements\": true,\n    \"daily_affirmation\": true,\n    \"planetary_influences\": true,\n    \"moon_phase\": true\n  },\n  \"pdf_options\": {\n    \"style\": {\n      \"theme\": \"luxury\",\n      \"accent_color\": \"#D4A853\",\n      \"font_style\": \"elegant\"\n    },\n    \"header_footer\": {\n      \"header_text\": \"Personal Daily Horoscope - {subject_name}\",\n      \"footer_text\": \"Prepared exclusively for {subject_name}\"\n    },\n    \"language\": \"en\",\n    \"include_cover_page\": true\n  },\n  \"include_chart_image\": true,\n  \"chart_theme\": \"classic\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "0cc908b0-1df5-48a7-8678-5f00363228f8",
              "name": "7. Multilingual - Russian Language",
              "request": {
                "name": "7. Multilingual - Russian Language",
                "description": {
                  "content": "🎯 **Generate Daily Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📄 **Generate Daily Horoscope PDF** - Beautiful, downloadable horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app horoscope downloads\n- 📧 Email attachment horoscopes\n- 🖨️ Print-ready daily guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general daily horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Toggleable Sections (`sections`)\n\n| Section | Default | Description |\n|---------|---------|-------------|\n| `general_overview` | `true` | Overall daily theme and energy rating (1-5 stars) |\n| `love_relationships` | `true` | Romance and relationship guidance |\n| `career_finance` | `true` | Career moves and financial outlook |\n| `health_wellness` | `true` | Physical and mental wellbeing tips |\n| `lucky_elements` | `true` | Colors, numbers, stones, directions, best hours |\n| `daily_affirmation` | `true` | Inspirational daily affirmation quote |\n| `planetary_influences` | `true` | Active transits with exact times and direction |\n| `max_planetary_influences` | `5` | Number of transits to show (1-10) |\n| `moon_phase` | `true` | Current lunar phase and its meaning |\n| `compatibility_tip` | `false` | Compatibility tip of the day |\n| `tarot_card` | `false` | Daily tarot card pull (requires tarot service) |\n\n**Note:** At least ONE section must be enabled.\n\n---\n\n## PDF Options (`pdf_options`)\n\n### Page Settings (`page_settings`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `page_size` | enum | `\"A4\"` | A4, Letter, Legal, A3, A5 |\n| `orientation` | enum | `\"portrait\"` | portrait, landscape |\n| `margins` | object | 25.4mm | `{top, bottom, left, right}` in mm |\n\n### Header/Footer (`header_footer`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `show_header` | bool | `true` | Show header on pages |\n| `show_footer` | bool | `true` | Show footer on pages |\n| `header_text` | string | null | Custom text with placeholders: `{title}`, `{subject_name}`, `{date}` |\n| `footer_text` | string | null | Custom text with placeholders: `{page}`, `{total_pages}`, `{date}` |\n| `page_numbers` | bool | `true` | Show page numbers |\n| `page_number_position` | enum | `\"center\"` | left, center, right, none |\n| `first_page_header` | bool | `false` | Show header on first page |\n| `first_page_footer` | bool | `true` | Show footer on first page |\n\n### Style (`style`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `theme` | enum | `\"light\"` | light, dark, minimal, luxury, cosmic |\n| `accent_color` | string | null | Hex color for headings (#RRGGBB) |\n| `secondary_color` | string | null | Hex color for subtle highlights |\n| `font_style` | enum | `\"modern\"` | modern, classic, elegant, technical |\n| `font_size_base` | int | `11` | Base font size (8-16 points) |\n| `line_height` | float | `1.5` | Line height multiplier (1.0-2.5) |\n\n### Branding (`branding`) - White-Label\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `logo_url` | string | null | URL to company logo (PNG/JPG/SVG) |\n| `logo_position` | enum | `\"left\"` | left, center, right |\n| `logo_max_height` | int | `40` | Max logo height in pixels (20-100) |\n| `company_name` | string | null | Company name for header/footer |\n| `company_website` | string | null | Company website URL |\n| `company_tagline` | string | null | Company tagline/slogan |\n| `primary_brand_color` | string | null | Primary brand color (hex) |\n| `secondary_brand_color` | string | null | Secondary brand color (hex) |\n| `footer_disclaimer` | string | null | Legal disclaimer for footer |\n\n### Customization (`customization`) - Advanced CSS/HTML\n| Field | Type | Max Size | Description |\n|-------|------|----------|-------------|\n| `custom_css` | string | 50KB | CSS to inject after base styles |\n| `custom_header_html` | string | 5KB | Replace default header HTML |\n| `custom_footer_html` | string | 5KB | Replace default footer HTML |\n| `custom_cover_html` | string | 10KB | Replace entire cover page |\n| `inject_before_content` | string | 5KB | HTML before main content |\n| `inject_after_content` | string | 5KB | HTML after main content |\n\n**HTML Placeholders:** `{{subject_name}}`, `{{birth_date}}`, `{{report_title}}`,\n`{{generation_date}}`, `{{company_name}}`, `{{website}}`, `{{tagline}}`\n\n### Other Options\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `language` | enum | `\"en\"` | en, ru, fr, de, es, it, pt, zh, hi, uk, ar |\n| `include_cover_page` | bool | `true` | Include cover page with title |\n| `include_table_of_contents` | bool | `false` | Include table of contents |\n| `watermark_text` | string | null | Watermark text (DRAFT, SAMPLE, etc.) |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `daily_horoscope_{sign}_{date}.pdf` or `daily_horoscope_{name}_{date}.pdf`\n- **Typical size:** 50-200KB depending on sections and images\n\n---\n\n## Examples\n\nSee the **Examples** dropdown in the request body schema for:\n1. Minimal - Quick Start\n2. Standard - Recommended Default\n3. Full Customization - All Options\n4. White-Label - B2B Branding\n5. Custom CSS - Advanced Styling\n6. Personalized - Transit Analysis\n7. Multilingual - Russian Language\n8. Compact - Essential Sections Only\n\n✨ **Example Description:**\n**Russian language horoscope PDF.** Demonstrates multilingual support. Available languages: en, ru, fr, de, es, it, pt, zh, hi, uk, ar. All content, labels, and interpretations are translated.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Tau\",\n  \"target_date\": \"2025-01-25\",\n  \"sections\": {\n    \"general_overview\": true,\n    \"love_relationships\": true,\n    \"career_finance\": true,\n    \"lucky_elements\": true,\n    \"moon_phase\": true\n  },\n  \"pdf_options\": {\n    \"style\": {\n      \"theme\": \"light\"\n    },\n    \"language\": \"ru\",\n    \"include_cover_page\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "bc60fc4e-a426-4ce9-9299-be9ba0e11fae",
              "name": "8. Compact - Essential Sections Only",
              "request": {
                "name": "8. Compact - Essential Sections Only",
                "description": {
                  "content": "🎯 **Generate Daily Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📄 **Generate Daily Horoscope PDF** - Beautiful, downloadable horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app horoscope downloads\n- 📧 Email attachment horoscopes\n- 🖨️ Print-ready daily guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general daily horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Toggleable Sections (`sections`)\n\n| Section | Default | Description |\n|---------|---------|-------------|\n| `general_overview` | `true` | Overall daily theme and energy rating (1-5 stars) |\n| `love_relationships` | `true` | Romance and relationship guidance |\n| `career_finance` | `true` | Career moves and financial outlook |\n| `health_wellness` | `true` | Physical and mental wellbeing tips |\n| `lucky_elements` | `true` | Colors, numbers, stones, directions, best hours |\n| `daily_affirmation` | `true` | Inspirational daily affirmation quote |\n| `planetary_influences` | `true` | Active transits with exact times and direction |\n| `max_planetary_influences` | `5` | Number of transits to show (1-10) |\n| `moon_phase` | `true` | Current lunar phase and its meaning |\n| `compatibility_tip` | `false` | Compatibility tip of the day |\n| `tarot_card` | `false` | Daily tarot card pull (requires tarot service) |\n\n**Note:** At least ONE section must be enabled.\n\n---\n\n## PDF Options (`pdf_options`)\n\n### Page Settings (`page_settings`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `page_size` | enum | `\"A4\"` | A4, Letter, Legal, A3, A5 |\n| `orientation` | enum | `\"portrait\"` | portrait, landscape |\n| `margins` | object | 25.4mm | `{top, bottom, left, right}` in mm |\n\n### Header/Footer (`header_footer`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `show_header` | bool | `true` | Show header on pages |\n| `show_footer` | bool | `true` | Show footer on pages |\n| `header_text` | string | null | Custom text with placeholders: `{title}`, `{subject_name}`, `{date}` |\n| `footer_text` | string | null | Custom text with placeholders: `{page}`, `{total_pages}`, `{date}` |\n| `page_numbers` | bool | `true` | Show page numbers |\n| `page_number_position` | enum | `\"center\"` | left, center, right, none |\n| `first_page_header` | bool | `false` | Show header on first page |\n| `first_page_footer` | bool | `true` | Show footer on first page |\n\n### Style (`style`)\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `theme` | enum | `\"light\"` | light, dark, minimal, luxury, cosmic |\n| `accent_color` | string | null | Hex color for headings (#RRGGBB) |\n| `secondary_color` | string | null | Hex color for subtle highlights |\n| `font_style` | enum | `\"modern\"` | modern, classic, elegant, technical |\n| `font_size_base` | int | `11` | Base font size (8-16 points) |\n| `line_height` | float | `1.5` | Line height multiplier (1.0-2.5) |\n\n### Branding (`branding`) - White-Label\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `logo_url` | string | null | URL to company logo (PNG/JPG/SVG) |\n| `logo_position` | enum | `\"left\"` | left, center, right |\n| `logo_max_height` | int | `40` | Max logo height in pixels (20-100) |\n| `company_name` | string | null | Company name for header/footer |\n| `company_website` | string | null | Company website URL |\n| `company_tagline` | string | null | Company tagline/slogan |\n| `primary_brand_color` | string | null | Primary brand color (hex) |\n| `secondary_brand_color` | string | null | Secondary brand color (hex) |\n| `footer_disclaimer` | string | null | Legal disclaimer for footer |\n\n### Customization (`customization`) - Advanced CSS/HTML\n| Field | Type | Max Size | Description |\n|-------|------|----------|-------------|\n| `custom_css` | string | 50KB | CSS to inject after base styles |\n| `custom_header_html` | string | 5KB | Replace default header HTML |\n| `custom_footer_html` | string | 5KB | Replace default footer HTML |\n| `custom_cover_html` | string | 10KB | Replace entire cover page |\n| `inject_before_content` | string | 5KB | HTML before main content |\n| `inject_after_content` | string | 5KB | HTML after main content |\n\n**HTML Placeholders:** `{{subject_name}}`, `{{birth_date}}`, `{{report_title}}`,\n`{{generation_date}}`, `{{company_name}}`, `{{website}}`, `{{tagline}}`\n\n### Other Options\n| Field | Type | Default | Description |\n|-------|------|---------|-------------|\n| `language` | enum | `\"en\"` | en, ru, fr, de, es, it, pt, zh, hi, uk, ar |\n| `include_cover_page` | bool | `true` | Include cover page with title |\n| `include_table_of_contents` | bool | `false` | Include table of contents |\n| `watermark_text` | string | null | Watermark text (DRAFT, SAMPLE, etc.) |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `daily_horoscope_{sign}_{date}.pdf` or `daily_horoscope_{name}_{date}.pdf`\n- **Typical size:** 50-200KB depending on sections and images\n\n---\n\n## Examples\n\nSee the **Examples** dropdown in the request body schema for:\n1. Minimal - Quick Start\n2. Standard - Recommended Default\n3. Full Customization - All Options\n4. White-Label - B2B Branding\n5. Custom CSS - Advanced Styling\n6. Personalized - Transit Analysis\n7. Multilingual - Russian Language\n8. Compact - Essential Sections Only\n\n✨ **Example Description:**\n**Minimal PDF with only essential sections.** Compact 1-2 page output for quick daily guidance. Perfect for email newsletters or mobile widgets. At least one section must be enabled.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Cap\",\n  \"target_date\": \"2025-01-25\",\n  \"sections\": {\n    \"general_overview\": true,\n    \"love_relationships\": false,\n    \"career_finance\": false,\n    \"health_wellness\": false,\n    \"lucky_elements\": true,\n    \"daily_affirmation\": false,\n    \"planetary_influences\": false,\n    \"moon_phase\": true,\n    \"compatibility_tip\": false,\n    \"tarot_card\": false\n  },\n  \"pdf_options\": {\n    \"page_settings\": {\n      \"page_size\": \"A5\",\n      \"margins\": {\n        \"top\": 15.0,\n        \"bottom\": 15.0,\n        \"left\": 15.0,\n        \"right\": 15.0\n      }\n    },\n    \"style\": {\n      \"theme\": \"minimal\",\n      \"font_size_base\": 10\n    },\n    \"language\": \"en\",\n    \"include_cover_page\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "a13e450f-dd3a-4bbc-9f57-fae12328a10a",
          "name": "Get Daily Horoscope Data",
          "request": {
            "name": "Get Daily Horoscope Data",
            "description": {
              "content": "Get raw daily horoscope data without PDF generation.\n\nUseful for debugging and verifying data integration.\nReturns the same data that would be used for PDF generation.\n\n**Path parameters:**\n- **sign**: Zodiac sign (3-letter abbreviation: Ari, Tau, Gem, etc.)\n- **target_date**: Date for the horoscope (YYYY-MM-DD)\n\n**Query parameters:**\n- **language**: Language code (en, ru, fr, etc.)\n- **tradition**: Astrological tradition (universal, psychological, classical)",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "pdf",
                "horoscope",
                "data",
                ":sign",
                ":target_date"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "tradition",
                  "value": "universal"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "sign",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Zodiac sign (3-letter abbreviation)",
                    "type": "text/plain"
                  }
                },
                {
                  "type": "any",
                  "value": "<date>",
                  "key": "target_date",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Target date (YYYY-MM-DD)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "bd4f75c5-9699-422b-accf-ddf4222e2222",
              "name": "Raw daily horoscope data for the specified sign and date",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "data",
                    ":sign",
                    ":target_date"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "tradition",
                      "value": "universal"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7c7122a-e24f-4579-adf5-d51309d54c8f",
              "name": "Invalid PDF horoscope parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "data",
                    ":sign",
                    ":target_date"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "tradition",
                      "value": "universal"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dce8d569-cf86-4b2c-a30a-afba047e2663",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "data",
                    ":sign",
                    ":target_date"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "tradition",
                      "value": "universal"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Generate Weekly Horoscope Pdf Endpoint",
          "description": "All available examples for Generate Weekly Horoscope Pdf Endpoint endpoint. 📅 **Generate Weekly Horoscope PDF** - Comprehensive 7-day horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app weekly horoscope downloads\n- 📧 Email newsletter attachments\n- 🖨️ Print-ready weekly guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general weekly horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Key Features\n\n- **7-Day Energy Timeline**: Visual bars showing daily energy ratings\n- **Key Days Highlight**: Best day, challenging day, romance day\n- **Life Areas with Day-by-Day**: Each area has a 7-day breakdown table\n- **Aspect Calendar**: Mon-Sun aspect symbols for the week\n- **Moon Phases**: Lunar phases and signs for each day\n- **Weekly Advice**: Aggregated tips and affirmation\n\n---\n\n## Toggleable Sections (`sections`)\n\n### Page 1: Overview\n| Section | Default | Description |\n|---------|---------|-------------|\n| `header` | `true` | Sign, week dates, and overall rating |\n| `overall_theme` | `true` | Overall weekly theme |\n| `energy_timeline` | `true` | 7-day visual energy bars |\n| `key_days` | `true` | Best/challenging/romance days highlight |\n| `moon_phases` | `true` | Lunar phases for the week |\n\n### Pages 2-5: Life Areas\n| Section | Default | Description |\n|---------|---------|-------------|\n| `life_areas` | `true` | All life areas with predictions |\n| `career`, `love`, `finances`, `health`, `personal_growth`, `spiritual` | `true` | Individual area toggles |\n| `day_by_day_breakdown` | `true` | 7-day rating table per area |\n\n### Page 6: Transits\n| Section | Default | Description |\n|---------|---------|-------------|\n| `planetary_influences` | `true` | Major transits for the week |\n| `max_planetary_influences` | `10` | Number of transits (1-15) |\n| `aspect_calendar` | `true` | Daily aspects Mon-Sun |\n\n### Page 7-8: Advice & Summary\n| Section | Default | Description |\n|---------|---------|-------------|\n| `lucky_elements` | `true` | Colors, numbers, stones |\n| `weekly_advice` | `true` | Actionable tips |\n| `week_summary` | `true` | Key takeaways |\n| `affirmation` | `true` | Weekly affirmation |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `weekly_horoscope_{sign}_{week_start}.pdf`\n- **Typical size:** 150-400KB depending on sections\n- **Generation time:** ~7 seconds (7 daily horoscope calculations)",
          "item": [
            {
              "id": "707dcb77-957c-4a16-9f5d-0a6b5ffea054",
              "name": "1. Minimal - Quick Start",
              "request": {
                "name": "1. Minimal - Quick Start",
                "description": {
                  "content": "🎯 **Generate Weekly Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📅 **Generate Weekly Horoscope PDF** - Comprehensive 7-day horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app weekly horoscope downloads\n- 📧 Email newsletter attachments\n- 🖨️ Print-ready weekly guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general weekly horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Key Features\n\n- **7-Day Energy Timeline**: Visual bars showing daily energy ratings\n- **Key Days Highlight**: Best day, challenging day, romance day\n- **Life Areas with Day-by-Day**: Each area has a 7-day breakdown table\n- **Aspect Calendar**: Mon-Sun aspect symbols for the week\n- **Moon Phases**: Lunar phases and signs for each day\n- **Weekly Advice**: Aggregated tips and affirmation\n\n---\n\n## Toggleable Sections (`sections`)\n\n### Page 1: Overview\n| Section | Default | Description |\n|---------|---------|-------------|\n| `header` | `true` | Sign, week dates, and overall rating |\n| `overall_theme` | `true` | Overall weekly theme |\n| `energy_timeline` | `true` | 7-day visual energy bars |\n| `key_days` | `true` | Best/challenging/romance days highlight |\n| `moon_phases` | `true` | Lunar phases for the week |\n\n### Pages 2-5: Life Areas\n| Section | Default | Description |\n|---------|---------|-------------|\n| `life_areas` | `true` | All life areas with predictions |\n| `career`, `love`, `finances`, `health`, `personal_growth`, `spiritual` | `true` | Individual area toggles |\n| `day_by_day_breakdown` | `true` | 7-day rating table per area |\n\n### Page 6: Transits\n| Section | Default | Description |\n|---------|---------|-------------|\n| `planetary_influences` | `true` | Major transits for the week |\n| `max_planetary_influences` | `10` | Number of transits (1-15) |\n| `aspect_calendar` | `true` | Daily aspects Mon-Sun |\n\n### Page 7-8: Advice & Summary\n| Section | Default | Description |\n|---------|---------|-------------|\n| `lucky_elements` | `true` | Colors, numbers, stones |\n| `weekly_advice` | `true` | Actionable tips |\n| `week_summary` | `true` | Key takeaways |\n| `affirmation` | `true` | Weekly affirmation |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `weekly_horoscope_{sign}_{week_start}.pdf`\n- **Typical size:** 150-400KB depending on sections\n- **Generation time:** ~7 seconds (7 daily horoscope calculations)\n\n✨ **Example Description:**\n**Simplest possible request** - just sign and week start. All sections enabled by default, light theme, English. Week start is automatically normalized to Monday.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/weekly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "weekly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Ari\",\n  \"week_start\": \"2025-01-27\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "76e2edc6-c987-4b2e-bb34-aa97eb4ee70b",
              "name": "2. Standard - Recommended Default",
              "request": {
                "name": "2. Standard - Recommended Default",
                "description": {
                  "content": "🎯 **Generate Weekly Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📅 **Generate Weekly Horoscope PDF** - Comprehensive 7-day horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app weekly horoscope downloads\n- 📧 Email newsletter attachments\n- 🖨️ Print-ready weekly guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general weekly horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Key Features\n\n- **7-Day Energy Timeline**: Visual bars showing daily energy ratings\n- **Key Days Highlight**: Best day, challenging day, romance day\n- **Life Areas with Day-by-Day**: Each area has a 7-day breakdown table\n- **Aspect Calendar**: Mon-Sun aspect symbols for the week\n- **Moon Phases**: Lunar phases and signs for each day\n- **Weekly Advice**: Aggregated tips and affirmation\n\n---\n\n## Toggleable Sections (`sections`)\n\n### Page 1: Overview\n| Section | Default | Description |\n|---------|---------|-------------|\n| `header` | `true` | Sign, week dates, and overall rating |\n| `overall_theme` | `true` | Overall weekly theme |\n| `energy_timeline` | `true` | 7-day visual energy bars |\n| `key_days` | `true` | Best/challenging/romance days highlight |\n| `moon_phases` | `true` | Lunar phases for the week |\n\n### Pages 2-5: Life Areas\n| Section | Default | Description |\n|---------|---------|-------------|\n| `life_areas` | `true` | All life areas with predictions |\n| `career`, `love`, `finances`, `health`, `personal_growth`, `spiritual` | `true` | Individual area toggles |\n| `day_by_day_breakdown` | `true` | 7-day rating table per area |\n\n### Page 6: Transits\n| Section | Default | Description |\n|---------|---------|-------------|\n| `planetary_influences` | `true` | Major transits for the week |\n| `max_planetary_influences` | `10` | Number of transits (1-15) |\n| `aspect_calendar` | `true` | Daily aspects Mon-Sun |\n\n### Page 7-8: Advice & Summary\n| Section | Default | Description |\n|---------|---------|-------------|\n| `lucky_elements` | `true` | Colors, numbers, stones |\n| `weekly_advice` | `true` | Actionable tips |\n| `week_summary` | `true` | Key takeaways |\n| `affirmation` | `true` | Weekly affirmation |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `weekly_horoscope_{sign}_{week_start}.pdf`\n- **Typical size:** 150-400KB depending on sections\n- **Generation time:** ~7 seconds (7 daily horoscope calculations)\n\n✨ **Example Description:**\n**Production-ready default configuration** with all core sections. Light theme, A4 format, English. 6-8 page PDF with energy timeline, key days, life area breakdowns, and weekly advice.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/weekly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "weekly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Leo\",\n  \"week_start\": \"2025-01-27\",\n  \"sections\": {\n    \"header\": true,\n    \"overall_theme\": true,\n    \"energy_timeline\": true,\n    \"key_days\": true,\n    \"moon_phases\": true,\n    \"life_areas\": true,\n    \"day_by_day_breakdown\": true,\n    \"planetary_influences\": true,\n    \"aspect_calendar\": true,\n    \"lucky_elements\": true,\n    \"weekly_advice\": true,\n    \"week_summary\": true,\n    \"affirmation\": true\n  },\n  \"pdf_options\": {\n    \"page_settings\": {\n      \"page_size\": \"A4\",\n      \"orientation\": \"portrait\"\n    },\n    \"style\": {\n      \"theme\": \"light\",\n      \"font_style\": \"modern\"\n    },\n    \"language\": \"en\",\n    \"include_cover_page\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "afd8ee03-791e-41f3-a5b3-22d642046bc6",
              "name": "3. Full Customization - All Options",
              "request": {
                "name": "3. Full Customization - All Options",
                "description": {
                  "content": "🎯 **Generate Weekly Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📅 **Generate Weekly Horoscope PDF** - Comprehensive 7-day horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app weekly horoscope downloads\n- 📧 Email newsletter attachments\n- 🖨️ Print-ready weekly guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general weekly horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Key Features\n\n- **7-Day Energy Timeline**: Visual bars showing daily energy ratings\n- **Key Days Highlight**: Best day, challenging day, romance day\n- **Life Areas with Day-by-Day**: Each area has a 7-day breakdown table\n- **Aspect Calendar**: Mon-Sun aspect symbols for the week\n- **Moon Phases**: Lunar phases and signs for each day\n- **Weekly Advice**: Aggregated tips and affirmation\n\n---\n\n## Toggleable Sections (`sections`)\n\n### Page 1: Overview\n| Section | Default | Description |\n|---------|---------|-------------|\n| `header` | `true` | Sign, week dates, and overall rating |\n| `overall_theme` | `true` | Overall weekly theme |\n| `energy_timeline` | `true` | 7-day visual energy bars |\n| `key_days` | `true` | Best/challenging/romance days highlight |\n| `moon_phases` | `true` | Lunar phases for the week |\n\n### Pages 2-5: Life Areas\n| Section | Default | Description |\n|---------|---------|-------------|\n| `life_areas` | `true` | All life areas with predictions |\n| `career`, `love`, `finances`, `health`, `personal_growth`, `spiritual` | `true` | Individual area toggles |\n| `day_by_day_breakdown` | `true` | 7-day rating table per area |\n\n### Page 6: Transits\n| Section | Default | Description |\n|---------|---------|-------------|\n| `planetary_influences` | `true` | Major transits for the week |\n| `max_planetary_influences` | `10` | Number of transits (1-15) |\n| `aspect_calendar` | `true` | Daily aspects Mon-Sun |\n\n### Page 7-8: Advice & Summary\n| Section | Default | Description |\n|---------|---------|-------------|\n| `lucky_elements` | `true` | Colors, numbers, stones |\n| `weekly_advice` | `true` | Actionable tips |\n| `week_summary` | `true` | Key takeaways |\n| `affirmation` | `true` | Weekly affirmation |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `weekly_horoscope_{sign}_{week_start}.pdf`\n- **Typical size:** 150-400KB depending on sections\n- **Generation time:** ~7 seconds (7 daily horoscope calculations)\n\n✨ **Example Description:**\n**Complete configuration showing ALL available options.** Dark theme, cosmic styling, custom accent colors. Use as reference for all possible settings.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/weekly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "weekly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Sco\",\n  \"week_start\": \"2025-01-27\",\n  \"sections\": {\n    \"header\": true,\n    \"overall_theme\": true,\n    \"energy_timeline\": true,\n    \"key_days\": true,\n    \"moon_phases\": true,\n    \"life_areas\": true,\n    \"career\": true,\n    \"love\": true,\n    \"finances\": true,\n    \"health\": true,\n    \"personal_growth\": true,\n    \"spiritual\": true,\n    \"day_by_day_breakdown\": true,\n    \"planetary_influences\": true,\n    \"max_planetary_influences\": 10,\n    \"aspect_calendar\": true,\n    \"lucky_elements\": true,\n    \"weekly_advice\": true,\n    \"week_summary\": true,\n    \"affirmation\": true,\n    \"retrograde_watch\": true,\n    \"fixed_stars\": false\n  },\n  \"pdf_options\": {\n    \"page_settings\": {\n      \"page_size\": \"A4\",\n      \"orientation\": \"portrait\",\n      \"margins\": {\n        \"top\": 20.0,\n        \"bottom\": 20.0,\n        \"left\": 20.0,\n        \"right\": 20.0\n      }\n    },\n    \"style\": {\n      \"theme\": \"dark\",\n      \"accent_color\": \"#8B5CF6\",\n      \"secondary_color\": \"#A78BFA\",\n      \"font_style\": \"elegant\",\n      \"font_size_base\": 11\n    },\n    \"language\": \"en\",\n    \"include_cover_page\": true\n  },\n  \"include_chart_image\": false,\n  \"chart_theme\": \"dark\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "132ecc05-af26-4404-86a1-468a2c5a08e3",
              "name": "4. White-Label - B2B Branding",
              "request": {
                "name": "4. White-Label - B2B Branding",
                "description": {
                  "content": "🎯 **Generate Weekly Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📅 **Generate Weekly Horoscope PDF** - Comprehensive 7-day horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app weekly horoscope downloads\n- 📧 Email newsletter attachments\n- 🖨️ Print-ready weekly guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general weekly horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Key Features\n\n- **7-Day Energy Timeline**: Visual bars showing daily energy ratings\n- **Key Days Highlight**: Best day, challenging day, romance day\n- **Life Areas with Day-by-Day**: Each area has a 7-day breakdown table\n- **Aspect Calendar**: Mon-Sun aspect symbols for the week\n- **Moon Phases**: Lunar phases and signs for each day\n- **Weekly Advice**: Aggregated tips and affirmation\n\n---\n\n## Toggleable Sections (`sections`)\n\n### Page 1: Overview\n| Section | Default | Description |\n|---------|---------|-------------|\n| `header` | `true` | Sign, week dates, and overall rating |\n| `overall_theme` | `true` | Overall weekly theme |\n| `energy_timeline` | `true` | 7-day visual energy bars |\n| `key_days` | `true` | Best/challenging/romance days highlight |\n| `moon_phases` | `true` | Lunar phases for the week |\n\n### Pages 2-5: Life Areas\n| Section | Default | Description |\n|---------|---------|-------------|\n| `life_areas` | `true` | All life areas with predictions |\n| `career`, `love`, `finances`, `health`, `personal_growth`, `spiritual` | `true` | Individual area toggles |\n| `day_by_day_breakdown` | `true` | 7-day rating table per area |\n\n### Page 6: Transits\n| Section | Default | Description |\n|---------|---------|-------------|\n| `planetary_influences` | `true` | Major transits for the week |\n| `max_planetary_influences` | `10` | Number of transits (1-15) |\n| `aspect_calendar` | `true` | Daily aspects Mon-Sun |\n\n### Page 7-8: Advice & Summary\n| Section | Default | Description |\n|---------|---------|-------------|\n| `lucky_elements` | `true` | Colors, numbers, stones |\n| `weekly_advice` | `true` | Actionable tips |\n| `week_summary` | `true` | Key takeaways |\n| `affirmation` | `true` | Weekly affirmation |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `weekly_horoscope_{sign}_{week_start}.pdf`\n- **Typical size:** 150-400KB depending on sections\n- **Generation time:** ~7 seconds (7 daily horoscope calculations)\n\n✨ **Example Description:**\n**Professional white-label PDF for business customers.** Complete branding: logo, company name, tagline, custom colors, footer disclaimer. Ideal for horoscope apps and digital publishers.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/weekly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "weekly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Vir\",\n  \"week_start\": \"2025-01-27\",\n  \"sections\": {\n    \"header\": true,\n    \"overall_theme\": true,\n    \"energy_timeline\": true,\n    \"key_days\": true,\n    \"life_areas\": true,\n    \"day_by_day_breakdown\": true,\n    \"planetary_influences\": true,\n    \"lucky_elements\": true,\n    \"weekly_advice\": true,\n    \"affirmation\": true\n  },\n  \"pdf_options\": {\n    \"style\": {\n      \"theme\": \"light\",\n      \"font_style\": \"modern\"\n    },\n    \"branding\": {\n      \"logo_url\": \"https://example.com/your-logo.png\",\n      \"logo_position\": \"left\",\n      \"logo_max_height\": 45,\n      \"company_name\": \"Cosmic Insights Inc.\",\n      \"company_website\": \"https://cosmicinsights.com\",\n      \"company_tagline\": \"Your Weekly Cosmic Guide\",\n      \"primary_brand_color\": \"#1E40AF\",\n      \"secondary_brand_color\": \"#60A5FA\",\n      \"footer_disclaimer\": \"For entertainment purposes only.\"\n    },\n    \"language\": \"en\",\n    \"include_cover_page\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "2ba163aa-92ea-45b1-ab56-0064e10f9991",
              "name": "5. Personalized - Transit Analysis",
              "request": {
                "name": "5. Personalized - Transit Analysis",
                "description": {
                  "content": "🎯 **Generate Weekly Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📅 **Generate Weekly Horoscope PDF** - Comprehensive 7-day horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app weekly horoscope downloads\n- 📧 Email newsletter attachments\n- 🖨️ Print-ready weekly guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general weekly horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Key Features\n\n- **7-Day Energy Timeline**: Visual bars showing daily energy ratings\n- **Key Days Highlight**: Best day, challenging day, romance day\n- **Life Areas with Day-by-Day**: Each area has a 7-day breakdown table\n- **Aspect Calendar**: Mon-Sun aspect symbols for the week\n- **Moon Phases**: Lunar phases and signs for each day\n- **Weekly Advice**: Aggregated tips and affirmation\n\n---\n\n## Toggleable Sections (`sections`)\n\n### Page 1: Overview\n| Section | Default | Description |\n|---------|---------|-------------|\n| `header` | `true` | Sign, week dates, and overall rating |\n| `overall_theme` | `true` | Overall weekly theme |\n| `energy_timeline` | `true` | 7-day visual energy bars |\n| `key_days` | `true` | Best/challenging/romance days highlight |\n| `moon_phases` | `true` | Lunar phases for the week |\n\n### Pages 2-5: Life Areas\n| Section | Default | Description |\n|---------|---------|-------------|\n| `life_areas` | `true` | All life areas with predictions |\n| `career`, `love`, `finances`, `health`, `personal_growth`, `spiritual` | `true` | Individual area toggles |\n| `day_by_day_breakdown` | `true` | 7-day rating table per area |\n\n### Page 6: Transits\n| Section | Default | Description |\n|---------|---------|-------------|\n| `planetary_influences` | `true` | Major transits for the week |\n| `max_planetary_influences` | `10` | Number of transits (1-15) |\n| `aspect_calendar` | `true` | Daily aspects Mon-Sun |\n\n### Page 7-8: Advice & Summary\n| Section | Default | Description |\n|---------|---------|-------------|\n| `lucky_elements` | `true` | Colors, numbers, stones |\n| `weekly_advice` | `true` | Actionable tips |\n| `week_summary` | `true` | Key takeaways |\n| `affirmation` | `true` | Weekly affirmation |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `weekly_horoscope_{sign}_{week_start}.pdf`\n- **Typical size:** 150-400KB depending on sections\n- **Generation time:** ~7 seconds (7 daily horoscope calculations)\n\n✨ **Example Description:**\n**Full personalized horoscope using birth data.** Calculates precise transits to natal positions for the week. More accurate planetary influences specific to the individual.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/weekly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "weekly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"week_start\": \"2025-01-27\",\n  \"sections\": {\n    \"header\": true,\n    \"overall_theme\": true,\n    \"energy_timeline\": true,\n    \"key_days\": true,\n    \"life_areas\": true,\n    \"day_by_day_breakdown\": true,\n    \"planetary_influences\": true,\n    \"lucky_elements\": true,\n    \"weekly_advice\": true,\n    \"affirmation\": true\n  },\n  \"pdf_options\": {\n    \"style\": {\n      \"theme\": \"luxury\",\n      \"accent_color\": \"#D4A853\",\n      \"font_style\": \"elegant\"\n    },\n    \"header_footer\": {\n      \"header_text\": \"Weekly Horoscope - {subject_name}\"\n    },\n    \"language\": \"en\",\n    \"include_cover_page\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "79c9be85-05b1-4cd9-984e-0193d74c32c0",
              "name": "6. Compact - Essential Sections Only",
              "request": {
                "name": "6. Compact - Essential Sections Only",
                "description": {
                  "content": "🎯 **Generate Weekly Horoscope Pdf Endpoint**\n\n📋 **Endpoint Description:**\n📅 **Generate Weekly Horoscope PDF** - Comprehensive 7-day horoscope documents\n\n**Perfect for:**\n- 📱 Mobile app weekly horoscope downloads\n- 📧 Email newsletter attachments\n- 🖨️ Print-ready weekly guidance\n- 🏢 White-label B2B integrations\n\n---\n\n## Two Modes of Operation\n\n1. **☀️ Sun-Sign Mode**: Provide `sign` (3-letter code: \"Ari\", \"Leo\", \"Sco\")\n   for general weekly horoscopes suitable for mass distribution.\n\n2. **🎂 Personalized Mode**: Provide `subject` with full birth data for\n   precise transit-based horoscopes with individual planetary influences.\n\n---\n\n## Key Features\n\n- **7-Day Energy Timeline**: Visual bars showing daily energy ratings\n- **Key Days Highlight**: Best day, challenging day, romance day\n- **Life Areas with Day-by-Day**: Each area has a 7-day breakdown table\n- **Aspect Calendar**: Mon-Sun aspect symbols for the week\n- **Moon Phases**: Lunar phases and signs for each day\n- **Weekly Advice**: Aggregated tips and affirmation\n\n---\n\n## Toggleable Sections (`sections`)\n\n### Page 1: Overview\n| Section | Default | Description |\n|---------|---------|-------------|\n| `header` | `true` | Sign, week dates, and overall rating |\n| `overall_theme` | `true` | Overall weekly theme |\n| `energy_timeline` | `true` | 7-day visual energy bars |\n| `key_days` | `true` | Best/challenging/romance days highlight |\n| `moon_phases` | `true` | Lunar phases for the week |\n\n### Pages 2-5: Life Areas\n| Section | Default | Description |\n|---------|---------|-------------|\n| `life_areas` | `true` | All life areas with predictions |\n| `career`, `love`, `finances`, `health`, `personal_growth`, `spiritual` | `true` | Individual area toggles |\n| `day_by_day_breakdown` | `true` | 7-day rating table per area |\n\n### Page 6: Transits\n| Section | Default | Description |\n|---------|---------|-------------|\n| `planetary_influences` | `true` | Major transits for the week |\n| `max_planetary_influences` | `10` | Number of transits (1-15) |\n| `aspect_calendar` | `true` | Daily aspects Mon-Sun |\n\n### Page 7-8: Advice & Summary\n| Section | Default | Description |\n|---------|---------|-------------|\n| `lucky_elements` | `true` | Colors, numbers, stones |\n| `weekly_advice` | `true` | Actionable tips |\n| `week_summary` | `true` | Key takeaways |\n| `affirmation` | `true` | Weekly affirmation |\n\n---\n\n## Response\n\n- **Content-Type:** `application/pdf`\n- **Filename format:** `weekly_horoscope_{sign}_{week_start}.pdf`\n- **Typical size:** 150-400KB depending on sections\n- **Generation time:** ~7 seconds (7 daily horoscope calculations)\n\n✨ **Example Description:**\n**Minimal PDF with only essential sections.** Compact 3-4 page output for quick weekly overview. Perfect for email newsletters or summary reports.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/horoscope/weekly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "horoscope",
                    "weekly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sign\": \"Cap\",\n  \"week_start\": \"2025-01-27\",\n  \"sections\": {\n    \"header\": true,\n    \"overall_theme\": true,\n    \"energy_timeline\": true,\n    \"key_days\": true,\n    \"moon_phases\": false,\n    \"life_areas\": false,\n    \"day_by_day_breakdown\": false,\n    \"planetary_influences\": true,\n    \"max_planetary_influences\": 5,\n    \"aspect_calendar\": false,\n    \"lucky_elements\": true,\n    \"weekly_advice\": true,\n    \"week_summary\": false,\n    \"affirmation\": true\n  },\n  \"pdf_options\": {\n    \"page_settings\": {\n      \"page_size\": \"A5\",\n      \"margins\": {\n        \"top\": 15.0,\n        \"bottom\": 15.0,\n        \"left\": 15.0,\n        \"right\": 15.0\n      }\n    },\n    \"style\": {\n      \"theme\": \"minimal\",\n      \"font_size_base\": 10\n    },\n    \"language\": \"en\",\n    \"include_cover_page\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "📄 PDF Reports",
      "description": "",
      "item": [
        {
          "name": "📁 Generate Natal Report Pdf Endpoint",
          "description": "All available examples for Generate Natal Report Pdf Endpoint endpoint. Generate a comprehensive natal chart PDF report.\n\n**Perfect for:**\n- Professional astrology consultations\n- Self-discovery and personal development\n- Birthday gifts and keepsakes\n- White-label astrology businesses\n\n**What you get (40-60+ pages):**\n- **Cover Page** - Beautiful title page with birth data\n- **Chart Wheel** - Visual natal chart diagram\n- **Big Three Summary** - Sun, Moon, Rising quick overview\n- **Chart Overview** - Element, modality, hemisphere balance\n- **Planet Analysis** - Each planet in sign and house\n- **House Analysis** - All 12 houses with planets\n- **Aspect Grid** - Visual aspect matrix\n- **Aspect Patterns** - Grand Trines, T-Squares, Yods\n- **Life Themes** - Synthesized insights and purpose\n\n**Traditions:**\n- `universal` - Balanced, comprehensive interpretations\n- `psychological` - Jungian depth psychology approach\n- `classical` - Traditional Hellenistic astrology\n- `event_oriented` - Predictive, concrete outcomes\n\n**Languages (set via `pdf_options.language`):**\n- `en` (default), `ru`, `fr`, `de`, `es`, `it`, `pt`, `zh`, `ja`, `ko`,\n  `tr`, `hi`, `uk`, `ar`, `nl`, `pl` + regional variants (`en-GB`, `pt-BR`, etc.)\n- All UI labels, planet/sign names, and interpretations are translated\n- Fallback chain: tradition/language → tradition/en → universal/language → universal/en\n\n**Response time:** ~2-5 seconds | **Output:** PDF binary",
          "item": [
            {
              "id": "2813e5ec-9a1f-4add-8a49-e8a7c338b708",
              "name": "1. Minimal - Quick Start",
              "request": {
                "name": "1. Minimal - Quick Start",
                "description": {
                  "content": "🎯 **Generate Natal Report Pdf Endpoint**\n\n📋 **Endpoint Description:**\nGenerate a comprehensive natal chart PDF report.\n\n**Perfect for:**\n- Professional astrology consultations\n- Self-discovery and personal development\n- Birthday gifts and keepsakes\n- White-label astrology businesses\n\n**What you get (40-60+ pages):**\n- **Cover Page** - Beautiful title page with birth data\n- **Chart Wheel** - Visual natal chart diagram\n- **Big Three Summary** - Sun, Moon, Rising quick overview\n- **Chart Overview** - Element, modality, hemisphere balance\n- **Planet Analysis** - Each planet in sign and house\n- **House Analysis** - All 12 houses with planets\n- **Aspect Grid** - Visual aspect matrix\n- **Aspect Patterns** - Grand Trines, T-Squares, Yods\n- **Life Themes** - Synthesized insights and purpose\n\n**Traditions:**\n- `universal` - Balanced, comprehensive interpretations\n- `psychological` - Jungian depth psychology approach\n- `classical` - Traditional Hellenistic astrology\n- `event_oriented` - Predictive, concrete outcomes\n\n**Languages (set via `pdf_options.language`):**\n- `en` (default), `ru`, `fr`, `de`, `es`, `it`, `pt`, `zh`, `ja`, `ko`,\n  `tr`, `hi`, `uk`, `ar`, `nl`, `pl` + regional variants (`en-GB`, `pt-BR`, etc.)\n- All UI labels, planet/sign names, and interpretations are translated\n- Fallback chain: tradition/language → tradition/en → universal/language → universal/en\n\n**Response time:** ~2-5 seconds | **Output:** PDF binary\n\n✨ **Example Description:**\n**Simplest possible request** - just birth data. All default sections enabled, light theme, English. Creates a comprehensive ~40 page natal report.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/natal-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "natal-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"pdf_options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b741c1b8-dc6e-4187-8698-8d3d1b6a457c",
              "name": "2. Full Report - All Sections",
              "request": {
                "name": "2. Full Report - All Sections",
                "description": {
                  "content": "🎯 **Generate Natal Report Pdf Endpoint**\n\n📋 **Endpoint Description:**\nGenerate a comprehensive natal chart PDF report.\n\n**Perfect for:**\n- Professional astrology consultations\n- Self-discovery and personal development\n- Birthday gifts and keepsakes\n- White-label astrology businesses\n\n**What you get (40-60+ pages):**\n- **Cover Page** - Beautiful title page with birth data\n- **Chart Wheel** - Visual natal chart diagram\n- **Big Three Summary** - Sun, Moon, Rising quick overview\n- **Chart Overview** - Element, modality, hemisphere balance\n- **Planet Analysis** - Each planet in sign and house\n- **House Analysis** - All 12 houses with planets\n- **Aspect Grid** - Visual aspect matrix\n- **Aspect Patterns** - Grand Trines, T-Squares, Yods\n- **Life Themes** - Synthesized insights and purpose\n\n**Traditions:**\n- `universal` - Balanced, comprehensive interpretations\n- `psychological` - Jungian depth psychology approach\n- `classical` - Traditional Hellenistic astrology\n- `event_oriented` - Predictive, concrete outcomes\n\n**Languages (set via `pdf_options.language`):**\n- `en` (default), `ru`, `fr`, `de`, `es`, `it`, `pt`, `zh`, `ja`, `ko`,\n  `tr`, `hi`, `uk`, `ar`, `nl`, `pl` + regional variants (`en-GB`, `pt-BR`, etc.)\n- All UI labels, planet/sign names, and interpretations are translated\n- Fallback chain: tradition/language → tradition/en → universal/language → universal/en\n\n**Response time:** ~2-5 seconds | **Output:** PDF binary\n\n✨ **Example Description:**\n**Complete natal report** with all sections enabled including generational planets, aspect patterns, and technical tables. Creates a comprehensive 50-60+ page document.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/natal-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "natal-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Elena\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 3,\n      \"day\": 21,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Moscow\",\n      \"country_code\": \"RU\"\n    }\n  },\n  \"sections\": {\n    \"cover_page\": true,\n    \"table_of_contents\": true,\n    \"how_to_read\": true,\n    \"chart_wheel\": true,\n    \"chart_overview\": true,\n    \"big_three_summary\": true,\n    \"sun_analysis\": true,\n    \"moon_analysis\": true,\n    \"ascendant_analysis\": true,\n    \"midheaven_analysis\": true,\n    \"mercury_analysis\": true,\n    \"venus_analysis\": true,\n    \"mars_analysis\": true,\n    \"jupiter_analysis\": true,\n    \"saturn_analysis\": true,\n    \"uranus_analysis\": true,\n    \"neptune_analysis\": true,\n    \"pluto_analysis\": true,\n    \"chiron_analysis\": true,\n    \"nodes_analysis\": true,\n    \"houses_analysis\": true,\n    \"aspect_grid\": true,\n    \"major_aspects\": true,\n    \"aspect_patterns\": true,\n    \"life_themes\": true,\n    \"strengths_challenges\": true,\n    \"life_purpose\": true,\n    \"technical_tables\": true,\n    \"glossary\": true\n  },\n  \"tradition\": \"psychological\",\n  \"pdf_options\": {\n    \"language\": \"en\",\n    \"style\": {\n      \"theme\": \"light\",\n      \"font_style\": \"elegant\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "04f4b334-565b-42a2-9d89-046246f9d9ba",
              "name": "3. Compact Report - Essential Only",
              "request": {
                "name": "3. Compact Report - Essential Only",
                "description": {
                  "content": "🎯 **Generate Natal Report Pdf Endpoint**\n\n📋 **Endpoint Description:**\nGenerate a comprehensive natal chart PDF report.\n\n**Perfect for:**\n- Professional astrology consultations\n- Self-discovery and personal development\n- Birthday gifts and keepsakes\n- White-label astrology businesses\n\n**What you get (40-60+ pages):**\n- **Cover Page** - Beautiful title page with birth data\n- **Chart Wheel** - Visual natal chart diagram\n- **Big Three Summary** - Sun, Moon, Rising quick overview\n- **Chart Overview** - Element, modality, hemisphere balance\n- **Planet Analysis** - Each planet in sign and house\n- **House Analysis** - All 12 houses with planets\n- **Aspect Grid** - Visual aspect matrix\n- **Aspect Patterns** - Grand Trines, T-Squares, Yods\n- **Life Themes** - Synthesized insights and purpose\n\n**Traditions:**\n- `universal` - Balanced, comprehensive interpretations\n- `psychological` - Jungian depth psychology approach\n- `classical` - Traditional Hellenistic astrology\n- `event_oriented` - Predictive, concrete outcomes\n\n**Languages (set via `pdf_options.language`):**\n- `en` (default), `ru`, `fr`, `de`, `es`, `it`, `pt`, `zh`, `ja`, `ko`,\n  `tr`, `hi`, `uk`, `ar`, `nl`, `pl` + regional variants (`en-GB`, `pt-BR`, etc.)\n- All UI labels, planet/sign names, and interpretations are translated\n- Fallback chain: tradition/language → tradition/en → universal/language → universal/en\n\n**Response time:** ~2-5 seconds | **Output:** PDF binary\n\n✨ **Example Description:**\n**Shorter natal report** focusing on essentials: Big Three, personal planets, houses, and major aspects. Creates a focused ~25-30 page document.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/natal-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "natal-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Alex\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 8,\n      \"day\": 15,\n      \"hour\": 9,\n      \"minute\": 45,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"sections\": {\n    \"cover_page\": true,\n    \"table_of_contents\": false,\n    \"how_to_read\": false,\n    \"chart_wheel\": true,\n    \"chart_overview\": true,\n    \"big_three_summary\": true,\n    \"sun_analysis\": true,\n    \"moon_analysis\": true,\n    \"ascendant_analysis\": true,\n    \"midheaven_analysis\": false,\n    \"mercury_analysis\": true,\n    \"venus_analysis\": true,\n    \"mars_analysis\": true,\n    \"jupiter_analysis\": false,\n    \"saturn_analysis\": false,\n    \"uranus_analysis\": false,\n    \"neptune_analysis\": false,\n    \"pluto_analysis\": false,\n    \"chiron_analysis\": false,\n    \"nodes_analysis\": false,\n    \"houses_analysis\": true,\n    \"aspect_grid\": false,\n    \"major_aspects\": true,\n    \"aspect_patterns\": false,\n    \"life_themes\": true,\n    \"strengths_challenges\": true,\n    \"life_purpose\": false,\n    \"technical_tables\": false,\n    \"glossary\": false\n  },\n  \"tradition\": \"universal\",\n  \"pdf_options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b5036c0c-4eab-4bf1-9d22-4bd7670a3cb7",
              "name": "4. Dark Theme with Branding",
              "request": {
                "name": "4. Dark Theme with Branding",
                "description": {
                  "content": "🎯 **Generate Natal Report Pdf Endpoint**\n\n📋 **Endpoint Description:**\nGenerate a comprehensive natal chart PDF report.\n\n**Perfect for:**\n- Professional astrology consultations\n- Self-discovery and personal development\n- Birthday gifts and keepsakes\n- White-label astrology businesses\n\n**What you get (40-60+ pages):**\n- **Cover Page** - Beautiful title page with birth data\n- **Chart Wheel** - Visual natal chart diagram\n- **Big Three Summary** - Sun, Moon, Rising quick overview\n- **Chart Overview** - Element, modality, hemisphere balance\n- **Planet Analysis** - Each planet in sign and house\n- **House Analysis** - All 12 houses with planets\n- **Aspect Grid** - Visual aspect matrix\n- **Aspect Patterns** - Grand Trines, T-Squares, Yods\n- **Life Themes** - Synthesized insights and purpose\n\n**Traditions:**\n- `universal` - Balanced, comprehensive interpretations\n- `psychological` - Jungian depth psychology approach\n- `classical` - Traditional Hellenistic astrology\n- `event_oriented` - Predictive, concrete outcomes\n\n**Languages (set via `pdf_options.language`):**\n- `en` (default), `ru`, `fr`, `de`, `es`, `it`, `pt`, `zh`, `ja`, `ko`,\n  `tr`, `hi`, `uk`, `ar`, `nl`, `pl` + regional variants (`en-GB`, `pt-BR`, etc.)\n- All UI labels, planet/sign names, and interpretations are translated\n- Fallback chain: tradition/language → tradition/en → universal/language → universal/en\n\n**Response time:** ~2-5 seconds | **Output:** PDF binary\n\n✨ **Example Description:**\n**Premium dark theme** with white-label branding. Perfect for astrology businesses offering personalized reports.\n\n🔗 **Endpoint:** `POST /api/v3/pdf/natal-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "pdf",
                    "natal-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sarah\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 12,\n      \"day\": 21,\n      \"hour\": 22,\n      \"minute\": 0,\n      \"city\": \"New York\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"tradition\": \"psychological\",\n  \"pdf_options\": {\n    \"language\": \"en\",\n    \"style\": {\n      \"theme\": \"dark\",\n      \"font_style\": \"modern\"\n    },\n    \"branding\": {\n      \"company_name\": \"Cosmic Insights\",\n      \"company_tagline\": \"Unlock Your Celestial Blueprint\",\n      \"primary_brand_color\": \"#8B5CF6\",\n      \"footer_disclaimer\": \"For entertainment and self-reflection purposes.\"\n    }\n  },\n  \"chart_theme\": \"dark\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🔢 Numerology & Life Path Analysis",
      "description": "",
      "item": [
        {
          "name": "📁 Get Core Numbers",
          "description": "All available examples for Get Core Numbers endpoint. 🔢 **Calculate Core Numerology Numbers** - Essential life numbers from name and birth date\n\n**Perfect for:**\n- 🎯 Personal development and self-awareness\n- 📊 Life coaching and guidance sessions\n- 🎓 Numerology education and learning\n- 📱 Personality apps and websites\n- 🔮 Spiritual and metaphysical services\n\n**What you get:**\n- **Life Path Number** - Your life's purpose, lessons, and spiritual journey\n- **Destiny Number** - Your life's mission and ultimate potential to fulfill\n- **Soul Urge Number** - Your inner desires, motivations, and heart's calling\n- **Personality Number** - How others perceive you and your outer expression\n- **Birthday Number** - Your natural talents, abilities, and gifts\n- **Personal Year** - Current year's themes, opportunities, and cycles\n- **Subconscious Self** - Confidence level and crisis management ability\n- **Challenge Numbers** - Four life challenges with age-based periods\n- **Maturity Number** - What you grow into in the second half of life (Life Path + Destiny)\n- **Pinnacle Numbers** - Four major life phases with specific energies and age ranges\n\n**Available systems:**\n- **Pythagorean** - Most common Western numerology (A=1, B=2, etc.)\n- **Chaldean** - Ancient Babylonian system with different letter values\n- **Both** - Compare results from both systems side by side\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Features:**\n- Master numbers (11, 22, 33) are preserved when significant\n- Detailed calculation breakdowns show exactly how numbers are derived\n- Personal year calculations for any target year (past, present, future)\n- Subconscious self analysis with karmic lessons identification\n- Four challenge numbers with life period assignments\n- Cross-system comparisons to see different perspectives\n\n**Response includes:**\n- All core numerology numbers with values and interpretations\n- Subconscious self number with present/missing digits\n- Four challenge numbers (first, second, third, main)\n- Calculation breakdowns for transparency\n- Number compatibility analysis\n- Overall number frequency and balance\n\n**Response time:** ~100ms | **Content:** Complete core numbers with calculation details",
          "item": [
            {
              "id": "1a078f51-5f2a-40cd-8608-1869a913fff7",
              "name": "Basic Core Numbers - Pythagorean",
              "request": {
                "name": "Basic Core Numbers - Pythagorean",
                "description": {
                  "content": "🎯 **Get Core Numbers**\n\n📋 **Endpoint Description:**\n🔢 **Calculate Core Numerology Numbers** - Essential life numbers from name and birth date\n\n**Perfect for:**\n- 🎯 Personal development and self-awareness\n- 📊 Life coaching and guidance sessions\n- 🎓 Numerology education and learning\n- 📱 Personality apps and websites\n- 🔮 Spiritual and metaphysical services\n\n**What you get:**\n- **Life Path Number** - Your life's purpose, lessons, and spiritual journey\n- **Destiny Number** - Your life's mission and ultimate potential to fulfill\n- **Soul Urge Number** - Your inner desires, motivations, and heart's calling\n- **Personality Number** - How others perceive you and your outer expression\n- **Birthday Number** - Your natural talents, abilities, and gifts\n- **Personal Year** - Current year's themes, opportunities, and cycles\n- **Subconscious Self** - Confidence level and crisis management ability\n- **Challenge Numbers** - Four life challenges with age-based periods\n- **Maturity Number** - What you grow into in the second half of life (Life Path + Destiny)\n- **Pinnacle Numbers** - Four major life phases with specific energies and age ranges\n\n**Available systems:**\n- **Pythagorean** - Most common Western numerology (A=1, B=2, etc.)\n- **Chaldean** - Ancient Babylonian system with different letter values\n- **Both** - Compare results from both systems side by side\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Features:**\n- Master numbers (11, 22, 33) are preserved when significant\n- Detailed calculation breakdowns show exactly how numbers are derived\n- Personal year calculations for any target year (past, present, future)\n- Subconscious self analysis with karmic lessons identification\n- Four challenge numbers with life period assignments\n- Cross-system comparisons to see different perspectives\n\n**Response includes:**\n- All core numerology numbers with values and interpretations\n- Subconscious self number with present/missing digits\n- Four challenge numbers (first, second, third, main)\n- Calculation breakdowns for transparency\n- Number compatibility analysis\n- Overall number frequency and balance\n\n**Response time:** ~100ms | **Content:** Complete core numbers with calculation details\n\n✨ **Example Description:**\nCalculate core numerology numbers using Pythagorean system\n\n🔗 **Endpoint:** `POST /api/v3/numerology/core-numbers`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "core-numbers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma Thompson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"system\": \"pythagorean\",\n    \"target_year\": 2024\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "58d8ebe1-7dc8-4e70-9088-2611c9d472fc",
              "name": "Chaldean System Analysis",
              "request": {
                "name": "Chaldean System Analysis",
                "description": {
                  "content": "🎯 **Get Core Numbers**\n\n📋 **Endpoint Description:**\n🔢 **Calculate Core Numerology Numbers** - Essential life numbers from name and birth date\n\n**Perfect for:**\n- 🎯 Personal development and self-awareness\n- 📊 Life coaching and guidance sessions\n- 🎓 Numerology education and learning\n- 📱 Personality apps and websites\n- 🔮 Spiritual and metaphysical services\n\n**What you get:**\n- **Life Path Number** - Your life's purpose, lessons, and spiritual journey\n- **Destiny Number** - Your life's mission and ultimate potential to fulfill\n- **Soul Urge Number** - Your inner desires, motivations, and heart's calling\n- **Personality Number** - How others perceive you and your outer expression\n- **Birthday Number** - Your natural talents, abilities, and gifts\n- **Personal Year** - Current year's themes, opportunities, and cycles\n- **Subconscious Self** - Confidence level and crisis management ability\n- **Challenge Numbers** - Four life challenges with age-based periods\n- **Maturity Number** - What you grow into in the second half of life (Life Path + Destiny)\n- **Pinnacle Numbers** - Four major life phases with specific energies and age ranges\n\n**Available systems:**\n- **Pythagorean** - Most common Western numerology (A=1, B=2, etc.)\n- **Chaldean** - Ancient Babylonian system with different letter values\n- **Both** - Compare results from both systems side by side\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Features:**\n- Master numbers (11, 22, 33) are preserved when significant\n- Detailed calculation breakdowns show exactly how numbers are derived\n- Personal year calculations for any target year (past, present, future)\n- Subconscious self analysis with karmic lessons identification\n- Four challenge numbers with life period assignments\n- Cross-system comparisons to see different perspectives\n\n**Response includes:**\n- All core numerology numbers with values and interpretations\n- Subconscious self number with present/missing digits\n- Four challenge numbers (first, second, third, main)\n- Calculation breakdowns for transparency\n- Number compatibility analysis\n- Overall number frequency and balance\n\n**Response time:** ~100ms | **Content:** Complete core numbers with calculation details\n\n✨ **Example Description:**\nCalculate using ancient Chaldean numerology system\n\n🔗 **Endpoint:** `POST /api/v3/numerology/core-numbers`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "core-numbers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Alexander Petrov\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Moscow\",\n      \"country_code\": \"RU\"\n    }\n  },\n  \"options\": {\n    \"system\": \"chaldean\",\n    \"target_year\": 2025\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9f40452f-15de-4579-b1bb-66973a546b86",
              "name": "Compare Both Systems",
              "request": {
                "name": "Compare Both Systems",
                "description": {
                  "content": "🎯 **Get Core Numbers**\n\n📋 **Endpoint Description:**\n🔢 **Calculate Core Numerology Numbers** - Essential life numbers from name and birth date\n\n**Perfect for:**\n- 🎯 Personal development and self-awareness\n- 📊 Life coaching and guidance sessions\n- 🎓 Numerology education and learning\n- 📱 Personality apps and websites\n- 🔮 Spiritual and metaphysical services\n\n**What you get:**\n- **Life Path Number** - Your life's purpose, lessons, and spiritual journey\n- **Destiny Number** - Your life's mission and ultimate potential to fulfill\n- **Soul Urge Number** - Your inner desires, motivations, and heart's calling\n- **Personality Number** - How others perceive you and your outer expression\n- **Birthday Number** - Your natural talents, abilities, and gifts\n- **Personal Year** - Current year's themes, opportunities, and cycles\n- **Subconscious Self** - Confidence level and crisis management ability\n- **Challenge Numbers** - Four life challenges with age-based periods\n- **Maturity Number** - What you grow into in the second half of life (Life Path + Destiny)\n- **Pinnacle Numbers** - Four major life phases with specific energies and age ranges\n\n**Available systems:**\n- **Pythagorean** - Most common Western numerology (A=1, B=2, etc.)\n- **Chaldean** - Ancient Babylonian system with different letter values\n- **Both** - Compare results from both systems side by side\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Features:**\n- Master numbers (11, 22, 33) are preserved when significant\n- Detailed calculation breakdowns show exactly how numbers are derived\n- Personal year calculations for any target year (past, present, future)\n- Subconscious self analysis with karmic lessons identification\n- Four challenge numbers with life period assignments\n- Cross-system comparisons to see different perspectives\n\n**Response includes:**\n- All core numerology numbers with values and interpretations\n- Subconscious self number with present/missing digits\n- Four challenge numbers (first, second, third, main)\n- Calculation breakdowns for transparency\n- Number compatibility analysis\n- Overall number frequency and balance\n\n**Response time:** ~100ms | **Content:** Complete core numbers with calculation details\n\n✨ **Example Description:**\nGet results from both Pythagorean and Chaldean systems for comparison\n\n🔗 **Endpoint:** `POST /api/v3/numerology/core-numbers`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "core-numbers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Maria Elena Rodriguez\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 12,\n      \"day\": 3,\n      \"hour\": 16,\n      \"minute\": 45,\n      \"city\": \"Barcelona\",\n      \"country_code\": \"ES\"\n    }\n  },\n  \"options\": {\n    \"system\": \"both\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f56bc79f-bc19-4f97-8f53-72f17985cd86",
              "name": "Russian Language - Русский",
              "request": {
                "name": "Russian Language - Русский",
                "description": {
                  "content": "🎯 **Get Core Numbers**\n\n📋 **Endpoint Description:**\n🔢 **Calculate Core Numerology Numbers** - Essential life numbers from name and birth date\n\n**Perfect for:**\n- 🎯 Personal development and self-awareness\n- 📊 Life coaching and guidance sessions\n- 🎓 Numerology education and learning\n- 📱 Personality apps and websites\n- 🔮 Spiritual and metaphysical services\n\n**What you get:**\n- **Life Path Number** - Your life's purpose, lessons, and spiritual journey\n- **Destiny Number** - Your life's mission and ultimate potential to fulfill\n- **Soul Urge Number** - Your inner desires, motivations, and heart's calling\n- **Personality Number** - How others perceive you and your outer expression\n- **Birthday Number** - Your natural talents, abilities, and gifts\n- **Personal Year** - Current year's themes, opportunities, and cycles\n- **Subconscious Self** - Confidence level and crisis management ability\n- **Challenge Numbers** - Four life challenges with age-based periods\n- **Maturity Number** - What you grow into in the second half of life (Life Path + Destiny)\n- **Pinnacle Numbers** - Four major life phases with specific energies and age ranges\n\n**Available systems:**\n- **Pythagorean** - Most common Western numerology (A=1, B=2, etc.)\n- **Chaldean** - Ancient Babylonian system with different letter values\n- **Both** - Compare results from both systems side by side\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Features:**\n- Master numbers (11, 22, 33) are preserved when significant\n- Detailed calculation breakdowns show exactly how numbers are derived\n- Personal year calculations for any target year (past, present, future)\n- Subconscious self analysis with karmic lessons identification\n- Four challenge numbers with life period assignments\n- Cross-system comparisons to see different perspectives\n\n**Response includes:**\n- All core numerology numbers with values and interpretations\n- Subconscious self number with present/missing digits\n- Four challenge numbers (first, second, third, main)\n- Calculation breakdowns for transparency\n- Number compatibility analysis\n- Overall number frequency and balance\n\n**Response time:** ~100ms | **Content:** Complete core numbers with calculation details\n\n✨ **Example Description:**\nGet numerology reading in Russian with localized interpretations\n\n🔗 **Endpoint:** `POST /api/v3/numerology/core-numbers`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "core-numbers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"\\u041d\\u0430\\u0442\\u0430\\u043b\\u044c\\u044f \\u041f\\u0435\\u0442\\u0440\\u043e\\u0432\\u0430\",\n    \"birth_data\": {\n      \"year\": 1991,\n      \"month\": 12,\n      \"day\": 13,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"city\": \"\\u041c\\u043e\\u0441\\u043a\\u0432\\u0430\",\n      \"country_code\": \"RU\"\n    }\n  },\n  \"options\": {\n    \"language\": \"ru\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "577243f7-a0b3-4253-a7ae-882ca67566eb",
              "name": "Spanish Language - Español",
              "request": {
                "name": "Spanish Language - Español",
                "description": {
                  "content": "🎯 **Get Core Numbers**\n\n📋 **Endpoint Description:**\n🔢 **Calculate Core Numerology Numbers** - Essential life numbers from name and birth date\n\n**Perfect for:**\n- 🎯 Personal development and self-awareness\n- 📊 Life coaching and guidance sessions\n- 🎓 Numerology education and learning\n- 📱 Personality apps and websites\n- 🔮 Spiritual and metaphysical services\n\n**What you get:**\n- **Life Path Number** - Your life's purpose, lessons, and spiritual journey\n- **Destiny Number** - Your life's mission and ultimate potential to fulfill\n- **Soul Urge Number** - Your inner desires, motivations, and heart's calling\n- **Personality Number** - How others perceive you and your outer expression\n- **Birthday Number** - Your natural talents, abilities, and gifts\n- **Personal Year** - Current year's themes, opportunities, and cycles\n- **Subconscious Self** - Confidence level and crisis management ability\n- **Challenge Numbers** - Four life challenges with age-based periods\n- **Maturity Number** - What you grow into in the second half of life (Life Path + Destiny)\n- **Pinnacle Numbers** - Four major life phases with specific energies and age ranges\n\n**Available systems:**\n- **Pythagorean** - Most common Western numerology (A=1, B=2, etc.)\n- **Chaldean** - Ancient Babylonian system with different letter values\n- **Both** - Compare results from both systems side by side\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Features:**\n- Master numbers (11, 22, 33) are preserved when significant\n- Detailed calculation breakdowns show exactly how numbers are derived\n- Personal year calculations for any target year (past, present, future)\n- Subconscious self analysis with karmic lessons identification\n- Four challenge numbers with life period assignments\n- Cross-system comparisons to see different perspectives\n\n**Response includes:**\n- All core numerology numbers with values and interpretations\n- Subconscious self number with present/missing digits\n- Four challenge numbers (first, second, third, main)\n- Calculation breakdowns for transparency\n- Number compatibility analysis\n- Overall number frequency and balance\n\n**Response time:** ~100ms | **Content:** Complete core numbers with calculation details\n\n✨ **Example Description:**\nGet numerology reading in Spanish with localized interpretations\n\n🔗 **Endpoint:** `POST /api/v3/numerology/core-numbers`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "core-numbers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Carlos Garc\\u00eda\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 7,\n      \"day\": 22,\n      \"city\": \"Madrid\",\n      \"country_code\": \"ES\"\n    }\n  },\n  \"options\": {\n    \"language\": \"es\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "2296f3f6-e2fb-42cb-80b3-ddab7df2eef7",
              "name": "Chinese Language - 中文",
              "request": {
                "name": "Chinese Language - 中文",
                "description": {
                  "content": "🎯 **Get Core Numbers**\n\n📋 **Endpoint Description:**\n🔢 **Calculate Core Numerology Numbers** - Essential life numbers from name and birth date\n\n**Perfect for:**\n- 🎯 Personal development and self-awareness\n- 📊 Life coaching and guidance sessions\n- 🎓 Numerology education and learning\n- 📱 Personality apps and websites\n- 🔮 Spiritual and metaphysical services\n\n**What you get:**\n- **Life Path Number** - Your life's purpose, lessons, and spiritual journey\n- **Destiny Number** - Your life's mission and ultimate potential to fulfill\n- **Soul Urge Number** - Your inner desires, motivations, and heart's calling\n- **Personality Number** - How others perceive you and your outer expression\n- **Birthday Number** - Your natural talents, abilities, and gifts\n- **Personal Year** - Current year's themes, opportunities, and cycles\n- **Subconscious Self** - Confidence level and crisis management ability\n- **Challenge Numbers** - Four life challenges with age-based periods\n- **Maturity Number** - What you grow into in the second half of life (Life Path + Destiny)\n- **Pinnacle Numbers** - Four major life phases with specific energies and age ranges\n\n**Available systems:**\n- **Pythagorean** - Most common Western numerology (A=1, B=2, etc.)\n- **Chaldean** - Ancient Babylonian system with different letter values\n- **Both** - Compare results from both systems side by side\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Features:**\n- Master numbers (11, 22, 33) are preserved when significant\n- Detailed calculation breakdowns show exactly how numbers are derived\n- Personal year calculations for any target year (past, present, future)\n- Subconscious self analysis with karmic lessons identification\n- Four challenge numbers with life period assignments\n- Cross-system comparisons to see different perspectives\n\n**Response includes:**\n- All core numerology numbers with values and interpretations\n- Subconscious self number with present/missing digits\n- Four challenge numbers (first, second, third, main)\n- Calculation breakdowns for transparency\n- Number compatibility analysis\n- Overall number frequency and balance\n\n**Response time:** ~100ms | **Content:** Complete core numbers with calculation details\n\n✨ **Example Description:**\nGet numerology reading in Chinese with localized interpretations\n\n🔗 **Endpoint:** `POST /api/v3/numerology/core-numbers`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "core-numbers"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"\\u674e\\u660e\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 8,\n      \"day\": 8,\n      \"city\": \"Beijing\",\n      \"country_code\": \"CN\"\n    }\n  },\n  \"options\": {\n    \"language\": \"zh\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Comprehensive Reading",
          "description": "All available examples for Get Comprehensive Reading endpoint. 📖 **Comprehensive Numerology Reading** - Complete life analysis with insights and guidance\n\n**Perfect for:**\n- 🌟 Professional numerology consultations and readings\n- 💼 Life coaching sessions with detailed numerological insights\n- 🎯 Personal development planning and goal setting\n- 📚 Educational purposes and numerology learning\n- 🔮 Spiritual guidance and metaphysical counseling\n\n**What you get:**\n- **Complete Core Numbers** - Life Path, Destiny, Soul Urge, Personality, Birthday, Personal Year\n- **Maturity Number** - What you grow into in the second half of life\n- **Pinnacle Numbers** - Four major life phases with age ranges and energies\n- **Challenge Numbers** - Life lessons with age-based periods\n- **Personal Cycles** - Current and future year themes and opportunities\n- **Lucky Numbers & Colors** - Derived from your core numbers\n- **Karmic Debts** - Numbers 13, 14, 16, 19 detected in raw totals\n- **Missing Numbers** - Karmic lessons from absent digits in your name\n- **Gemstone Suggestions** - Recommended gemstones based on your numerology\n- **Life Strengths, Lessons & Recommendations** - Personalized guidance\n- **Holistic Summary** - Integrated overview of your numerological profile\n\n**Deep insights include:**\n- How your numbers work together as a complete system\n- Timing guidance based on pinnacles and personal year cycles\n- Career and financial tendencies based on your numbers\n- Spiritual growth opportunities and life purpose clarity\n\n**Features:**\n- Uses advanced Pythagorean system for accuracy and depth\n- Combines multiple numbers for nuanced, personalized insights\n- Includes both current year and next year cycle information\n- Provides practical, actionable guidance you can apply immediately\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Response time:** ~300ms | **Content:** 10-15 page equivalent comprehensive reading",
          "item": [
            {
              "id": "955741c0-e346-4564-bd49-1d5a459567f3",
              "name": "Full Comprehensive Reading",
              "request": {
                "name": "Full Comprehensive Reading",
                "description": {
                  "content": "🎯 **Get Comprehensive Reading**\n\n📋 **Endpoint Description:**\n📖 **Comprehensive Numerology Reading** - Complete life analysis with insights and guidance\n\n**Perfect for:**\n- 🌟 Professional numerology consultations and readings\n- 💼 Life coaching sessions with detailed numerological insights\n- 🎯 Personal development planning and goal setting\n- 📚 Educational purposes and numerology learning\n- 🔮 Spiritual guidance and metaphysical counseling\n\n**What you get:**\n- **Complete Core Numbers** - Life Path, Destiny, Soul Urge, Personality, Birthday, Personal Year\n- **Maturity Number** - What you grow into in the second half of life\n- **Pinnacle Numbers** - Four major life phases with age ranges and energies\n- **Challenge Numbers** - Life lessons with age-based periods\n- **Personal Cycles** - Current and future year themes and opportunities\n- **Lucky Numbers & Colors** - Derived from your core numbers\n- **Karmic Debts** - Numbers 13, 14, 16, 19 detected in raw totals\n- **Missing Numbers** - Karmic lessons from absent digits in your name\n- **Gemstone Suggestions** - Recommended gemstones based on your numerology\n- **Life Strengths, Lessons & Recommendations** - Personalized guidance\n- **Holistic Summary** - Integrated overview of your numerological profile\n\n**Deep insights include:**\n- How your numbers work together as a complete system\n- Timing guidance based on pinnacles and personal year cycles\n- Career and financial tendencies based on your numbers\n- Spiritual growth opportunities and life purpose clarity\n\n**Features:**\n- Uses advanced Pythagorean system for accuracy and depth\n- Combines multiple numbers for nuanced, personalized insights\n- Includes both current year and next year cycle information\n- Provides practical, actionable guidance you can apply immediately\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Response time:** ~300ms | **Content:** 10-15 page equivalent comprehensive reading\n\n✨ **Example Description:**\nComplete numerology reading with cycles and interpretations\n\n🔗 **Endpoint:** `POST /api/v3/numerology/comprehensive`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "comprehensive"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sarah Elizabeth Chen\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 3,\n      \"day\": 25,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Beijing\",\n      \"country_code\": \"CN\"\n    }\n  },\n  \"options\": {\n    \"include_cycles\": true,\n    \"include_interpretations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "65387822-6c06-4db4-8dad-866075cc3ef0",
              "name": "Basic Reading Without Interpretations",
              "request": {
                "name": "Basic Reading Without Interpretations",
                "description": {
                  "content": "🎯 **Get Comprehensive Reading**\n\n📋 **Endpoint Description:**\n📖 **Comprehensive Numerology Reading** - Complete life analysis with insights and guidance\n\n**Perfect for:**\n- 🌟 Professional numerology consultations and readings\n- 💼 Life coaching sessions with detailed numerological insights\n- 🎯 Personal development planning and goal setting\n- 📚 Educational purposes and numerology learning\n- 🔮 Spiritual guidance and metaphysical counseling\n\n**What you get:**\n- **Complete Core Numbers** - Life Path, Destiny, Soul Urge, Personality, Birthday, Personal Year\n- **Maturity Number** - What you grow into in the second half of life\n- **Pinnacle Numbers** - Four major life phases with age ranges and energies\n- **Challenge Numbers** - Life lessons with age-based periods\n- **Personal Cycles** - Current and future year themes and opportunities\n- **Lucky Numbers & Colors** - Derived from your core numbers\n- **Karmic Debts** - Numbers 13, 14, 16, 19 detected in raw totals\n- **Missing Numbers** - Karmic lessons from absent digits in your name\n- **Gemstone Suggestions** - Recommended gemstones based on your numerology\n- **Life Strengths, Lessons & Recommendations** - Personalized guidance\n- **Holistic Summary** - Integrated overview of your numerological profile\n\n**Deep insights include:**\n- How your numbers work together as a complete system\n- Timing guidance based on pinnacles and personal year cycles\n- Career and financial tendencies based on your numbers\n- Spiritual growth opportunities and life purpose clarity\n\n**Features:**\n- Uses advanced Pythagorean system for accuracy and depth\n- Combines multiple numbers for nuanced, personalized insights\n- Includes both current year and next year cycle information\n- Provides practical, actionable guidance you can apply immediately\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Response time:** ~300ms | **Content:** 10-15 page equivalent comprehensive reading\n\n✨ **Example Description:**\nCore numbers only without detailed text interpretations\n\n🔗 **Endpoint:** `POST /api/v3/numerology/comprehensive`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "comprehensive"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Michael James Rodriguez\",\n    \"birth_data\": {\n      \"year\": 1987,\n      \"month\": 7,\n      \"day\": 18,\n      \"hour\": 10,\n      \"minute\": 15,\n      \"city\": \"Madrid\",\n      \"country_code\": \"ES\"\n    }\n  },\n  \"options\": {\n    \"include_cycles\": false,\n    \"include_interpretations\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "6cc83be6-1fa4-4d41-ba79-25bc40f4b12c",
              "name": "Reading with Personal Cycles",
              "request": {
                "name": "Reading with Personal Cycles",
                "description": {
                  "content": "🎯 **Get Comprehensive Reading**\n\n📋 **Endpoint Description:**\n📖 **Comprehensive Numerology Reading** - Complete life analysis with insights and guidance\n\n**Perfect for:**\n- 🌟 Professional numerology consultations and readings\n- 💼 Life coaching sessions with detailed numerological insights\n- 🎯 Personal development planning and goal setting\n- 📚 Educational purposes and numerology learning\n- 🔮 Spiritual guidance and metaphysical counseling\n\n**What you get:**\n- **Complete Core Numbers** - Life Path, Destiny, Soul Urge, Personality, Birthday, Personal Year\n- **Maturity Number** - What you grow into in the second half of life\n- **Pinnacle Numbers** - Four major life phases with age ranges and energies\n- **Challenge Numbers** - Life lessons with age-based periods\n- **Personal Cycles** - Current and future year themes and opportunities\n- **Lucky Numbers & Colors** - Derived from your core numbers\n- **Karmic Debts** - Numbers 13, 14, 16, 19 detected in raw totals\n- **Missing Numbers** - Karmic lessons from absent digits in your name\n- **Gemstone Suggestions** - Recommended gemstones based on your numerology\n- **Life Strengths, Lessons & Recommendations** - Personalized guidance\n- **Holistic Summary** - Integrated overview of your numerological profile\n\n**Deep insights include:**\n- How your numbers work together as a complete system\n- Timing guidance based on pinnacles and personal year cycles\n- Career and financial tendencies based on your numbers\n- Spiritual growth opportunities and life purpose clarity\n\n**Features:**\n- Uses advanced Pythagorean system for accuracy and depth\n- Combines multiple numbers for nuanced, personalized insights\n- Includes both current year and next year cycle information\n- Provides practical, actionable guidance you can apply immediately\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Response time:** ~300ms | **Content:** 10-15 page equivalent comprehensive reading\n\n✨ **Example Description:**\nFull reading including current and future year cycles\n\n🔗 **Endpoint:** `POST /api/v3/numerology/comprehensive`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "comprehensive"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma Rose Thompson\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 11,\n      \"day\": 12,\n      \"hour\": 16,\n      \"minute\": 45,\n      \"city\": \"Toronto\",\n      \"country_code\": \"CA\"\n    }\n  },\n  \"options\": {\n    \"include_cycles\": true,\n    \"include_interpretations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "e0ff8cf7-f54f-44e4-9cda-a00cc7affcca",
              "name": "Russian Language - Русский",
              "request": {
                "name": "Russian Language - Русский",
                "description": {
                  "content": "🎯 **Get Comprehensive Reading**\n\n📋 **Endpoint Description:**\n📖 **Comprehensive Numerology Reading** - Complete life analysis with insights and guidance\n\n**Perfect for:**\n- 🌟 Professional numerology consultations and readings\n- 💼 Life coaching sessions with detailed numerological insights\n- 🎯 Personal development planning and goal setting\n- 📚 Educational purposes and numerology learning\n- 🔮 Spiritual guidance and metaphysical counseling\n\n**What you get:**\n- **Complete Core Numbers** - Life Path, Destiny, Soul Urge, Personality, Birthday, Personal Year\n- **Maturity Number** - What you grow into in the second half of life\n- **Pinnacle Numbers** - Four major life phases with age ranges and energies\n- **Challenge Numbers** - Life lessons with age-based periods\n- **Personal Cycles** - Current and future year themes and opportunities\n- **Lucky Numbers & Colors** - Derived from your core numbers\n- **Karmic Debts** - Numbers 13, 14, 16, 19 detected in raw totals\n- **Missing Numbers** - Karmic lessons from absent digits in your name\n- **Gemstone Suggestions** - Recommended gemstones based on your numerology\n- **Life Strengths, Lessons & Recommendations** - Personalized guidance\n- **Holistic Summary** - Integrated overview of your numerological profile\n\n**Deep insights include:**\n- How your numbers work together as a complete system\n- Timing guidance based on pinnacles and personal year cycles\n- Career and financial tendencies based on your numbers\n- Spiritual growth opportunities and life purpose clarity\n\n**Features:**\n- Uses advanced Pythagorean system for accuracy and depth\n- Combines multiple numbers for nuanced, personalized insights\n- Includes both current year and next year cycle information\n- Provides practical, actionable guidance you can apply immediately\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Response time:** ~300ms | **Content:** 10-15 page equivalent comprehensive reading\n\n✨ **Example Description:**\nGet comprehensive reading in Russian with localized interpretations\n\n🔗 **Endpoint:** `POST /api/v3/numerology/comprehensive`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "comprehensive"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"\\u041d\\u0430\\u0442\\u0430\\u043b\\u044c\\u044f \\u041f\\u0435\\u0442\\u0440\\u043e\\u0432\\u0430\",\n    \"birth_data\": {\n      \"year\": 1991,\n      \"month\": 12,\n      \"day\": 13,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"city\": \"\\u041c\\u043e\\u0441\\u043a\\u0432\\u0430\",\n      \"country_code\": \"RU\"\n    }\n  },\n  \"options\": {\n    \"language\": \"ru\",\n    \"include_cycles\": true,\n    \"include_interpretations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "2e7e1141-75d0-49b2-ae0f-077260d1b815",
              "name": "Spanish Language - Español",
              "request": {
                "name": "Spanish Language - Español",
                "description": {
                  "content": "🎯 **Get Comprehensive Reading**\n\n📋 **Endpoint Description:**\n📖 **Comprehensive Numerology Reading** - Complete life analysis with insights and guidance\n\n**Perfect for:**\n- 🌟 Professional numerology consultations and readings\n- 💼 Life coaching sessions with detailed numerological insights\n- 🎯 Personal development planning and goal setting\n- 📚 Educational purposes and numerology learning\n- 🔮 Spiritual guidance and metaphysical counseling\n\n**What you get:**\n- **Complete Core Numbers** - Life Path, Destiny, Soul Urge, Personality, Birthday, Personal Year\n- **Maturity Number** - What you grow into in the second half of life\n- **Pinnacle Numbers** - Four major life phases with age ranges and energies\n- **Challenge Numbers** - Life lessons with age-based periods\n- **Personal Cycles** - Current and future year themes and opportunities\n- **Lucky Numbers & Colors** - Derived from your core numbers\n- **Karmic Debts** - Numbers 13, 14, 16, 19 detected in raw totals\n- **Missing Numbers** - Karmic lessons from absent digits in your name\n- **Gemstone Suggestions** - Recommended gemstones based on your numerology\n- **Life Strengths, Lessons & Recommendations** - Personalized guidance\n- **Holistic Summary** - Integrated overview of your numerological profile\n\n**Deep insights include:**\n- How your numbers work together as a complete system\n- Timing guidance based on pinnacles and personal year cycles\n- Career and financial tendencies based on your numbers\n- Spiritual growth opportunities and life purpose clarity\n\n**Features:**\n- Uses advanced Pythagorean system for accuracy and depth\n- Combines multiple numbers for nuanced, personalized insights\n- Includes both current year and next year cycle information\n- Provides practical, actionable guidance you can apply immediately\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Response time:** ~300ms | **Content:** 10-15 page equivalent comprehensive reading\n\n✨ **Example Description:**\nGet comprehensive reading in Spanish with localized interpretations\n\n🔗 **Endpoint:** `POST /api/v3/numerology/comprehensive`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "comprehensive"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Carlos Garc\\u00eda\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 7,\n      \"day\": 22,\n      \"city\": \"Madrid\",\n      \"country_code\": \"ES\"\n    }\n  },\n  \"options\": {\n    \"language\": \"es\",\n    \"include_cycles\": true,\n    \"include_interpretations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f2883683-80b9-41b9-af3c-1e21355f86cc",
              "name": "Chinese Language - 中文",
              "request": {
                "name": "Chinese Language - 中文",
                "description": {
                  "content": "🎯 **Get Comprehensive Reading**\n\n📋 **Endpoint Description:**\n📖 **Comprehensive Numerology Reading** - Complete life analysis with insights and guidance\n\n**Perfect for:**\n- 🌟 Professional numerology consultations and readings\n- 💼 Life coaching sessions with detailed numerological insights\n- 🎯 Personal development planning and goal setting\n- 📚 Educational purposes and numerology learning\n- 🔮 Spiritual guidance and metaphysical counseling\n\n**What you get:**\n- **Complete Core Numbers** - Life Path, Destiny, Soul Urge, Personality, Birthday, Personal Year\n- **Maturity Number** - What you grow into in the second half of life\n- **Pinnacle Numbers** - Four major life phases with age ranges and energies\n- **Challenge Numbers** - Life lessons with age-based periods\n- **Personal Cycles** - Current and future year themes and opportunities\n- **Lucky Numbers & Colors** - Derived from your core numbers\n- **Karmic Debts** - Numbers 13, 14, 16, 19 detected in raw totals\n- **Missing Numbers** - Karmic lessons from absent digits in your name\n- **Gemstone Suggestions** - Recommended gemstones based on your numerology\n- **Life Strengths, Lessons & Recommendations** - Personalized guidance\n- **Holistic Summary** - Integrated overview of your numerological profile\n\n**Deep insights include:**\n- How your numbers work together as a complete system\n- Timing guidance based on pinnacles and personal year cycles\n- Career and financial tendencies based on your numbers\n- Spiritual growth opportunities and life purpose clarity\n\n**Features:**\n- Uses advanced Pythagorean system for accuracy and depth\n- Combines multiple numbers for nuanced, personalized insights\n- Includes both current year and next year cycle information\n- Provides practical, actionable guidance you can apply immediately\n\n**Available languages** (set via `options.language`):\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **de** - Deutsch (German)\n- **fr** - Français (French)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **zh** - 中文 (Chinese)\n- **ar** - العربية (Arabic)\n- **hi** - हिन्दी (Hindi)\n- **tr** - Türkçe (Turkish)\n- **uk** - Українська (Ukrainian)\n\n**Response time:** ~300ms | **Content:** 10-15 page equivalent comprehensive reading\n\n✨ **Example Description:**\nGet comprehensive reading in Chinese with localized interpretations\n\n🔗 **Endpoint:** `POST /api/v3/numerology/comprehensive`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "comprehensive"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"\\u674e\\u660e\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 8,\n      \"day\": 8,\n      \"city\": \"Beijing\",\n      \"country_code\": \"CN\"\n    }\n  },\n  \"options\": {\n    \"language\": \"zh\",\n    \"include_cycles\": true,\n    \"include_interpretations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Compatibility",
          "description": "All available examples for Analyze Compatibility endpoint. 💕 **Numerology Compatibility Analysis** - Relationship harmony through numbers\n\n**Perfect for:**\n- 💑 Romantic relationship guidance and couple counseling\n- 🤝 Business partnership evaluation and team building\n- 👥 Friendship compatibility and social dynamics\n- 💼 Professional collaboration and workplace harmony\n- 👪 Family dynamics and understanding relationship patterns\n\n**What you get:**\n- **Compatibility Score** - Numerical rating (0-100) of overall harmony\n- **Relationship Rating** - Qualitative assessment (Excellent to Challenging)\n- **Core Numbers Comparison** - How each person's numbers interact\n- **Strengths Analysis** - What works well in this relationship\n- **Challenge Areas** - Potential conflicts and growth opportunities\n- **Practical Advice** - Specific recommendations for relationship success\n\n**Analysis types:**\n- **Romantic** - Focus on emotional compatibility, intimacy, and life partnership\n- **Business** - Emphasize work styles, goals, communication, and professional synergy\n- **Friendship** - Highlight social compatibility, shared interests, and mutual support\n\n**Deep insights include:**\n- Life path harmony and shared life direction\n- Communication styles and how to bridge differences\n- Complementary strengths and how to leverage them\n- Timing compatibility and cycles alignment\n- Long-term relationship potential and growth areas\n\n**Response time:** ~200ms | **Content:** Detailed compatibility report with actionable insights",
          "item": [
            {
              "id": "20a7daf8-62b1-46c9-9ff1-35ebd3a1f531",
              "name": "Romantic Compatibility - Dating Couple",
              "request": {
                "name": "Romantic Compatibility - Dating Couple",
                "description": {
                  "content": "🎯 **Analyze Compatibility**\n\n📋 **Endpoint Description:**\n💕 **Numerology Compatibility Analysis** - Relationship harmony through numbers\n\n**Perfect for:**\n- 💑 Romantic relationship guidance and couple counseling\n- 🤝 Business partnership evaluation and team building\n- 👥 Friendship compatibility and social dynamics\n- 💼 Professional collaboration and workplace harmony\n- 👪 Family dynamics and understanding relationship patterns\n\n**What you get:**\n- **Compatibility Score** - Numerical rating (0-100) of overall harmony\n- **Relationship Rating** - Qualitative assessment (Excellent to Challenging)\n- **Core Numbers Comparison** - How each person's numbers interact\n- **Strengths Analysis** - What works well in this relationship\n- **Challenge Areas** - Potential conflicts and growth opportunities\n- **Practical Advice** - Specific recommendations for relationship success\n\n**Analysis types:**\n- **Romantic** - Focus on emotional compatibility, intimacy, and life partnership\n- **Business** - Emphasize work styles, goals, communication, and professional synergy\n- **Friendship** - Highlight social compatibility, shared interests, and mutual support\n\n**Deep insights include:**\n- Life path harmony and shared life direction\n- Communication styles and how to bridge differences\n- Complementary strengths and how to leverage them\n- Timing compatibility and cycles alignment\n- Long-term relationship potential and growth areas\n\n**Response time:** ~200ms | **Content:** Detailed compatibility report with actionable insights\n\n✨ **Example Description:**\nAnalyze romantic compatibility between two people considering emotional harmony and life path alignment\n\n🔗 **Endpoint:** `POST /api/v3/numerology/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Emma Thompson\",\n      \"birth_data\": {\n        \"year\": 1990,\n        \"month\": 5,\n        \"day\": 15,\n        \"hour\": 14,\n        \"minute\": 30,\n        \"city\": \"London\",\n        \"country_code\": \"GB\"\n      }\n    },\n    {\n      \"name\": \"James Wilson\",\n      \"birth_data\": {\n        \"year\": 1988,\n        \"month\": 8,\n        \"day\": 22,\n        \"hour\": 16,\n        \"minute\": 45,\n        \"city\": \"Manchester\",\n        \"country_code\": \"GB\"\n      }\n    }\n  ],\n  \"options\": {\n    \"analysis_type\": \"romantic\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c25f2471-b339-404e-bcb9-626e23f472b6",
              "name": "Business Partnership Analysis",
              "request": {
                "name": "Business Partnership Analysis",
                "description": {
                  "content": "🎯 **Analyze Compatibility**\n\n📋 **Endpoint Description:**\n💕 **Numerology Compatibility Analysis** - Relationship harmony through numbers\n\n**Perfect for:**\n- 💑 Romantic relationship guidance and couple counseling\n- 🤝 Business partnership evaluation and team building\n- 👥 Friendship compatibility and social dynamics\n- 💼 Professional collaboration and workplace harmony\n- 👪 Family dynamics and understanding relationship patterns\n\n**What you get:**\n- **Compatibility Score** - Numerical rating (0-100) of overall harmony\n- **Relationship Rating** - Qualitative assessment (Excellent to Challenging)\n- **Core Numbers Comparison** - How each person's numbers interact\n- **Strengths Analysis** - What works well in this relationship\n- **Challenge Areas** - Potential conflicts and growth opportunities\n- **Practical Advice** - Specific recommendations for relationship success\n\n**Analysis types:**\n- **Romantic** - Focus on emotional compatibility, intimacy, and life partnership\n- **Business** - Emphasize work styles, goals, communication, and professional synergy\n- **Friendship** - Highlight social compatibility, shared interests, and mutual support\n\n**Deep insights include:**\n- Life path harmony and shared life direction\n- Communication styles and how to bridge differences\n- Complementary strengths and how to leverage them\n- Timing compatibility and cycles alignment\n- Long-term relationship potential and growth areas\n\n**Response time:** ~200ms | **Content:** Detailed compatibility report with actionable insights\n\n✨ **Example Description:**\nEvaluate compatibility for business partnership focusing on work styles and shared goals\n\n🔗 **Endpoint:** `POST /api/v3/numerology/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Sarah Chen\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 12,\n        \"day\": 3,\n        \"hour\": 9,\n        \"minute\": 15,\n        \"city\": \"Shanghai\",\n        \"country_code\": \"CN\"\n      }\n    },\n    {\n      \"name\": \"Michael Rodriguez\",\n      \"birth_data\": {\n        \"year\": 1987,\n        \"month\": 7,\n        \"day\": 18,\n        \"hour\": 11,\n        \"minute\": 30,\n        \"city\": \"Mexico City\",\n        \"country_code\": \"MX\"\n      }\n    }\n  ],\n  \"options\": {\n    \"analysis_type\": \"business\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ec991569-801c-4de6-a292-028ff7c04862",
              "name": "Friendship Compatibility",
              "request": {
                "name": "Friendship Compatibility",
                "description": {
                  "content": "🎯 **Analyze Compatibility**\n\n📋 **Endpoint Description:**\n💕 **Numerology Compatibility Analysis** - Relationship harmony through numbers\n\n**Perfect for:**\n- 💑 Romantic relationship guidance and couple counseling\n- 🤝 Business partnership evaluation and team building\n- 👥 Friendship compatibility and social dynamics\n- 💼 Professional collaboration and workplace harmony\n- 👪 Family dynamics and understanding relationship patterns\n\n**What you get:**\n- **Compatibility Score** - Numerical rating (0-100) of overall harmony\n- **Relationship Rating** - Qualitative assessment (Excellent to Challenging)\n- **Core Numbers Comparison** - How each person's numbers interact\n- **Strengths Analysis** - What works well in this relationship\n- **Challenge Areas** - Potential conflicts and growth opportunities\n- **Practical Advice** - Specific recommendations for relationship success\n\n**Analysis types:**\n- **Romantic** - Focus on emotional compatibility, intimacy, and life partnership\n- **Business** - Emphasize work styles, goals, communication, and professional synergy\n- **Friendship** - Highlight social compatibility, shared interests, and mutual support\n\n**Deep insights include:**\n- Life path harmony and shared life direction\n- Communication styles and how to bridge differences\n- Complementary strengths and how to leverage them\n- Timing compatibility and cycles alignment\n- Long-term relationship potential and growth areas\n\n**Response time:** ~200ms | **Content:** Detailed compatibility report with actionable insights\n\n✨ **Example Description:**\nAnalyze friendship potential and social compatibility between two individuals\n\n🔗 **Endpoint:** `POST /api/v3/numerology/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Alexandra Petrov\",\n      \"birth_data\": {\n        \"year\": 1992,\n        \"month\": 3,\n        \"day\": 10,\n        \"hour\": 15,\n        \"minute\": 20,\n        \"city\": \"St. Petersburg\",\n        \"country_code\": \"RU\"\n      }\n    },\n    {\n      \"name\": \"David Kim\",\n      \"birth_data\": {\n        \"year\": 1991,\n        \"month\": 11,\n        \"day\": 29,\n        \"hour\": 13,\n        \"minute\": 45,\n        \"city\": \"Seoul\",\n        \"country_code\": \"KR\"\n      }\n    }\n  ],\n  \"options\": {\n    \"analysis_type\": \"friendship\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Zodiac Planet Analysis",
          "description": "All available examples for Zodiac Planet Analysis endpoint. 🌟 **Zodiac Planet Number Analysis** - Vedic remedies, mantras, and affirmations\n\n**Perfect for:**\n- 🕉️ Discovering your Vedic planetary ruler and associated mantras\n- 📿 Getting personalized Beej mantras with Sanskrit text\n- 🙏 Understanding deity connections and spiritual practices\n- ✨ Receiving universal affirmations aligned with your number\n- 📱 Spiritual wellness and meditation apps\n\n**What you get:**\n- **Zodiac Planet Number** - Your number (1-9) based on zodiac sign\n- **Zodiac Sign & Ruling Planet** - Sign, element, modality, and planetary ruler\n- **Positive Traits & Challenges** - Personality characteristics and growth areas\n- **Lucky Info** - Lucky days, colors, and compatible numbers\n- **Vedic Remedies** - Beej mantra (transliterated + Sanskrit), deity, japa count, mala count, best day for practice\n- **Interpretation** - Detailed narrative of your zodiac-planet combination\n- **Universal Affirmation** - Personalized affirmation for your number\n\n**Languages:** en, ru, fr, de, es, it, pt, zh, hi, tr, uk + regional variants (en-GB, en-ARCHAIC, es-ES, fr-FR, fr-CA, pt-BR, pt-PT)\n\n**Response time:** ~50ms",
          "item": [
            {
              "id": "981a9027-9e51-4848-ad61-4968d07e2e0b",
              "name": "Basic Zodiac Planet Analysis",
              "request": {
                "name": "Basic Zodiac Planet Analysis",
                "description": {
                  "content": "🎯 **Zodiac Planet Analysis**\n\n📋 **Endpoint Description:**\n🌟 **Zodiac Planet Number Analysis** - Vedic remedies, mantras, and affirmations\n\n**Perfect for:**\n- 🕉️ Discovering your Vedic planetary ruler and associated mantras\n- 📿 Getting personalized Beej mantras with Sanskrit text\n- 🙏 Understanding deity connections and spiritual practices\n- ✨ Receiving universal affirmations aligned with your number\n- 📱 Spiritual wellness and meditation apps\n\n**What you get:**\n- **Zodiac Planet Number** - Your number (1-9) based on zodiac sign\n- **Zodiac Sign & Ruling Planet** - Sign, element, modality, and planetary ruler\n- **Positive Traits & Challenges** - Personality characteristics and growth areas\n- **Lucky Info** - Lucky days, colors, and compatible numbers\n- **Vedic Remedies** - Beej mantra (transliterated + Sanskrit), deity, japa count, mala count, best day for practice\n- **Interpretation** - Detailed narrative of your zodiac-planet combination\n- **Universal Affirmation** - Personalized affirmation for your number\n\n**Languages:** en, ru, fr, de, es, it, pt, zh, hi, tr, uk + regional variants (en-GB, en-ARCHAIC, es-ES, fr-FR, fr-CA, pt-BR, pt-PT)\n\n**Response time:** ~50ms\n\n✨ **Example Description:**\nCalculate zodiac planet number for a birth date\n\n🔗 **Endpoint:** `POST /api/v3/numerology/zodiac-planet`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "zodiac-planet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_date\": \"1990-05-15\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "bc83f0bf-601b-4b38-b344-cafadf9773e0",
              "name": "Russian Language Analysis",
              "request": {
                "name": "Russian Language Analysis",
                "description": {
                  "content": "🎯 **Zodiac Planet Analysis**\n\n📋 **Endpoint Description:**\n🌟 **Zodiac Planet Number Analysis** - Vedic remedies, mantras, and affirmations\n\n**Perfect for:**\n- 🕉️ Discovering your Vedic planetary ruler and associated mantras\n- 📿 Getting personalized Beej mantras with Sanskrit text\n- 🙏 Understanding deity connections and spiritual practices\n- ✨ Receiving universal affirmations aligned with your number\n- 📱 Spiritual wellness and meditation apps\n\n**What you get:**\n- **Zodiac Planet Number** - Your number (1-9) based on zodiac sign\n- **Zodiac Sign & Ruling Planet** - Sign, element, modality, and planetary ruler\n- **Positive Traits & Challenges** - Personality characteristics and growth areas\n- **Lucky Info** - Lucky days, colors, and compatible numbers\n- **Vedic Remedies** - Beej mantra (transliterated + Sanskrit), deity, japa count, mala count, best day for practice\n- **Interpretation** - Detailed narrative of your zodiac-planet combination\n- **Universal Affirmation** - Personalized affirmation for your number\n\n**Languages:** en, ru, fr, de, es, it, pt, zh, hi, tr, uk + regional variants (en-GB, en-ARCHAIC, es-ES, fr-FR, fr-CA, pt-BR, pt-PT)\n\n**Response time:** ~50ms\n\n✨ **Example Description:**\nZodiac planet analysis with Russian interpretations\n\n🔗 **Endpoint:** `POST /api/v3/numerology/zodiac-planet`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "zodiac-planet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_date\": \"1985-05-11\",\n  \"language\": \"ru\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "6183393f-e789-4dc0-b854-69060297083a",
              "name": "Hindi Language Analysis",
              "request": {
                "name": "Hindi Language Analysis",
                "description": {
                  "content": "🎯 **Zodiac Planet Analysis**\n\n📋 **Endpoint Description:**\n🌟 **Zodiac Planet Number Analysis** - Vedic remedies, mantras, and affirmations\n\n**Perfect for:**\n- 🕉️ Discovering your Vedic planetary ruler and associated mantras\n- 📿 Getting personalized Beej mantras with Sanskrit text\n- 🙏 Understanding deity connections and spiritual practices\n- ✨ Receiving universal affirmations aligned with your number\n- 📱 Spiritual wellness and meditation apps\n\n**What you get:**\n- **Zodiac Planet Number** - Your number (1-9) based on zodiac sign\n- **Zodiac Sign & Ruling Planet** - Sign, element, modality, and planetary ruler\n- **Positive Traits & Challenges** - Personality characteristics and growth areas\n- **Lucky Info** - Lucky days, colors, and compatible numbers\n- **Vedic Remedies** - Beej mantra (transliterated + Sanskrit), deity, japa count, mala count, best day for practice\n- **Interpretation** - Detailed narrative of your zodiac-planet combination\n- **Universal Affirmation** - Personalized affirmation for your number\n\n**Languages:** en, ru, fr, de, es, it, pt, zh, hi, tr, uk + regional variants (en-GB, en-ARCHAIC, es-ES, fr-FR, fr-CA, pt-BR, pt-PT)\n\n**Response time:** ~50ms\n\n✨ **Example Description:**\nZodiac planet analysis in Hindi — ideal for Vedic astrology apps\n\n🔗 **Endpoint:** `POST /api/v3/numerology/zodiac-planet`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "zodiac-planet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_date\": \"1992-12-03\",\n  \"language\": \"hi\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "99101735-5d42-4edd-ba91-ca682f0da9f4",
              "name": "German Language Analysis",
              "request": {
                "name": "German Language Analysis",
                "description": {
                  "content": "🎯 **Zodiac Planet Analysis**\n\n📋 **Endpoint Description:**\n🌟 **Zodiac Planet Number Analysis** - Vedic remedies, mantras, and affirmations\n\n**Perfect for:**\n- 🕉️ Discovering your Vedic planetary ruler and associated mantras\n- 📿 Getting personalized Beej mantras with Sanskrit text\n- 🙏 Understanding deity connections and spiritual practices\n- ✨ Receiving universal affirmations aligned with your number\n- 📱 Spiritual wellness and meditation apps\n\n**What you get:**\n- **Zodiac Planet Number** - Your number (1-9) based on zodiac sign\n- **Zodiac Sign & Ruling Planet** - Sign, element, modality, and planetary ruler\n- **Positive Traits & Challenges** - Personality characteristics and growth areas\n- **Lucky Info** - Lucky days, colors, and compatible numbers\n- **Vedic Remedies** - Beej mantra (transliterated + Sanskrit), deity, japa count, mala count, best day for practice\n- **Interpretation** - Detailed narrative of your zodiac-planet combination\n- **Universal Affirmation** - Personalized affirmation for your number\n\n**Languages:** en, ru, fr, de, es, it, pt, zh, hi, tr, uk + regional variants (en-GB, en-ARCHAIC, es-ES, fr-FR, fr-CA, pt-BR, pt-PT)\n\n**Response time:** ~50ms\n\n✨ **Example Description:**\nZodiac planet analysis with German interpretations\n\n🔗 **Endpoint:** `POST /api/v3/numerology/zodiac-planet`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "zodiac-planet"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_date\": \"1988-08-22\",\n  \"language\": \"de\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Luck Analysis",
          "description": "All available examples for Luck Analysis endpoint. 🍀 **Luck Numerology Analysis** - Daily, weekly, or monthly luck with favorable time windows\n\n**Perfect for:**\n- 📅 Getting daily luck scores with Chaldean planetary hours\n- 📊 Planning your week with 7-day luck forecast\n- 🗓️ Monthly overview showing favorable and challenging days\n- ⏰ Finding favorable time windows for important activities\n- 📱 Daily horoscope and planning apps\n\n**What you get:**\n- **Daily:** Personal day number, luck score (1-10), favorable activities, avoid list, lucky numbers/colors, favorable time windows (Chaldean planetary hours), universal day harmony, special combinations\n- **Weekly:** 7-day forecast with best/challenging days, average score, i18n summaries\n- **Monthly:** Full month overview with high/low days count, monthly theme, daily forecasts\n\n**Period types:** daily, weekly, monthly\n\n**Languages:** en, ru, fr, de, es, it, pt, zh, hi, tr, uk + regional variants (en-GB, en-ARCHAIC, es-ES, fr-FR, fr-CA, pt-BR, pt-PT)\n\n**Note:** Favorable time windows use simplified Chaldean planetary hours\n(equal 1-hour segments starting at midnight). Traditional planetary hours\nstart at local sunrise with unequal segments. This simplification is suitable\nfor general guidance.\n\n**Response time:** ~50ms (daily) | ~200ms (weekly) | ~500ms (monthly)",
          "item": [
            {
              "id": "5bf716e9-9de4-4292-9f58-39f1519afa70",
              "name": "Daily Luck Analysis",
              "request": {
                "name": "Daily Luck Analysis",
                "description": {
                  "content": "🎯 **Luck Analysis**\n\n📋 **Endpoint Description:**\n🍀 **Luck Numerology Analysis** - Daily, weekly, or monthly luck with favorable time windows\n\n**Perfect for:**\n- 📅 Getting daily luck scores with Chaldean planetary hours\n- 📊 Planning your week with 7-day luck forecast\n- 🗓️ Monthly overview showing favorable and challenging days\n- ⏰ Finding favorable time windows for important activities\n- 📱 Daily horoscope and planning apps\n\n**What you get:**\n- **Daily:** Personal day number, luck score (1-10), favorable activities, avoid list, lucky numbers/colors, favorable time windows (Chaldean planetary hours), universal day harmony, special combinations\n- **Weekly:** 7-day forecast with best/challenging days, average score, i18n summaries\n- **Monthly:** Full month overview with high/low days count, monthly theme, daily forecasts\n\n**Period types:** daily, weekly, monthly\n\n**Languages:** en, ru, fr, de, es, it, pt, zh, hi, tr, uk + regional variants (en-GB, en-ARCHAIC, es-ES, fr-FR, fr-CA, pt-BR, pt-PT)\n\n**Note:** Favorable time windows use simplified Chaldean planetary hours\n(equal 1-hour segments starting at midnight). Traditional planetary hours\nstart at local sunrise with unequal segments. This simplification is suitable\nfor general guidance.\n\n**Response time:** ~50ms (daily) | ~200ms (weekly) | ~500ms (monthly)\n\n✨ **Example Description:**\nGet daily luck with favorable hours and universal day\n\n🔗 **Endpoint:** `POST /api/v3/numerology/luck-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "luck-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma Thompson\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"options\": {\n    \"target_date\": \"2025-03-15\",\n    \"period_type\": \"daily\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7175b1c3-6dd6-44a4-9a50-afbe470aceee",
              "name": "Weekly Luck Forecast",
              "request": {
                "name": "Weekly Luck Forecast",
                "description": {
                  "content": "🎯 **Luck Analysis**\n\n📋 **Endpoint Description:**\n🍀 **Luck Numerology Analysis** - Daily, weekly, or monthly luck with favorable time windows\n\n**Perfect for:**\n- 📅 Getting daily luck scores with Chaldean planetary hours\n- 📊 Planning your week with 7-day luck forecast\n- 🗓️ Monthly overview showing favorable and challenging days\n- ⏰ Finding favorable time windows for important activities\n- 📱 Daily horoscope and planning apps\n\n**What you get:**\n- **Daily:** Personal day number, luck score (1-10), favorable activities, avoid list, lucky numbers/colors, favorable time windows (Chaldean planetary hours), universal day harmony, special combinations\n- **Weekly:** 7-day forecast with best/challenging days, average score, i18n summaries\n- **Monthly:** Full month overview with high/low days count, monthly theme, daily forecasts\n\n**Period types:** daily, weekly, monthly\n\n**Languages:** en, ru, fr, de, es, it, pt, zh, hi, tr, uk + regional variants (en-GB, en-ARCHAIC, es-ES, fr-FR, fr-CA, pt-BR, pt-PT)\n\n**Note:** Favorable time windows use simplified Chaldean planetary hours\n(equal 1-hour segments starting at midnight). Traditional planetary hours\nstart at local sunrise with unequal segments. This simplification is suitable\nfor general guidance.\n\n**Response time:** ~50ms (daily) | ~200ms (weekly) | ~500ms (monthly)\n\n✨ **Example Description:**\nGet 7-day luck forecast with i18n summaries\n\n🔗 **Endpoint:** `POST /api/v3/numerology/luck-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "luck-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Alexander Petrov\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Moscow\",\n      \"country_code\": \"RU\"\n    }\n  },\n  \"options\": {\n    \"target_date\": \"2025-03-15\",\n    \"period_type\": \"weekly\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "15d979f9-33df-4875-aa7b-784fa5a1eeeb",
              "name": "Monthly Luck Overview (Russian)",
              "request": {
                "name": "Monthly Luck Overview (Russian)",
                "description": {
                  "content": "🎯 **Luck Analysis**\n\n📋 **Endpoint Description:**\n🍀 **Luck Numerology Analysis** - Daily, weekly, or monthly luck with favorable time windows\n\n**Perfect for:**\n- 📅 Getting daily luck scores with Chaldean planetary hours\n- 📊 Planning your week with 7-day luck forecast\n- 🗓️ Monthly overview showing favorable and challenging days\n- ⏰ Finding favorable time windows for important activities\n- 📱 Daily horoscope and planning apps\n\n**What you get:**\n- **Daily:** Personal day number, luck score (1-10), favorable activities, avoid list, lucky numbers/colors, favorable time windows (Chaldean planetary hours), universal day harmony, special combinations\n- **Weekly:** 7-day forecast with best/challenging days, average score, i18n summaries\n- **Monthly:** Full month overview with high/low days count, monthly theme, daily forecasts\n\n**Period types:** daily, weekly, monthly\n\n**Languages:** en, ru, fr, de, es, it, pt, zh, hi, tr, uk + regional variants (en-GB, en-ARCHAIC, es-ES, fr-FR, fr-CA, pt-BR, pt-PT)\n\n**Note:** Favorable time windows use simplified Chaldean planetary hours\n(equal 1-hour segments starting at midnight). Traditional planetary hours\nstart at local sunrise with unequal segments. This simplification is suitable\nfor general guidance.\n\n**Response time:** ~50ms (daily) | ~200ms (weekly) | ~500ms (monthly)\n\n✨ **Example Description:**\nGet full month luck overview with Russian translations\n\n🔗 **Endpoint:** `POST /api/v3/numerology/luck-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "numerology",
                    "luck-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"\\u041c\\u0430\\u0440\\u0438\\u044f \\u041f\\u0435\\u0442\\u0440\\u043e\\u0432\\u0430\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"city\": \"Moscow\",\n      \"country_code\": \"RU\"\n    }\n  },\n  \"options\": {\n    \"target_date\": \"2025-03-01\",\n    \"period_type\": \"monthly\",\n    \"language\": \"ru\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🎴 Tarot",
      "description": "",
      "item": [
        {
          "id": "cf46292a-3009-4dc1-a141-c6c5f6b8f699",
          "name": "Get Tarot Cards Glossary",
          "request": {
            "name": "Get Tarot Cards Glossary",
            "description": {
              "content": "**Tarot Cards Glossary** - Complete list of all 78 tarot cards\n\n**Perfect for:**\n- Building card selection interfaces\n- Understanding card correspondences\n- Learning astrological associations\n- Reference for interpretations\n\n**Filters available:**\n- `arcana=major` - Only Major Arcana (22 cards)\n- `arcana=minor` - Only Minor Arcana (56 cards)\n- `suit=wands` - Only Wands suit (14 cards)\n- `element=Fire` - Cards with Fire element\n- `planet=Mars` - Cards ruled by Mars\n- `sign=Ari` - Cards associated with Aries\n\n**Returns:**\n- Card ID, name, number\n- Astrological correspondences\n- Elemental associations\n- Life area connections\n\n**Response time:** ~50ms | **Total cards:** 78",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "tarot",
                "glossary",
                "cards"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by arcana (major/minor)",
                    "type": "text/plain"
                  },
                  "key": "arcana",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by suit (wands/cups/swords/pentacles)",
                    "type": "text/plain"
                  },
                  "key": "suit",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by element (Fire/Water/Air/Earth)",
                    "type": "text/plain"
                  },
                  "key": "element",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by planet correspondence",
                    "type": "text/plain"
                  },
                  "key": "planet",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by zodiac sign correspondence",
                    "type": "text/plain"
                  },
                  "key": "sign",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by house correspondence",
                    "type": "text/plain"
                  },
                  "key": "house",
                  "value": "<integer>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "2bc32f78-991a-4ace-96e8-1df9f32b15b2",
              "name": "Complete tarot deck with Golden Dawn correspondences",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "glossary",
                    "cards"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by arcana (major/minor)",
                        "type": "text/plain"
                      },
                      "key": "arcana",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by suit (wands/cups/swords/pentacles)",
                        "type": "text/plain"
                      },
                      "key": "suit",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by element (Fire/Water/Air/Earth)",
                        "type": "text/plain"
                      },
                      "key": "element",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by planet correspondence",
                        "type": "text/plain"
                      },
                      "key": "planet",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign correspondence",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by house correspondence",
                        "type": "text/plain"
                      },
                      "key": "house",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"key_0\": true\n    },\n    {\n      \"key_0\": false,\n      \"key_1\": false,\n      \"key_2\": \"string\",\n      \"key_3\": \"string\"\n    }\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc785ade-c1bb-45c3-842f-2712ac894393",
              "name": "Invalid tarot parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "glossary",
                    "cards"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by arcana (major/minor)",
                        "type": "text/plain"
                      },
                      "key": "arcana",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by suit (wands/cups/swords/pentacles)",
                        "type": "text/plain"
                      },
                      "key": "suit",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by element (Fire/Water/Air/Earth)",
                        "type": "text/plain"
                      },
                      "key": "element",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by planet correspondence",
                        "type": "text/plain"
                      },
                      "key": "planet",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign correspondence",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by house correspondence",
                        "type": "text/plain"
                      },
                      "key": "house",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0f13a2a9-8069-4a06-a26d-1149d29e415a",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "glossary",
                    "cards"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by arcana (major/minor)",
                        "type": "text/plain"
                      },
                      "key": "arcana",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by suit (wands/cups/swords/pentacles)",
                        "type": "text/plain"
                      },
                      "key": "suit",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by element (Fire/Water/Air/Earth)",
                        "type": "text/plain"
                      },
                      "key": "element",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by planet correspondence",
                        "type": "text/plain"
                      },
                      "key": "planet",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign correspondence",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by house correspondence",
                        "type": "text/plain"
                      },
                      "key": "house",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0739b891-d666-49a9-b8b3-73a55baadefd",
          "name": "Get Tarot Spreads Glossary",
          "request": {
            "name": "Get Tarot Spreads Glossary",
            "description": {
              "content": "**Tarot Spreads Glossary** - Available spread types and configurations\n\n**Perfect for:**\n- Choosing appropriate spreads\n- Understanding spread purposes\n- Learning position meanings\n- Building spread interfaces\n\n**Available spreads:**\n- **Single Card** - Quick daily guidance\n- **Three Card** - Past/Present/Future or Situation analysis\n- **Celtic Cross** - Comprehensive 10-card analysis\n- **Zodiac Wheel** - 12 cards for house analysis\n- **Custom** - User-defined layouts\n\n**Response includes:**\n- Spread name and description\n- Number of cards required\n- Position meanings\n- Best use cases\n\n**Response time:** ~20ms",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "tarot",
                "glossary",
                "spreads"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "346d84bb-67a1-4543-ad43-c651d1180bee",
              "name": "Available tarot spreads with positions and use cases",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "glossary",
                    "spreads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"key_0\": true\n    },\n    {\n      \"key_0\": false,\n      \"key_1\": false,\n      \"key_2\": \"string\",\n      \"key_3\": \"string\"\n    }\n  ],\n  \"total\": \"<integer>\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8e131fa-9041-4c16-9f77-d2737e42bc82",
              "name": "Invalid tarot parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "glossary",
                    "spreads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fdcfc5ac-4cda-435f-b8e2-5a801c2decaf",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "glossary",
                    "spreads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8a552088-0d45-4c8c-9c99-d0412731f4ee",
          "name": "Get Card Detail",
          "request": {
            "name": "Get Card Detail",
            "description": {
              "content": "**Tarot Card Details** - Complete information for a specific card\n\n**Perfect for:**\n- Learning card meanings\n- Understanding correspondences\n- Building card databases\n- Reference for interpretations\n\n**Card ID format:**\n- Major Arcana: `major_00` to `major_21`\n- Minor Arcana: `{suit}_{number}` (e.g., `wands_03`)\n- Court Cards: `{suit}_{rank}` (e.g., `cups_queen`)\n\n**Returns:**\n- Complete card data\n- All astrological correspondences\n- Elemental associations\n- Keywords and meanings\n- Timing information\n\n**Response time:** ~50ms",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "tarot",
                "glossary",
                "cards",
                ":card_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "<string>",
                  "key": "card_id",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Card ID (e.g. major_00, wands_03, cups_queen)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5c18d0a0-0650-410b-912b-5bfa2f4b246d",
              "name": "Complete tarot card information with astrological correspondences",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "glossary",
                    "cards",
                    ":card_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a43d6acd-e0e5-4fe3-88e2-f0bb442105ca",
              "name": "Invalid tarot parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "glossary",
                    "cards",
                    ":card_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8cffd156-118b-4122-827f-c01f97e8e900",
              "name": "Card not found",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "glossary",
                    "cards",
                    ":card_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"examples\": {\n    \"card_not_found\": {\n      \"summary\": \"Invalid card ID\",\n      \"description\": \"Error response when requesting a non-existent card\",\n      \"value\": {\n        \"success\": false,\n        \"error\": {\n          \"error_code\": \"CARD_NOT_FOUND\",\n          \"message\": \"Card 'invalid_card' not found\",\n          \"field\": \"card_id\",\n          \"value\": \"invalid_card\",\n          \"severity\": \"low\",\n          \"suggestions\": [\n            \"Use format: major_00 to major_21 for Major Arcana\",\n            \"Use format: {suit}_{number} for Minor Arcana (e.g., wands_03)\",\n            \"Use format: {suit}_{rank} for Court Cards (e.g., cups_queen)\"\n          ]\n        },\n        \"timestamp\": \"2024-01-01T12:00:00Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5ee1ab5-1d53-4f39-bee3-f862bbbf2f67",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "glossary",
                    "cards",
                    ":card_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Draw Cards",
          "description": "All available examples for Draw Cards endpoint. **Draw Random Cards** - Draw cards for spreads or practice\n\n**Perfect for:**\n- Daily card draws\n- Spread preparation\n- Random selection\n- Learning and practice\n\n**Options:**\n- `count` - Number of cards (1-78)\n- `exclude_reversed` - Only upright cards\n- `life_area` - Focus on specific life area\n- `exclude_majors` - Only Minor Arcana\n- `exclude_minors` - Only Major Arcana\n\n**Returns:**\n- Randomly selected cards\n- Card orientations (upright/reversed)\n- Basic card information\n\n**Response time:** ~50ms",
          "item": [
            {
              "id": "bbdeae1d-8162-42a5-9c4e-e81fbeb2dbc0",
              "name": "Daily card draw",
              "request": {
                "name": "Daily card draw",
                "description": {
                  "content": "🎯 **Draw Cards**\n\n📋 **Endpoint Description:**\n**Draw Random Cards** - Draw cards for spreads or practice\n\n**Perfect for:**\n- Daily card draws\n- Spread preparation\n- Random selection\n- Learning and practice\n\n**Options:**\n- `count` - Number of cards (1-78)\n- `exclude_reversed` - Only upright cards\n- `life_area` - Focus on specific life area\n- `exclude_majors` - Only Minor Arcana\n- `exclude_minors` - Only Major Arcana\n\n**Returns:**\n- Randomly selected cards\n- Card orientations (upright/reversed)\n- Basic card information\n\n**Response time:** ~50ms\n\n✨ **Example Description:**\nDraw a single card for daily guidance\n\n🔗 **Endpoint:** `POST /api/v3/tarot/cards/draw`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "cards",
                    "draw"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"count\": 1,\n  \"exclude_reversed\": false,\n  \"life_area\": \"career\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "73f6962d-542b-4826-a930-5dedb4ceba25",
              "name": "Three card draw",
              "request": {
                "name": "Three card draw",
                "description": {
                  "content": "🎯 **Draw Cards**\n\n📋 **Endpoint Description:**\n**Draw Random Cards** - Draw cards for spreads or practice\n\n**Perfect for:**\n- Daily card draws\n- Spread preparation\n- Random selection\n- Learning and practice\n\n**Options:**\n- `count` - Number of cards (1-78)\n- `exclude_reversed` - Only upright cards\n- `life_area` - Focus on specific life area\n- `exclude_majors` - Only Minor Arcana\n- `exclude_minors` - Only Major Arcana\n\n**Returns:**\n- Randomly selected cards\n- Card orientations (upright/reversed)\n- Basic card information\n\n**Response time:** ~50ms\n\n✨ **Example Description:**\nDraw three cards for a spread\n\n🔗 **Endpoint:** `POST /api/v3/tarot/cards/draw`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "cards",
                    "draw"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"count\": 3,\n  \"exclude_reversed\": false,\n  \"exclude_majors\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "113895cf-3111-4fa8-b075-3ceaadb3a6f2",
              "name": "Celtic Cross draw",
              "request": {
                "name": "Celtic Cross draw",
                "description": {
                  "content": "🎯 **Draw Cards**\n\n📋 **Endpoint Description:**\n**Draw Random Cards** - Draw cards for spreads or practice\n\n**Perfect for:**\n- Daily card draws\n- Spread preparation\n- Random selection\n- Learning and practice\n\n**Options:**\n- `count` - Number of cards (1-78)\n- `exclude_reversed` - Only upright cards\n- `life_area` - Focus on specific life area\n- `exclude_majors` - Only Minor Arcana\n- `exclude_minors` - Only Major Arcana\n\n**Returns:**\n- Randomly selected cards\n- Card orientations (upright/reversed)\n- Basic card information\n\n**Response time:** ~50ms\n\n✨ **Example Description:**\nDraw 10 cards for Celtic Cross spread\n\n🔗 **Endpoint:** `POST /api/v3/tarot/cards/draw`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "cards",
                    "draw"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"count\": 10,\n  \"exclude_reversed\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "8066f27c-8509-479d-8b27-c0a372a07624",
          "name": "Search Cards",
          "request": {
            "name": "Search Cards",
            "description": {
              "content": "**Search Tarot Cards** - Find cards by name, correspondences, and associations\n\n**Perfect for:**\n- Learning tarot card meanings and correspondences\n- Finding specific cards for readings or study\n- Exploring astrological and elemental connections\n- Building tarot reference applications\n\n**Search capabilities:**\n- **Name search**: Case-insensitive keyword matching\n- **Life area filter**: Cards associated with specific life themes\n- **Element filter**: Fire (Wands), Water (Cups), Air (Swords), Earth (Pentacles)\n- **Planet filter**: Planetary correspondences from Golden Dawn system\n- **Sign filter**: Zodiac associations (use 3-letter codes: Ari, Tau, etc.)\n- **Arcana filter**: Major or Minor Arcana only\n\n**Pagination system:**\n- Default: 20 cards per page\n- Maximum: 78 cards per page (full deck)\n- Efficient offset-based pagination\n- Total count provided for frontend pagination\n\n**Search examples:**\n- `keyword=emperor` -> Finds The Emperor\n- `element=Water&life_area=love` -> Water cards for love readings\n- `arcana=major&planet=Venus` -> Major Arcana Venus cards\n- `sign=Ari` -> All Aries-associated cards\n\n**Response includes:**\n- Matching cards with full details\n- Astrological correspondences\n- Life area associations\n- Keywords for upright/reversed meanings\n- Pagination metadata\n\n**Response time:** ~100ms | **Coverage:** Complete 78-card tarot deck",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "tarot",
                "cards",
                "search"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Search keyword for card names (case-insensitive)",
                    "type": "text/plain"
                  },
                  "key": "keyword",
                  "value": ""
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by life area association",
                    "type": "text/plain"
                  },
                  "key": "life_area",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by elemental correspondence (Fire, Water, Air, Earth)",
                    "type": "text/plain"
                  },
                  "key": "element",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by planetary correspondence",
                    "type": "text/plain"
                  },
                  "key": "planet",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by zodiac sign (3-letter abbreviation)",
                    "type": "text/plain"
                  },
                  "key": "sign",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by arcana type (major, minor)",
                    "type": "text/plain"
                  },
                  "key": "arcana",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Page number (1-based)",
                    "type": "text/plain"
                  },
                  "key": "page",
                  "value": "1"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Items per page",
                    "type": "text/plain"
                  },
                  "key": "page_size",
                  "value": "20"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5237fe48-d48a-4df2-a511-a33f2139001d",
              "name": "Search tarot cards by various criteria with pagination",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "cards",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Search keyword for card names (case-insensitive)",
                        "type": "text/plain"
                      },
                      "key": "keyword",
                      "value": ""
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by life area association",
                        "type": "text/plain"
                      },
                      "key": "life_area",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by elemental correspondence (Fire, Water, Air, Earth)",
                        "type": "text/plain"
                      },
                      "key": "element",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by planetary correspondence",
                        "type": "text/plain"
                      },
                      "key": "planet",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign (3-letter abbreviation)",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by arcana type (major, minor)",
                        "type": "text/plain"
                      },
                      "key": "arcana",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number (1-based)",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Items per page",
                        "type": "text/plain"
                      },
                      "key": "page_size",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a075ed04-312b-4867-83d8-e3b9d3f63428",
              "name": "Invalid tarot parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "cards",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Search keyword for card names (case-insensitive)",
                        "type": "text/plain"
                      },
                      "key": "keyword",
                      "value": ""
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by life area association",
                        "type": "text/plain"
                      },
                      "key": "life_area",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by elemental correspondence (Fire, Water, Air, Earth)",
                        "type": "text/plain"
                      },
                      "key": "element",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by planetary correspondence",
                        "type": "text/plain"
                      },
                      "key": "planet",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign (3-letter abbreviation)",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by arcana type (major, minor)",
                        "type": "text/plain"
                      },
                      "key": "arcana",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number (1-based)",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Items per page",
                        "type": "text/plain"
                      },
                      "key": "page_size",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3fada851-62ad-4d5b-a397-15957d6e0a6d",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "cards",
                    "search"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Search keyword for card names (case-insensitive)",
                        "type": "text/plain"
                      },
                      "key": "keyword",
                      "value": ""
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by life area association",
                        "type": "text/plain"
                      },
                      "key": "life_area",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by elemental correspondence (Fire, Water, Air, Earth)",
                        "type": "text/plain"
                      },
                      "key": "element",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by planetary correspondence",
                        "type": "text/plain"
                      },
                      "key": "planet",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign (3-letter abbreviation)",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by arcana type (major, minor)",
                        "type": "text/plain"
                      },
                      "key": "arcana",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Page number (1-based)",
                        "type": "text/plain"
                      },
                      "key": "page",
                      "value": "1"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Items per page",
                        "type": "text/plain"
                      },
                      "key": "page_size",
                      "value": "20"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7c9b23b4-d651-48d9-87aa-03bd62ebbfe0",
          "name": "Get Daily Card",
          "request": {
            "name": "Get Daily Card",
            "description": {
              "content": "**Daily Card Reading** - Card of the day with optional personalization\n\n**Perfect for:**\n- Daily spiritual guidance and insight\n- Morning meditation and intention setting\n- Mobile app \"Card of the Day\" features\n- Building daily tarot practice routines\n\n**How it works:**\n- Without `seed`: everyone gets the same card for the day (like a newspaper horoscope)\n- With `seed`: deterministic per-user card (same seed = same card all day)\n- Seed can be any string: userId, email hash, session token\n- Optional life area focus for targeted guidance\n- Birth data enables personalized interpretations\n\n**Personalization features:**\n- `seed` for reproducible per-user daily cards\n- `life_area` for targeted guidance context\n- Birth data for deeper astrological personalization\n\n**Response includes:**\n- Single tarot card with orientation (upright/reversed)\n- Contextual interpretation for the day\n- Date stamp\n- Seed echo (if provided)\n\n**Response time:** ~50ms (cached) / ~150ms (fresh) | **Consistency:** 100% same-day reliability",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "tarot",
                "cards",
                "daily"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Optional seed for reproducible daily cards (userId, email hash, session token). Omit for anonymous daily draw.",
                    "type": "text/plain"
                  },
                  "key": "seed",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Optional life area focus",
                    "type": "text/plain"
                  },
                  "key": "life_area",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Birth year for personalization",
                    "type": "text/plain"
                  },
                  "key": "birth_year",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Birth month for personalization",
                    "type": "text/plain"
                  },
                  "key": "birth_month",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Birth day for personalization",
                    "type": "text/plain"
                  },
                  "key": "birth_day",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Birth hour for personalization",
                    "type": "text/plain"
                  },
                  "key": "birth_hour",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Birth minute for personalization",
                    "type": "text/plain"
                  },
                  "key": "birth_minute",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Birth city for personalization",
                    "type": "text/plain"
                  },
                  "key": "city",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Country code for personalization",
                    "type": "text/plain"
                  },
                  "key": "country_code",
                  "value": "<string>"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a2cb5637-ffcc-4d91-8813-c99a1902317a",
              "name": "Daily tarot card with interpretation",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "cards",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional seed for reproducible daily cards (userId, email hash, session token). Omit for anonymous daily draw.",
                        "type": "text/plain"
                      },
                      "key": "seed",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional life area focus",
                        "type": "text/plain"
                      },
                      "key": "life_area",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth year for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth month for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth day for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth hour for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_hour",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth minute for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_minute",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth city for personalization",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Country code for personalization",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "072d3b9f-1d60-4b81-8d97-12e211a875db",
              "name": "Invalid tarot parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "cards",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional seed for reproducible daily cards (userId, email hash, session token). Omit for anonymous daily draw.",
                        "type": "text/plain"
                      },
                      "key": "seed",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional life area focus",
                        "type": "text/plain"
                      },
                      "key": "life_area",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth year for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth month for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth day for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth hour for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_hour",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth minute for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_minute",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth city for personalization",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Country code for personalization",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a76ca0c0-7aaf-443e-bc8a-3dc2cb259325",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "cards",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional seed for reproducible daily cards (userId, email hash, session token). Omit for anonymous daily draw.",
                        "type": "text/plain"
                      },
                      "key": "seed",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional life area focus",
                        "type": "text/plain"
                      },
                      "key": "life_area",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth year for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth month for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth day for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth hour for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_hour",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth minute for personalization",
                        "type": "text/plain"
                      },
                      "key": "birth_minute",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth city for personalization",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Country code for personalization",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Generate Single Card Report",
          "description": "All available examples for Generate Single Card Report endpoint. **Single Card Report** - Generate report for daily guidance\n\n**Perfect for:**\n- Daily guidance\n- Quick insights\n- Meditation focus\n- Mobile apps\n\n**Features:**\n- Life area focused interpretations\n- Multiple interpretation depths\n- Multi-language support\n- Optional astrological context\n\n**Response includes:**\n- Card details and position\n- Interpretation for chosen life area\n- Keywords and themes\n- Action suggestions\n\n**Response time:** ~100ms",
          "item": [
            {
              "id": "6fd1f968-6d38-46d4-badd-1b3b1c8a1473",
              "name": "Daily career guidance",
              "request": {
                "name": "Daily career guidance",
                "description": {
                  "content": "🎯 **Generate Single Card Report**\n\n📋 **Endpoint Description:**\n**Single Card Report** - Generate report for daily guidance\n\n**Perfect for:**\n- Daily guidance\n- Quick insights\n- Meditation focus\n- Mobile apps\n\n**Features:**\n- Life area focused interpretations\n- Multiple interpretation depths\n- Multi-language support\n- Optional astrological context\n\n**Response includes:**\n- Card details and position\n- Interpretation for chosen life area\n- Keywords and themes\n- Action suggestions\n\n**Response time:** ~100ms\n\n✨ **Example Description:**\nSingle card report focused on career\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/single`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "single"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"single\",\n  \"life_area\": \"career\",\n  \"interpretation_depth\": \"basic\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "06f18e44-86ba-4a47-bec2-1e4b05ac563e",
              "name": "Love life guidance",
              "request": {
                "name": "Love life guidance",
                "description": {
                  "content": "🎯 **Generate Single Card Report**\n\n📋 **Endpoint Description:**\n**Single Card Report** - Generate report for daily guidance\n\n**Perfect for:**\n- Daily guidance\n- Quick insights\n- Meditation focus\n- Mobile apps\n\n**Features:**\n- Life area focused interpretations\n- Multiple interpretation depths\n- Multi-language support\n- Optional astrological context\n\n**Response includes:**\n- Card details and position\n- Interpretation for chosen life area\n- Keywords and themes\n- Action suggestions\n\n**Response time:** ~100ms\n\n✨ **Example Description:**\nSingle card for relationship insights\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/single`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "single"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"single\",\n  \"life_area\": \"love\",\n  \"interpretation_depth\": \"detailed\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Generate Three Card Report",
          "description": "All available examples for Generate Three Card Report endpoint. **Three Card Report** - Classic spread for comprehensive analysis\n\n**Perfect for:**\n- Timeline analysis (Past/Present/Future)\n- Situation assessment\n- Decision making\n- Quick but thorough reading\n\n**Layouts available:**\n- Past-Present-Future\n- Situation-Challenge-Advice\n- Mind-Body-Spirit\n- Custom interpretations\n\n**Features:**\n- Elemental dignity calculations\n- Card combination analysis\n- Life area specific meanings\n- Synthesis and action items\n\n**Response time:** ~200ms",
          "item": [
            {
              "id": "028214e6-25b9-4c66-99f4-ebd6cf72dc7a",
              "name": "Timeline spread",
              "request": {
                "name": "Timeline spread",
                "description": {
                  "content": "🎯 **Generate Three Card Report**\n\n📋 **Endpoint Description:**\n**Three Card Report** - Classic spread for comprehensive analysis\n\n**Perfect for:**\n- Timeline analysis (Past/Present/Future)\n- Situation assessment\n- Decision making\n- Quick but thorough reading\n\n**Layouts available:**\n- Past-Present-Future\n- Situation-Challenge-Advice\n- Mind-Body-Spirit\n- Custom interpretations\n\n**Features:**\n- Elemental dignity calculations\n- Card combination analysis\n- Life area specific meanings\n- Synthesis and action items\n\n**Response time:** ~200ms\n\n✨ **Example Description:**\nClassic past-present-future analysis\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/three-card`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "three-card"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"three_card\",\n  \"life_area\": \"career\",\n  \"interpretation_depth\": \"detailed\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "abd7affe-ac70-4f3d-a706-bd279adeefb9",
              "name": "Situation analysis",
              "request": {
                "name": "Situation analysis",
                "description": {
                  "content": "🎯 **Generate Three Card Report**\n\n📋 **Endpoint Description:**\n**Three Card Report** - Classic spread for comprehensive analysis\n\n**Perfect for:**\n- Timeline analysis (Past/Present/Future)\n- Situation assessment\n- Decision making\n- Quick but thorough reading\n\n**Layouts available:**\n- Past-Present-Future\n- Situation-Challenge-Advice\n- Mind-Body-Spirit\n- Custom interpretations\n\n**Features:**\n- Elemental dignity calculations\n- Card combination analysis\n- Life area specific meanings\n- Synthesis and action items\n\n**Response time:** ~200ms\n\n✨ **Example Description:**\nSituation-challenge-advice spread\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/three-card`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "three-card"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"three_card\",\n  \"life_area\": \"relationships\",\n  \"include_dignities\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Generate Celtic Cross Report",
          "description": "All available examples for Generate Celtic Cross Report endpoint. **Celtic Cross Report** - The ultimate 10-card tarot spread for comprehensive life analysis\n\n**Perfect for:**\n- Deep life analysis and major decisions\n- Understanding complex situations with multiple factors\n- Mapping past influences to future outcomes\n- Exploring subconscious patterns and external forces\n\n**The Celtic Cross positions:**\n- **Position 1**: Present Situation (House 1 - Ascendant energy)\n- **Position 2**: Challenge/Cross (House 7 - What opposes or challenges)\n- **Position 3**: Distant Past (House 4 - IC, foundation of the matter)\n- **Position 4**: Recent Past (House 12 - Hidden influences)\n- **Position 5**: Possible Future (House 11 - Hopes and ideals)\n- **Position 6**: Near Future (House 2 - Resources and next steps)\n- **Position 7**: Your Approach (House 1 - Sun, conscious will)\n- **Position 8**: External Influences (House 3 - Environment and communication)\n- **Position 9**: Hopes and Fears (House 9 - Higher mind and philosophy)\n- **Position 10**: Final Outcome (House 10 - MC, highest potential)\n\n**Advanced Features:**\n- **Elemental Dignities** - Golden Dawn method analyzing card interactions\n- **Timing Predictions** - Using Minor Arcana decan correspondences\n- **Astrological Context** - Houses and planetary influences\n- **Multi-language Support** - Available in 6 languages\n\n**Response includes:**\n- Complete 10-card interpretation\n- Elemental dignity analysis (optional)\n- Timing guidance with decan dates (optional)\n- Overall synthesis and actionable advice\n- Position-specific meanings with astrological context\n\n**Response time:** ~300ms | **Depth:** Professional grade analysis",
          "item": [
            {
              "id": "ac3bf411-f5c3-426f-839b-9e43efc949e0",
              "name": "Basic Celtic Cross",
              "request": {
                "name": "Basic Celtic Cross",
                "description": {
                  "content": "🎯 **Generate Celtic Cross Report**\n\n📋 **Endpoint Description:**\n**Celtic Cross Report** - The ultimate 10-card tarot spread for comprehensive life analysis\n\n**Perfect for:**\n- Deep life analysis and major decisions\n- Understanding complex situations with multiple factors\n- Mapping past influences to future outcomes\n- Exploring subconscious patterns and external forces\n\n**The Celtic Cross positions:**\n- **Position 1**: Present Situation (House 1 - Ascendant energy)\n- **Position 2**: Challenge/Cross (House 7 - What opposes or challenges)\n- **Position 3**: Distant Past (House 4 - IC, foundation of the matter)\n- **Position 4**: Recent Past (House 12 - Hidden influences)\n- **Position 5**: Possible Future (House 11 - Hopes and ideals)\n- **Position 6**: Near Future (House 2 - Resources and next steps)\n- **Position 7**: Your Approach (House 1 - Sun, conscious will)\n- **Position 8**: External Influences (House 3 - Environment and communication)\n- **Position 9**: Hopes and Fears (House 9 - Higher mind and philosophy)\n- **Position 10**: Final Outcome (House 10 - MC, highest potential)\n\n**Advanced Features:**\n- **Elemental Dignities** - Golden Dawn method analyzing card interactions\n- **Timing Predictions** - Using Minor Arcana decan correspondences\n- **Astrological Context** - Houses and planetary influences\n- **Multi-language Support** - Available in 6 languages\n\n**Response includes:**\n- Complete 10-card interpretation\n- Elemental dignity analysis (optional)\n- Timing guidance with decan dates (optional)\n- Overall synthesis and actionable advice\n- Position-specific meanings with astrological context\n\n**Response time:** ~300ms | **Depth:** Professional grade analysis\n\n✨ **Example Description:**\nTraditional 10-card spread for comprehensive analysis\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/celtic-cross`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "celtic-cross"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"celtic_cross\",\n  \"life_area\": \"career\",\n  \"interpretation_depth\": \"basic\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "cdc2760d-1e7c-4d5e-bc97-ba80ec86e57b",
              "name": "Celtic Cross with Elemental Dignities",
              "request": {
                "name": "Celtic Cross with Elemental Dignities",
                "description": {
                  "content": "🎯 **Generate Celtic Cross Report**\n\n📋 **Endpoint Description:**\n**Celtic Cross Report** - The ultimate 10-card tarot spread for comprehensive life analysis\n\n**Perfect for:**\n- Deep life analysis and major decisions\n- Understanding complex situations with multiple factors\n- Mapping past influences to future outcomes\n- Exploring subconscious patterns and external forces\n\n**The Celtic Cross positions:**\n- **Position 1**: Present Situation (House 1 - Ascendant energy)\n- **Position 2**: Challenge/Cross (House 7 - What opposes or challenges)\n- **Position 3**: Distant Past (House 4 - IC, foundation of the matter)\n- **Position 4**: Recent Past (House 12 - Hidden influences)\n- **Position 5**: Possible Future (House 11 - Hopes and ideals)\n- **Position 6**: Near Future (House 2 - Resources and next steps)\n- **Position 7**: Your Approach (House 1 - Sun, conscious will)\n- **Position 8**: External Influences (House 3 - Environment and communication)\n- **Position 9**: Hopes and Fears (House 9 - Higher mind and philosophy)\n- **Position 10**: Final Outcome (House 10 - MC, highest potential)\n\n**Advanced Features:**\n- **Elemental Dignities** - Golden Dawn method analyzing card interactions\n- **Timing Predictions** - Using Minor Arcana decan correspondences\n- **Astrological Context** - Houses and planetary influences\n- **Multi-language Support** - Available in 6 languages\n\n**Response includes:**\n- Complete 10-card interpretation\n- Elemental dignity analysis (optional)\n- Timing guidance with decan dates (optional)\n- Overall synthesis and actionable advice\n- Position-specific meanings with astrological context\n\n**Response time:** ~300ms | **Depth:** Professional grade analysis\n\n✨ **Example Description:**\nEnhanced reading with elemental analysis\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/celtic-cross`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "celtic-cross"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"celtic_cross\",\n  \"life_area\": \"spirituality\",\n  \"include_dignities\": true,\n  \"interpretation_depth\": \"detailed\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "227aab5f-a5c1-4748-aa2a-a61f00dd2f9a",
              "name": "Celtic Cross with Timing Predictions",
              "request": {
                "name": "Celtic Cross with Timing Predictions",
                "description": {
                  "content": "🎯 **Generate Celtic Cross Report**\n\n📋 **Endpoint Description:**\n**Celtic Cross Report** - The ultimate 10-card tarot spread for comprehensive life analysis\n\n**Perfect for:**\n- Deep life analysis and major decisions\n- Understanding complex situations with multiple factors\n- Mapping past influences to future outcomes\n- Exploring subconscious patterns and external forces\n\n**The Celtic Cross positions:**\n- **Position 1**: Present Situation (House 1 - Ascendant energy)\n- **Position 2**: Challenge/Cross (House 7 - What opposes or challenges)\n- **Position 3**: Distant Past (House 4 - IC, foundation of the matter)\n- **Position 4**: Recent Past (House 12 - Hidden influences)\n- **Position 5**: Possible Future (House 11 - Hopes and ideals)\n- **Position 6**: Near Future (House 2 - Resources and next steps)\n- **Position 7**: Your Approach (House 1 - Sun, conscious will)\n- **Position 8**: External Influences (House 3 - Environment and communication)\n- **Position 9**: Hopes and Fears (House 9 - Higher mind and philosophy)\n- **Position 10**: Final Outcome (House 10 - MC, highest potential)\n\n**Advanced Features:**\n- **Elemental Dignities** - Golden Dawn method analyzing card interactions\n- **Timing Predictions** - Using Minor Arcana decan correspondences\n- **Astrological Context** - Houses and planetary influences\n- **Multi-language Support** - Available in 6 languages\n\n**Response includes:**\n- Complete 10-card interpretation\n- Elemental dignity analysis (optional)\n- Timing guidance with decan dates (optional)\n- Overall synthesis and actionable advice\n- Position-specific meanings with astrological context\n\n**Response time:** ~300ms | **Depth:** Professional grade analysis\n\n✨ **Example Description:**\nComplete reading with astrological timing\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/celtic-cross`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "celtic-cross"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"celtic_cross\",\n  \"life_area\": \"love\",\n  \"include_timing\": true,\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Generate Synastry Report",
          "description": "All available examples for Generate Synastry Report endpoint. **Synastry Report** - Tarot-based relationship compatibility analysis for two people\n\n**Perfect for:**\n- Understanding relationship dynamics and compatibility\n- Exploring strengths and challenges in partnerships\n- Gaining insights into romantic potential\n- Analyzing any type of relationship (romantic, business, friendship)\n\n**How it works:**\n- Draws 2 cards for each of 5 key relationship areas (10 cards total)\n- Analyzes elemental harmony between cards\n- Calculates weighted compatibility scores\n- Optional birth card compatibility analysis\n\n**Key relationship areas analyzed:**\n- **Love** (Weight: 2.0) - Romantic attraction and emotional connection\n- **Communication** (Weight: 1.8) - How you express and understand each other\n- **Finance** (Weight: 1.2) - Material compatibility and shared resources\n- **Spirituality** (Weight: 1.5) - Shared values and life philosophy\n- **Home** (Weight: 1.4) - Domestic harmony and shared living\n\n**Scoring system:**\n- **80-95%**: Highly positive cards (2 of Cups, The Lovers, etc.)\n- **50-70%**: Neutral cards with growth potential\n- **20-40%**: Reversed or challenging cards\n- **Bonus**: Elemental harmony between paired cards (+10%)\n\n**Birth card compatibility (optional):**\n- Calculates birth cards from birth dates\n- Analyzes archetypal compatibility\n- Provides deeper personality insights\n\n**Response includes:**\n- Overall compatibility score (0-100)\n- Detailed analysis for each life area\n- Relationship strengths and challenges\n- Synthesis of overall dynamics\n- All drawn cards with interpretations\n\n**Response time:** ~250ms | **Accuracy:** Professional relationship insights",
          "item": [
            {
              "id": "a200b141-d3fb-4bc8-a8fb-3f4a5c4bcad6",
              "name": "Basic Relationship Compatibility",
              "request": {
                "name": "Basic Relationship Compatibility",
                "description": {
                  "content": "🎯 **Generate Synastry Report**\n\n📋 **Endpoint Description:**\n**Synastry Report** - Tarot-based relationship compatibility analysis for two people\n\n**Perfect for:**\n- Understanding relationship dynamics and compatibility\n- Exploring strengths and challenges in partnerships\n- Gaining insights into romantic potential\n- Analyzing any type of relationship (romantic, business, friendship)\n\n**How it works:**\n- Draws 2 cards for each of 5 key relationship areas (10 cards total)\n- Analyzes elemental harmony between cards\n- Calculates weighted compatibility scores\n- Optional birth card compatibility analysis\n\n**Key relationship areas analyzed:**\n- **Love** (Weight: 2.0) - Romantic attraction and emotional connection\n- **Communication** (Weight: 1.8) - How you express and understand each other\n- **Finance** (Weight: 1.2) - Material compatibility and shared resources\n- **Spirituality** (Weight: 1.5) - Shared values and life philosophy\n- **Home** (Weight: 1.4) - Domestic harmony and shared living\n\n**Scoring system:**\n- **80-95%**: Highly positive cards (2 of Cups, The Lovers, etc.)\n- **50-70%**: Neutral cards with growth potential\n- **20-40%**: Reversed or challenging cards\n- **Bonus**: Elemental harmony between paired cards (+10%)\n\n**Birth card compatibility (optional):**\n- Calculates birth cards from birth dates\n- Analyzes archetypal compatibility\n- Provides deeper personality insights\n\n**Response includes:**\n- Overall compatibility score (0-100)\n- Detailed analysis for each life area\n- Relationship strengths and challenges\n- Synthesis of overall dynamics\n- All drawn cards with interpretations\n\n**Response time:** ~250ms | **Accuracy:** Professional relationship insights\n\n✨ **Example Description:**\nTarot compatibility analysis for two people\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/synastry`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "synastry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"synastry\",\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"partner_birth_data\": {\n    \"year\": 1987,\n    \"month\": 3,\n    \"day\": 15,\n    \"hour\": 10,\n    \"minute\": 30,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"interpretation_depth\": \"basic\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "76e3e38b-4262-4765-89af-a200be199bb9",
              "name": "Complete Synastry Analysis",
              "request": {
                "name": "Complete Synastry Analysis",
                "description": {
                  "content": "🎯 **Generate Synastry Report**\n\n📋 **Endpoint Description:**\n**Synastry Report** - Tarot-based relationship compatibility analysis for two people\n\n**Perfect for:**\n- Understanding relationship dynamics and compatibility\n- Exploring strengths and challenges in partnerships\n- Gaining insights into romantic potential\n- Analyzing any type of relationship (romantic, business, friendship)\n\n**How it works:**\n- Draws 2 cards for each of 5 key relationship areas (10 cards total)\n- Analyzes elemental harmony between cards\n- Calculates weighted compatibility scores\n- Optional birth card compatibility analysis\n\n**Key relationship areas analyzed:**\n- **Love** (Weight: 2.0) - Romantic attraction and emotional connection\n- **Communication** (Weight: 1.8) - How you express and understand each other\n- **Finance** (Weight: 1.2) - Material compatibility and shared resources\n- **Spirituality** (Weight: 1.5) - Shared values and life philosophy\n- **Home** (Weight: 1.4) - Domestic harmony and shared living\n\n**Scoring system:**\n- **80-95%**: Highly positive cards (2 of Cups, The Lovers, etc.)\n- **50-70%**: Neutral cards with growth potential\n- **20-40%**: Reversed or challenging cards\n- **Bonus**: Elemental harmony between paired cards (+10%)\n\n**Birth card compatibility (optional):**\n- Calculates birth cards from birth dates\n- Analyzes archetypal compatibility\n- Provides deeper personality insights\n\n**Response includes:**\n- Overall compatibility score (0-100)\n- Detailed analysis for each life area\n- Relationship strengths and challenges\n- Synthesis of overall dynamics\n- All drawn cards with interpretations\n\n**Response time:** ~250ms | **Accuracy:** Professional relationship insights\n\n✨ **Example Description:**\nFull compatibility with birth card analysis\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/synastry`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "synastry"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"synastry\",\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"partner_birth_data\": {\n    \"year\": 1990,\n    \"month\": 7,\n    \"day\": 22,\n    \"hour\": 14,\n    \"minute\": 0,\n    \"city\": \"Paris\",\n    \"country_code\": \"FR\"\n  },\n  \"include_birth_cards\": true,\n  \"interpretation_depth\": \"detailed\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Quintessence",
          "description": "All available examples for Calculate Quintessence endpoint. Calculate the quintessence (theme card) from a tarot spread.\n\n**Perfect for:**\n- Finding overall theme of a spread\n- Deeper understanding of reading\n- Spread synthesis\n- Hidden influences\n\n**How it works:**\n- Sums all Major Arcana numbers\n- Reduces to 1-22 range\n- Returns theme card\n- Provides interpretation\n\n**Response includes:**\n- Quintessence card\n- Calculation details\n- Thematic interpretation\n\n**Response time:** ~50ms",
          "item": [
            {
              "id": "3179cd60-8084-42c5-9a33-b8a58a34249f",
              "name": "Celtic Cross quintessence",
              "request": {
                "name": "Celtic Cross quintessence",
                "description": {
                  "content": "🎯 **Calculate Quintessence**\n\n📋 **Endpoint Description:**\nCalculate the quintessence (theme card) from a tarot spread.\n\n**Perfect for:**\n- Finding overall theme of a spread\n- Deeper understanding of reading\n- Spread synthesis\n- Hidden influences\n\n**How it works:**\n- Sums all Major Arcana numbers\n- Reduces to 1-22 range\n- Returns theme card\n- Provides interpretation\n\n**Response includes:**\n- Quintessence card\n- Calculation details\n- Thematic interpretation\n\n**Response time:** ~50ms\n\n✨ **Example Description:**\nCalculate theme card for Celtic Cross spread\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/quintessence`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "quintessence"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cards\": [\n    \"major_01\",\n    \"major_10\",\n    \"wands_03\",\n    \"major_15\",\n    \"cups_queen\"\n  ],\n  \"include_interpretation\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Birth Cards",
          "description": "All available examples for Calculate Birth Cards endpoint. Calculate birth cards from birth date.\n\n**Perfect for:**\n- Personal insights and identity exploration\n- Life path understanding and direction\n- Soul purpose and spiritual guidance\n- Core personality traits analysis\n\n**Calculation Method:**\n- Sum all birth date numbers (day + month + year)\n- Apply theosophical reduction to Major Arcana range (1-22)\n- Special dual cards for numbers 10-19 (personality + soul cards)\n- Based on traditional numerological tarot correspondence\n\n**What you get:**\n- **Primary birth card** - Core personality and life theme\n- **Secondary card** - Soul purpose (for paired numbers)\n- **Calculation breakdown** - Shows mathematical process\n- **Personal interpretation** - Detailed meaning and guidance\n\n**Supports both formats:**\n- **Standardized**: subject.birth_data with options\n- **Legacy**: birth_date string (backward compatible)\n\n**Response time:** ~75ms | **Accuracy:** Traditional numerological method",
          "item": [
            {
              "id": "fb8bbb78-a270-43ff-a28c-d8428a8cdfcf",
              "name": "Standardized Format",
              "request": {
                "name": "Standardized Format",
                "description": {
                  "content": "🎯 **Calculate Birth Cards**\n\n📋 **Endpoint Description:**\nCalculate birth cards from birth date.\n\n**Perfect for:**\n- Personal insights and identity exploration\n- Life path understanding and direction\n- Soul purpose and spiritual guidance\n- Core personality traits analysis\n\n**Calculation Method:**\n- Sum all birth date numbers (day + month + year)\n- Apply theosophical reduction to Major Arcana range (1-22)\n- Special dual cards for numbers 10-19 (personality + soul cards)\n- Based on traditional numerological tarot correspondence\n\n**What you get:**\n- **Primary birth card** - Core personality and life theme\n- **Secondary card** - Soul purpose (for paired numbers)\n- **Calculation breakdown** - Shows mathematical process\n- **Personal interpretation** - Detailed meaning and guidance\n\n**Supports both formats:**\n- **Standardized**: subject.birth_data with options\n- **Legacy**: birth_date string (backward compatible)\n\n**Response time:** ~75ms | **Accuracy:** Traditional numerological method\n\n✨ **Example Description:**\nModern standardized format for birth card calculation\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/birth-cards`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "birth-cards"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11\n    }\n  },\n  \"options\": {\n    \"include_interpretation\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "6559539b-898d-4000-8e75-e5172d0f65e0",
              "name": "Legacy Format (Backward Compatible)",
              "request": {
                "name": "Legacy Format (Backward Compatible)",
                "description": {
                  "content": "🎯 **Calculate Birth Cards**\n\n📋 **Endpoint Description:**\nCalculate birth cards from birth date.\n\n**Perfect for:**\n- Personal insights and identity exploration\n- Life path understanding and direction\n- Soul purpose and spiritual guidance\n- Core personality traits analysis\n\n**Calculation Method:**\n- Sum all birth date numbers (day + month + year)\n- Apply theosophical reduction to Major Arcana range (1-22)\n- Special dual cards for numbers 10-19 (personality + soul cards)\n- Based on traditional numerological tarot correspondence\n\n**What you get:**\n- **Primary birth card** - Core personality and life theme\n- **Secondary card** - Soul purpose (for paired numbers)\n- **Calculation breakdown** - Shows mathematical process\n- **Personal interpretation** - Detailed meaning and guidance\n\n**Supports both formats:**\n- **Standardized**: subject.birth_data with options\n- **Legacy**: birth_date string (backward compatible)\n\n**Response time:** ~75ms | **Accuracy:** Traditional numerological method\n\n✨ **Example Description:**\nOriginal format for birth card calculation\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/birth-cards`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "birth-cards"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_date\": \"1985-05-11\",\n  \"include_interpretation\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Elemental Dignities",
          "description": "All available examples for Calculate Elemental Dignities endpoint. Elemental Dignities Analysis - Golden Dawn method for analyzing card interactions.\n\n**Perfect for:**\n- Understanding card combinations and energy flow\n- Identifying strengths and weaknesses in spreads\n- Advanced tarot interpretation techniques\n- Learning traditional Golden Dawn methods\n\n**How it works:**\n- **Same Element**: Cards greatly strengthen each other (2.0x)\n- **Friendly Elements**: Fire+Air, Water+Earth support each other (1.5x)\n- **Neutral Elements**: Fire+Earth, Air+Water balance (1.0x)\n- **Opposing Elements**: Fire+Water, Air+Earth weaken each other (0.5x)\n\n**For 3-card groups:**\n- Center card is modified by flanking cards\n- Average of left and right influences\n- Provides combined strength and quality\n\n**Analysis includes:**\n- Individual dignity calculations for each card\n- Overall elemental balance across the spread\n- Strongest and weakest positions\n- Dominant elemental influence\n- Practical interpretation guidance\n\n**Elemental correspondences:**\n- **Fire** (Wands): Action, passion, creativity, spiritual energy\n- **Water** (Cups): Emotions, intuition, relationships, healing\n- **Air** (Swords): Thought, communication, conflict, clarity\n- **Earth** (Pentacles): Material matters, health, practical concerns\n\n**Response time:** ~150ms | **Method:** Traditional Golden Dawn system",
          "item": [
            {
              "id": "fdd2908e-7018-42a4-b219-1adf3f72bb85",
              "name": "Three Card Dignities",
              "request": {
                "name": "Three Card Dignities",
                "description": {
                  "content": "🎯 **Calculate Elemental Dignities**\n\n📋 **Endpoint Description:**\nElemental Dignities Analysis - Golden Dawn method for analyzing card interactions.\n\n**Perfect for:**\n- Understanding card combinations and energy flow\n- Identifying strengths and weaknesses in spreads\n- Advanced tarot interpretation techniques\n- Learning traditional Golden Dawn methods\n\n**How it works:**\n- **Same Element**: Cards greatly strengthen each other (2.0x)\n- **Friendly Elements**: Fire+Air, Water+Earth support each other (1.5x)\n- **Neutral Elements**: Fire+Earth, Air+Water balance (1.0x)\n- **Opposing Elements**: Fire+Water, Air+Earth weaken each other (0.5x)\n\n**For 3-card groups:**\n- Center card is modified by flanking cards\n- Average of left and right influences\n- Provides combined strength and quality\n\n**Analysis includes:**\n- Individual dignity calculations for each card\n- Overall elemental balance across the spread\n- Strongest and weakest positions\n- Dominant elemental influence\n- Practical interpretation guidance\n\n**Elemental correspondences:**\n- **Fire** (Wands): Action, passion, creativity, spiritual energy\n- **Water** (Cups): Emotions, intuition, relationships, healing\n- **Air** (Swords): Thought, communication, conflict, clarity\n- **Earth** (Pentacles): Material matters, health, practical concerns\n\n**Response time:** ~150ms | **Method:** Traditional Golden Dawn system\n\n✨ **Example Description:**\nBasic past/present/future dignity analysis\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/dignities`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "dignities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cards\": [\n    {\n      \"id\": \"wands_03\",\n      \"position\": 1\n    },\n    {\n      \"id\": \"cups_05\",\n      \"position\": 2\n    },\n    {\n      \"id\": \"swords_07\",\n      \"position\": 3\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "2f7a653b-6455-40ff-b818-55044a9222a8",
              "name": "Celtic Cross Dignities",
              "request": {
                "name": "Celtic Cross Dignities",
                "description": {
                  "content": "🎯 **Calculate Elemental Dignities**\n\n📋 **Endpoint Description:**\nElemental Dignities Analysis - Golden Dawn method for analyzing card interactions.\n\n**Perfect for:**\n- Understanding card combinations and energy flow\n- Identifying strengths and weaknesses in spreads\n- Advanced tarot interpretation techniques\n- Learning traditional Golden Dawn methods\n\n**How it works:**\n- **Same Element**: Cards greatly strengthen each other (2.0x)\n- **Friendly Elements**: Fire+Air, Water+Earth support each other (1.5x)\n- **Neutral Elements**: Fire+Earth, Air+Water balance (1.0x)\n- **Opposing Elements**: Fire+Water, Air+Earth weaken each other (0.5x)\n\n**For 3-card groups:**\n- Center card is modified by flanking cards\n- Average of left and right influences\n- Provides combined strength and quality\n\n**Analysis includes:**\n- Individual dignity calculations for each card\n- Overall elemental balance across the spread\n- Strongest and weakest positions\n- Dominant elemental influence\n- Practical interpretation guidance\n\n**Elemental correspondences:**\n- **Fire** (Wands): Action, passion, creativity, spiritual energy\n- **Water** (Cups): Emotions, intuition, relationships, healing\n- **Air** (Swords): Thought, communication, conflict, clarity\n- **Earth** (Pentacles): Material matters, health, practical concerns\n\n**Response time:** ~150ms | **Method:** Traditional Golden Dawn system\n\n✨ **Example Description:**\nFull 10-card elemental dignity analysis\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/dignities`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "dignities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cards\": [\n    {\n      \"id\": \"major_04\",\n      \"position\": 1\n    },\n    {\n      \"id\": \"cups_02\",\n      \"position\": 2\n    },\n    {\n      \"id\": \"pentacles_10\",\n      \"position\": 3\n    },\n    {\n      \"id\": \"swords_05\",\n      \"position\": 4\n    },\n    {\n      \"id\": \"major_17\",\n      \"position\": 5\n    },\n    {\n      \"id\": \"wands_08\",\n      \"position\": 6\n    },\n    {\n      \"id\": \"cups_queen\",\n      \"position\": 7\n    },\n    {\n      \"id\": \"pentacles_03\",\n      \"position\": 8\n    },\n    {\n      \"id\": \"major_09\",\n      \"position\": 9\n    },\n    {\n      \"id\": \"wands_10\",\n      \"position\": 10\n    }\n  ],\n  \"spread_type\": \"celtic_cross\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze Timing",
          "description": "All available examples for Analyze Timing endpoint. Timing Analysis - Astrological timing predictions from tarot cards.\n\n**Perfect for:**\n- Determining when events may manifest\n- Finding optimal timing for actions\n- Understanding seasonal influences\n- Connecting astrology with tarot guidance\n\n**Timing systems used:**\n- **Minor Arcana (2-10)**: Golden Dawn decan system\n  - Each card corresponds to 10-degree zodiac segment\n  - Provides specific date ranges throughout the year\n\n- **Major Arcana**: Planetary and elemental timing\n  - Planetary cards: Natural cycles and influences\n  - Elemental cards: Seasonal and general timing\n\n- **Court Cards**: Seasonal timing by element\n  - Fire (Wands): Summer energy\n  - Water (Cups): Autumn/Winter intuitive periods\n  - Air (Swords): Spring mental clarity\n  - Earth (Pentacles): Winter/Spring practical periods\n\n**Decan correspondences (Minor Arcana 2-10):**\n- **Aries** (Mar 21 - Apr 19): 2,3,4 of Wands\n- **Taurus** (Apr 20 - May 20): 5,6,7 of Pentacles\n- **Gemini** (May 21 - Jun 20): 8,9,10 of Swords\n- **Cancer** (Jun 21 - Jul 22): 2,3,4 of Cups\n- And so on through all 12 signs...\n\n**Response includes:**\n- Specific date ranges for applicable cards\n- Zodiac sign associations\n- Seasonal timing guidance\n- Overall timing summary\n- Personalized adjustments (if birth data provided)\n\n**Response time:** ~100ms | **Accuracy:** Professional astrological timing",
          "item": [
            {
              "id": "50f2833a-601b-403f-b4d1-50237c6d20f1",
              "name": "Basic Timing Analysis",
              "request": {
                "name": "Basic Timing Analysis",
                "description": {
                  "content": "🎯 **Analyze Timing**\n\n📋 **Endpoint Description:**\nTiming Analysis - Astrological timing predictions from tarot cards.\n\n**Perfect for:**\n- Determining when events may manifest\n- Finding optimal timing for actions\n- Understanding seasonal influences\n- Connecting astrology with tarot guidance\n\n**Timing systems used:**\n- **Minor Arcana (2-10)**: Golden Dawn decan system\n  - Each card corresponds to 10-degree zodiac segment\n  - Provides specific date ranges throughout the year\n\n- **Major Arcana**: Planetary and elemental timing\n  - Planetary cards: Natural cycles and influences\n  - Elemental cards: Seasonal and general timing\n\n- **Court Cards**: Seasonal timing by element\n  - Fire (Wands): Summer energy\n  - Water (Cups): Autumn/Winter intuitive periods\n  - Air (Swords): Spring mental clarity\n  - Earth (Pentacles): Winter/Spring practical periods\n\n**Decan correspondences (Minor Arcana 2-10):**\n- **Aries** (Mar 21 - Apr 19): 2,3,4 of Wands\n- **Taurus** (Apr 20 - May 20): 5,6,7 of Pentacles\n- **Gemini** (May 21 - Jun 20): 8,9,10 of Swords\n- **Cancer** (Jun 21 - Jul 22): 2,3,4 of Cups\n- And so on through all 12 signs...\n\n**Response includes:**\n- Specific date ranges for applicable cards\n- Zodiac sign associations\n- Seasonal timing guidance\n- Overall timing summary\n- Personalized adjustments (if birth data provided)\n\n**Response time:** ~100ms | **Accuracy:** Professional astrological timing\n\n✨ **Example Description:**\nTiming analysis for mixed cards\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/timing`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cards\": [\n    \"pentacles_03\",\n    \"major_10\",\n    \"cups_09\"\n  ],\n  \"question_type\": \"career\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7f463d30-596a-493a-94a7-9de7ff4b4454",
              "name": "Personalized Timing",
              "request": {
                "name": "Personalized Timing",
                "description": {
                  "content": "🎯 **Analyze Timing**\n\n📋 **Endpoint Description:**\nTiming Analysis - Astrological timing predictions from tarot cards.\n\n**Perfect for:**\n- Determining when events may manifest\n- Finding optimal timing for actions\n- Understanding seasonal influences\n- Connecting astrology with tarot guidance\n\n**Timing systems used:**\n- **Minor Arcana (2-10)**: Golden Dawn decan system\n  - Each card corresponds to 10-degree zodiac segment\n  - Provides specific date ranges throughout the year\n\n- **Major Arcana**: Planetary and elemental timing\n  - Planetary cards: Natural cycles and influences\n  - Elemental cards: Seasonal and general timing\n\n- **Court Cards**: Seasonal timing by element\n  - Fire (Wands): Summer energy\n  - Water (Cups): Autumn/Winter intuitive periods\n  - Air (Swords): Spring mental clarity\n  - Earth (Pentacles): Winter/Spring practical periods\n\n**Decan correspondences (Minor Arcana 2-10):**\n- **Aries** (Mar 21 - Apr 19): 2,3,4 of Wands\n- **Taurus** (Apr 20 - May 20): 5,6,7 of Pentacles\n- **Gemini** (May 21 - Jun 20): 8,9,10 of Swords\n- **Cancer** (Jun 21 - Jul 22): 2,3,4 of Cups\n- And so on through all 12 signs...\n\n**Response includes:**\n- Specific date ranges for applicable cards\n- Zodiac sign associations\n- Seasonal timing guidance\n- Overall timing summary\n- Personalized adjustments (if birth data provided)\n\n**Response time:** ~100ms | **Accuracy:** Professional astrological timing\n\n✨ **Example Description:**\nTiming analysis with birth data context\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/timing`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "timing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cards\": [\n    \"wands_05\",\n    \"major_06\",\n    \"swords_02\"\n  ],\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"question_type\": \"love\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Find Optimal Times",
          "description": "All available examples for Find Optimal Times endpoint. Optimal Reading Times - Find the best astrological timing for tarot readings.\n\n**Perfect for:**\n- Planning important tarot sessions\n- Maximizing reading accuracy and clarity\n- Aligning with favorable cosmic energies\n- Professional tarot practice scheduling\n\n**Astrological factors considered:**\n- **Moon Phase**: New moon for beginnings, full moon for revelations\n- **Planetary Hours**: Each hour ruled by different planet\n- **Void of Course Moon**: Avoided for important readings\n- **Day of Week**: Each day has planetary ruler\n- **Personal Birth Data**: Transits to natal chart\n\n**Question type optimization:**\n- **Love**: Venus hours, Friday/Sunday, waxing moon\n- **Career**: Sun/Mars hours, Sunday/Tuesday, full moon\n- **Finance**: Jupiter/Venus hours, Thursday/Friday\n- **Spiritual**: Moon/Neptune hours, Monday/Wednesday\n- **Health**: Sun/Mars hours, Sunday/Tuesday\n\n**Planetary hour system:**\n- Each day divided into 24 planetary hours\n- Day hours start at sunrise\n- Night hours start at sunset\n- Sequence: Saturn, Jupiter, Mars, Sun, Venus, Mercury, Moon\n\n**Quality scoring (0-100):**\n- **90-100**: Perfect alignment, ideal timing\n- **80-89**: Excellent timing, highly favorable\n- **70-79**: Good timing, generally positive\n- **60-69**: Adequate timing, some mixed influences\n- **Below 60**: Challenging timing, consider alternatives\n\n**Response includes:**\n- Ranked list of optimal time slots\n- Quality score for each time\n- Detailed factors affecting timing\n- Explanations for each astrological influence\n\n**Response time:** ~200ms | **Accuracy:** Professional electional astrology",
          "item": [
            {
              "id": "845cc8cf-8bf2-4c73-a980-d72dff893c5c",
              "name": "Career Question Timing",
              "request": {
                "name": "Career Question Timing",
                "description": {
                  "content": "🎯 **Find Optimal Times**\n\n📋 **Endpoint Description:**\nOptimal Reading Times - Find the best astrological timing for tarot readings.\n\n**Perfect for:**\n- Planning important tarot sessions\n- Maximizing reading accuracy and clarity\n- Aligning with favorable cosmic energies\n- Professional tarot practice scheduling\n\n**Astrological factors considered:**\n- **Moon Phase**: New moon for beginnings, full moon for revelations\n- **Planetary Hours**: Each hour ruled by different planet\n- **Void of Course Moon**: Avoided for important readings\n- **Day of Week**: Each day has planetary ruler\n- **Personal Birth Data**: Transits to natal chart\n\n**Question type optimization:**\n- **Love**: Venus hours, Friday/Sunday, waxing moon\n- **Career**: Sun/Mars hours, Sunday/Tuesday, full moon\n- **Finance**: Jupiter/Venus hours, Thursday/Friday\n- **Spiritual**: Moon/Neptune hours, Monday/Wednesday\n- **Health**: Sun/Mars hours, Sunday/Tuesday\n\n**Planetary hour system:**\n- Each day divided into 24 planetary hours\n- Day hours start at sunrise\n- Night hours start at sunset\n- Sequence: Saturn, Jupiter, Mars, Sun, Venus, Mercury, Moon\n\n**Quality scoring (0-100):**\n- **90-100**: Perfect alignment, ideal timing\n- **80-89**: Excellent timing, highly favorable\n- **70-79**: Good timing, generally positive\n- **60-69**: Adequate timing, some mixed influences\n- **Below 60**: Challenging timing, consider alternatives\n\n**Response includes:**\n- Ranked list of optimal time slots\n- Quality score for each time\n- Detailed factors affecting timing\n- Explanations for each astrological influence\n\n**Response time:** ~200ms | **Accuracy:** Professional electional astrology\n\n✨ **Example Description:**\nFind best times for career-related tarot readings\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/optimal-times`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "optimal-times"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"question_type\": \"career\",\n  \"date_range\": {\n    \"start\": \"2025-01-10\",\n    \"end\": \"2025-01-17\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "3dcadf59-189e-4986-ab9c-1c411af18c99",
              "name": "Love Question Timing",
              "request": {
                "name": "Love Question Timing",
                "description": {
                  "content": "🎯 **Find Optimal Times**\n\n📋 **Endpoint Description:**\nOptimal Reading Times - Find the best astrological timing for tarot readings.\n\n**Perfect for:**\n- Planning important tarot sessions\n- Maximizing reading accuracy and clarity\n- Aligning with favorable cosmic energies\n- Professional tarot practice scheduling\n\n**Astrological factors considered:**\n- **Moon Phase**: New moon for beginnings, full moon for revelations\n- **Planetary Hours**: Each hour ruled by different planet\n- **Void of Course Moon**: Avoided for important readings\n- **Day of Week**: Each day has planetary ruler\n- **Personal Birth Data**: Transits to natal chart\n\n**Question type optimization:**\n- **Love**: Venus hours, Friday/Sunday, waxing moon\n- **Career**: Sun/Mars hours, Sunday/Tuesday, full moon\n- **Finance**: Jupiter/Venus hours, Thursday/Friday\n- **Spiritual**: Moon/Neptune hours, Monday/Wednesday\n- **Health**: Sun/Mars hours, Sunday/Tuesday\n\n**Planetary hour system:**\n- Each day divided into 24 planetary hours\n- Day hours start at sunrise\n- Night hours start at sunset\n- Sequence: Saturn, Jupiter, Mars, Sun, Venus, Mercury, Moon\n\n**Quality scoring (0-100):**\n- **90-100**: Perfect alignment, ideal timing\n- **80-89**: Excellent timing, highly favorable\n- **70-79**: Good timing, generally positive\n- **60-69**: Adequate timing, some mixed influences\n- **Below 60**: Challenging timing, consider alternatives\n\n**Response includes:**\n- Ranked list of optimal time slots\n- Quality score for each time\n- Detailed factors affecting timing\n- Explanations for each astrological influence\n\n**Response time:** ~200ms | **Accuracy:** Professional electional astrology\n\n✨ **Example Description:**\nFind optimal times for relationship readings\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/optimal-times`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "optimal-times"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1990,\n    \"month\": 7,\n    \"day\": 22,\n    \"hour\": 14,\n    \"minute\": 0,\n    \"city\": \"Paris\",\n    \"country_code\": \"FR\"\n  },\n  \"question_type\": \"love\",\n  \"date_range\": {\n    \"start\": \"2025-01-15\",\n    \"end\": \"2025-01-22\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Generate Houses Spread",
          "description": "All available examples for Generate Houses Spread endpoint. 🏠 **Astrological Houses Spread** - Complete 12-card life analysis using astrological houses\n\n**Perfect for:**\n- 🌟 Comprehensive life overview and analysis\n- 🎯 Understanding how different life areas are influenced\n- 📊 Annual readings and major life planning\n- 🔮 Professional tarot practice with astrological integration\n\n**The 12 Houses and their meanings:**\n- **House 1** (Identity): Self, appearance, first impressions\n- **House 2** (Finance): Money, possessions, values, resources\n- **House 3** (Communication): Siblings, short trips, daily communication\n- **House 4** (Home): Family, roots, emotional foundation\n- **House 5** (Creativity): Romance, children, creative expression, fun\n- **House 6** (Health): Work, health, daily routines, service\n- **House 7** (Relationships): Marriage, partnerships, open enemies\n- **House 8** (Transformation): Shared resources, death, rebirth, occult\n- **House 9** (Spirituality): Higher education, philosophy, long journeys\n- **House 10** (Career): Career, reputation, social status, authority\n- **House 11** (Community): Friends, hopes, dreams, group associations\n- **House 12** (Spirituality/Subconscious): Hidden enemies, sacrifice, subconscious\n\n**Angular house emphasis:**\n- Houses 1, 4, 7, 10 are angular houses with 1.5x interpretive weight\n- These represent the most dynamic and important life areas\n- Angular cards receive deeper analysis and stronger significance\n\n**Life area mapping:**\n- Each house corresponds to specific life areas from our system\n- Primary focus areas get emphasized in the interpretation\n- Secondary influences are noted for comprehensive analysis\n\n**Advanced features:**\n- **Timing predictions**: House-based timing for each life area\n- **Elemental dignities**: Card interactions and energy flow\n- **Astrological context**: Integration with personal birth chart\n- **Seasonal influences**: Natural cycles affecting each house\n\n**Response includes:**\n- 12 positioned cards with house themes\n- Individual card interpretations with house context\n- Life area analysis with primary/secondary emphasis\n- Timing predictions for each house (optional)\n- Elemental dignity calculations (optional)\n- Overall synthesis and guidance\n\n**Response time:** ~400ms | **Depth:** Professional astrological analysis",
          "item": [
            {
              "id": "6868a05a-8c00-4a37-9a5f-dc0651eaf326",
              "name": "Basic Houses Reading",
              "request": {
                "name": "Basic Houses Reading",
                "description": {
                  "content": "🎯 **Generate Houses Spread**\n\n📋 **Endpoint Description:**\n🏠 **Astrological Houses Spread** - Complete 12-card life analysis using astrological houses\n\n**Perfect for:**\n- 🌟 Comprehensive life overview and analysis\n- 🎯 Understanding how different life areas are influenced\n- 📊 Annual readings and major life planning\n- 🔮 Professional tarot practice with astrological integration\n\n**The 12 Houses and their meanings:**\n- **House 1** (Identity): Self, appearance, first impressions\n- **House 2** (Finance): Money, possessions, values, resources\n- **House 3** (Communication): Siblings, short trips, daily communication\n- **House 4** (Home): Family, roots, emotional foundation\n- **House 5** (Creativity): Romance, children, creative expression, fun\n- **House 6** (Health): Work, health, daily routines, service\n- **House 7** (Relationships): Marriage, partnerships, open enemies\n- **House 8** (Transformation): Shared resources, death, rebirth, occult\n- **House 9** (Spirituality): Higher education, philosophy, long journeys\n- **House 10** (Career): Career, reputation, social status, authority\n- **House 11** (Community): Friends, hopes, dreams, group associations\n- **House 12** (Spirituality/Subconscious): Hidden enemies, sacrifice, subconscious\n\n**Angular house emphasis:**\n- Houses 1, 4, 7, 10 are angular houses with 1.5x interpretive weight\n- These represent the most dynamic and important life areas\n- Angular cards receive deeper analysis and stronger significance\n\n**Life area mapping:**\n- Each house corresponds to specific life areas from our system\n- Primary focus areas get emphasized in the interpretation\n- Secondary influences are noted for comprehensive analysis\n\n**Advanced features:**\n- **Timing predictions**: House-based timing for each life area\n- **Elemental dignities**: Card interactions and energy flow\n- **Astrological context**: Integration with personal birth chart\n- **Seasonal influences**: Natural cycles affecting each house\n\n**Response includes:**\n- 12 positioned cards with house themes\n- Individual card interpretations with house context\n- Life area analysis with primary/secondary emphasis\n- Timing predictions for each house (optional)\n- Elemental dignity calculations (optional)\n- Overall synthesis and guidance\n\n**Response time:** ~400ms | **Depth:** Professional astrological analysis\n\n✨ **Example Description:**\n12-card spread covering all life areas\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/houses`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "houses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"houses\",\n  \"life_area\": \"general\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d640172e-3d8d-4c3d-b6e6-3ad36328acf7",
              "name": "Career-Focused Houses",
              "request": {
                "name": "Career-Focused Houses",
                "description": {
                  "content": "🎯 **Generate Houses Spread**\n\n📋 **Endpoint Description:**\n🏠 **Astrological Houses Spread** - Complete 12-card life analysis using astrological houses\n\n**Perfect for:**\n- 🌟 Comprehensive life overview and analysis\n- 🎯 Understanding how different life areas are influenced\n- 📊 Annual readings and major life planning\n- 🔮 Professional tarot practice with astrological integration\n\n**The 12 Houses and their meanings:**\n- **House 1** (Identity): Self, appearance, first impressions\n- **House 2** (Finance): Money, possessions, values, resources\n- **House 3** (Communication): Siblings, short trips, daily communication\n- **House 4** (Home): Family, roots, emotional foundation\n- **House 5** (Creativity): Romance, children, creative expression, fun\n- **House 6** (Health): Work, health, daily routines, service\n- **House 7** (Relationships): Marriage, partnerships, open enemies\n- **House 8** (Transformation): Shared resources, death, rebirth, occult\n- **House 9** (Spirituality): Higher education, philosophy, long journeys\n- **House 10** (Career): Career, reputation, social status, authority\n- **House 11** (Community): Friends, hopes, dreams, group associations\n- **House 12** (Spirituality/Subconscious): Hidden enemies, sacrifice, subconscious\n\n**Angular house emphasis:**\n- Houses 1, 4, 7, 10 are angular houses with 1.5x interpretive weight\n- These represent the most dynamic and important life areas\n- Angular cards receive deeper analysis and stronger significance\n\n**Life area mapping:**\n- Each house corresponds to specific life areas from our system\n- Primary focus areas get emphasized in the interpretation\n- Secondary influences are noted for comprehensive analysis\n\n**Advanced features:**\n- **Timing predictions**: House-based timing for each life area\n- **Elemental dignities**: Card interactions and energy flow\n- **Astrological context**: Integration with personal birth chart\n- **Seasonal influences**: Natural cycles affecting each house\n\n**Response includes:**\n- 12 positioned cards with house themes\n- Individual card interpretations with house context\n- Life area analysis with primary/secondary emphasis\n- Timing predictions for each house (optional)\n- Elemental dignity calculations (optional)\n- Overall synthesis and guidance\n\n**Response time:** ~400ms | **Depth:** Professional astrological analysis\n\n✨ **Example Description:**\nHouses spread with career emphasis and birth data\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/houses`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "houses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"houses\",\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"life_area\": \"career\",\n  \"include_timing\": true,\n  \"include_dignities\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f0151d5f-f00c-41f6-ba08-bcc9c1a2c5a5",
              "name": "Complete Houses Analysis",
              "request": {
                "name": "Complete Houses Analysis",
                "description": {
                  "content": "🎯 **Generate Houses Spread**\n\n📋 **Endpoint Description:**\n🏠 **Astrological Houses Spread** - Complete 12-card life analysis using astrological houses\n\n**Perfect for:**\n- 🌟 Comprehensive life overview and analysis\n- 🎯 Understanding how different life areas are influenced\n- 📊 Annual readings and major life planning\n- 🔮 Professional tarot practice with astrological integration\n\n**The 12 Houses and their meanings:**\n- **House 1** (Identity): Self, appearance, first impressions\n- **House 2** (Finance): Money, possessions, values, resources\n- **House 3** (Communication): Siblings, short trips, daily communication\n- **House 4** (Home): Family, roots, emotional foundation\n- **House 5** (Creativity): Romance, children, creative expression, fun\n- **House 6** (Health): Work, health, daily routines, service\n- **House 7** (Relationships): Marriage, partnerships, open enemies\n- **House 8** (Transformation): Shared resources, death, rebirth, occult\n- **House 9** (Spirituality): Higher education, philosophy, long journeys\n- **House 10** (Career): Career, reputation, social status, authority\n- **House 11** (Community): Friends, hopes, dreams, group associations\n- **House 12** (Spirituality/Subconscious): Hidden enemies, sacrifice, subconscious\n\n**Angular house emphasis:**\n- Houses 1, 4, 7, 10 are angular houses with 1.5x interpretive weight\n- These represent the most dynamic and important life areas\n- Angular cards receive deeper analysis and stronger significance\n\n**Life area mapping:**\n- Each house corresponds to specific life areas from our system\n- Primary focus areas get emphasized in the interpretation\n- Secondary influences are noted for comprehensive analysis\n\n**Advanced features:**\n- **Timing predictions**: House-based timing for each life area\n- **Elemental dignities**: Card interactions and energy flow\n- **Astrological context**: Integration with personal birth chart\n- **Seasonal influences**: Natural cycles affecting each house\n\n**Response includes:**\n- 12 positioned cards with house themes\n- Individual card interpretations with house context\n- Life area analysis with primary/secondary emphasis\n- Timing predictions for each house (optional)\n- Elemental dignity calculations (optional)\n- Overall synthesis and guidance\n\n**Response time:** ~400ms | **Depth:** Professional astrological analysis\n\n✨ **Example Description:**\nFull houses spread with all advanced features\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/houses`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "houses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"houses\",\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"life_area\": \"love\",\n  \"include_timing\": true,\n  \"include_dignities\": true,\n  \"include_astro_context\": true,\n  \"interpretation_depth\": \"detailed\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Generate Tree Of Life Spread",
          "description": "All available examples for Generate Tree Of Life Spread endpoint. **Tree of Life Spread** - Profound spiritual journey analysis through 10 Sephiroth\n\n**Perfect for:**\n- Deep spiritual guidance and mystical insights\n- Personal growth and consciousness expansion\n- Understanding life balance across all dimensions\n- Identifying spiritual lessons and karmic patterns\n\n**What you get:**\n- **10 Sephiroth Positions** - Each representing different aspects of existence\n- **Pillar Balance Analysis** - Severity, Mercy, and Middle Pillars harmony\n- **Spiritual Journey Mapping** - Paths of development and growth\n- **Major Arcana Path Resonances** - Connection to archetypal journey\n- **Timing Guidance** - When spiritual energies are most supportive\n\n**Available life areas:**\n- **Spirituality** - Divine connection and higher consciousness\n- **General** - Holistic life guidance across all areas\n- **Personal Growth** - Self-development and inner work\n- **Relationships** - Soul connections and spiritual partnerships\n\n**Response time:** ~800ms | **Spiritual Depth:** Professional grade Kabbalistic analysis",
          "item": [
            {
              "id": "20e72b11-4960-4e63-8955-05ceb76eef33",
              "name": "Spiritual Journey Focus",
              "request": {
                "name": "Spiritual Journey Focus",
                "description": {
                  "content": "🎯 **Generate Tree Of Life Spread**\n\n📋 **Endpoint Description:**\n**Tree of Life Spread** - Profound spiritual journey analysis through 10 Sephiroth\n\n**Perfect for:**\n- Deep spiritual guidance and mystical insights\n- Personal growth and consciousness expansion\n- Understanding life balance across all dimensions\n- Identifying spiritual lessons and karmic patterns\n\n**What you get:**\n- **10 Sephiroth Positions** - Each representing different aspects of existence\n- **Pillar Balance Analysis** - Severity, Mercy, and Middle Pillars harmony\n- **Spiritual Journey Mapping** - Paths of development and growth\n- **Major Arcana Path Resonances** - Connection to archetypal journey\n- **Timing Guidance** - When spiritual energies are most supportive\n\n**Available life areas:**\n- **Spirituality** - Divine connection and higher consciousness\n- **General** - Holistic life guidance across all areas\n- **Personal Growth** - Self-development and inner work\n- **Relationships** - Soul connections and spiritual partnerships\n\n**Response time:** ~800ms | **Spiritual Depth:** Professional grade Kabbalistic analysis\n\n✨ **Example Description:**\nDeep spiritual guidance through the Tree of Life pathways\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/tree-of-life`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "tree-of-life"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"tree_of_life\",\n  \"life_area\": \"spirituality\",\n  \"include_timing\": true,\n  \"include_dignities\": true,\n  \"interpretation_depth\": \"detailed\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "688976fe-8e48-4897-a7d0-e1a9e1d63d74",
              "name": "Personal Development Reading",
              "request": {
                "name": "Personal Development Reading",
                "description": {
                  "content": "🎯 **Generate Tree Of Life Spread**\n\n📋 **Endpoint Description:**\n**Tree of Life Spread** - Profound spiritual journey analysis through 10 Sephiroth\n\n**Perfect for:**\n- Deep spiritual guidance and mystical insights\n- Personal growth and consciousness expansion\n- Understanding life balance across all dimensions\n- Identifying spiritual lessons and karmic patterns\n\n**What you get:**\n- **10 Sephiroth Positions** - Each representing different aspects of existence\n- **Pillar Balance Analysis** - Severity, Mercy, and Middle Pillars harmony\n- **Spiritual Journey Mapping** - Paths of development and growth\n- **Major Arcana Path Resonances** - Connection to archetypal journey\n- **Timing Guidance** - When spiritual energies are most supportive\n\n**Available life areas:**\n- **Spirituality** - Divine connection and higher consciousness\n- **General** - Holistic life guidance across all areas\n- **Personal Growth** - Self-development and inner work\n- **Relationships** - Soul connections and spiritual partnerships\n\n**Response time:** ~800ms | **Spiritual Depth:** Professional grade Kabbalistic analysis\n\n✨ **Example Description:**\nGrowth-focused reading with astrological timing\n\n🔗 **Endpoint:** `POST /api/v3/tarot/reports/tree-of-life`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "reports",
                    "tree-of-life"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"spread_type\": \"tree_of_life\",\n  \"life_area\": \"general\",\n  \"subject\": {\n    \"name\": \"Seeker\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 7,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"San Francisco\",\n      \"country_code\": \"US\"\n    }\n  },\n  \"report_options\": {\n    \"tradition\": \"universal\",\n    \"language\": \"en\",\n    \"include_birth_cards\": true,\n    \"detailed_interpretations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Generate Transit Report",
          "description": "All available examples for Generate Transit Report endpoint. **Transit Report** - Current planetary influences through tarot guidance\n\n**Perfect for:**\n- Understanding current life themes and opportunities\n- Navigating major planetary transits and their effects\n- Timing important decisions and actions\n- Focusing on specific life areas under transit influence\n\n**What you get:**\n- **Transit-Correlated Cards** - Cards selected based on current planetary aspects\n- **Timing Predictions** - When transit influences peak and wane\n- **Life Area Focus** - How transits affect your chosen focus area\n- **Astrological Context** - Clear explanation of current planetary influences\n- **Duration Guidance** - How long transit effects will last\n\n**Transit Analysis:**\n- **Major Transits** - Outer planet influences for deep transformation\n- **Personal Transits** - Inner planet influences for daily guidance\n- **House Focus** - Which life areas are most activated\n- **Aspect Patterns** - How multiple transits work together\n\n**Response time:** ~600ms | **Accuracy:** Real-time astrological calculations",
          "item": [
            {
              "id": "55e52da5-9fe9-4ccf-9a41-c3ef2a620470",
              "name": "Career-Focused Transit Reading",
              "request": {
                "name": "Career-Focused Transit Reading",
                "description": {
                  "content": "🎯 **Generate Transit Report**\n\n📋 **Endpoint Description:**\n**Transit Report** - Current planetary influences through tarot guidance\n\n**Perfect for:**\n- Understanding current life themes and opportunities\n- Navigating major planetary transits and their effects\n- Timing important decisions and actions\n- Focusing on specific life areas under transit influence\n\n**What you get:**\n- **Transit-Correlated Cards** - Cards selected based on current planetary aspects\n- **Timing Predictions** - When transit influences peak and wane\n- **Life Area Focus** - How transits affect your chosen focus area\n- **Astrological Context** - Clear explanation of current planetary influences\n- **Duration Guidance** - How long transit effects will last\n\n**Transit Analysis:**\n- **Major Transits** - Outer planet influences for deep transformation\n- **Personal Transits** - Inner planet influences for daily guidance\n- **House Focus** - Which life areas are most activated\n- **Aspect Patterns** - How multiple transits work together\n\n**Response time:** ~600ms | **Accuracy:** Real-time astrological calculations\n\n✨ **Example Description:**\nTransit report focusing on professional opportunities and challenges\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/transit-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "transit-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"life_area\": \"career\",\n  \"include_timing\": true,\n  \"interpretation_depth\": \"professional\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "1269a39f-6171-436d-bac1-7435ce9adffb",
              "name": "Relationship Transit Analysis",
              "request": {
                "name": "Relationship Transit Analysis",
                "description": {
                  "content": "🎯 **Generate Transit Report**\n\n📋 **Endpoint Description:**\n**Transit Report** - Current planetary influences through tarot guidance\n\n**Perfect for:**\n- Understanding current life themes and opportunities\n- Navigating major planetary transits and their effects\n- Timing important decisions and actions\n- Focusing on specific life areas under transit influence\n\n**What you get:**\n- **Transit-Correlated Cards** - Cards selected based on current planetary aspects\n- **Timing Predictions** - When transit influences peak and wane\n- **Life Area Focus** - How transits affect your chosen focus area\n- **Astrological Context** - Clear explanation of current planetary influences\n- **Duration Guidance** - How long transit effects will last\n\n**Transit Analysis:**\n- **Major Transits** - Outer planet influences for deep transformation\n- **Personal Transits** - Inner planet influences for daily guidance\n- **House Focus** - Which life areas are most activated\n- **Aspect Patterns** - How multiple transits work together\n\n**Response time:** ~600ms | **Accuracy:** Real-time astrological calculations\n\n✨ **Example Description:**\nCurrent planetary influences on love and partnerships\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/transit-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "transit-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"life_area\": \"love\",\n  \"include_timing\": true,\n  \"interpretation_depth\": \"detailed\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Generate Natal Report",
          "description": "All available examples for Generate Natal Report endpoint. **Natal Report** - Birth chart blueprint through 12-house tarot analysis\n\n**Perfect for:**\n- Understanding your core personality and life patterns\n- Exploring each life area through natal house meanings\n- Identifying natural talents and challenges\n- Gaining insight into life purpose and karmic lessons\n\n**What you get:**\n- **12 House Cards** - One card for each astrological house in your chart\n- **Angular House Emphasis** - Special focus on houses 1, 4, 7, 10\n- **Birth Chart Integration** - Cards reflect actual planetary placements\n- **Life Theme Analysis** - Major patterns and purposes in your chart\n- **Natal Planet Influences** - How your natal planets affect each area\n\n**House Analysis:**\n- **Personal Houses (1-4)** - Identity, resources, communication, home\n- **Social Houses (5-8)** - Creativity, service, partnerships, transformation\n- **Universal Houses (9-12)** - Philosophy, career, community, spirituality\n- **Angular Emphasis** - Cardinal houses for major life themes\n\n**Response time:** ~700ms | **Depth:** Professional natal chart integration",
          "item": [
            {
              "id": "55efd669-a22d-4142-96bc-123d1afb0c21",
              "name": "Personal Development Focus",
              "request": {
                "name": "Personal Development Focus",
                "description": {
                  "content": "🎯 **Generate Natal Report**\n\n📋 **Endpoint Description:**\n**Natal Report** - Birth chart blueprint through 12-house tarot analysis\n\n**Perfect for:**\n- Understanding your core personality and life patterns\n- Exploring each life area through natal house meanings\n- Identifying natural talents and challenges\n- Gaining insight into life purpose and karmic lessons\n\n**What you get:**\n- **12 House Cards** - One card for each astrological house in your chart\n- **Angular House Emphasis** - Special focus on houses 1, 4, 7, 10\n- **Birth Chart Integration** - Cards reflect actual planetary placements\n- **Life Theme Analysis** - Major patterns and purposes in your chart\n- **Natal Planet Influences** - How your natal planets affect each area\n\n**House Analysis:**\n- **Personal Houses (1-4)** - Identity, resources, communication, home\n- **Social Houses (5-8)** - Creativity, service, partnerships, transformation\n- **Universal Houses (9-12)** - Philosophy, career, community, spirituality\n- **Angular Emphasis** - Cardinal houses for major life themes\n\n**Response time:** ~700ms | **Depth:** Professional natal chart integration\n\n✨ **Example Description:**\nNatal chart analysis for self-understanding and growth\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/natal-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "natal-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"life_area\": \"general\",\n  \"include_timing\": true,\n  \"interpretation_depth\": \"detailed\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b44a3013-ab5e-417b-8654-26a3d0fe97dc",
              "name": "Career Potential Analysis",
              "request": {
                "name": "Career Potential Analysis",
                "description": {
                  "content": "🎯 **Generate Natal Report**\n\n📋 **Endpoint Description:**\n**Natal Report** - Birth chart blueprint through 12-house tarot analysis\n\n**Perfect for:**\n- Understanding your core personality and life patterns\n- Exploring each life area through natal house meanings\n- Identifying natural talents and challenges\n- Gaining insight into life purpose and karmic lessons\n\n**What you get:**\n- **12 House Cards** - One card for each astrological house in your chart\n- **Angular House Emphasis** - Special focus on houses 1, 4, 7, 10\n- **Birth Chart Integration** - Cards reflect actual planetary placements\n- **Life Theme Analysis** - Major patterns and purposes in your chart\n- **Natal Planet Influences** - How your natal planets affect each area\n\n**House Analysis:**\n- **Personal Houses (1-4)** - Identity, resources, communication, home\n- **Social Houses (5-8)** - Creativity, service, partnerships, transformation\n- **Universal Houses (9-12)** - Philosophy, career, community, spirituality\n- **Angular Emphasis** - Cardinal houses for major life themes\n\n**Response time:** ~700ms | **Depth:** Professional natal chart integration\n\n✨ **Example Description:**\nNatal houses analysis focused on professional development\n\n🔗 **Endpoint:** `POST /api/v3/tarot/analysis/natal-report`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "tarot",
                    "analysis",
                    "natal-report"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"life_area\": \"career\",\n  \"include_timing\": true,\n  \"interpretation_depth\": \"professional\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "✡️ Kabbalistic Astrology",
      "description": "",
      "item": [
        {
          "name": "📁 Get Tree Of Life Chart",
          "description": "All available examples for Get Tree Of Life Chart endpoint. **Tree of Life Natal Chart** - Map birth chart to the 10 Sephiroth\n\n**Perfect for:**\n- Kabbalistic natal chart analysis\n- Understanding spiritual archetypes in the chart\n- Three pillars balance analysis\n- Path activation based on zodiac placements\n\n**Systems available:**\n- **classical** - 7 classical planets only (traditional Kabbalah)\n- **modern_halevi** - Includes Uranus, Neptune, Pluto (Halevi school)\n- **golden_dawn** - Hermetic Qabalah correspondences\n\n**What you get:**\n- **10 Sephiroth** with planetary placements\n- **Da'at** (optional 11th hidden Sephirah)\n- **22 Paths** activation analysis\n- **Pillar Balance** - severity, mercy, middle\n- **Dominant Sephirah** - main spiritual focus\n\n**Response time:** ~150ms | **Swiss Ephemeris** precision",
          "item": [
            {
              "id": "457f24c4-3dbf-46b2-9dd7-8de82e2416cd",
              "name": "Modern Halevi System",
              "request": {
                "name": "Modern Halevi System",
                "description": {
                  "content": "🎯 **Get Tree Of Life Chart**\n\n📋 **Endpoint Description:**\n**Tree of Life Natal Chart** - Map birth chart to the 10 Sephiroth\n\n**Perfect for:**\n- Kabbalistic natal chart analysis\n- Understanding spiritual archetypes in the chart\n- Three pillars balance analysis\n- Path activation based on zodiac placements\n\n**Systems available:**\n- **classical** - 7 classical planets only (traditional Kabbalah)\n- **modern_halevi** - Includes Uranus, Neptune, Pluto (Halevi school)\n- **golden_dawn** - Hermetic Qabalah correspondences\n\n**What you get:**\n- **10 Sephiroth** with planetary placements\n- **Da'at** (optional 11th hidden Sephirah)\n- **22 Paths** activation analysis\n- **Pillar Balance** - severity, mercy, middle\n- **Dominant Sephirah** - main spiritual focus\n\n**Response time:** ~150ms | **Swiss Ephemeris** precision\n\n✨ **Example Description:**\nTree of Life chart with outer planets included (Uranus, Neptune, Pluto)\n\n🔗 **Endpoint:** `POST /api/v3/kabbalah/tree-of-life-chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "tree-of-life-chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"system\": \"modern_halevi\",\n  \"include_daat\": true,\n  \"include_paths\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "4076916e-06a0-4f1e-be94-0d45b33664ce",
              "name": "Classical 7-Planet System",
              "request": {
                "name": "Classical 7-Planet System",
                "description": {
                  "content": "🎯 **Get Tree Of Life Chart**\n\n📋 **Endpoint Description:**\n**Tree of Life Natal Chart** - Map birth chart to the 10 Sephiroth\n\n**Perfect for:**\n- Kabbalistic natal chart analysis\n- Understanding spiritual archetypes in the chart\n- Three pillars balance analysis\n- Path activation based on zodiac placements\n\n**Systems available:**\n- **classical** - 7 classical planets only (traditional Kabbalah)\n- **modern_halevi** - Includes Uranus, Neptune, Pluto (Halevi school)\n- **golden_dawn** - Hermetic Qabalah correspondences\n\n**What you get:**\n- **10 Sephiroth** with planetary placements\n- **Da'at** (optional 11th hidden Sephirah)\n- **22 Paths** activation analysis\n- **Pillar Balance** - severity, mercy, middle\n- **Dominant Sephirah** - main spiritual focus\n\n**Response time:** ~150ms | **Swiss Ephemeris** precision\n\n✨ **Example Description:**\nTraditional Tree of Life with only 7 classical planets\n\n🔗 **Endpoint:** `POST /api/v3/kabbalah/tree-of-life-chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "tree-of-life-chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1990,\n    \"month\": 3,\n    \"day\": 21,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"system\": \"classical\",\n  \"include_daat\": false,\n  \"include_paths\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ec289803-2be9-4e08-ba13-92dd25aacf8b",
              "name": "Golden Dawn Hermetic System",
              "request": {
                "name": "Golden Dawn Hermetic System",
                "description": {
                  "content": "🎯 **Get Tree Of Life Chart**\n\n📋 **Endpoint Description:**\n**Tree of Life Natal Chart** - Map birth chart to the 10 Sephiroth\n\n**Perfect for:**\n- Kabbalistic natal chart analysis\n- Understanding spiritual archetypes in the chart\n- Three pillars balance analysis\n- Path activation based on zodiac placements\n\n**Systems available:**\n- **classical** - 7 classical planets only (traditional Kabbalah)\n- **modern_halevi** - Includes Uranus, Neptune, Pluto (Halevi school)\n- **golden_dawn** - Hermetic Qabalah correspondences\n\n**What you get:**\n- **10 Sephiroth** with planetary placements\n- **Da'at** (optional 11th hidden Sephirah)\n- **22 Paths** activation analysis\n- **Pillar Balance** - severity, mercy, middle\n- **Dominant Sephirah** - main spiritual focus\n\n**Response time:** ~150ms | **Swiss Ephemeris** precision\n\n✨ **Example Description:**\nHermetic Qabalah correspondences\n\n🔗 **Endpoint:** `POST /api/v3/kabbalah/tree-of-life-chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "tree-of-life-chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1975,\n    \"month\": 12,\n    \"day\": 25,\n    \"hour\": 6,\n    \"minute\": 30,\n    \"city\": \"New York\",\n    \"country_code\": \"US\"\n  },\n  \"system\": \"golden_dawn\",\n  \"include_daat\": true,\n  \"include_paths\": true,\n  \"language\": \"en\",\n  \"tradition\": \"universal\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Birth Angels",
          "description": "All available examples for Get Birth Angels endpoint. **72 Names Birth Angels** - Calculate guardian angels from Shem HaMephorash\n\n**Perfect for:**\n- Personal angel identification\n- Kabbalistic meditation and prayer\n- Understanding angelic influences\n- Psalm verse connections\n\n**Angel types:**\n- **Primary** - Based on sun position (5-degree segment) - physical/emotional nature\n- **Secondary** - Based on day of year - intellectual/mental nature\n- **Tertiary** - Based on birth hour (modern 20th century method)\n\n**What you get:**\n- Angel name (Hebrew transliteration)\n- Hebrew script name\n- 3-letter Shem root from Exodus\n- Divine suffix (El, Yah, etc.)\n- Meaning and qualities\n- Associated Psalm verse\n- Zodiac segment and Tarot minor\n\n**Swiss Ephemeris:** Uses precise sun longitude calculation (sub-degree accuracy)\n\n**Historical note:** Tertiary angel (time-based) is a 20th century innovation\n\n**Response time:** ~100ms",
          "item": [
            {
              "id": "10590928-7f99-4219-a211-94d74cc4ed92",
              "name": "Standard Birth Angels",
              "request": {
                "name": "Standard Birth Angels",
                "description": {
                  "content": "🎯 **Get Birth Angels**\n\n📋 **Endpoint Description:**\n**72 Names Birth Angels** - Calculate guardian angels from Shem HaMephorash\n\n**Perfect for:**\n- Personal angel identification\n- Kabbalistic meditation and prayer\n- Understanding angelic influences\n- Psalm verse connections\n\n**Angel types:**\n- **Primary** - Based on sun position (5-degree segment) - physical/emotional nature\n- **Secondary** - Based on day of year - intellectual/mental nature\n- **Tertiary** - Based on birth hour (modern 20th century method)\n\n**What you get:**\n- Angel name (Hebrew transliteration)\n- Hebrew script name\n- 3-letter Shem root from Exodus\n- Divine suffix (El, Yah, etc.)\n- Meaning and qualities\n- Associated Psalm verse\n- Zodiac segment and Tarot minor\n\n**Swiss Ephemeris:** Uses precise sun longitude calculation (sub-degree accuracy)\n\n**Historical note:** Tertiary angel (time-based) is a 20th century innovation\n\n**Response time:** ~100ms\n\n✨ **Example Description:**\nPrimary and secondary angels calculation\n\n🔗 **Endpoint:** `POST /api/v3/kabbalah/birth-angels`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "birth-angels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"include_secondary\": true,\n  \"include_tertiary\": false,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5a5fe5e6-2a4e-4e29-a6b8-ce1f50b60889",
              "name": "Include Tertiary Angel",
              "request": {
                "name": "Include Tertiary Angel",
                "description": {
                  "content": "🎯 **Get Birth Angels**\n\n📋 **Endpoint Description:**\n**72 Names Birth Angels** - Calculate guardian angels from Shem HaMephorash\n\n**Perfect for:**\n- Personal angel identification\n- Kabbalistic meditation and prayer\n- Understanding angelic influences\n- Psalm verse connections\n\n**Angel types:**\n- **Primary** - Based on sun position (5-degree segment) - physical/emotional nature\n- **Secondary** - Based on day of year - intellectual/mental nature\n- **Tertiary** - Based on birth hour (modern 20th century method)\n\n**What you get:**\n- Angel name (Hebrew transliteration)\n- Hebrew script name\n- 3-letter Shem root from Exodus\n- Divine suffix (El, Yah, etc.)\n- Meaning and qualities\n- Associated Psalm verse\n- Zodiac segment and Tarot minor\n\n**Swiss Ephemeris:** Uses precise sun longitude calculation (sub-degree accuracy)\n\n**Historical note:** Tertiary angel (time-based) is a 20th century innovation\n\n**Response time:** ~100ms\n\n✨ **Example Description:**\nAll three angels including hour-based (modern method)\n\n🔗 **Endpoint:** `POST /api/v3/kabbalah/birth-angels`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "birth-angels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1990,\n    \"month\": 8,\n    \"day\": 22,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"include_secondary\": true,\n  \"include_tertiary\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d84d4879-d461-444f-bc33-5dab285e4374",
              "name": "Primary Angel Only",
              "request": {
                "name": "Primary Angel Only",
                "description": {
                  "content": "🎯 **Get Birth Angels**\n\n📋 **Endpoint Description:**\n**72 Names Birth Angels** - Calculate guardian angels from Shem HaMephorash\n\n**Perfect for:**\n- Personal angel identification\n- Kabbalistic meditation and prayer\n- Understanding angelic influences\n- Psalm verse connections\n\n**Angel types:**\n- **Primary** - Based on sun position (5-degree segment) - physical/emotional nature\n- **Secondary** - Based on day of year - intellectual/mental nature\n- **Tertiary** - Based on birth hour (modern 20th century method)\n\n**What you get:**\n- Angel name (Hebrew transliteration)\n- Hebrew script name\n- 3-letter Shem root from Exodus\n- Divine suffix (El, Yah, etc.)\n- Meaning and qualities\n- Associated Psalm verse\n- Zodiac segment and Tarot minor\n\n**Swiss Ephemeris:** Uses precise sun longitude calculation (sub-degree accuracy)\n\n**Historical note:** Tertiary angel (time-based) is a 20th century innovation\n\n**Response time:** ~100ms\n\n✨ **Example Description:**\nOnly sun-based primary guardian angel\n\n🔗 **Endpoint:** `POST /api/v3/kabbalah/birth-angels`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "birth-angels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1975,\n    \"month\": 12,\n    \"day\": 25,\n    \"hour\": 6,\n    \"minute\": 0,\n    \"latitude\": 40.7128,\n    \"longitude\": -74.006,\n    \"timezone\": \"America/New_York\"\n  },\n  \"include_secondary\": false,\n  \"include_tertiary\": false,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Tikkun",
          "description": "All available examples for Get Tikkun endpoint. **Tikkun (Soul Correction)** - Analyze karmic lessons and growth path\n\n**Perfect for:**\n- Understanding soul purpose\n- Identifying karmic patterns\n- Personal growth guidance\n- Comparing traditional vs modern approaches\n\n**Methods available:**\n- **berg** - Modern Kabbalah Centre digit-sum method (20th century)\n- **zodiac** - Traditional method from Zohar teachings\n- **lunar_node** - Traditional Kabbalistic astrology (Rosh HaTeli)\n- **all** - Returns all three methods for comparison\n\n**What you get:**\n- Tikkun name and number\n- Soul correction path\n- Shadow aspects to overcome\n- Gifts and strengths\n- Growth direction\n\n**Historical accuracy:**\n- Zodiac and Lunar Node methods have traditional basis in Zohar and Sefer ha-Gilgulim\n- Berg digit-sum is a MODERN invention (20th century Kabbalah Centre)\n\n**Response time:** ~150ms",
          "item": [
            {
              "id": "8dcba850-a322-41cc-9953-99625b569b8a",
              "name": "All Methods",
              "request": {
                "name": "All Methods",
                "description": {
                  "content": "🎯 **Get Tikkun**\n\n📋 **Endpoint Description:**\n**Tikkun (Soul Correction)** - Analyze karmic lessons and growth path\n\n**Perfect for:**\n- Understanding soul purpose\n- Identifying karmic patterns\n- Personal growth guidance\n- Comparing traditional vs modern approaches\n\n**Methods available:**\n- **berg** - Modern Kabbalah Centre digit-sum method (20th century)\n- **zodiac** - Traditional method from Zohar teachings\n- **lunar_node** - Traditional Kabbalistic astrology (Rosh HaTeli)\n- **all** - Returns all three methods for comparison\n\n**What you get:**\n- Tikkun name and number\n- Soul correction path\n- Shadow aspects to overcome\n- Gifts and strengths\n- Growth direction\n\n**Historical accuracy:**\n- Zodiac and Lunar Node methods have traditional basis in Zohar and Sefer ha-Gilgulim\n- Berg digit-sum is a MODERN invention (20th century Kabbalah Centre)\n\n**Response time:** ~150ms\n\n✨ **Example Description:**\nCalculate all three Tikkun methods for comparison\n\n🔗 **Endpoint:** `POST /api/v3/kabbalah/tikkun`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "tikkun"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"method\": \"all\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "77c4f6a3-868c-49a5-9f82-ba5d4b3c3609",
              "name": "Traditional Methods Only",
              "request": {
                "name": "Traditional Methods Only",
                "description": {
                  "content": "🎯 **Get Tikkun**\n\n📋 **Endpoint Description:**\n**Tikkun (Soul Correction)** - Analyze karmic lessons and growth path\n\n**Perfect for:**\n- Understanding soul purpose\n- Identifying karmic patterns\n- Personal growth guidance\n- Comparing traditional vs modern approaches\n\n**Methods available:**\n- **berg** - Modern Kabbalah Centre digit-sum method (20th century)\n- **zodiac** - Traditional method from Zohar teachings\n- **lunar_node** - Traditional Kabbalistic astrology (Rosh HaTeli)\n- **all** - Returns all three methods for comparison\n\n**What you get:**\n- Tikkun name and number\n- Soul correction path\n- Shadow aspects to overcome\n- Gifts and strengths\n- Growth direction\n\n**Historical accuracy:**\n- Zodiac and Lunar Node methods have traditional basis in Zohar and Sefer ha-Gilgulim\n- Berg digit-sum is a MODERN invention (20th century Kabbalah Centre)\n\n**Response time:** ~150ms\n\n✨ **Example Description:**\nZodiac-based Tikkun from Zohar teachings\n\n🔗 **Endpoint:** `POST /api/v3/kabbalah/tikkun`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "tikkun"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1990,\n    \"month\": 3,\n    \"day\": 21,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"method\": \"zodiac\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "1b9c518b-c13b-4051-bff0-38e2a45fb44d",
              "name": "Lunar Node Method",
              "request": {
                "name": "Lunar Node Method",
                "description": {
                  "content": "🎯 **Get Tikkun**\n\n📋 **Endpoint Description:**\n**Tikkun (Soul Correction)** - Analyze karmic lessons and growth path\n\n**Perfect for:**\n- Understanding soul purpose\n- Identifying karmic patterns\n- Personal growth guidance\n- Comparing traditional vs modern approaches\n\n**Methods available:**\n- **berg** - Modern Kabbalah Centre digit-sum method (20th century)\n- **zodiac** - Traditional method from Zohar teachings\n- **lunar_node** - Traditional Kabbalistic astrology (Rosh HaTeli)\n- **all** - Returns all three methods for comparison\n\n**What you get:**\n- Tikkun name and number\n- Soul correction path\n- Shadow aspects to overcome\n- Gifts and strengths\n- Growth direction\n\n**Historical accuracy:**\n- Zodiac and Lunar Node methods have traditional basis in Zohar and Sefer ha-Gilgulim\n- Berg digit-sum is a MODERN invention (20th century Kabbalah Centre)\n\n**Response time:** ~150ms\n\n✨ **Example Description:**\nTraditional Kabbalistic astrology based on North Node\n\n🔗 **Endpoint:** `POST /api/v3/kabbalah/tikkun`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "tikkun"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1975,\n    \"month\": 12,\n    \"day\": 25,\n    \"hour\": 6,\n    \"minute\": 30,\n    \"city\": \"New York\",\n    \"country_code\": \"US\"\n  },\n  \"method\": \"lunar_node\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Gematria",
          "description": "All available examples for Calculate Gematria endpoint. **Hebrew Gematria** - Calculate numerical values of Hebrew/English text\n\n**Perfect for:**\n- Finding numerical equivalences\n- Kabbalistic word analysis\n- Name numerology\n- Sacred number connections\n\n**Methods available:**\n- **mispar_gadol** - Standard value (Aleph=1, Bet=2... Tav=400)\n- **mispar_katan** - Reduced value (digits summed to single digit)\n- **ordinal** - Position value (Aleph=1... Tav=22)\n- **atbash** - Substitution cipher\n- **albam** - Another substitution cipher\n\n**What you get:**\n- Value for each method\n- Letter-by-letter breakdown\n- Script detection (Hebrew/Latin)\n\n**Response time:** ~50ms",
          "item": [
            {
              "id": "47171d95-733e-4131-ae26-c5f1a13d3267",
              "name": "Hebrew Word",
              "request": {
                "name": "Hebrew Word",
                "description": {
                  "content": "🎯 **Calculate Gematria**\n\n📋 **Endpoint Description:**\n**Hebrew Gematria** - Calculate numerical values of Hebrew/English text\n\n**Perfect for:**\n- Finding numerical equivalences\n- Kabbalistic word analysis\n- Name numerology\n- Sacred number connections\n\n**Methods available:**\n- **mispar_gadol** - Standard value (Aleph=1, Bet=2... Tav=400)\n- **mispar_katan** - Reduced value (digits summed to single digit)\n- **ordinal** - Position value (Aleph=1... Tav=22)\n- **atbash** - Substitution cipher\n- **albam** - Another substitution cipher\n\n**What you get:**\n- Value for each method\n- Letter-by-letter breakdown\n- Script detection (Hebrew/Latin)\n\n**Response time:** ~50ms\n\n✨ **Example Description:**\nCalculate gematria for Hebrew text\n\n🔗 **Endpoint:** `POST /api/v3/kabbalah/gematria`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "gematria"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"\\u05e9\\u05dc\\u05d5\\u05dd\",\n  \"methods\": [\n    \"mispar_gadol\",\n    \"mispar_katan\",\n    \"ordinal\"\n  ],\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "e4eecb32-b37b-462e-add5-8418ab015159",
              "name": "Hebrew Phrase",
              "request": {
                "name": "Hebrew Phrase",
                "description": {
                  "content": "🎯 **Calculate Gematria**\n\n📋 **Endpoint Description:**\n**Hebrew Gematria** - Calculate numerical values of Hebrew/English text\n\n**Perfect for:**\n- Finding numerical equivalences\n- Kabbalistic word analysis\n- Name numerology\n- Sacred number connections\n\n**Methods available:**\n- **mispar_gadol** - Standard value (Aleph=1, Bet=2... Tav=400)\n- **mispar_katan** - Reduced value (digits summed to single digit)\n- **ordinal** - Position value (Aleph=1... Tav=22)\n- **atbash** - Substitution cipher\n- **albam** - Another substitution cipher\n\n**What you get:**\n- Value for each method\n- Letter-by-letter breakdown\n- Script detection (Hebrew/Latin)\n\n**Response time:** ~50ms\n\n✨ **Example Description:**\nCalculate gematria for longer Hebrew phrase\n\n🔗 **Endpoint:** `POST /api/v3/kabbalah/gematria`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "gematria"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"\\u05d0\\u05d4\\u05d1\\u05d4\",\n  \"methods\": [\n    \"mispar_gadol\",\n    \"mispar_katan\"\n  ],\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d57e1511-0758-4a8d-820d-27db73e23244",
              "name": "English Text",
              "request": {
                "name": "English Text",
                "description": {
                  "content": "🎯 **Calculate Gematria**\n\n📋 **Endpoint Description:**\n**Hebrew Gematria** - Calculate numerical values of Hebrew/English text\n\n**Perfect for:**\n- Finding numerical equivalences\n- Kabbalistic word analysis\n- Name numerology\n- Sacred number connections\n\n**Methods available:**\n- **mispar_gadol** - Standard value (Aleph=1, Bet=2... Tav=400)\n- **mispar_katan** - Reduced value (digits summed to single digit)\n- **ordinal** - Position value (Aleph=1... Tav=22)\n- **atbash** - Substitution cipher\n- **albam** - Another substitution cipher\n\n**What you get:**\n- Value for each method\n- Letter-by-letter breakdown\n- Script detection (Hebrew/Latin)\n\n**Response time:** ~50ms\n\n✨ **Example Description:**\nCalculate using Pythagorean letter values\n\n🔗 **Endpoint:** `POST /api/v3/kabbalah/gematria`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "gematria"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"Love\",\n  \"methods\": [\n    \"mispar_gadol\"\n  ],\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "c299558b-adb3-4fc8-a6e0-388192f285d9",
          "name": "Get Sephiroth Glossary",
          "request": {
            "name": "Get Sephiroth Glossary",
            "description": {
              "content": "**Sephiroth Glossary** - Reference data for 10 Sephiroth + Da'at\n\n**Systems available:**\n- **classical** - 7 classical planets only\n- **modern_halevi** - Includes outer planets\n- **golden_dawn** - Hermetic correspondences\n\n**Data includes:**\n- Hebrew and English names\n- Meanings and descriptions\n- Planetary correspondences\n- Pillar assignments\n- Colors and associations",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "kabbalah",
                "glossary",
                "sephiroth"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "system",
                  "value": "modern_halevi"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b8e92230-0935-4911-b239-8c99dee2f98a",
              "name": "Sephiroth Reference Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "glossary",
                    "sephiroth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "system",
                      "value": "modern_halevi"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"system\": \"modern_halevi\",\n  \"sephiroth\": [\n    {\n      \"key_0\": 7351.530312598465,\n      \"key_1\": false,\n      \"key_2\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"pillars\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"key_1\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"total\": \"<integer>\",\n  \"success\": true,\n  \"daat\": {\n    \"key_0\": 7975,\n    \"key_1\": 4419.037684797604,\n    \"key_2\": false\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "293609ef-3fbb-46d9-a01d-ab4ed483018b",
              "name": "Invalid Kabbalah parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "glossary",
                    "sephiroth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "system",
                      "value": "modern_halevi"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8f13bd77-ef58-4fc8-bc3c-15da02173d48",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "glossary",
                    "sephiroth"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "system",
                      "value": "modern_halevi"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cf3d6b0e-ad30-4776-8981-835e240f9679",
          "name": "Get Hebrew Letters Glossary",
          "request": {
            "name": "Get Hebrew Letters Glossary",
            "description": {
              "content": "**Hebrew Letters Glossary** - Reference data for 22 letters\n\n**Categories:**\n- **Mother letters (3)** - Elements (Air, Water, Fire)\n- **Double letters (7)** - Planets (traditional)\n- **Simple letters (12)** - Zodiac signs\n\n**Data includes:**\n- Hebrew character and transliteration\n- Gematria value\n- Golden Dawn Tarot correspondence\n- Tree of Life path\n- Zodiac/Planet/Element association",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "kabbalah",
                "glossary",
                "hebrew-letters"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "202803c9-f555-4574-88e8-432c87544423",
              "name": "Hebrew Letters Reference Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "glossary",
                    "hebrew-letters"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"letters\": [\n    {\n      \"key_0\": true,\n      \"key_1\": \"string\",\n      \"key_2\": \"string\"\n    },\n    {\n      \"key_0\": \"string\"\n    }\n  ],\n  \"categories\": {\n    \"key_0\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"total\": \"<integer>\",\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5fca5404-4463-44c2-a73c-80d4b31c33f5",
              "name": "Invalid Kabbalah parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "glossary",
                    "hebrew-letters"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "13da81bd-31eb-43cb-8319-685946318091",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "glossary",
                    "hebrew-letters"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "150d8ca7-9b49-4f15-aa10-6af009d98a43",
          "name": "Get Angels 72 Glossary",
          "request": {
            "name": "Get Angels 72 Glossary",
            "description": {
              "content": "**72 Angels Glossary** - Complete reference for Shem HaMephorash angels\n\n**Source:** Exodus 14:19-21 (72-letter divine name)\n\n**Data includes:**\n- Angel number (1-72)\n- Name (Hebrew transliteration)\n- Hebrew script\n- 3-letter Shem root\n- Divine suffix (El, Yah, etc.)\n- Meaning and qualities\n- Zodiac segment (5 degrees each)\n- Associated dates\n- Tarot minor arcana\n- Psalm verse",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "kabbalah",
                "glossary",
                "angels-72"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "af2ffad4-0e20-42f0-955f-43a6db8c8963",
              "name": "72 Angels Reference Data",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "glossary",
                    "angels-72"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"angels\": [\n    {\n      \"key_0\": 3824\n    },\n    {\n      \"key_0\": \"string\",\n      \"key_1\": 6318,\n      \"key_2\": 1206.4386047508724\n    }\n  ],\n  \"by_zodiac\": {\n    \"key_0\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"key_1\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"key_2\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  },\n  \"total\": \"<integer>\",\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8cf09d9e-6dfa-4d86-aa2d-71cc658a713a",
              "name": "Invalid Kabbalah parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "glossary",
                    "angels-72"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f429deff-7a2e-40b1-b8a4-711c66aec19b",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "kabbalah",
                    "glossary",
                    "angels-72"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "🐉 Chinese Astrology & BaZi",
      "description": "",
      "item": [
        {
          "name": "📁 Calculate Bazi",
          "description": "All available examples for Calculate Bazi endpoint. 🎋 **BaZi Four Pillars Analysis** - Complete Chinese astrology birth chart\n\n**Perfect for:**\n- 🏮 Traditional Chinese astrology consultations\n- 🎯 Life path and personality analysis\n- 💼 Career guidance based on elements\n- 💑 Relationship compatibility assessment\n- 🔮 Timing analysis for important decisions\n\n**Key Features:**\n- 🏛️ **Four Pillars** - Year, Month, Day, Hour stems and branches\n- 🔥 **Five Elements** - Complete element balance analysis\n- 💪 **Day Master** - Strength analysis and favorable elements\n- 🐉 **Zodiac Animals** - Four animals from the pillars\n- 📊 **Element Distribution** - Missing and dominant elements\n- 🔄 **Element Interactions** - Generating, controlling, weakening cycles\n\n**Advanced Options:**\n- 🎯 **Luck Pillars** - 10-year luck periods (requires gender)\n- 📅 **Annual Pillars** - Yearly predictions within luck periods\n- 🌍 **Multi-language** - English, Chinese, and more\n- 🏛️ **Traditions** - Classical or modern interpretations\n\n**Technical Details:**\n- Uses astronomical calculations for solar terms\n- Converts to Chinese lunar calendar\n- Adjusts for local solar time\n- Handles timezone conversions globally\n\n**Response includes:**\n- Complete Four Pillars with stems and branches\n- Day Master strength and classification\n- Element balance and recommendations\n- Personality insights based on pillars\n- Lucky colors, directions, and careers\n\n**Response time:** ~300ms | **Accuracy:** Professional-grade calculations",
          "item": [
            {
              "id": "fb018fbe-1805-44bf-9bb9-75e93ee729cd",
              "name": "Basic BaZi Analysis",
              "request": {
                "name": "Basic BaZi Analysis",
                "description": {
                  "content": "🎯 **Calculate Bazi**\n\n📋 **Endpoint Description:**\n🎋 **BaZi Four Pillars Analysis** - Complete Chinese astrology birth chart\n\n**Perfect for:**\n- 🏮 Traditional Chinese astrology consultations\n- 🎯 Life path and personality analysis\n- 💼 Career guidance based on elements\n- 💑 Relationship compatibility assessment\n- 🔮 Timing analysis for important decisions\n\n**Key Features:**\n- 🏛️ **Four Pillars** - Year, Month, Day, Hour stems and branches\n- 🔥 **Five Elements** - Complete element balance analysis\n- 💪 **Day Master** - Strength analysis and favorable elements\n- 🐉 **Zodiac Animals** - Four animals from the pillars\n- 📊 **Element Distribution** - Missing and dominant elements\n- 🔄 **Element Interactions** - Generating, controlling, weakening cycles\n\n**Advanced Options:**\n- 🎯 **Luck Pillars** - 10-year luck periods (requires gender)\n- 📅 **Annual Pillars** - Yearly predictions within luck periods\n- 🌍 **Multi-language** - English, Chinese, and more\n- 🏛️ **Traditions** - Classical or modern interpretations\n\n**Technical Details:**\n- Uses astronomical calculations for solar terms\n- Converts to Chinese lunar calendar\n- Adjusts for local solar time\n- Handles timezone conversions globally\n\n**Response includes:**\n- Complete Four Pillars with stems and branches\n- Day Master strength and classification\n- Element balance and recommendations\n- Personality insights based on pillars\n- Lucky colors, directions, and careers\n\n**Response time:** ~300ms | **Accuracy:** Professional-grade calculations\n\n✨ **Example Description:**\nStandard Four Pillars calculation with birth data\n\n🔗 **Endpoint:** `POST /api/v3/chinese/bazi`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "bazi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Zhang Wei\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 9,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Beijing\",\n      \"country_code\": \"CN\"\n    }\n  },\n  \"include_luck_pillars\": false,\n  \"include_annual_pillars\": false,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ad0b0dad-fca9-4b99-8fa8-92ee064a2853",
              "name": "Advanced BaZi with Luck Pillars",
              "request": {
                "name": "Advanced BaZi with Luck Pillars",
                "description": {
                  "content": "🎯 **Calculate Bazi**\n\n📋 **Endpoint Description:**\n🎋 **BaZi Four Pillars Analysis** - Complete Chinese astrology birth chart\n\n**Perfect for:**\n- 🏮 Traditional Chinese astrology consultations\n- 🎯 Life path and personality analysis\n- 💼 Career guidance based on elements\n- 💑 Relationship compatibility assessment\n- 🔮 Timing analysis for important decisions\n\n**Key Features:**\n- 🏛️ **Four Pillars** - Year, Month, Day, Hour stems and branches\n- 🔥 **Five Elements** - Complete element balance analysis\n- 💪 **Day Master** - Strength analysis and favorable elements\n- 🐉 **Zodiac Animals** - Four animals from the pillars\n- 📊 **Element Distribution** - Missing and dominant elements\n- 🔄 **Element Interactions** - Generating, controlling, weakening cycles\n\n**Advanced Options:**\n- 🎯 **Luck Pillars** - 10-year luck periods (requires gender)\n- 📅 **Annual Pillars** - Yearly predictions within luck periods\n- 🌍 **Multi-language** - English, Chinese, and more\n- 🏛️ **Traditions** - Classical or modern interpretations\n\n**Technical Details:**\n- Uses astronomical calculations for solar terms\n- Converts to Chinese lunar calendar\n- Adjusts for local solar time\n- Handles timezone conversions globally\n\n**Response includes:**\n- Complete Four Pillars with stems and branches\n- Day Master strength and classification\n- Element balance and recommendations\n- Personality insights based on pillars\n- Lucky colors, directions, and careers\n\n**Response time:** ~300ms | **Accuracy:** Professional-grade calculations\n\n✨ **Example Description:**\nComplete analysis including 10-year luck pillars and annual predictions\n\n🔗 **Endpoint:** `POST /api/v3/chinese/bazi`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "bazi"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Li Ming\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"latitude\": 31.2304,\n      \"longitude\": 121.4737,\n      \"timezone\": \"Asia/Shanghai\"\n    },\n    \"gender\": \"male\"\n  },\n  \"include_luck_pillars\": true,\n  \"include_annual_pillars\": true,\n  \"current_year\": 2024,\n  \"language\": \"en\",\n  \"tradition\": \"classical\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Compatibility",
          "description": "All available examples for Calculate Compatibility endpoint. 💑 **Chinese Compatibility Analysis** - Relationship harmony assessment\n\n**Perfect for:**\n- 💕 Romantic compatibility assessment\n- 👥 Business partnership analysis\n- 👨‍👩‍👧‍👦 Family relationship dynamics\n- 🤝 Friendship compatibility\n- 💼 Team composition planning\n\n**Analysis Levels:**\n- 🐉 **Zodiac Animals** - Basic compatibility from year animals\n- 🎯 **Four Animals** - Year, month, day, hour animal interactions\n- 🔥 **Five Elements** - Element harmony and conflicts\n- 🏛️ **Full BaZi** - Complete pillar interactions (requires full birth data)\n\n**Compatibility Factors:**\n- **Trinity Combinations** (三合) - Highly compatible groups\n- **Six Harmonies** (六合) - Natural partnerships\n- **Clashes** (六冲) - Challenging relationships\n- **Harms** (六害) - Subtle conflicts\n- **Element Cycles** - Generating, controlling, weakening\n\n**Response includes:**\n- Overall compatibility score (0-100)\n- Zodiac animal compatibility\n- Element harmony analysis\n- Relationship strengths and challenges\n- Practical advice for the relationship\n- Favorable timing for the couple\n\n**Response time:** ~200ms | **Accuracy:** Based on traditional formulas",
          "item": [
            {
              "id": "4de19948-f694-41a3-bdb3-fcadd42e086f",
              "name": "Basic Zodiac Compatibility",
              "request": {
                "name": "Basic Zodiac Compatibility",
                "description": {
                  "content": "🎯 **Calculate Compatibility**\n\n📋 **Endpoint Description:**\n💑 **Chinese Compatibility Analysis** - Relationship harmony assessment\n\n**Perfect for:**\n- 💕 Romantic compatibility assessment\n- 👥 Business partnership analysis\n- 👨‍👩‍👧‍👦 Family relationship dynamics\n- 🤝 Friendship compatibility\n- 💼 Team composition planning\n\n**Analysis Levels:**\n- 🐉 **Zodiac Animals** - Basic compatibility from year animals\n- 🎯 **Four Animals** - Year, month, day, hour animal interactions\n- 🔥 **Five Elements** - Element harmony and conflicts\n- 🏛️ **Full BaZi** - Complete pillar interactions (requires full birth data)\n\n**Compatibility Factors:**\n- **Trinity Combinations** (三合) - Highly compatible groups\n- **Six Harmonies** (六合) - Natural partnerships\n- **Clashes** (六冲) - Challenging relationships\n- **Harms** (六害) - Subtle conflicts\n- **Element Cycles** - Generating, controlling, weakening\n\n**Response includes:**\n- Overall compatibility score (0-100)\n- Zodiac animal compatibility\n- Element harmony analysis\n- Relationship strengths and challenges\n- Practical advice for the relationship\n- Favorable timing for the couple\n\n**Response time:** ~200ms | **Accuracy:** Based on traditional formulas\n\n✨ **Example Description:**\nSimple compatibility check using birth years\n\n🔗 **Endpoint:** `POST /api/v3/chinese/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Person A\",\n      \"birth_data\": {\n        \"year\": 1990\n      }\n    },\n    {\n      \"name\": \"Person B\",\n      \"birth_data\": {\n        \"year\": 1992\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "57239846-0d2f-4c7b-904c-91d7b42df6d9",
              "name": "Complete BaZi Compatibility",
              "request": {
                "name": "Complete BaZi Compatibility",
                "description": {
                  "content": "🎯 **Calculate Compatibility**\n\n📋 **Endpoint Description:**\n💑 **Chinese Compatibility Analysis** - Relationship harmony assessment\n\n**Perfect for:**\n- 💕 Romantic compatibility assessment\n- 👥 Business partnership analysis\n- 👨‍👩‍👧‍👦 Family relationship dynamics\n- 🤝 Friendship compatibility\n- 💼 Team composition planning\n\n**Analysis Levels:**\n- 🐉 **Zodiac Animals** - Basic compatibility from year animals\n- 🎯 **Four Animals** - Year, month, day, hour animal interactions\n- 🔥 **Five Elements** - Element harmony and conflicts\n- 🏛️ **Full BaZi** - Complete pillar interactions (requires full birth data)\n\n**Compatibility Factors:**\n- **Trinity Combinations** (三合) - Highly compatible groups\n- **Six Harmonies** (六合) - Natural partnerships\n- **Clashes** (六冲) - Challenging relationships\n- **Harms** (六害) - Subtle conflicts\n- **Element Cycles** - Generating, controlling, weakening\n\n**Response includes:**\n- Overall compatibility score (0-100)\n- Zodiac animal compatibility\n- Element harmony analysis\n- Relationship strengths and challenges\n- Practical advice for the relationship\n- Favorable timing for the couple\n\n**Response time:** ~200ms | **Accuracy:** Based on traditional formulas\n\n✨ **Example Description:**\nDetailed compatibility with full birth data\n\n🔗 **Endpoint:** `POST /api/v3/chinese/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Zhang Wei\",\n      \"birth_data\": {\n        \"year\": 1988,\n        \"month\": 9,\n        \"day\": 15,\n        \"hour\": 14,\n        \"minute\": 30,\n        \"city\": \"Beijing\",\n        \"country_code\": \"CN\"\n      }\n    },\n    {\n      \"name\": \"Li Mei\",\n      \"birth_data\": {\n        \"year\": 1989,\n        \"month\": 6,\n        \"day\": 20,\n        \"hour\": 10,\n        \"minute\": 15,\n        \"city\": \"Shanghai\",\n        \"country_code\": \"CN\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\",\n    \"detail_level\": \"full\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Luck Pillars",
          "description": "All available examples for Calculate Luck Pillars endpoint. 📊 **Luck Pillars (大運)** - 10-year fortune periods\n\n**Perfect for:**\n- 📈 Long-term life planning\n- 🎯 Career timing decisions\n- 💑 Relationship timing\n- 🏠 Major purchase timing\n- 🎓 Education planning\n\n**Key Features:**\n- **10-Year Periods** - Each luck pillar governs a decade\n- **Starting Age** - Calculated from birth to first solar term\n- **Direction** - Forward or backward based on gender and year\n- **Element Focus** - Dominant element for each period\n- **Life Themes** - Major themes for each decade\n\n**Includes:**\n- Current active luck pillar\n- Next 12 luck pillars (120 years)\n- Annual pillars within current period\n- Favorable and challenging periods\n- Element recommendations for each period\n\n**Note:** Requires gender for accurate calculation\n\n**Response time:** ~400ms | **Traditional calculation methods**",
          "item": [
            {
              "id": "7f192723-4de6-46a4-93f5-5e505af2e42f",
              "name": "Male Luck Pillars",
              "request": {
                "name": "Male Luck Pillars",
                "description": {
                  "content": "🎯 **Calculate Luck Pillars**\n\n📋 **Endpoint Description:**\n📊 **Luck Pillars (大運)** - 10-year fortune periods\n\n**Perfect for:**\n- 📈 Long-term life planning\n- 🎯 Career timing decisions\n- 💑 Relationship timing\n- 🏠 Major purchase timing\n- 🎓 Education planning\n\n**Key Features:**\n- **10-Year Periods** - Each luck pillar governs a decade\n- **Starting Age** - Calculated from birth to first solar term\n- **Direction** - Forward or backward based on gender and year\n- **Element Focus** - Dominant element for each period\n- **Life Themes** - Major themes for each decade\n\n**Includes:**\n- Current active luck pillar\n- Next 12 luck pillars (120 years)\n- Annual pillars within current period\n- Favorable and challenging periods\n- Element recommendations for each period\n\n**Note:** Requires gender for accurate calculation\n\n**Response time:** ~400ms | **Traditional calculation methods**\n\n✨ **Example Description:**\n10-year luck periods for a male subject\n\n🔗 **Endpoint:** `POST /api/v3/chinese/luck-pillars`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "luck-pillars"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Wang Lei\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 8,\n      \"minute\": 30,\n      \"city\": \"Shanghai\",\n      \"country_code\": \"CN\"\n    },\n    \"gender\": \"male\"\n  },\n  \"include_annual_pillars\": true,\n  \"current_year\": 2024,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "79e8fc6c-3bb4-4fc8-b415-7a6e7b27c2b1",
              "name": "Female Luck Pillars",
              "request": {
                "name": "Female Luck Pillars",
                "description": {
                  "content": "🎯 **Calculate Luck Pillars**\n\n📋 **Endpoint Description:**\n📊 **Luck Pillars (大運)** - 10-year fortune periods\n\n**Perfect for:**\n- 📈 Long-term life planning\n- 🎯 Career timing decisions\n- 💑 Relationship timing\n- 🏠 Major purchase timing\n- 🎓 Education planning\n\n**Key Features:**\n- **10-Year Periods** - Each luck pillar governs a decade\n- **Starting Age** - Calculated from birth to first solar term\n- **Direction** - Forward or backward based on gender and year\n- **Element Focus** - Dominant element for each period\n- **Life Themes** - Major themes for each decade\n\n**Includes:**\n- Current active luck pillar\n- Next 12 luck pillars (120 years)\n- Annual pillars within current period\n- Favorable and challenging periods\n- Element recommendations for each period\n\n**Note:** Requires gender for accurate calculation\n\n**Response time:** ~400ms | **Traditional calculation methods**\n\n✨ **Example Description:**\n10-year luck periods for a female subject with gender requirement\n\n🔗 **Endpoint:** `POST /api/v3/chinese/luck-pillars`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "luck-pillars"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Li Mei\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 20,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Beijing\",\n      \"country_code\": \"CN\"\n    },\n    \"gender\": \"female\"\n  },\n  \"include_annual_pillars\": true,\n  \"years_ahead\": 15,\n  \"current_year\": 2024,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "dc0c950e-c9ba-43e7-9c57-9888e3f89b77",
          "name": "Analyze Year Elements",
          "request": {
            "name": "Analyze Year Elements",
            "description": {
              "content": "🔥 **Year Element Analysis** - Five Elements for any year\n\n**Perfect for:**\n- 📅 Annual element forecasts\n- 🎯 Understanding yearly energy\n- 🏢 Business planning with elements\n- 🎨 Design and feng shui applications\n\n**Analysis includes:**\n- Year stem and branch elements\n- Element interactions for the year\n- Favorable industries and sectors\n- Color and direction recommendations\n- Monthly element distribution\n\n**Response time:** ~100ms | **Cached for performance**",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "chinese",
                "elements",
                "balance",
                ":year"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Include element-based predictions",
                    "type": "text/plain"
                  },
                  "key": "include_predictions",
                  "value": "false"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Response language",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<integer>",
                  "key": "year",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Year to analyze",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1c9cab35-da17-4e98-bb05-9a8a62b2b6b9",
              "name": "Five Elements analysis for any year with elemental distribution and recommendations",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "elements",
                    "balance",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Include element-based predictions",
                        "type": "text/plain"
                      },
                      "key": "include_predictions",
                      "value": "false"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Response language",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05707255-8cae-44ec-8b56-6ea0ed083e62",
              "name": "Invalid Chinese astrology parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "elements",
                    "balance",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Include element-based predictions",
                        "type": "text/plain"
                      },
                      "key": "include_predictions",
                      "value": "false"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Response language",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e67b47b4-0a98-4631-89f9-ab30d7ff8403",
              "name": "Request validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "elements",
                    "balance",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Include element-based predictions",
                        "type": "text/plain"
                      },
                      "key": "include_predictions",
                      "value": "false"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Response language",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"examples\": {\n    \"invalid_year\": {\n      \"summary\": \"Invalid year parameter\",\n      \"description\": \"Validation error when year is outside supported range\",\n      \"value\": {\n        \"success\": false,\n        \"error\": {\n          \"error_code\": \"INVALID_YEAR_RANGE\",\n          \"message\": \"Year must be between 1900 and 2100\",\n          \"field\": \"year\",\n          \"value\": 1800,\n          \"severity\": \"medium\",\n          \"suggestions\": [\n            \"Use a year between 1900 and 2100\",\n            \"Ensure year is a valid 4-digit number\",\n            \"Chinese calendar calculations are optimized for this range\"\n          ]\n        },\n        \"timestamp\": \"2024-01-01T12:00:00Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Calculate Ming Gua",
          "description": "All available examples for Calculate Ming Gua endpoint. 🏠 **Ming Gua (命卦)** - Life Gua for Feng Shui\n\n**Perfect for:**\n- 🧭 Feng shui applications\n- 🏠 Home and office arrangement\n- 💼 Desk positioning\n- 🛏️ Bedroom optimization\n- 🎯 Personal direction guidance\n\n**Provides:**\n- Life Gua number (1-9)\n- East or West group classification\n- Four favorable directions\n- Four unfavorable directions\n- Element association\n- Feng shui recommendations\n\n**Response time:** ~50ms | **Simple calculation**",
          "item": [
            {
              "id": "8a101d21-216e-47d2-b54d-62d0a6b04b39",
              "name": "Ming Gua Feng Shui",
              "request": {
                "name": "Ming Gua Feng Shui",
                "description": {
                  "content": "🎯 **Calculate Ming Gua**\n\n📋 **Endpoint Description:**\n🏠 **Ming Gua (命卦)** - Life Gua for Feng Shui\n\n**Perfect for:**\n- 🧭 Feng shui applications\n- 🏠 Home and office arrangement\n- 💼 Desk positioning\n- 🛏️ Bedroom optimization\n- 🎯 Personal direction guidance\n\n**Provides:**\n- Life Gua number (1-9)\n- East or West group classification\n- Four favorable directions\n- Four unfavorable directions\n- Element association\n- Feng shui recommendations\n\n**Response time:** ~50ms | **Simple calculation**\n\n✨ **Example Description:**\nLife Gua number for feng shui applications\n\n🔗 **Endpoint:** `POST /api/v3/chinese/ming-gua`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "ming-gua"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Test User\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 9,\n      \"day\": 15\n    }\n  },\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "b524aacd-20b0-43e0-89c0-0730a044da34",
          "name": "Get Zodiac Animal Info",
          "request": {
            "name": "Get Zodiac Animal Info",
            "description": {
              "content": "🐉 **Zodiac Animal Information** - Detailed animal characteristics\n\n**Perfect for:**\n- 📚 Learning about zodiac animals\n- 🎯 Understanding personality traits\n- 💑 Quick compatibility reference\n- 🎨 Cultural applications\n\n**Information includes:**\n- Animal characteristics and traits\n- Compatible and incompatible animals\n- Element associations\n- Lucky numbers, colors, directions\n- Recent and upcoming years\n- Cultural significance\n\n**Response time:** ~50ms | **Cached static data**",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "chinese",
                "zodiac",
                ":animal"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Specific year for the animal",
                    "type": "text/plain"
                  },
                  "key": "year",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Response language",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "",
                  "key": "animal",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Chinese zodiac animal (case insensitive)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "6505ec75-20e8-44ec-8b5e-9d9fc8d16479",
              "name": "Detailed Chinese zodiac animal information with characteristics and compatibility",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "zodiac",
                    ":animal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specific year for the animal",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Response language",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bccea364-ed64-47b4-acca-1ce069b05648",
              "name": "Invalid Chinese astrology parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "zodiac",
                    ":animal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specific year for the animal",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Response language",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "eda5b49d-4c98-45c4-8ab5-22bab951aa42",
              "name": "Request validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "zodiac",
                    ":animal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Specific year for the animal",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Response language",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"examples\": {\n    \"invalid_animal\": {\n      \"summary\": \"Invalid zodiac animal\",\n      \"description\": \"Validation error when an unsupported animal name is provided\",\n      \"value\": {\n        \"success\": false,\n        \"error\": {\n          \"error_code\": \"INVALID_ZODIAC_ANIMAL\",\n          \"message\": \"Invalid zodiac animal name provided\",\n          \"field\": \"animal\",\n          \"value\": \"lion\",\n          \"severity\": \"medium\",\n          \"suggestions\": [\n            \"Use one of the 12 zodiac animals: rat, ox, tiger, rabbit, dragon, snake, horse, goat, monkey, rooster, dog, pig\",\n            \"Animal names are case-insensitive\",\n            \"See /api/v3/glossary for complete zodiac animal list\"\n          ]\n        },\n        \"timestamp\": \"2024-01-01T12:00:00Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "91238060-2bcf-473c-a39c-da243de1bec2",
          "name": "Get Solar Terms",
          "request": {
            "name": "Get Solar Terms",
            "description": {
              "content": "🌤️ **24 Solar Terms (节气)** - Traditional Chinese calendar markers\n\n**Perfect for:**\n- 📅 Traditional calendar applications\n- 🌾 Agricultural planning\n- 🎯 BaZi month pillar calculations\n- 🏮 Festival date determination\n\n**Provides:**\n- All 24 solar terms for the year\n- Exact date and time for each term\n- Element associations\n- Traditional meanings\n- Agricultural significance\n\n**Response time:** ~150ms | **Astronomical calculations**",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "chinese",
                "calendar",
                "solar-terms",
                ":year"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Timezone for calculations",
                    "type": "text/plain"
                  },
                  "key": "timezone",
                  "value": "Asia/Shanghai"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Response language",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<integer>",
                  "key": "year",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Year for solar terms",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "68a076e3-5f17-407a-a36d-a1435c1d1f35",
              "name": "Complete 24 solar terms (节气) calendar with exact astronomical dates and cultural significance",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "calendar",
                    "solar-terms",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Timezone for calculations",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "Asia/Shanghai"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Response language",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b9b8c48-52a2-4adf-8107-9ab43c5a2fe0",
              "name": "Invalid Chinese astrology parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "calendar",
                    "solar-terms",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Timezone for calculations",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "Asia/Shanghai"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Response language",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "99398132-7f31-4e8d-aae3-0c83ff395c21",
              "name": "Request validation failed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "calendar",
                    "solar-terms",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Timezone for calculations",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "Asia/Shanghai"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Response language",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"examples\": {\n    \"invalid_year_range\": {\n      \"summary\": \"Invalid year for solar terms\",\n      \"description\": \"Validation error when year is outside supported calculation range\",\n      \"value\": {\n        \"success\": false,\n        \"error\": {\n          \"error_code\": \"INVALID_YEAR_RANGE\",\n          \"message\": \"Year must be between 1900 and 2100 for accurate solar term calculations\",\n          \"field\": \"year\",\n          \"value\": 1850,\n          \"severity\": \"medium\",\n          \"suggestions\": [\n            \"Use a year between 1900 and 2100\",\n            \"Solar term calculations are most accurate within this range\",\n            \"Historical calculations before 1900 may have reduced precision\"\n          ]\n        },\n        \"timestamp\": \"2024-01-01T12:00:00Z\"\n      }\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Get Yearly Forecast",
          "description": "All available examples for Get Yearly Forecast endpoint. 🎊 **Chinese Yearly Forecast** - Annual predictions based on Chinese astrology\n\n**Perfect for:**\n- 🧧 New Year predictions\n- 📈 Annual planning\n- 🎯 Understanding yearly influences\n- 💼 Business timing\n\n**Forecast includes:**\n- Yearly animal and element influences\n- Compatibility with personal animals\n- Monthly breakdown\n- Lucky periods and cautious times\n- Element-based recommendations\n- Traditional advice\n\n**Response time:** ~250ms | **Personalized calculations**",
          "item": [
            {
              "id": "65715122-30bc-41ef-a551-e4b2dc346fdc",
              "name": "Personal Yearly Forecast",
              "request": {
                "name": "Personal Yearly Forecast",
                "description": {
                  "content": "🎯 **Get Yearly Forecast**\n\n📋 **Endpoint Description:**\n🎊 **Chinese Yearly Forecast** - Annual predictions based on Chinese astrology\n\n**Perfect for:**\n- 🧧 New Year predictions\n- 📈 Annual planning\n- 🎯 Understanding yearly influences\n- 💼 Business timing\n\n**Forecast includes:**\n- Yearly animal and element influences\n- Compatibility with personal animals\n- Monthly breakdown\n- Lucky periods and cautious times\n- Element-based recommendations\n- Traditional advice\n\n**Response time:** ~250ms | **Personalized calculations**\n\n✨ **Example Description:**\nPersonalized Chinese astrology forecast for the year\n\n🔗 **Endpoint:** `POST /api/v3/chinese/yearly-forecast`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chinese",
                    "yearly-forecast"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Test User\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 9,\n      \"day\": 15\n    }\n  },\n  \"forecast_year\": 2024,\n  \"include_monthly\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🏠 Feng Shui & Flying Stars",
      "description": "",
      "item": [
        {
          "name": "📁 Calculate Flying Stars Chart",
          "description": "All available examples for Calculate Flying Stars Chart endpoint. **Calculate Complete Flying Stars Natal Chart**\n\n**Perfect for:**\n- Property Feng Shui analysis\n- Interior design and room placement\n- Annual energy planning\n- Real estate evaluation\n\n**What you get:**\n- **9 Palace Grid** - Base, Mountain, and Water stars for each sector\n- **Annual Overlay** - Current year's visiting stars (optional)\n- **Monthly Overlay** - Current month's visiting stars (optional)\n- **Direction Analysis** - 24 Mountains precision with polarity\n\n**Understanding the Stars:**\n- **Base Star** (Period/Earth Star) - Permanent energy from construction period\n- **Mountain Star** (Sitting Star) - Affects health and relationships\n- **Water Star** (Facing Star) - Affects wealth and career\n\n**Period Guide:**\n- Period 8: 2004-2023 (Star 8 most auspicious)\n- Period 9: 2024-2043 (Star 9 most auspicious, current period)\n\n**Response time:** ~50ms | **Content:** Complete 9-palace chart with star positions",
          "item": [
            {
              "id": "24e5a5d0-522d-4b6f-8727-6ddd273c7266",
              "name": "South-Facing Property (Period 9)",
              "request": {
                "name": "South-Facing Property (Period 9)",
                "description": {
                  "content": "🎯 **Calculate Flying Stars Chart**\n\n📋 **Endpoint Description:**\n**Calculate Complete Flying Stars Natal Chart**\n\n**Perfect for:**\n- Property Feng Shui analysis\n- Interior design and room placement\n- Annual energy planning\n- Real estate evaluation\n\n**What you get:**\n- **9 Palace Grid** - Base, Mountain, and Water stars for each sector\n- **Annual Overlay** - Current year's visiting stars (optional)\n- **Monthly Overlay** - Current month's visiting stars (optional)\n- **Direction Analysis** - 24 Mountains precision with polarity\n\n**Understanding the Stars:**\n- **Base Star** (Period/Earth Star) - Permanent energy from construction period\n- **Mountain Star** (Sitting Star) - Affects health and relationships\n- **Water Star** (Facing Star) - Affects wealth and career\n\n**Period Guide:**\n- Period 8: 2004-2023 (Star 8 most auspicious)\n- Period 9: 2024-2043 (Star 9 most auspicious, current period)\n\n**Response time:** ~50ms | **Content:** Complete 9-palace chart with star positions\n\n✨ **Example Description:**\nCalculate chart for a south-facing property built in Period 9\n\n🔗 **Endpoint:** `POST /api/v3/fengshui/flying-stars/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fengshui",
                    "flying-stars",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"facing_degrees\": 180.0,\n  \"period\": 9,\n  \"include_annual\": true,\n  \"include_monthly\": false,\n  \"analysis_date\": \"2025-01-15\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5cad4c0e-0c02-460e-bcdc-fdbc4c09aca3",
              "name": "East-Facing Property (Period 8)",
              "request": {
                "name": "East-Facing Property (Period 8)",
                "description": {
                  "content": "🎯 **Calculate Flying Stars Chart**\n\n📋 **Endpoint Description:**\n**Calculate Complete Flying Stars Natal Chart**\n\n**Perfect for:**\n- Property Feng Shui analysis\n- Interior design and room placement\n- Annual energy planning\n- Real estate evaluation\n\n**What you get:**\n- **9 Palace Grid** - Base, Mountain, and Water stars for each sector\n- **Annual Overlay** - Current year's visiting stars (optional)\n- **Monthly Overlay** - Current month's visiting stars (optional)\n- **Direction Analysis** - 24 Mountains precision with polarity\n\n**Understanding the Stars:**\n- **Base Star** (Period/Earth Star) - Permanent energy from construction period\n- **Mountain Star** (Sitting Star) - Affects health and relationships\n- **Water Star** (Facing Star) - Affects wealth and career\n\n**Period Guide:**\n- Period 8: 2004-2023 (Star 8 most auspicious)\n- Period 9: 2024-2043 (Star 9 most auspicious, current period)\n\n**Response time:** ~50ms | **Content:** Complete 9-palace chart with star positions\n\n✨ **Example Description:**\nCalculate chart for an east-facing property built in Period 8\n\n🔗 **Endpoint:** `POST /api/v3/fengshui/flying-stars/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fengshui",
                    "flying-stars",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"facing_degrees\": 90.0,\n  \"period\": 8,\n  \"include_annual\": true,\n  \"include_monthly\": true,\n  \"analysis_date\": \"2025-03-20\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ccf634da-aede-4cf3-b0fc-49a28383026e",
              "name": "Precise Compass Reading",
              "request": {
                "name": "Precise Compass Reading",
                "description": {
                  "content": "🎯 **Calculate Flying Stars Chart**\n\n📋 **Endpoint Description:**\n**Calculate Complete Flying Stars Natal Chart**\n\n**Perfect for:**\n- Property Feng Shui analysis\n- Interior design and room placement\n- Annual energy planning\n- Real estate evaluation\n\n**What you get:**\n- **9 Palace Grid** - Base, Mountain, and Water stars for each sector\n- **Annual Overlay** - Current year's visiting stars (optional)\n- **Monthly Overlay** - Current month's visiting stars (optional)\n- **Direction Analysis** - 24 Mountains precision with polarity\n\n**Understanding the Stars:**\n- **Base Star** (Period/Earth Star) - Permanent energy from construction period\n- **Mountain Star** (Sitting Star) - Affects health and relationships\n- **Water Star** (Facing Star) - Affects wealth and career\n\n**Period Guide:**\n- Period 8: 2004-2023 (Star 8 most auspicious)\n- Period 9: 2024-2043 (Star 9 most auspicious, current period)\n\n**Response time:** ~50ms | **Content:** Complete 9-palace chart with star positions\n\n✨ **Example Description:**\nUsing exact compass measurement (e.g., 172.5° for S1 mountain)\n\n🔗 **Endpoint:** `POST /api/v3/fengshui/flying-stars/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fengshui",
                    "flying-stars",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"facing_degrees\": 172.5,\n  \"period\": 9,\n  \"include_annual\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "638c9a8d-e7e4-462f-b5a8-621fff0be572",
          "name": "Get Annual Flying Stars",
          "request": {
            "name": "Get Annual Flying Stars",
            "description": {
              "content": "**Get Annual Flying Stars Positions**\n\n**Perfect for:**\n- Annual Feng Shui planning\n- Identifying auspicious sectors for the year\n- Planning renovations and activities\n- Complementing natal chart analysis\n\n**What you get:**\n- **Center Star** - The ruling star for the year\n- **9 Palace Positions** - Where each star lands\n- **Star Nature** - Auspicious or inauspicious designation\n- **Interpretation** - Meaning and keywords for each position\n\n**Key Auspicious Stars:**\n- Star 1 (One White) - Victory, career success\n- Star 4 (Four Green) - Romance, academic success\n- Star 6 (Six White) - Authority, mentor luck\n- Star 8 (Eight White) - Wealth, prosperity\n- Star 9 (Nine Purple) - Future prosperity, celebrations\n\n**Key Inauspicious Stars:**\n- Star 2 (Two Black) - Illness\n- Star 3 (Three Jade) - Quarrels\n- Star 5 (Five Yellow) - Misfortune (most dangerous)\n- Star 7 (Seven Red) - Violence, robbery\n\n**Note:** Annual stars change on Li Chun (around February 4), not January 1.\n\n**Response time:** ~30ms | **Content:** All 9 palace positions with interpretations",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "fengshui",
                "flying-stars",
                "annual",
                ":year"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Language for interpretations (en, zh, ru)",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<integer>",
                  "key": "year",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Year for annual Flying Stars calculation",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ed09110a-f8c2-4701-85d7-694f329d42ea",
              "name": "Annual Flying Stars positions for the specified year",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fengshui",
                    "flying-stars",
                    "annual",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretations (en, zh, ru)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a98949e1-fac2-466d-a393-ef0d9abc3607",
              "name": "Invalid Feng Shui parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fengshui",
                    "flying-stars",
                    "annual",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretations (en, zh, ru)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "0fd96ee9-7645-4842-a6e6-33b9b96f2391",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fengshui",
                    "flying-stars",
                    "annual",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretations (en, zh, ru)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dccc3d78-f7b2-40f7-aa1e-d36217380069",
          "name": "Get Annual Afflictions",
          "request": {
            "name": "Get Annual Afflictions",
            "description": {
              "content": "**Get Annual Afflictions Positions**\n\n**Perfect for:**\n- Avoiding bad luck sectors\n- Planning renovations and ground-breaking\n- Desk and bed placement\n- Annual protection planning\n\n**The Four Major Afflictions:**\n\n**1. Tai Sui (Grand Duke Jupiter)** - 太岁\n- Position based on year's zodiac animal\n- Coverage: 15 degrees (one mountain)\n- Rule: Do NOT face Tai Sui directly when sitting\n\n**2. Sui Po (Year Breaker)** - 岁破\n- Directly opposite Tai Sui (180 degrees)\n- Coverage: 15 degrees\n- Rule: Do NOT sit with back to Sui Po\n\n**3. Five Yellow (Wu Huang)** - 五黄\n- Most dangerous annual affliction\n- Coverage: 45 degrees (one palace)\n- Rule: Avoid ALL disturbance, renovations, or activity\n\n**4. Three Killings (San Sha)** - 三煞\n- Based on San He Trinity opposite direction\n- Coverage: 90 degrees (cardinal + 22.5° each side)\n- Rule: You MAY face Three Killings, but NEVER sit with back to it\n\n**Important Dates:**\n- Afflictions change on Li Chun (around February 4)\n- Not based on Gregorian New Year\n\n**Response time:** ~30ms | **Content:** All 4 afflictions with positions and advice",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "fengshui",
                "afflictions",
                ":year"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Language for interpretations (en, zh, ru)",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<integer>",
                  "key": "year",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Year for afflictions calculation",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "40aa1671-0ab6-4fdb-95aa-056ddb3282da",
              "name": "Annual afflictions (Tai Sui, Sui Po, Five Yellow, Three Killings) positions",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fengshui",
                    "afflictions",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretations (en, zh, ru)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "197054ed-7cae-4371-ab13-41c92486862b",
              "name": "Invalid Feng Shui parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fengshui",
                    "afflictions",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretations (en, zh, ru)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5825f76a-76bb-49f7-9e7f-f6cdd6069151",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fengshui",
                    "afflictions",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretations (en, zh, ru)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b249c147-5d3b-4a8d-b605-455eb7dcfa49",
          "name": "Get Flying Stars Glossary",
          "request": {
            "name": "Get Flying Stars Glossary",
            "description": {
              "content": "**9 Flying Stars Reference Glossary**\n\n**Perfect for:**\n- Learning Flying Stars meanings\n- Understanding star interactions\n- Identifying which stars need remedies\n- Reference for chart interpretation\n\n**What you get:**\n- **Star Details** - Chinese name, pinyin, English translation\n- **Element** - Associated Five Element\n- **Nature** - Auspicious or inauspicious classification\n- **Keywords** - Key themes and areas of influence\n- **Positive/Negative Aspects** - Detailed interpretations\n- **Remedies** - Traditional cures for inauspicious stars\n- **Enhancers/Weakeners** - Elements that strengthen or weaken\n\n**Quick Reference:**\n\n| Star | Name | Element | Nature |\n|------|------|---------|--------|\n| 1 | One White | Water | Auspicious |\n| 2 | Two Black | Earth | Inauspicious |\n| 3 | Three Jade | Wood | Inauspicious |\n| 4 | Four Green | Wood | Auspicious |\n| 5 | Five Yellow | Earth | Inauspicious |\n| 6 | Six White | Metal | Auspicious |\n| 7 | Seven Red | Metal | Inauspicious |\n| 8 | Eight White | Earth | Auspicious |\n| 9 | Nine Purple | Fire | Auspicious |\n\n**Response time:** ~20ms | **Content:** Complete star reference data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "fengshui",
                "glossary",
                "stars"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Language for interpretations (en, zh, ru)",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "35b15a6f-dd32-4619-93c5-fc7154163395",
              "name": "Complete glossary of 9 Flying Stars with meanings and remedies",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fengshui",
                    "glossary",
                    "stars"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretations (en, zh, ru)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b520ae5f-92bd-416a-85a7-b85c431ade85",
              "name": "Invalid Feng Shui parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fengshui",
                    "glossary",
                    "stars"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretations (en, zh, ru)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b5e5f150-d5aa-49e5-abf3-8679f3f00585",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "fengshui",
                    "glossary",
                    "stars"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language for interpretations (en, zh, ru)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "🌟 Zi Wei Dou Shu (紫微斗数)",
      "description": "",
      "item": [
        {
          "name": "📁 Calculate Zi Wei Chart",
          "description": "All available examples for Calculate Zi Wei Chart endpoint. 🌟 **Zi Wei Dou Shu Chart** - Purple Star Astrology\n\nCalculate a complete Zi Wei Dou Shu (紫微斗数) natal chart, the most\nsophisticated Chinese astrological system for destiny analysis.\n\n**Perfect for:**\n- 🏮 Traditional Chinese astrology natal analysis\n- 📊 Personality and character mapping\n- 🎯 Life palace and destiny direction\n- ⭐ Star distribution and brightness analysis\n- 🔄 Four Transformations (四化) impact\n\n**What you get:**\n\n**12 Palaces (十二宫):**\n- 命宫 (Life) - Core personality and destiny\n- 兄弟宫 (Siblings) - Sibling relationships\n- 夫妻宫 (Spouse) - Marriage and partnerships\n- 子女宫 (Children) - Offspring and creativity\n- 财帛宫 (Wealth) - Financial capacity\n- 疾厄宫 (Health) - Health and illness\n- 迁移宫 (Travel) - Movement and change\n- 交友宫 (Friends) - Social connections\n- 官禄宫 (Career) - Professional life\n- 田宅宫 (Property) - Real estate and home\n- 福德宫 (Fortune) - Happiness and spirituality\n- 父母宫 (Parents) - Parental relationships\n\n**14 Main Stars (十四主星):**\n- 紫微星系: 紫微, 天机, 太阳, 武曲, 天同, 廉贞\n- 天府星系: 天府, 太阴, 贪狼, 巨门, 天相, 天梁, 七杀, 破军\n\n**6 Auxiliary Stars (六吉星):**\n- 左辅, 右弼, 文昌, 文曲, 禄存, 天马\n\n**Star Brightness (庙旺得平陷):**\n- 庙 (Exalted) - Star at maximum power\n- 旺 (Strong) - Star performing very well\n- 得 (Favorable) - Star performing well\n- 平 (Neutral) - Average performance\n- 陷 (Fallen) - Star weakened\n\n**Four Transformations (四化):**\n- 化禄 - Prosperity enhancement\n- 化权 - Authority enhancement\n- 化科 - Fame enhancement\n- 化忌 - Obstruction indicator\n\n**Technical Details:**\n- Converts Gregorian to Chinese lunar calendar\n- Calculates Wu Xing Ju (五行局) from birth data\n- Places all stars using traditional algorithms\n- Applies brightness ratings per palace\n- Calculates Four Transformations from year stem\n\n**Response time:** ~200ms | **Accuracy:** Traditional algorithms validated",
          "item": [
            {
              "id": "d57616d9-c972-4141-9d0a-afde248a1e20",
              "name": "Male born in Beijing",
              "request": {
                "name": "Male born in Beijing",
                "description": {
                  "content": "🎯 **Calculate Zi Wei Chart**\n\n📋 **Endpoint Description:**\n🌟 **Zi Wei Dou Shu Chart** - Purple Star Astrology\n\nCalculate a complete Zi Wei Dou Shu (紫微斗数) natal chart, the most\nsophisticated Chinese astrological system for destiny analysis.\n\n**Perfect for:**\n- 🏮 Traditional Chinese astrology natal analysis\n- 📊 Personality and character mapping\n- 🎯 Life palace and destiny direction\n- ⭐ Star distribution and brightness analysis\n- 🔄 Four Transformations (四化) impact\n\n**What you get:**\n\n**12 Palaces (十二宫):**\n- 命宫 (Life) - Core personality and destiny\n- 兄弟宫 (Siblings) - Sibling relationships\n- 夫妻宫 (Spouse) - Marriage and partnerships\n- 子女宫 (Children) - Offspring and creativity\n- 财帛宫 (Wealth) - Financial capacity\n- 疾厄宫 (Health) - Health and illness\n- 迁移宫 (Travel) - Movement and change\n- 交友宫 (Friends) - Social connections\n- 官禄宫 (Career) - Professional life\n- 田宅宫 (Property) - Real estate and home\n- 福德宫 (Fortune) - Happiness and spirituality\n- 父母宫 (Parents) - Parental relationships\n\n**14 Main Stars (十四主星):**\n- 紫微星系: 紫微, 天机, 太阳, 武曲, 天同, 廉贞\n- 天府星系: 天府, 太阴, 贪狼, 巨门, 天相, 天梁, 七杀, 破军\n\n**6 Auxiliary Stars (六吉星):**\n- 左辅, 右弼, 文昌, 文曲, 禄存, 天马\n\n**Star Brightness (庙旺得平陷):**\n- 庙 (Exalted) - Star at maximum power\n- 旺 (Strong) - Star performing very well\n- 得 (Favorable) - Star performing well\n- 平 (Neutral) - Average performance\n- 陷 (Fallen) - Star weakened\n\n**Four Transformations (四化):**\n- 化禄 - Prosperity enhancement\n- 化权 - Authority enhancement\n- 化科 - Fame enhancement\n- 化忌 - Obstruction indicator\n\n**Technical Details:**\n- Converts Gregorian to Chinese lunar calendar\n- Calculates Wu Xing Ju (五行局) from birth data\n- Places all stars using traditional algorithms\n- Applies brightness ratings per palace\n- Calculates Four Transformations from year stem\n\n**Response time:** ~200ms | **Accuracy:** Traditional algorithms validated\n\n✨ **Example Description:**\nCalculate Zi Wei chart for a male born in Beijing\n\n🔗 **Endpoint:** `POST /api/v3/ziwei/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "ziwei",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Zhang Wei\",\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Beijing\",\n    \"country_code\": \"CN\"\n  },\n  \"gender\": \"male\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "3a07a652-d542-483d-926e-566defb9f275",
              "name": "Female born in Taipei",
              "request": {
                "name": "Female born in Taipei",
                "description": {
                  "content": "🎯 **Calculate Zi Wei Chart**\n\n📋 **Endpoint Description:**\n🌟 **Zi Wei Dou Shu Chart** - Purple Star Astrology\n\nCalculate a complete Zi Wei Dou Shu (紫微斗数) natal chart, the most\nsophisticated Chinese astrological system for destiny analysis.\n\n**Perfect for:**\n- 🏮 Traditional Chinese astrology natal analysis\n- 📊 Personality and character mapping\n- 🎯 Life palace and destiny direction\n- ⭐ Star distribution and brightness analysis\n- 🔄 Four Transformations (四化) impact\n\n**What you get:**\n\n**12 Palaces (十二宫):**\n- 命宫 (Life) - Core personality and destiny\n- 兄弟宫 (Siblings) - Sibling relationships\n- 夫妻宫 (Spouse) - Marriage and partnerships\n- 子女宫 (Children) - Offspring and creativity\n- 财帛宫 (Wealth) - Financial capacity\n- 疾厄宫 (Health) - Health and illness\n- 迁移宫 (Travel) - Movement and change\n- 交友宫 (Friends) - Social connections\n- 官禄宫 (Career) - Professional life\n- 田宅宫 (Property) - Real estate and home\n- 福德宫 (Fortune) - Happiness and spirituality\n- 父母宫 (Parents) - Parental relationships\n\n**14 Main Stars (十四主星):**\n- 紫微星系: 紫微, 天机, 太阳, 武曲, 天同, 廉贞\n- 天府星系: 天府, 太阴, 贪狼, 巨门, 天相, 天梁, 七杀, 破军\n\n**6 Auxiliary Stars (六吉星):**\n- 左辅, 右弼, 文昌, 文曲, 禄存, 天马\n\n**Star Brightness (庙旺得平陷):**\n- 庙 (Exalted) - Star at maximum power\n- 旺 (Strong) - Star performing very well\n- 得 (Favorable) - Star performing well\n- 平 (Neutral) - Average performance\n- 陷 (Fallen) - Star weakened\n\n**Four Transformations (四化):**\n- 化禄 - Prosperity enhancement\n- 化权 - Authority enhancement\n- 化科 - Fame enhancement\n- 化忌 - Obstruction indicator\n\n**Technical Details:**\n- Converts Gregorian to Chinese lunar calendar\n- Calculates Wu Xing Ju (五行局) from birth data\n- Places all stars using traditional algorithms\n- Applies brightness ratings per palace\n- Calculates Four Transformations from year stem\n\n**Response time:** ~200ms | **Accuracy:** Traditional algorithms validated\n\n✨ **Example Description:**\nCalculate Zi Wei chart for a female born in Taipei\n\n🔗 **Endpoint:** `POST /api/v3/ziwei/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "ziwei",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Li Mei\",\n  \"birth_data\": {\n    \"year\": 1990,\n    \"month\": 8,\n    \"day\": 15,\n    \"hour\": 10,\n    \"minute\": 30,\n    \"city\": \"Taipei\",\n    \"country_code\": \"TW\"\n  },\n  \"gender\": \"female\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "4f33989f-e244-4625-b13c-750d55b20cff",
              "name": "Using coordinates directly",
              "request": {
                "name": "Using coordinates directly",
                "description": {
                  "content": "🎯 **Calculate Zi Wei Chart**\n\n📋 **Endpoint Description:**\n🌟 **Zi Wei Dou Shu Chart** - Purple Star Astrology\n\nCalculate a complete Zi Wei Dou Shu (紫微斗数) natal chart, the most\nsophisticated Chinese astrological system for destiny analysis.\n\n**Perfect for:**\n- 🏮 Traditional Chinese astrology natal analysis\n- 📊 Personality and character mapping\n- 🎯 Life palace and destiny direction\n- ⭐ Star distribution and brightness analysis\n- 🔄 Four Transformations (四化) impact\n\n**What you get:**\n\n**12 Palaces (十二宫):**\n- 命宫 (Life) - Core personality and destiny\n- 兄弟宫 (Siblings) - Sibling relationships\n- 夫妻宫 (Spouse) - Marriage and partnerships\n- 子女宫 (Children) - Offspring and creativity\n- 财帛宫 (Wealth) - Financial capacity\n- 疾厄宫 (Health) - Health and illness\n- 迁移宫 (Travel) - Movement and change\n- 交友宫 (Friends) - Social connections\n- 官禄宫 (Career) - Professional life\n- 田宅宫 (Property) - Real estate and home\n- 福德宫 (Fortune) - Happiness and spirituality\n- 父母宫 (Parents) - Parental relationships\n\n**14 Main Stars (十四主星):**\n- 紫微星系: 紫微, 天机, 太阳, 武曲, 天同, 廉贞\n- 天府星系: 天府, 太阴, 贪狼, 巨门, 天相, 天梁, 七杀, 破军\n\n**6 Auxiliary Stars (六吉星):**\n- 左辅, 右弼, 文昌, 文曲, 禄存, 天马\n\n**Star Brightness (庙旺得平陷):**\n- 庙 (Exalted) - Star at maximum power\n- 旺 (Strong) - Star performing very well\n- 得 (Favorable) - Star performing well\n- 平 (Neutral) - Average performance\n- 陷 (Fallen) - Star weakened\n\n**Four Transformations (四化):**\n- 化禄 - Prosperity enhancement\n- 化权 - Authority enhancement\n- 化科 - Fame enhancement\n- 化忌 - Obstruction indicator\n\n**Technical Details:**\n- Converts Gregorian to Chinese lunar calendar\n- Calculates Wu Xing Ju (五行局) from birth data\n- Places all stars using traditional algorithms\n- Applies brightness ratings per palace\n- Calculates Four Transformations from year stem\n\n**Response time:** ~200ms | **Accuracy:** Traditional algorithms validated\n\n✨ **Example Description:**\nCalculate chart using latitude/longitude instead of city\n\n🔗 **Endpoint:** `POST /api/v3/ziwei/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "ziwei",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Test Subject\",\n  \"birth_data\": {\n    \"year\": 1988,\n    \"month\": 3,\n    \"day\": 20,\n    \"hour\": 14,\n    \"minute\": 0,\n    \"latitude\": 31.2304,\n    \"longitude\": 121.4737\n  },\n  \"gender\": \"male\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🔷 Human Design System",
      "description": "",
      "item": [
        {
          "name": "📁 Calculate Bodygraph",
          "description": "All available examples for Calculate Bodygraph endpoint. 🌟 **Generate Complete Human Design BodyGraph**\n\nCalculate a comprehensive Human Design chart from birth data, revealing your energetic blueprint and life strategy.\n\n**Perfect for:**\n- 🎯 Self-discovery and personal development\n- 💼 Career guidance and decision-making\n- 💑 Relationship understanding\n- 🎓 Human Design practitioners and students\n- 📱 Integration into wellness and astrology apps\n\n**What you get:**\n- **Type** - Your energetic type (Manifestor, Generator, MG, Projector, Reflector)\n- **Strategy** - How to make decisions aligned with your design\n- **Authority** - Your inner decision-making compass\n- **Profile** - Your life theme and purpose (e.g., 3/5 Martyr/Heretic)\n- **Definition** - How your energy flows (Single, Split, Triple, Quadruple)\n- **Centers** - 9 energy centers (defined/undefined)\n- **Channels** - 36 possible energy pathways\n- **Gates** - All 64 gates with lines (I Ching hexagrams)\n- **Incarnation Cross** - Your life purpose theme\n\n**Calculation Method:**\n- **Personality (Conscious):** Planetary positions at birth time\n- **Design (Unconscious):** Positions when Sun was 88° earlier (~88 days before birth)\n\n**Languages supported:**\n- 🇬🇧 English (en), 🇷🇺 Russian (ru), 🇩🇪 German (de), 🇫🇷 French (fr)\n- 🇪🇸 Spanish (es), 🇮🇹 Italian (it), 🇵🇹 Portuguese (pt)\n- 🇨🇳 Chinese (zh), 🇯🇵 Japanese (ja), 🇮🇳 Hindi (hi)\n\n**Birth Time Accuracy:**\n- ⏰ **Recommended:** Exact birth time (hour + minute)\n- ⚠️ **Acceptable:** Hour only (lines may be approximate)\n- ❌ **Not Recommended:** No time (use 12:00 noon as fallback)\n\n**Response time:** ~200ms | **Precision:** Swiss Ephemeris sub-degree accuracy\n\n---\n\n**Technical Details:**\n- Uses Swiss Ephemeris for astronomical calculations\n- Design time calculated using `swe_solcross_ut()` for exact 88° solar arc\n- Gates mapped to 64 I Ching hexagrams with 0.9375° per line precision\n- Channels determined by AND logic between gate pairs\n- Type/Authority/Definition calculated using deterministic rules",
          "item": [
            {
              "id": "558dd06e-e344-4de0-9c0b-4f3fea8f9b91",
              "name": "🇬🇧 English - Basic",
              "request": {
                "name": "🇬🇧 English - Basic",
                "description": {
                  "content": "🎯 **Calculate Bodygraph**\n\n📋 **Endpoint Description:**\n🌟 **Generate Complete Human Design BodyGraph**\n\nCalculate a comprehensive Human Design chart from birth data, revealing your energetic blueprint and life strategy.\n\n**Perfect for:**\n- 🎯 Self-discovery and personal development\n- 💼 Career guidance and decision-making\n- 💑 Relationship understanding\n- 🎓 Human Design practitioners and students\n- 📱 Integration into wellness and astrology apps\n\n**What you get:**\n- **Type** - Your energetic type (Manifestor, Generator, MG, Projector, Reflector)\n- **Strategy** - How to make decisions aligned with your design\n- **Authority** - Your inner decision-making compass\n- **Profile** - Your life theme and purpose (e.g., 3/5 Martyr/Heretic)\n- **Definition** - How your energy flows (Single, Split, Triple, Quadruple)\n- **Centers** - 9 energy centers (defined/undefined)\n- **Channels** - 36 possible energy pathways\n- **Gates** - All 64 gates with lines (I Ching hexagrams)\n- **Incarnation Cross** - Your life purpose theme\n\n**Calculation Method:**\n- **Personality (Conscious):** Planetary positions at birth time\n- **Design (Unconscious):** Positions when Sun was 88° earlier (~88 days before birth)\n\n**Languages supported:**\n- 🇬🇧 English (en), 🇷🇺 Russian (ru), 🇩🇪 German (de), 🇫🇷 French (fr)\n- 🇪🇸 Spanish (es), 🇮🇹 Italian (it), 🇵🇹 Portuguese (pt)\n- 🇨🇳 Chinese (zh), 🇯🇵 Japanese (ja), 🇮🇳 Hindi (hi)\n\n**Birth Time Accuracy:**\n- ⏰ **Recommended:** Exact birth time (hour + minute)\n- ⚠️ **Acceptable:** Hour only (lines may be approximate)\n- ❌ **Not Recommended:** No time (use 12:00 noon as fallback)\n\n**Response time:** ~200ms | **Precision:** Swiss Ephemeris sub-degree accuracy\n\n---\n\n**Technical Details:**\n- Uses Swiss Ephemeris for astronomical calculations\n- Design time calculated using `swe_solcross_ut()` for exact 88° solar arc\n- Gates mapped to 64 I Ching hexagrams with 0.9375° per line precision\n- Channels determined by AND logic between gate pairs\n- Type/Authority/Definition calculated using deterministic rules\n\n✨ **Example Description:**\nStandard Human Design BodyGraph in English with interpretations\n\n🔗 **Endpoint:** `POST /api/v3/human-design/bodygraph`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "bodygraph"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\",\n    \"include_interpretations\": true\n  },\n  \"hd_options\": {\n    \"include_design_chart\": true,\n    \"include_channels\": true,\n    \"include_definition_bridges\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "40b418e8-e69a-479b-ab4a-c018fc965833",
              "name": "🇺🇦 Ukrainian - Detailed",
              "request": {
                "name": "🇺🇦 Ukrainian - Detailed",
                "description": {
                  "content": "🎯 **Calculate Bodygraph**\n\n📋 **Endpoint Description:**\n🌟 **Generate Complete Human Design BodyGraph**\n\nCalculate a comprehensive Human Design chart from birth data, revealing your energetic blueprint and life strategy.\n\n**Perfect for:**\n- 🎯 Self-discovery and personal development\n- 💼 Career guidance and decision-making\n- 💑 Relationship understanding\n- 🎓 Human Design practitioners and students\n- 📱 Integration into wellness and astrology apps\n\n**What you get:**\n- **Type** - Your energetic type (Manifestor, Generator, MG, Projector, Reflector)\n- **Strategy** - How to make decisions aligned with your design\n- **Authority** - Your inner decision-making compass\n- **Profile** - Your life theme and purpose (e.g., 3/5 Martyr/Heretic)\n- **Definition** - How your energy flows (Single, Split, Triple, Quadruple)\n- **Centers** - 9 energy centers (defined/undefined)\n- **Channels** - 36 possible energy pathways\n- **Gates** - All 64 gates with lines (I Ching hexagrams)\n- **Incarnation Cross** - Your life purpose theme\n\n**Calculation Method:**\n- **Personality (Conscious):** Planetary positions at birth time\n- **Design (Unconscious):** Positions when Sun was 88° earlier (~88 days before birth)\n\n**Languages supported:**\n- 🇬🇧 English (en), 🇷🇺 Russian (ru), 🇩🇪 German (de), 🇫🇷 French (fr)\n- 🇪🇸 Spanish (es), 🇮🇹 Italian (it), 🇵🇹 Portuguese (pt)\n- 🇨🇳 Chinese (zh), 🇯🇵 Japanese (ja), 🇮🇳 Hindi (hi)\n\n**Birth Time Accuracy:**\n- ⏰ **Recommended:** Exact birth time (hour + minute)\n- ⚠️ **Acceptable:** Hour only (lines may be approximate)\n- ❌ **Not Recommended:** No time (use 12:00 noon as fallback)\n\n**Response time:** ~200ms | **Precision:** Swiss Ephemeris sub-degree accuracy\n\n---\n\n**Technical Details:**\n- Uses Swiss Ephemeris for astronomical calculations\n- Design time calculated using `swe_solcross_ut()` for exact 88° solar arc\n- Gates mapped to 64 I Ching hexagrams with 0.9375° per line precision\n- Channels determined by AND logic between gate pairs\n- Type/Authority/Definition calculated using deterministic rules\n\n✨ **Example Description:**\nДетальна бодіграф Human Design українською мовою\n\n🔗 **Endpoint:** `POST /api/v3/human-design/bodygraph`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "bodygraph"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"\\u041c\\u0430\\u0440\\u0438\\u043d\\u0430\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 3,\n      \"day\": 8,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"second\": 0,\n      \"city\": \"Kyiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"language\": \"uk\",\n    \"include_interpretations\": true\n  },\n  \"hd_options\": {\n    \"include_design_chart\": true,\n    \"include_channels\": true,\n    \"include_definition_bridges\": true,\n    \"include_variables\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "e4383735-42ea-442f-96d2-a590f97e76ad",
              "name": "🇩🇪 German - Professional",
              "request": {
                "name": "🇩🇪 German - Professional",
                "description": {
                  "content": "🎯 **Calculate Bodygraph**\n\n📋 **Endpoint Description:**\n🌟 **Generate Complete Human Design BodyGraph**\n\nCalculate a comprehensive Human Design chart from birth data, revealing your energetic blueprint and life strategy.\n\n**Perfect for:**\n- 🎯 Self-discovery and personal development\n- 💼 Career guidance and decision-making\n- 💑 Relationship understanding\n- 🎓 Human Design practitioners and students\n- 📱 Integration into wellness and astrology apps\n\n**What you get:**\n- **Type** - Your energetic type (Manifestor, Generator, MG, Projector, Reflector)\n- **Strategy** - How to make decisions aligned with your design\n- **Authority** - Your inner decision-making compass\n- **Profile** - Your life theme and purpose (e.g., 3/5 Martyr/Heretic)\n- **Definition** - How your energy flows (Single, Split, Triple, Quadruple)\n- **Centers** - 9 energy centers (defined/undefined)\n- **Channels** - 36 possible energy pathways\n- **Gates** - All 64 gates with lines (I Ching hexagrams)\n- **Incarnation Cross** - Your life purpose theme\n\n**Calculation Method:**\n- **Personality (Conscious):** Planetary positions at birth time\n- **Design (Unconscious):** Positions when Sun was 88° earlier (~88 days before birth)\n\n**Languages supported:**\n- 🇬🇧 English (en), 🇷🇺 Russian (ru), 🇩🇪 German (de), 🇫🇷 French (fr)\n- 🇪🇸 Spanish (es), 🇮🇹 Italian (it), 🇵🇹 Portuguese (pt)\n- 🇨🇳 Chinese (zh), 🇯🇵 Japanese (ja), 🇮🇳 Hindi (hi)\n\n**Birth Time Accuracy:**\n- ⏰ **Recommended:** Exact birth time (hour + minute)\n- ⚠️ **Acceptable:** Hour only (lines may be approximate)\n- ❌ **Not Recommended:** No time (use 12:00 noon as fallback)\n\n**Response time:** ~200ms | **Precision:** Swiss Ephemeris sub-degree accuracy\n\n---\n\n**Technical Details:**\n- Uses Swiss Ephemeris for astronomical calculations\n- Design time calculated using `swe_solcross_ut()` for exact 88° solar arc\n- Gates mapped to 64 I Ching hexagrams with 0.9375° per line precision\n- Channels determined by AND logic between gate pairs\n- Type/Authority/Definition calculated using deterministic rules\n\n✨ **Example Description:**\nProfessionelles Human Design BodyGraph auf Deutsch\n\n🔗 **Endpoint:** `POST /api/v3/human-design/bodygraph`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "bodygraph"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Hans\",\n    \"birth_data\": {\n      \"year\": 1987,\n      \"month\": 11,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"second\": 0,\n      \"city\": \"Berlin\",\n      \"country_code\": \"DE\"\n    }\n  },\n  \"options\": {\n    \"language\": \"de\",\n    \"include_interpretations\": true\n  },\n  \"hd_options\": {\n    \"include_design_chart\": true,\n    \"include_channels\": true,\n    \"include_variables\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b8e6c8ef-346b-4e0a-b007-19d8ae4712e9",
              "name": "📍 Coordinates-based",
              "request": {
                "name": "📍 Coordinates-based",
                "description": {
                  "content": "🎯 **Calculate Bodygraph**\n\n📋 **Endpoint Description:**\n🌟 **Generate Complete Human Design BodyGraph**\n\nCalculate a comprehensive Human Design chart from birth data, revealing your energetic blueprint and life strategy.\n\n**Perfect for:**\n- 🎯 Self-discovery and personal development\n- 💼 Career guidance and decision-making\n- 💑 Relationship understanding\n- 🎓 Human Design practitioners and students\n- 📱 Integration into wellness and astrology apps\n\n**What you get:**\n- **Type** - Your energetic type (Manifestor, Generator, MG, Projector, Reflector)\n- **Strategy** - How to make decisions aligned with your design\n- **Authority** - Your inner decision-making compass\n- **Profile** - Your life theme and purpose (e.g., 3/5 Martyr/Heretic)\n- **Definition** - How your energy flows (Single, Split, Triple, Quadruple)\n- **Centers** - 9 energy centers (defined/undefined)\n- **Channels** - 36 possible energy pathways\n- **Gates** - All 64 gates with lines (I Ching hexagrams)\n- **Incarnation Cross** - Your life purpose theme\n\n**Calculation Method:**\n- **Personality (Conscious):** Planetary positions at birth time\n- **Design (Unconscious):** Positions when Sun was 88° earlier (~88 days before birth)\n\n**Languages supported:**\n- 🇬🇧 English (en), 🇷🇺 Russian (ru), 🇩🇪 German (de), 🇫🇷 French (fr)\n- 🇪🇸 Spanish (es), 🇮🇹 Italian (it), 🇵🇹 Portuguese (pt)\n- 🇨🇳 Chinese (zh), 🇯🇵 Japanese (ja), 🇮🇳 Hindi (hi)\n\n**Birth Time Accuracy:**\n- ⏰ **Recommended:** Exact birth time (hour + minute)\n- ⚠️ **Acceptable:** Hour only (lines may be approximate)\n- ❌ **Not Recommended:** No time (use 12:00 noon as fallback)\n\n**Response time:** ~200ms | **Precision:** Swiss Ephemeris sub-degree accuracy\n\n---\n\n**Technical Details:**\n- Uses Swiss Ephemeris for astronomical calculations\n- Design time calculated using `swe_solcross_ut()` for exact 88° solar arc\n- Gates mapped to 64 I Ching hexagrams with 0.9375° per line precision\n- Channels determined by AND logic between gate pairs\n- Type/Authority/Definition calculated using deterministic rules\n\n✨ **Example Description:**\nUsing latitude/longitude instead of city name\n\n🔗 **Endpoint:** `POST /api/v3/human-design/bodygraph`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "bodygraph"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"John\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"second\": 0,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006,\n      \"timezone\": \"America/New_York\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\",\n    \"include_interpretations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Type Only",
          "description": "All available examples for Get Type Only endpoint. ⚡ **Quick Human Design Type Calculation**\n\nFast endpoint that returns only Type, Strategy, and Authority without full chart data.\n\n**Perfect for:**\n- 🚀 Quick type lookups\n- 📊 Type statistics and analytics\n- 🎯 Initial screening in apps\n- 💰 Lower-cost API calls\n\n**Returns:**\n- Type (Manifestor, Generator, MG, Projector, Reflector)\n- Strategy (To Respond, To Initiate, etc.)\n- Authority (Emotional, Sacral, Splenic, etc.)\n- Brief interpretation of each\n\n**Response time:** ~100ms (faster than full BodyGraph)",
          "item": [
            {
              "id": "31ddb81c-6ca1-4f99-bbc9-7f56bc7e1d11",
              "name": "Quick Type Calculation",
              "request": {
                "name": "Quick Type Calculation",
                "description": {
                  "content": "🎯 **Get Type Only**\n\n📋 **Endpoint Description:**\n⚡ **Quick Human Design Type Calculation**\n\nFast endpoint that returns only Type, Strategy, and Authority without full chart data.\n\n**Perfect for:**\n- 🚀 Quick type lookups\n- 📊 Type statistics and analytics\n- 🎯 Initial screening in apps\n- 💰 Lower-cost API calls\n\n**Returns:**\n- Type (Manifestor, Generator, MG, Projector, Reflector)\n- Strategy (To Respond, To Initiate, etc.)\n- Authority (Emotional, Sacral, Splenic, etc.)\n- Brief interpretation of each\n\n**Response time:** ~100ms (faster than full BodyGraph)\n\n✨ **Example Description:**\nFast calculation returning only Type, Strategy, and Authority\n\n🔗 **Endpoint:** `POST /api/v3/human-design/type`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "type"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Quick Check\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 7,\n      \"day\": 14,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"city\": \"Paris\",\n      \"country_code\": \"FR\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\"\n  },\n  \"hd_options\": {\n    \"include_design_chart\": false,\n    \"include_channels\": false,\n    \"include_interpretations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Transit Overlay",
          "description": "All available examples for Calculate Transit Overlay endpoint. 🌟 **Human Design Transit Overlay**\n\nDiscover how current planetary transits activate gates, form temporary channels,\nand temporarily define centers in your natal Human Design bodygraph.\n\n**Perfect for:**\n- 🔮 Daily transit awareness and energy forecasting\n- 📅 Understanding temporary energies and timing\n- 🌊 Navigating transit themes and opportunities\n- 🎯 Strategic timing for decisions and actions\n- 🧘 Self-awareness of changing energetic states\n\n**What you get:**\n- **Natal BodyGraph** - Your complete natal Human Design chart\n- **Current Transit Activations** - Which gates are being activated by transiting planets\n- **Temporary Channels** - Channels formed when transit completes your natal gates\n- **Temporarily Defined Centers** - Centers activated through transit channels\n- **Interpretations** - Meaning and guidance for each transit activation (EN only for MVP)\n- **Daily Theme** - Overall transit energy theme (optional)\n- **24h Forecast** - Upcoming channel formations/dissolutions (optional)\n\n**Transit Features:**\n- **Gate Activations:** Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, Nodes\n- **Temporary Channels:** Identifies when transit completes your natal gates\n- **Center Changes:** Shows which undefined centers temporarily activate\n- **Duration Info:** How long each planet stays in each gate\n\n**Understanding Temporary Activations:**\n- ⚠️ **Temporary:** Transit activations are NOT your permanent design\n- 🎁 **Opportunity:** Try on energy you don't normally have\n- ⏰ **Timing:** Each transit has specific duration (Sun ~5.6 days/gate, Moon ~13.5 hours/gate)\n- 💡 **Awareness:** Notice how you feel different when centers temporarily activate\n- 🚫 **Caution:** Don't make permanent decisions based on temporary definitions\n\n**Options:**\n- `transit_datetime`: Specific datetime (default: current UTC time)\n- `include_activations`: Return gate activation list (default: true)\n- `include_channel_forecast`: Include 24h forecast (default: false)\n- `forecast_hours`: Forecast duration 1-168 hours (default: 24)\n- `include_interpretations`: Load interpretation texts (default: true)\n\n**Response time:** ~300-500ms (without forecast) | ~400-600ms (with forecast)\n\n---\n\n**Use Cases:**\n- 📆 **Daily Planning:** Understand today's transit energy before making decisions\n- 🎯 **Strategic Timing:** Choose optimal times for important actions\n- 🧘 **Self-Awareness:** Recognize when you're experiencing temporary energy\n- 🔮 **Energy Forecasting:** Anticipate upcoming transit activations\n- 📚 **HD Education:** Learn how transits work in Human Design\n\n**Example Interpretation:**\nWhen Sun transits Gate 20 and you have natal Gate 34, you temporarily form\nChannel 20-34 (Charisma). This gives you temporary access to in-the-moment\ncharisma and the ability to respond powerfully. Perfect timing for presentations,\ninterviews, or important communications. Duration: ~5.6 days.",
          "item": [
            {
              "id": "b64a0103-b0ea-4233-9429-5c8006b45d76",
              "name": "Current Transit Overlay",
              "request": {
                "name": "Current Transit Overlay",
                "description": {
                  "content": "🎯 **Calculate Transit Overlay**\n\n📋 **Endpoint Description:**\n🌟 **Human Design Transit Overlay**\n\nDiscover how current planetary transits activate gates, form temporary channels,\nand temporarily define centers in your natal Human Design bodygraph.\n\n**Perfect for:**\n- 🔮 Daily transit awareness and energy forecasting\n- 📅 Understanding temporary energies and timing\n- 🌊 Navigating transit themes and opportunities\n- 🎯 Strategic timing for decisions and actions\n- 🧘 Self-awareness of changing energetic states\n\n**What you get:**\n- **Natal BodyGraph** - Your complete natal Human Design chart\n- **Current Transit Activations** - Which gates are being activated by transiting planets\n- **Temporary Channels** - Channels formed when transit completes your natal gates\n- **Temporarily Defined Centers** - Centers activated through transit channels\n- **Interpretations** - Meaning and guidance for each transit activation (EN only for MVP)\n- **Daily Theme** - Overall transit energy theme (optional)\n- **24h Forecast** - Upcoming channel formations/dissolutions (optional)\n\n**Transit Features:**\n- **Gate Activations:** Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, Nodes\n- **Temporary Channels:** Identifies when transit completes your natal gates\n- **Center Changes:** Shows which undefined centers temporarily activate\n- **Duration Info:** How long each planet stays in each gate\n\n**Understanding Temporary Activations:**\n- ⚠️ **Temporary:** Transit activations are NOT your permanent design\n- 🎁 **Opportunity:** Try on energy you don't normally have\n- ⏰ **Timing:** Each transit has specific duration (Sun ~5.6 days/gate, Moon ~13.5 hours/gate)\n- 💡 **Awareness:** Notice how you feel different when centers temporarily activate\n- 🚫 **Caution:** Don't make permanent decisions based on temporary definitions\n\n**Options:**\n- `transit_datetime`: Specific datetime (default: current UTC time)\n- `include_activations`: Return gate activation list (default: true)\n- `include_channel_forecast`: Include 24h forecast (default: false)\n- `forecast_hours`: Forecast duration 1-168 hours (default: 24)\n- `include_interpretations`: Load interpretation texts (default: true)\n\n**Response time:** ~300-500ms (without forecast) | ~400-600ms (with forecast)\n\n---\n\n**Use Cases:**\n- 📆 **Daily Planning:** Understand today's transit energy before making decisions\n- 🎯 **Strategic Timing:** Choose optimal times for important actions\n- 🧘 **Self-Awareness:** Recognize when you're experiencing temporary energy\n- 🔮 **Energy Forecasting:** Anticipate upcoming transit activations\n- 📚 **HD Education:** Learn how transits work in Human Design\n\n**Example Interpretation:**\nWhen Sun transits Gate 20 and you have natal Gate 34, you temporarily form\nChannel 20-34 (Charisma). This gives you temporary access to in-the-moment\ncharisma and the ability to respond powerfully. Perfect timing for presentations,\ninterviews, or important communications. Duration: ~5.6 days.\n\n✨ **Example Description:**\nCalculate how transiting planets are activating your natal gates right now\n\n🔗 **Endpoint:** `POST /api/v3/human-design/transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "e8149e85-9252-4a43-9cda-864445515721",
              "name": "Transit at Specific DateTime",
              "request": {
                "name": "Transit at Specific DateTime",
                "description": {
                  "content": "🎯 **Calculate Transit Overlay**\n\n📋 **Endpoint Description:**\n🌟 **Human Design Transit Overlay**\n\nDiscover how current planetary transits activate gates, form temporary channels,\nand temporarily define centers in your natal Human Design bodygraph.\n\n**Perfect for:**\n- 🔮 Daily transit awareness and energy forecasting\n- 📅 Understanding temporary energies and timing\n- 🌊 Navigating transit themes and opportunities\n- 🎯 Strategic timing for decisions and actions\n- 🧘 Self-awareness of changing energetic states\n\n**What you get:**\n- **Natal BodyGraph** - Your complete natal Human Design chart\n- **Current Transit Activations** - Which gates are being activated by transiting planets\n- **Temporary Channels** - Channels formed when transit completes your natal gates\n- **Temporarily Defined Centers** - Centers activated through transit channels\n- **Interpretations** - Meaning and guidance for each transit activation (EN only for MVP)\n- **Daily Theme** - Overall transit energy theme (optional)\n- **24h Forecast** - Upcoming channel formations/dissolutions (optional)\n\n**Transit Features:**\n- **Gate Activations:** Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, Nodes\n- **Temporary Channels:** Identifies when transit completes your natal gates\n- **Center Changes:** Shows which undefined centers temporarily activate\n- **Duration Info:** How long each planet stays in each gate\n\n**Understanding Temporary Activations:**\n- ⚠️ **Temporary:** Transit activations are NOT your permanent design\n- 🎁 **Opportunity:** Try on energy you don't normally have\n- ⏰ **Timing:** Each transit has specific duration (Sun ~5.6 days/gate, Moon ~13.5 hours/gate)\n- 💡 **Awareness:** Notice how you feel different when centers temporarily activate\n- 🚫 **Caution:** Don't make permanent decisions based on temporary definitions\n\n**Options:**\n- `transit_datetime`: Specific datetime (default: current UTC time)\n- `include_activations`: Return gate activation list (default: true)\n- `include_channel_forecast`: Include 24h forecast (default: false)\n- `forecast_hours`: Forecast duration 1-168 hours (default: 24)\n- `include_interpretations`: Load interpretation texts (default: true)\n\n**Response time:** ~300-500ms (without forecast) | ~400-600ms (with forecast)\n\n---\n\n**Use Cases:**\n- 📆 **Daily Planning:** Understand today's transit energy before making decisions\n- 🎯 **Strategic Timing:** Choose optimal times for important actions\n- 🧘 **Self-Awareness:** Recognize when you're experiencing temporary energy\n- 🔮 **Energy Forecasting:** Anticipate upcoming transit activations\n- 📚 **HD Education:** Learn how transits work in Human Design\n\n**Example Interpretation:**\nWhen Sun transits Gate 20 and you have natal Gate 34, you temporarily form\nChannel 20-34 (Charisma). This gives you temporary access to in-the-moment\ncharisma and the ability to respond powerfully. Perfect timing for presentations,\ninterviews, or important communications. Duration: ~5.6 days.\n\n✨ **Example Description:**\nCalculate transit overlay for a specific date and time (ISO 8601 format)\n\n🔗 **Endpoint:** `POST /api/v3/human-design/transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sarah\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 12,\n      \"day\": 25,\n      \"hour\": 14,\n      \"minute\": 30,\n      \"second\": 0,\n      \"latitude\": 40.7128,\n      \"longitude\": -74.006,\n      \"timezone\": \"America/New_York\"\n    }\n  },\n  \"transit_datetime\": \"2026-02-15T10:00:00Z\",\n  \"transit_options\": {\n    \"include_activations\": true,\n    \"include_channel_forecast\": false,\n    \"include_interpretations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "0b3b1510-630b-40a6-b947-6d54e25b6e1f",
              "name": "Transit with 24h Forecast",
              "request": {
                "name": "Transit with 24h Forecast",
                "description": {
                  "content": "🎯 **Calculate Transit Overlay**\n\n📋 **Endpoint Description:**\n🌟 **Human Design Transit Overlay**\n\nDiscover how current planetary transits activate gates, form temporary channels,\nand temporarily define centers in your natal Human Design bodygraph.\n\n**Perfect for:**\n- 🔮 Daily transit awareness and energy forecasting\n- 📅 Understanding temporary energies and timing\n- 🌊 Navigating transit themes and opportunities\n- 🎯 Strategic timing for decisions and actions\n- 🧘 Self-awareness of changing energetic states\n\n**What you get:**\n- **Natal BodyGraph** - Your complete natal Human Design chart\n- **Current Transit Activations** - Which gates are being activated by transiting planets\n- **Temporary Channels** - Channels formed when transit completes your natal gates\n- **Temporarily Defined Centers** - Centers activated through transit channels\n- **Interpretations** - Meaning and guidance for each transit activation (EN only for MVP)\n- **Daily Theme** - Overall transit energy theme (optional)\n- **24h Forecast** - Upcoming channel formations/dissolutions (optional)\n\n**Transit Features:**\n- **Gate Activations:** Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto, Nodes\n- **Temporary Channels:** Identifies when transit completes your natal gates\n- **Center Changes:** Shows which undefined centers temporarily activate\n- **Duration Info:** How long each planet stays in each gate\n\n**Understanding Temporary Activations:**\n- ⚠️ **Temporary:** Transit activations are NOT your permanent design\n- 🎁 **Opportunity:** Try on energy you don't normally have\n- ⏰ **Timing:** Each transit has specific duration (Sun ~5.6 days/gate, Moon ~13.5 hours/gate)\n- 💡 **Awareness:** Notice how you feel different when centers temporarily activate\n- 🚫 **Caution:** Don't make permanent decisions based on temporary definitions\n\n**Options:**\n- `transit_datetime`: Specific datetime (default: current UTC time)\n- `include_activations`: Return gate activation list (default: true)\n- `include_channel_forecast`: Include 24h forecast (default: false)\n- `forecast_hours`: Forecast duration 1-168 hours (default: 24)\n- `include_interpretations`: Load interpretation texts (default: true)\n\n**Response time:** ~300-500ms (without forecast) | ~400-600ms (with forecast)\n\n---\n\n**Use Cases:**\n- 📆 **Daily Planning:** Understand today's transit energy before making decisions\n- 🎯 **Strategic Timing:** Choose optimal times for important actions\n- 🧘 **Self-Awareness:** Recognize when you're experiencing temporary energy\n- 🔮 **Energy Forecasting:** Anticipate upcoming transit activations\n- 📚 **HD Education:** Learn how transits work in Human Design\n\n**Example Interpretation:**\nWhen Sun transits Gate 20 and you have natal Gate 34, you temporarily form\nChannel 20-34 (Charisma). This gives you temporary access to in-the-moment\ncharisma and the ability to respond powerfully. Perfect timing for presentations,\ninterviews, or important communications. Duration: ~5.6 days.\n\n✨ **Example Description:**\nInclude forecast of upcoming channel formations and dissolutions\n\n🔗 **Endpoint:** `POST /api/v3/human-design/transits`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "transits"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Michael\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 7,\n      \"day\": 4,\n      \"hour\": 8,\n      \"minute\": 0,\n      \"second\": 0,\n      \"city\": \"London\",\n      \"country_code\": \"GB\"\n    }\n  },\n  \"transit_options\": {\n    \"include_channel_forecast\": true,\n    \"forecast_hours\": 24,\n    \"include_interpretations\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Compatibility",
          "description": "All available examples for Calculate Compatibility endpoint. 💞 **Human Design Compatibility Analysis**\n\nAnalyze electromagnetic connection and composite dynamics between two people.\n\n**Perfect for:**\n- 💑 Romantic relationship compatibility\n- 🤝 Business partnership dynamics\n- 👨‍👩‍👧‍👦 Family relationships\n- 👥 Team composition analysis\n- 🎓 Human Design practitioners\n\n**Analysis includes:**\n- **Electromagnetic Connections** - Hanging gates completed by partner\n- **Composite Channels** - Channels created only when together\n- **Compromise Gates** - Both have same gate (needs awareness)\n- **Dominance Patterns** - Defined centers over undefined\n- **Compatibility Score** - 0-100 rating\n- **Primary Patterns** - Most prominent connection types\n\n**Connection Types:**\n1. **Electromagnetic** - One person's hanging gate completes other's channel\n2. **Companionship** - Similar center definitions (both defined or undefined)\n3. **Dominance** - Defined centers override undefined (requires awareness)\n\n**Response time:** ~300ms | **Includes:** Both BodyGraphs + compatibility metrics",
          "item": [
            {
              "id": "b7163499-f29e-4d8c-b658-b29892de0510",
              "name": "💑 Romantic Partners",
              "request": {
                "name": "💑 Romantic Partners",
                "description": {
                  "content": "🎯 **Calculate Compatibility**\n\n📋 **Endpoint Description:**\n💞 **Human Design Compatibility Analysis**\n\nAnalyze electromagnetic connection and composite dynamics between two people.\n\n**Perfect for:**\n- 💑 Romantic relationship compatibility\n- 🤝 Business partnership dynamics\n- 👨‍👩‍👧‍👦 Family relationships\n- 👥 Team composition analysis\n- 🎓 Human Design practitioners\n\n**Analysis includes:**\n- **Electromagnetic Connections** - Hanging gates completed by partner\n- **Composite Channels** - Channels created only when together\n- **Compromise Gates** - Both have same gate (needs awareness)\n- **Dominance Patterns** - Defined centers over undefined\n- **Compatibility Score** - 0-100 rating\n- **Primary Patterns** - Most prominent connection types\n\n**Connection Types:**\n1. **Electromagnetic** - One person's hanging gate completes other's channel\n2. **Companionship** - Similar center definitions (both defined or undefined)\n3. **Dominance** - Defined centers override undefined (requires awareness)\n\n**Response time:** ~300ms | **Includes:** Both BodyGraphs + compatibility metrics\n\n✨ **Example Description:**\nElectromagnetic connection and composite channels analysis\n\n🔗 **Endpoint:** `POST /api/v3/human-design/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Alex\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 5,\n        \"day\": 11,\n        \"hour\": 18,\n        \"minute\": 15,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Jordan\",\n      \"birth_data\": {\n        \"year\": 1987,\n        \"month\": 8,\n        \"day\": 22,\n        \"hour\": 14,\n        \"minute\": 30,\n        \"city\": \"London\",\n        \"country_code\": \"GB\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\",\n    \"include_interpretations\": true\n  },\n  \"hd_options\": {\n    \"include_design_chart\": true,\n    \"include_channels\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "634fcaaf-477a-4f92-9c4a-1273d54faef6",
              "name": "🤝 Business Partners",
              "request": {
                "name": "🤝 Business Partners",
                "description": {
                  "content": "🎯 **Calculate Compatibility**\n\n📋 **Endpoint Description:**\n💞 **Human Design Compatibility Analysis**\n\nAnalyze electromagnetic connection and composite dynamics between two people.\n\n**Perfect for:**\n- 💑 Romantic relationship compatibility\n- 🤝 Business partnership dynamics\n- 👨‍👩‍👧‍👦 Family relationships\n- 👥 Team composition analysis\n- 🎓 Human Design practitioners\n\n**Analysis includes:**\n- **Electromagnetic Connections** - Hanging gates completed by partner\n- **Composite Channels** - Channels created only when together\n- **Compromise Gates** - Both have same gate (needs awareness)\n- **Dominance Patterns** - Defined centers over undefined\n- **Compatibility Score** - 0-100 rating\n- **Primary Patterns** - Most prominent connection types\n\n**Connection Types:**\n1. **Electromagnetic** - One person's hanging gate completes other's channel\n2. **Companionship** - Similar center definitions (both defined or undefined)\n3. **Dominance** - Defined centers override undefined (requires awareness)\n\n**Response time:** ~300ms | **Includes:** Both BodyGraphs + compatibility metrics\n\n✨ **Example Description:**\nProfessional partnership analysis\n\n🔗 **Endpoint:** `POST /api/v3/human-design/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Founder\",\n      \"birth_data\": {\n        \"year\": 1982,\n        \"month\": 3,\n        \"day\": 15,\n        \"hour\": 9,\n        \"minute\": 0,\n        \"city\": \"San Francisco\",\n        \"country_code\": \"US\"\n      }\n    },\n    {\n      \"name\": \"Co-Founder\",\n      \"birth_data\": {\n        \"year\": 1984,\n        \"month\": 11,\n        \"day\": 8,\n        \"hour\": 16,\n        \"minute\": 45,\n        \"city\": \"New York\",\n        \"country_code\": \"US\"\n      }\n    }\n  ],\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Design Date",
          "description": "All available examples for Calculate Design Date endpoint. 🌅 **Calculate Design Date**\n\nUtility endpoint to calculate the exact Design date/time (when Sun was 88° of arc earlier than birth).\n\n**Perfect for:**\n- 🔬 Research and verification\n- 📊 Cross-referencing with other HD software\n- 🎓 Educational purposes\n- 🧪 Testing and validation\n\n**Returns:**\n- Design date and time (UTC)\n- Julian Day for both times\n- Sun position at both times\n- Actual solar arc (for verification)\n- Time difference in days\n- Precision error\n\n**Algorithm:** Newton-Raphson iteration with Swiss Ephemeris\n**Response time:** ~50ms | **Precision:** <0.0001° (~0.36 arc-seconds)",
          "item": [
            {
              "id": "709369f6-8bbb-43a0-ac7b-bcb3d0e4b476",
              "name": "Basic Design Date",
              "request": {
                "name": "Basic Design Date",
                "description": {
                  "content": "🎯 **Calculate Design Date**\n\n📋 **Endpoint Description:**\n🌅 **Calculate Design Date**\n\nUtility endpoint to calculate the exact Design date/time (when Sun was 88° of arc earlier than birth).\n\n**Perfect for:**\n- 🔬 Research and verification\n- 📊 Cross-referencing with other HD software\n- 🎓 Educational purposes\n- 🧪 Testing and validation\n\n**Returns:**\n- Design date and time (UTC)\n- Julian Day for both times\n- Sun position at both times\n- Actual solar arc (for verification)\n- Time difference in days\n- Precision error\n\n**Algorithm:** Newton-Raphson iteration with Swiss Ephemeris\n**Response time:** ~50ms | **Precision:** <0.0001° (~0.36 arc-seconds)\n\n✨ **Example Description:**\nCalculate exact moment Sun was 88° earlier\n\n🔗 **Endpoint:** `POST /api/v3/human-design/design-date`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "design-date"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "9035a709-563b-4cb9-b80b-a639e4f8af64",
          "name": "Get Gates Glossary",
          "request": {
            "name": "Get Gates Glossary",
            "description": {
              "content": "📚 **Human Design Gates Glossary**\n\nReference information for all 64 gates with I Ching correspondences.\n\n**Query Parameters:**\n- `language` - Response language (default: en)\n- `center` - Filter by center (optional)\n\n**Returns:**\n- Gate number (1-64)\n- I Ching hexagram name\n- Center location\n- Keywords\n- Brief description\n\n**Response time:** <50ms | **Cached:** Yes",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "human-design",
                "glossary",
                "gates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "center",
                  "value": "g_center"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "86fcd306-6e42-4256-96e8-f947a73ea715",
              "name": "List all 64 gates with descriptions",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "glossary",
                    "gates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "center",
                      "value": "g_center"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb26372d-f5d3-4423-a290-6e3ce83c98bf",
              "name": "Invalid Human Design parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "glossary",
                    "gates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "center",
                      "value": "g_center"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "46be7b5b-92e1-43fe-9f2b-5049f9cf3a15",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "glossary",
                    "gates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "center",
                      "value": "g_center"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c9e5903e-52e1-408e-8280-6a43c6c35724",
              "name": "Feature not yet implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "glossary",
                    "gates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "center",
                      "value": "g_center"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "86286590-6f9b-44d2-a429-2567c8796cfd",
          "name": "Get Channels Glossary",
          "request": {
            "name": "Get Channels Glossary",
            "description": {
              "content": "📚 **Human Design Channels Glossary**\n\nReference information for all 36 channels.\n\n**Query Parameters:**\n- `language` - Response language (default: en)\n- `circuit` - Filter by circuit (individual/collective/tribal)\n\n**Returns:**\n- Channel designation (e.g., \"20-34\")\n- Channel name\n- Gates and centers\n- Circuit group\n- Brief description\n\n**Response time:** <50ms | **Cached:** Yes",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "human-design",
                "glossary",
                "channels"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "circuit",
                  "value": "collective"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "fba837e6-5580-40f0-b0a3-b065e6d8d066",
              "name": "List all 36 channels with descriptions",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "glossary",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "circuit",
                      "value": "collective"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c75d6c5c-0a52-447a-9b00-6d0d638992ff",
              "name": "Invalid Human Design parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "glossary",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "circuit",
                      "value": "collective"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2959fa55-8e53-4894-a35a-e84fd7508af4",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "glossary",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "circuit",
                      "value": "collective"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "19e1abd2-d784-40fc-bcb6-1ae6e920af82",
              "name": "Feature not yet implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "glossary",
                    "channels"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "circuit",
                      "value": "collective"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9c6f0022-38dc-4c07-874d-31e99b102267",
          "name": "Get Types Glossary",
          "request": {
            "name": "Get Types Glossary",
            "description": {
              "content": "📚 **Human Design Types Glossary**\n\nReference information for all 5 types with strategies and themes.\n\n**Returns:**\n- Type name\n- Strategy\n- Not-Self theme\n- Signature theme\n- Population percentage\n- Description\n\n**Response time:** <50ms | **Cached:** Yes",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "human-design",
                "glossary",
                "types"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "631f8ea6-46d6-4d76-978b-ee983bfc0023",
              "name": "Information about 5 Human Design types",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "glossary",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2652703-61f2-4d07-81bf-e3077c83958e",
              "name": "Invalid Human Design parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "glossary",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "efa02904-b973-40b0-9f8c-8afa88ba8e70",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "glossary",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fef4a891-e054-4d89-b846-c36773177865",
              "name": "Feature not yet implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "glossary",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Render Bodygraph Svg",
          "description": "All available examples for Render Bodygraph Svg endpoint. **Human Design Bodygraph SVG** - Visual chart generation\n\n**Perfect for:**\n- Embedding HD bodygraph charts in apps and websites\n- Generating printable bodygraph images (PNG/PDF)\n- Interactive chart exploration with hover highlighting\n- Custom-branded charts with color overrides\n\n**What you get:**\n- **9 Energy Centers** - Geometric shapes, colored by defined/undefined status\n- **36 Channels** - Lines connecting centers, colored by activation (personality/design/both)\n- **64 Gate Numbers** - Positioned on centers, active gates highlighted\n- **Side Panels** - Design (left) and Personality (right) planet activations\n- **Type Info** - Type, Authority, Profile, Definition at bottom\n\n**Toggleable components:**\n- `natal_panel` / `transit_panel` - Panel position: left, right, or none\n- `show_silhouette` - Human body outline background\n- `show_variables` - 4 variable arrows at top\n- `show_gates` - Gate number labels\n- `show_type_info` - Chart metadata at bottom\n- `show_undefined_channels` - Gray outlines for inactive channels\n- `interactive` - CSS hover highlighting (SVG only)\n\n**Themes:** `classic` (light beige/gold) | `dark` (dark background)\n\n**Output formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~300ms (SVG) | ~500ms (raster)",
          "item": [
            {
              "id": "541c1a03-fc72-4c27-8a0d-27f29432267c",
              "name": "Dark theme with interactive hover",
              "request": {
                "name": "Dark theme with interactive hover",
                "description": {
                  "content": "🎯 **Render Bodygraph Svg**\n\n📋 **Endpoint Description:**\n**Human Design Bodygraph SVG** - Visual chart generation\n\n**Perfect for:**\n- Embedding HD bodygraph charts in apps and websites\n- Generating printable bodygraph images (PNG/PDF)\n- Interactive chart exploration with hover highlighting\n- Custom-branded charts with color overrides\n\n**What you get:**\n- **9 Energy Centers** - Geometric shapes, colored by defined/undefined status\n- **36 Channels** - Lines connecting centers, colored by activation (personality/design/both)\n- **64 Gate Numbers** - Positioned on centers, active gates highlighted\n- **Side Panels** - Design (left) and Personality (right) planet activations\n- **Type Info** - Type, Authority, Profile, Definition at bottom\n\n**Toggleable components:**\n- `natal_panel` / `transit_panel` - Panel position: left, right, or none\n- `show_silhouette` - Human body outline background\n- `show_variables` - 4 variable arrows at top\n- `show_gates` - Gate number labels\n- `show_type_info` - Chart metadata at bottom\n- `show_undefined_channels` - Gray outlines for inactive channels\n- `interactive` - CSS hover highlighting (SVG only)\n\n**Themes:** `classic` (light beige/gold) | `dark` (dark background)\n\n**Output formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~300ms (SVG) | ~500ms (raster)\n\n✨ **Example Description:**\nBodygraph SVG with dark theme, body silhouette, and interactive CSS hover effects\n\n🔗 **Endpoint:** `POST /api/v3/human-design/bodygraph-svg`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "bodygraph-svg"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"hd_options\": {\n    \"include_design_chart\": true,\n    \"include_channels\": true\n  },\n  \"svg_options\": {\n    \"theme\": \"dark\",\n    \"show_silhouette\": true,\n    \"interactive\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "624bb7c9-2952-4dfd-8925-c2f9b5770f46",
              "name": "Classic light theme",
              "request": {
                "name": "Classic light theme",
                "description": {
                  "content": "🎯 **Render Bodygraph Svg**\n\n📋 **Endpoint Description:**\n**Human Design Bodygraph SVG** - Visual chart generation\n\n**Perfect for:**\n- Embedding HD bodygraph charts in apps and websites\n- Generating printable bodygraph images (PNG/PDF)\n- Interactive chart exploration with hover highlighting\n- Custom-branded charts with color overrides\n\n**What you get:**\n- **9 Energy Centers** - Geometric shapes, colored by defined/undefined status\n- **36 Channels** - Lines connecting centers, colored by activation (personality/design/both)\n- **64 Gate Numbers** - Positioned on centers, active gates highlighted\n- **Side Panels** - Design (left) and Personality (right) planet activations\n- **Type Info** - Type, Authority, Profile, Definition at bottom\n\n**Toggleable components:**\n- `natal_panel` / `transit_panel` - Panel position: left, right, or none\n- `show_silhouette` - Human body outline background\n- `show_variables` - 4 variable arrows at top\n- `show_gates` - Gate number labels\n- `show_type_info` - Chart metadata at bottom\n- `show_undefined_channels` - Gray outlines for inactive channels\n- `interactive` - CSS hover highlighting (SVG only)\n\n**Themes:** `classic` (light beige/gold) | `dark` (dark background)\n\n**Output formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~300ms (SVG) | ~500ms (raster)\n\n✨ **Example Description:**\nTraditional light beige/gold bodygraph with both side panels\n\n🔗 **Endpoint:** `POST /api/v3/human-design/bodygraph-svg`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "bodygraph-svg"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Nikola Tesla\",\n    \"birth_data\": {\n      \"year\": 1956,\n      \"month\": 7,\n      \"day\": 10,\n      \"hour\": 0,\n      \"minute\": 0,\n      \"city\": \"Smiljan\",\n      \"country_code\": \"HR\"\n    }\n  },\n  \"svg_options\": {\n    \"theme\": \"classic\",\n    \"show_silhouette\": false,\n    \"show_undefined_channels\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "972e85ec-f878-4a70-a68f-2db9d9f2a3f1",
              "name": "Minimal bodygraph without panels",
              "request": {
                "name": "Minimal bodygraph without panels",
                "description": {
                  "content": "🎯 **Render Bodygraph Svg**\n\n📋 **Endpoint Description:**\n**Human Design Bodygraph SVG** - Visual chart generation\n\n**Perfect for:**\n- Embedding HD bodygraph charts in apps and websites\n- Generating printable bodygraph images (PNG/PDF)\n- Interactive chart exploration with hover highlighting\n- Custom-branded charts with color overrides\n\n**What you get:**\n- **9 Energy Centers** - Geometric shapes, colored by defined/undefined status\n- **36 Channels** - Lines connecting centers, colored by activation (personality/design/both)\n- **64 Gate Numbers** - Positioned on centers, active gates highlighted\n- **Side Panels** - Design (left) and Personality (right) planet activations\n- **Type Info** - Type, Authority, Profile, Definition at bottom\n\n**Toggleable components:**\n- `natal_panel` / `transit_panel` - Panel position: left, right, or none\n- `show_silhouette` - Human body outline background\n- `show_variables` - 4 variable arrows at top\n- `show_gates` - Gate number labels\n- `show_type_info` - Chart metadata at bottom\n- `show_undefined_channels` - Gray outlines for inactive channels\n- `interactive` - CSS hover highlighting (SVG only)\n\n**Themes:** `classic` (light beige/gold) | `dark` (dark background)\n\n**Output formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~300ms (SVG) | ~500ms (raster)\n\n✨ **Example Description:**\nJust the bodygraph centers and channels, no side panels or type info\n\n🔗 **Endpoint:** `POST /api/v3/human-design/bodygraph-svg`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "bodygraph-svg"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"svg_options\": {\n    \"theme\": \"dark\",\n    \"natal_panel\": \"none\",\n    \"show_type_info\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "fc4e2316-ab1e-4d10-b91e-5e824f47b286",
              "name": "Export as PNG image",
              "request": {
                "name": "Export as PNG image",
                "description": {
                  "content": "🎯 **Render Bodygraph Svg**\n\n📋 **Endpoint Description:**\n**Human Design Bodygraph SVG** - Visual chart generation\n\n**Perfect for:**\n- Embedding HD bodygraph charts in apps and websites\n- Generating printable bodygraph images (PNG/PDF)\n- Interactive chart exploration with hover highlighting\n- Custom-branded charts with color overrides\n\n**What you get:**\n- **9 Energy Centers** - Geometric shapes, colored by defined/undefined status\n- **36 Channels** - Lines connecting centers, colored by activation (personality/design/both)\n- **64 Gate Numbers** - Positioned on centers, active gates highlighted\n- **Side Panels** - Design (left) and Personality (right) planet activations\n- **Type Info** - Type, Authority, Profile, Definition at bottom\n\n**Toggleable components:**\n- `natal_panel` / `transit_panel` - Panel position: left, right, or none\n- `show_silhouette` - Human body outline background\n- `show_variables` - 4 variable arrows at top\n- `show_gates` - Gate number labels\n- `show_type_info` - Chart metadata at bottom\n- `show_undefined_channels` - Gray outlines for inactive channels\n- `interactive` - CSS hover highlighting (SVG only)\n\n**Themes:** `classic` (light beige/gold) | `dark` (dark background)\n\n**Output formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~300ms (SVG) | ~500ms (raster)\n\n✨ **Example Description:**\nRender bodygraph as PNG with 2x retina resolution\n\n🔗 **Endpoint:** `POST /api/v3/human-design/bodygraph-svg`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "bodygraph-svg"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"svg_options\": {\n    \"theme\": \"dark\",\n    \"format\": \"png\",\n    \"scale\": 2.0,\n    \"show_silhouette\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Compatibility Svg",
          "description": "All available examples for Render Compatibility Svg endpoint. **Human Design Connection Chart SVG** — Two-person composite bodygraph\n\n**Perfect for:**\n- Relationship compatibility visualization\n- Partnership analysis reports\n- Connection Chart readings\n- Composite bodygraph overlay\n\n**What you get:**\n- **Single bodygraph** with both people's activations overlaid\n- **Person A** channels in blue tones\n- **Person B** channels in gold/amber tones\n- **Electromagnetic connections** (formed only together) in purple\n- **Shared channels** (both have same channel) in green\n- **Color legend** at the bottom identifying each person\n\n**Standard HD approach:** Single bodygraph overlay (Connection Chart),\nnot side-by-side comparison. This is how professional HD analysts\npresent compatibility charts.\n\n**Response time:** ~500ms | **Format:** SVG, PNG, JPG, WebP, PDF",
          "item": [
            {
              "id": "0ca9b241-5252-4169-9af5-c28d6da3cc55",
              "name": "Connection Chart (Dark Theme)",
              "request": {
                "name": "Connection Chart (Dark Theme)",
                "description": {
                  "content": "🎯 **Render Compatibility Svg**\n\n📋 **Endpoint Description:**\n**Human Design Connection Chart SVG** — Two-person composite bodygraph\n\n**Perfect for:**\n- Relationship compatibility visualization\n- Partnership analysis reports\n- Connection Chart readings\n- Composite bodygraph overlay\n\n**What you get:**\n- **Single bodygraph** with both people's activations overlaid\n- **Person A** channels in blue tones\n- **Person B** channels in gold/amber tones\n- **Electromagnetic connections** (formed only together) in purple\n- **Shared channels** (both have same channel) in green\n- **Color legend** at the bottom identifying each person\n\n**Standard HD approach:** Single bodygraph overlay (Connection Chart),\nnot side-by-side comparison. This is how professional HD analysts\npresent compatibility charts.\n\n**Response time:** ~500ms | **Format:** SVG, PNG, JPG, WebP, PDF\n\n✨ **Example Description:**\nTwo-person Connection Chart overlay showing electromagnetic connections\n\n🔗 **Endpoint:** `POST /api/v3/human-design/compatibility-svg`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "compatibility-svg"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Alex\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 5,\n        \"day\": 11,\n        \"hour\": 18,\n        \"minute\": 15,\n        \"second\": 0,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Jordan\",\n      \"birth_data\": {\n        \"year\": 1987,\n        \"month\": 8,\n        \"day\": 22,\n        \"hour\": 14,\n        \"minute\": 30,\n        \"second\": 0,\n        \"city\": \"London\",\n        \"country_code\": \"GB\"\n      }\n    }\n  ],\n  \"svg_options\": {\n    \"theme\": \"dark\",\n    \"show_silhouette\": true,\n    \"show_gates\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "22a1847a-dd21-422c-bcdb-9bfe091ea2c9",
              "name": "Connection Chart (Classic Theme)",
              "request": {
                "name": "Connection Chart (Classic Theme)",
                "description": {
                  "content": "🎯 **Render Compatibility Svg**\n\n📋 **Endpoint Description:**\n**Human Design Connection Chart SVG** — Two-person composite bodygraph\n\n**Perfect for:**\n- Relationship compatibility visualization\n- Partnership analysis reports\n- Connection Chart readings\n- Composite bodygraph overlay\n\n**What you get:**\n- **Single bodygraph** with both people's activations overlaid\n- **Person A** channels in blue tones\n- **Person B** channels in gold/amber tones\n- **Electromagnetic connections** (formed only together) in purple\n- **Shared channels** (both have same channel) in green\n- **Color legend** at the bottom identifying each person\n\n**Standard HD approach:** Single bodygraph overlay (Connection Chart),\nnot side-by-side comparison. This is how professional HD analysts\npresent compatibility charts.\n\n**Response time:** ~500ms | **Format:** SVG, PNG, JPG, WebP, PDF\n\n✨ **Example Description:**\nLight theme connection chart for print-friendly output\n\n🔗 **Endpoint:** `POST /api/v3/human-design/compatibility-svg`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "compatibility-svg"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Partner A\",\n      \"birth_data\": {\n        \"year\": 1982,\n        \"month\": 3,\n        \"day\": 15,\n        \"hour\": 9,\n        \"minute\": 0,\n        \"city\": \"San Francisco\",\n        \"country_code\": \"US\"\n      }\n    },\n    {\n      \"name\": \"Partner B\",\n      \"birth_data\": {\n        \"year\": 1984,\n        \"month\": 11,\n        \"day\": 8,\n        \"hour\": 16,\n        \"minute\": 45,\n        \"city\": \"New York\",\n        \"country_code\": \"US\"\n      }\n    }\n  ],\n  \"svg_options\": {\n    \"theme\": \"classic\",\n    \"show_silhouette\": true,\n    \"show_gates\": true,\n    \"format\": \"svg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "Human Design",
      "description": "",
      "item": [
        {
          "name": "📁 Render Bodygraph Svg",
          "description": "All available examples for Render Bodygraph Svg endpoint. **Human Design Bodygraph SVG** - Visual chart generation\n\n**Perfect for:**\n- Embedding HD bodygraph charts in apps and websites\n- Generating printable bodygraph images (PNG/PDF)\n- Interactive chart exploration with hover highlighting\n- Custom-branded charts with color overrides\n\n**What you get:**\n- **9 Energy Centers** - Geometric shapes, colored by defined/undefined status\n- **36 Channels** - Lines connecting centers, colored by activation (personality/design/both)\n- **64 Gate Numbers** - Positioned on centers, active gates highlighted\n- **Side Panels** - Design (left) and Personality (right) planet activations\n- **Type Info** - Type, Authority, Profile, Definition at bottom\n\n**Toggleable components:**\n- `natal_panel` / `transit_panel` - Panel position: left, right, or none\n- `show_silhouette` - Human body outline background\n- `show_variables` - 4 variable arrows at top\n- `show_gates` - Gate number labels\n- `show_type_info` - Chart metadata at bottom\n- `show_undefined_channels` - Gray outlines for inactive channels\n- `interactive` - CSS hover highlighting (SVG only)\n\n**Themes:** `classic` (light beige/gold) | `dark` (dark background)\n\n**Output formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~300ms (SVG) | ~500ms (raster)",
          "item": [
            {
              "id": "6e9fea93-97b6-4982-a77d-f541be99e046",
              "name": "Dark theme with interactive hover",
              "request": {
                "name": "Dark theme with interactive hover",
                "description": {
                  "content": "🎯 **Render Bodygraph Svg**\n\n📋 **Endpoint Description:**\n**Human Design Bodygraph SVG** - Visual chart generation\n\n**Perfect for:**\n- Embedding HD bodygraph charts in apps and websites\n- Generating printable bodygraph images (PNG/PDF)\n- Interactive chart exploration with hover highlighting\n- Custom-branded charts with color overrides\n\n**What you get:**\n- **9 Energy Centers** - Geometric shapes, colored by defined/undefined status\n- **36 Channels** - Lines connecting centers, colored by activation (personality/design/both)\n- **64 Gate Numbers** - Positioned on centers, active gates highlighted\n- **Side Panels** - Design (left) and Personality (right) planet activations\n- **Type Info** - Type, Authority, Profile, Definition at bottom\n\n**Toggleable components:**\n- `natal_panel` / `transit_panel` - Panel position: left, right, or none\n- `show_silhouette` - Human body outline background\n- `show_variables` - 4 variable arrows at top\n- `show_gates` - Gate number labels\n- `show_type_info` - Chart metadata at bottom\n- `show_undefined_channels` - Gray outlines for inactive channels\n- `interactive` - CSS hover highlighting (SVG only)\n\n**Themes:** `classic` (light beige/gold) | `dark` (dark background)\n\n**Output formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~300ms (SVG) | ~500ms (raster)\n\n✨ **Example Description:**\nBodygraph SVG with dark theme, body silhouette, and interactive CSS hover effects\n\n🔗 **Endpoint:** `POST /api/v3/human-design/bodygraph-svg`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "bodygraph-svg"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"hd_options\": {\n    \"include_design_chart\": true,\n    \"include_channels\": true\n  },\n  \"svg_options\": {\n    \"theme\": \"dark\",\n    \"show_silhouette\": true,\n    \"interactive\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b30c398a-bbd2-42ef-b761-7591003af5b2",
              "name": "Classic light theme",
              "request": {
                "name": "Classic light theme",
                "description": {
                  "content": "🎯 **Render Bodygraph Svg**\n\n📋 **Endpoint Description:**\n**Human Design Bodygraph SVG** - Visual chart generation\n\n**Perfect for:**\n- Embedding HD bodygraph charts in apps and websites\n- Generating printable bodygraph images (PNG/PDF)\n- Interactive chart exploration with hover highlighting\n- Custom-branded charts with color overrides\n\n**What you get:**\n- **9 Energy Centers** - Geometric shapes, colored by defined/undefined status\n- **36 Channels** - Lines connecting centers, colored by activation (personality/design/both)\n- **64 Gate Numbers** - Positioned on centers, active gates highlighted\n- **Side Panels** - Design (left) and Personality (right) planet activations\n- **Type Info** - Type, Authority, Profile, Definition at bottom\n\n**Toggleable components:**\n- `natal_panel` / `transit_panel` - Panel position: left, right, or none\n- `show_silhouette` - Human body outline background\n- `show_variables` - 4 variable arrows at top\n- `show_gates` - Gate number labels\n- `show_type_info` - Chart metadata at bottom\n- `show_undefined_channels` - Gray outlines for inactive channels\n- `interactive` - CSS hover highlighting (SVG only)\n\n**Themes:** `classic` (light beige/gold) | `dark` (dark background)\n\n**Output formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~300ms (SVG) | ~500ms (raster)\n\n✨ **Example Description:**\nTraditional light beige/gold bodygraph with both side panels\n\n🔗 **Endpoint:** `POST /api/v3/human-design/bodygraph-svg`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "bodygraph-svg"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Nikola Tesla\",\n    \"birth_data\": {\n      \"year\": 1956,\n      \"month\": 7,\n      \"day\": 10,\n      \"hour\": 0,\n      \"minute\": 0,\n      \"city\": \"Smiljan\",\n      \"country_code\": \"HR\"\n    }\n  },\n  \"svg_options\": {\n    \"theme\": \"classic\",\n    \"show_silhouette\": false,\n    \"show_undefined_channels\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "fae73226-fb78-4c40-b894-6e4fbfd5df91",
              "name": "Minimal bodygraph without panels",
              "request": {
                "name": "Minimal bodygraph without panels",
                "description": {
                  "content": "🎯 **Render Bodygraph Svg**\n\n📋 **Endpoint Description:**\n**Human Design Bodygraph SVG** - Visual chart generation\n\n**Perfect for:**\n- Embedding HD bodygraph charts in apps and websites\n- Generating printable bodygraph images (PNG/PDF)\n- Interactive chart exploration with hover highlighting\n- Custom-branded charts with color overrides\n\n**What you get:**\n- **9 Energy Centers** - Geometric shapes, colored by defined/undefined status\n- **36 Channels** - Lines connecting centers, colored by activation (personality/design/both)\n- **64 Gate Numbers** - Positioned on centers, active gates highlighted\n- **Side Panels** - Design (left) and Personality (right) planet activations\n- **Type Info** - Type, Authority, Profile, Definition at bottom\n\n**Toggleable components:**\n- `natal_panel` / `transit_panel` - Panel position: left, right, or none\n- `show_silhouette` - Human body outline background\n- `show_variables` - 4 variable arrows at top\n- `show_gates` - Gate number labels\n- `show_type_info` - Chart metadata at bottom\n- `show_undefined_channels` - Gray outlines for inactive channels\n- `interactive` - CSS hover highlighting (SVG only)\n\n**Themes:** `classic` (light beige/gold) | `dark` (dark background)\n\n**Output formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~300ms (SVG) | ~500ms (raster)\n\n✨ **Example Description:**\nJust the bodygraph centers and channels, no side panels or type info\n\n🔗 **Endpoint:** `POST /api/v3/human-design/bodygraph-svg`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "bodygraph-svg"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"svg_options\": {\n    \"theme\": \"dark\",\n    \"natal_panel\": \"none\",\n    \"show_type_info\": false\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ce1ef6c2-85d0-4522-bba6-887898ae6c21",
              "name": "Export as PNG image",
              "request": {
                "name": "Export as PNG image",
                "description": {
                  "content": "🎯 **Render Bodygraph Svg**\n\n📋 **Endpoint Description:**\n**Human Design Bodygraph SVG** - Visual chart generation\n\n**Perfect for:**\n- Embedding HD bodygraph charts in apps and websites\n- Generating printable bodygraph images (PNG/PDF)\n- Interactive chart exploration with hover highlighting\n- Custom-branded charts with color overrides\n\n**What you get:**\n- **9 Energy Centers** - Geometric shapes, colored by defined/undefined status\n- **36 Channels** - Lines connecting centers, colored by activation (personality/design/both)\n- **64 Gate Numbers** - Positioned on centers, active gates highlighted\n- **Side Panels** - Design (left) and Personality (right) planet activations\n- **Type Info** - Type, Authority, Profile, Definition at bottom\n\n**Toggleable components:**\n- `natal_panel` / `transit_panel` - Panel position: left, right, or none\n- `show_silhouette` - Human body outline background\n- `show_variables` - 4 variable arrows at top\n- `show_gates` - Gate number labels\n- `show_type_info` - Chart metadata at bottom\n- `show_undefined_channels` - Gray outlines for inactive channels\n- `interactive` - CSS hover highlighting (SVG only)\n\n**Themes:** `classic` (light beige/gold) | `dark` (dark background)\n\n**Output formats:** svg, png, jpg, webp, pdf\n\n**Response time:** ~300ms (SVG) | ~500ms (raster)\n\n✨ **Example Description:**\nRender bodygraph as PNG with 2x retina resolution\n\n🔗 **Endpoint:** `POST /api/v3/human-design/bodygraph-svg`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "bodygraph-svg"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 0,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"svg_options\": {\n    \"theme\": \"dark\",\n    \"format\": \"png\",\n    \"scale\": 2.0,\n    \"show_silhouette\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Render Compatibility Svg",
          "description": "All available examples for Render Compatibility Svg endpoint. **Human Design Connection Chart SVG** — Two-person composite bodygraph\n\n**Perfect for:**\n- Relationship compatibility visualization\n- Partnership analysis reports\n- Connection Chart readings\n- Composite bodygraph overlay\n\n**What you get:**\n- **Single bodygraph** with both people's activations overlaid\n- **Person A** channels in blue tones\n- **Person B** channels in gold/amber tones\n- **Electromagnetic connections** (formed only together) in purple\n- **Shared channels** (both have same channel) in green\n- **Color legend** at the bottom identifying each person\n\n**Standard HD approach:** Single bodygraph overlay (Connection Chart),\nnot side-by-side comparison. This is how professional HD analysts\npresent compatibility charts.\n\n**Response time:** ~500ms | **Format:** SVG, PNG, JPG, WebP, PDF",
          "item": [
            {
              "id": "6385ab1e-9a18-4603-9002-4b7b0837e3df",
              "name": "Connection Chart (Dark Theme)",
              "request": {
                "name": "Connection Chart (Dark Theme)",
                "description": {
                  "content": "🎯 **Render Compatibility Svg**\n\n📋 **Endpoint Description:**\n**Human Design Connection Chart SVG** — Two-person composite bodygraph\n\n**Perfect for:**\n- Relationship compatibility visualization\n- Partnership analysis reports\n- Connection Chart readings\n- Composite bodygraph overlay\n\n**What you get:**\n- **Single bodygraph** with both people's activations overlaid\n- **Person A** channels in blue tones\n- **Person B** channels in gold/amber tones\n- **Electromagnetic connections** (formed only together) in purple\n- **Shared channels** (both have same channel) in green\n- **Color legend** at the bottom identifying each person\n\n**Standard HD approach:** Single bodygraph overlay (Connection Chart),\nnot side-by-side comparison. This is how professional HD analysts\npresent compatibility charts.\n\n**Response time:** ~500ms | **Format:** SVG, PNG, JPG, WebP, PDF\n\n✨ **Example Description:**\nTwo-person Connection Chart overlay showing electromagnetic connections\n\n🔗 **Endpoint:** `POST /api/v3/human-design/compatibility-svg`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "compatibility-svg"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Alex\",\n      \"birth_data\": {\n        \"year\": 1985,\n        \"month\": 5,\n        \"day\": 11,\n        \"hour\": 18,\n        \"minute\": 15,\n        \"second\": 0,\n        \"city\": \"Kharkiv\",\n        \"country_code\": \"UA\"\n      }\n    },\n    {\n      \"name\": \"Jordan\",\n      \"birth_data\": {\n        \"year\": 1987,\n        \"month\": 8,\n        \"day\": 22,\n        \"hour\": 14,\n        \"minute\": 30,\n        \"second\": 0,\n        \"city\": \"London\",\n        \"country_code\": \"GB\"\n      }\n    }\n  ],\n  \"svg_options\": {\n    \"theme\": \"dark\",\n    \"show_silhouette\": true,\n    \"show_gates\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7c7149af-c43e-4ae3-82de-dd90f0aef8d5",
              "name": "Connection Chart (Classic Theme)",
              "request": {
                "name": "Connection Chart (Classic Theme)",
                "description": {
                  "content": "🎯 **Render Compatibility Svg**\n\n📋 **Endpoint Description:**\n**Human Design Connection Chart SVG** — Two-person composite bodygraph\n\n**Perfect for:**\n- Relationship compatibility visualization\n- Partnership analysis reports\n- Connection Chart readings\n- Composite bodygraph overlay\n\n**What you get:**\n- **Single bodygraph** with both people's activations overlaid\n- **Person A** channels in blue tones\n- **Person B** channels in gold/amber tones\n- **Electromagnetic connections** (formed only together) in purple\n- **Shared channels** (both have same channel) in green\n- **Color legend** at the bottom identifying each person\n\n**Standard HD approach:** Single bodygraph overlay (Connection Chart),\nnot side-by-side comparison. This is how professional HD analysts\npresent compatibility charts.\n\n**Response time:** ~500ms | **Format:** SVG, PNG, JPG, WebP, PDF\n\n✨ **Example Description:**\nLight theme connection chart for print-friendly output\n\n🔗 **Endpoint:** `POST /api/v3/human-design/compatibility-svg`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "human-design",
                    "compatibility-svg"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subjects\": [\n    {\n      \"name\": \"Partner A\",\n      \"birth_data\": {\n        \"year\": 1982,\n        \"month\": 3,\n        \"day\": 15,\n        \"hour\": 9,\n        \"minute\": 0,\n        \"city\": \"San Francisco\",\n        \"country_code\": \"US\"\n      }\n    },\n    {\n      \"name\": \"Partner B\",\n      \"birth_data\": {\n        \"year\": 1984,\n        \"month\": 11,\n        \"day\": 8,\n        \"hour\": 16,\n        \"minute\": 45,\n        \"city\": \"New York\",\n        \"country_code\": \"US\"\n      }\n    }\n  ],\n  \"svg_options\": {\n    \"theme\": \"classic\",\n    \"show_silhouette\": true,\n    \"show_gates\": true,\n    \"format\": \"svg\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🌑 Eclipses & Transformation",
      "description": "",
      "item": [
        {
          "id": "20412a9a-fb47-4913-b057-f6750ac1a829",
          "name": "🌟 Upcoming Eclipses",
          "request": {
            "name": "🌟 Upcoming Eclipses",
            "description": {
              "content": "🌟 **Get Upcoming Eclipses** - Complete eclipse predictions with NASA format IDs\n\n**Perfect for:**\n- 🔮 Astrologers planning eclipse season work\n- 📱 Apps showing upcoming celestial events\n- 📊 Research on eclipse patterns and cycles\n- 🎓 Educational eclipse tracking\n\n**What you get:**\n- **NASA Format Eclipse IDs** - Professional astronomical identification (e.g., 2024Apr08T)\n- **Saros Series Information** - Complete family tracking and historical patterns\n- **Precise Zodiac Positions** - Exact degree and minute calculations\n- **Visibility Data** - Geographic regions where eclipse is observable\n- **Astrological Keywords** - Key themes and transformation areas\n- **Impact Assessment** - Mild, moderate, strong, or major astrological significance\n\n**Eclipse Types:**\n- **Solar Eclipses**: Total (T), Annular (A), Partial (P), Hybrid (H)\n- **Lunar Eclipses**: Total, Partial, Penumbral\n\n**Saros Cycle Tracking:**\nEach eclipse belongs to a Saros family (223-month cycle). Eclipses in the same series\nshare similar themes and occur approximately every 18 years 11 days.\n\n**Response time:** ~100ms | **Content:** Next 5 eclipses with complete astronomical and astrological data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "eclipses",
                "upcoming"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "count",
                  "value": "5"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "a941b06a-446b-44aa-a229-48ae4dd9277f",
              "name": "Successful upcoming eclipses calculation with NASA format IDs and Saros series information",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "eclipses",
                    "upcoming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "count",
                      "value": "5"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"eclipses\": [\n    {\n      \"eclipse_id\": \"<string>\",\n      \"date\": \"<dateTime>\",\n      \"type\": \"lunar_partial\",\n      \"saros_series\": \"<integer>\",\n      \"saros_member\": \"<integer>\",\n      \"zodiac_position\": {\n        \"sign\": \"<string>\",\n        \"degree\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      },\n      \"magnitude\": \"<number>\",\n      \"visibility_regions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"astrological_impact\": \"moderate\",\n      \"keywords\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"nasa_catalog_number\": \"<string>\",\n      \"duration_minutes\": \"<number>\"\n    },\n    {\n      \"eclipse_id\": \"<string>\",\n      \"date\": \"<dateTime>\",\n      \"type\": \"solar_hybrid\",\n      \"saros_series\": \"<integer>\",\n      \"saros_member\": \"<integer>\",\n      \"zodiac_position\": {\n        \"sign\": \"<string>\",\n        \"degree\": \"<integer>\",\n        \"minute\": \"<integer>\"\n      },\n      \"magnitude\": \"<number>\",\n      \"visibility_regions\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"astrological_impact\": \"strong\",\n      \"keywords\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"nasa_catalog_number\": \"<string>\",\n      \"duration_minutes\": \"<number>\"\n    }\n  ],\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f081dba5-de05-49f5-8e84-035d342fb5b6",
              "name": "Invalid eclipse parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "eclipses",
                    "upcoming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "count",
                      "value": "5"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ad07ae18-8304-4205-8db5-7f370e25982a",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "eclipses",
                    "upcoming"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "count",
                      "value": "5"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 🎯 Eclipse Natal Impact Analysis",
          "description": "All available examples for 🎯 Eclipse Natal Impact Analysis endpoint. 🎯 **Eclipse Natal Impact Analysis** - Check how eclipses affect your birth chart\n\n**Perfect for:**\n- 🔮 Personal eclipse timing and transformation planning\n- 💫 Understanding life cycles and patterns through Saros series\n- 🎯 Identifying periods of major life changes\n- 📅 Planning important decisions around eclipse energies\n\n**What you get:**\n- **Impact Scoring** - Personal impact rating (0-10) based on natal contacts\n- **Natal Activations** - Exact conjunctions to natal planets and angles\n- **House Activations** - Which life areas are being transformed\n- **Saros Historical Context** - Connection to previous eclipses in same series\n- **Orb Analysis** - Precise degree separation for timing accuracy\n\n**Analysis includes:**\n- **Conjunctions to natal planets** (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn)\n- **Conjunctions to angles** (Ascendant, Midheaven)\n- **House placement** - Which life area is activated\n- **Impact timing** - When transformation energies are strongest\n\n**Saros Series Themes:**\nEach Saros family carries specific themes that repeat every ~18 years:\n- Series 139: Innovation and breakthroughs\n- Series 145: New beginnings and identity shifts\n- Series 118: Emotional revelations and healing\n\n**Orb Guidelines:**\n- 0-1°: Direct hit - major life changes\n- 1-3°: Strong influence - significant shifts\n- 3-5°: Moderate influence - subtle changes\n\n**Response time:** ~200ms | **Content:** Personalized eclipse impact analysis with historical Saros patterns",
          "item": [
            {
              "id": "33a31071-c02d-42ed-998a-cff282927d46",
              "name": "Oleg Standard Test Data",
              "request": {
                "name": "Oleg Standard Test Data",
                "description": {
                  "content": "🎯 **🎯 Eclipse Natal Impact Analysis**\n\n📋 **Endpoint Description:**\n🎯 **Eclipse Natal Impact Analysis** - Check how eclipses affect your birth chart\n\n**Perfect for:**\n- 🔮 Personal eclipse timing and transformation planning\n- 💫 Understanding life cycles and patterns through Saros series\n- 🎯 Identifying periods of major life changes\n- 📅 Planning important decisions around eclipse energies\n\n**What you get:**\n- **Impact Scoring** - Personal impact rating (0-10) based on natal contacts\n- **Natal Activations** - Exact conjunctions to natal planets and angles\n- **House Activations** - Which life areas are being transformed\n- **Saros Historical Context** - Connection to previous eclipses in same series\n- **Orb Analysis** - Precise degree separation for timing accuracy\n\n**Analysis includes:**\n- **Conjunctions to natal planets** (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn)\n- **Conjunctions to angles** (Ascendant, Midheaven)\n- **House placement** - Which life area is activated\n- **Impact timing** - When transformation energies are strongest\n\n**Saros Series Themes:**\nEach Saros family carries specific themes that repeat every ~18 years:\n- Series 139: Innovation and breakthroughs\n- Series 145: New beginnings and identity shifts\n- Series 118: Emotional revelations and healing\n\n**Orb Guidelines:**\n- 0-1°: Direct hit - major life changes\n- 1-3°: Strong influence - significant shifts\n- 3-5°: Moderate influence - subtle changes\n\n**Response time:** ~200ms | **Content:** Personalized eclipse impact analysis with historical Saros patterns\n\n✨ **Example Description:**\nUsing standardized test subject from Kharkiv for eclipse impact analysis\n\n🔗 **Endpoint:** `POST /api/v3/eclipses/natal-check`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "eclipses",
                    "natal-check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"max_orb\": 5.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "00aa32d2-16cf-4ba0-8725-430990d39abf",
              "name": "London with Precise Coordinates",
              "request": {
                "name": "London with Precise Coordinates",
                "description": {
                  "content": "🎯 **🎯 Eclipse Natal Impact Analysis**\n\n📋 **Endpoint Description:**\n🎯 **Eclipse Natal Impact Analysis** - Check how eclipses affect your birth chart\n\n**Perfect for:**\n- 🔮 Personal eclipse timing and transformation planning\n- 💫 Understanding life cycles and patterns through Saros series\n- 🎯 Identifying periods of major life changes\n- 📅 Planning important decisions around eclipse energies\n\n**What you get:**\n- **Impact Scoring** - Personal impact rating (0-10) based on natal contacts\n- **Natal Activations** - Exact conjunctions to natal planets and angles\n- **House Activations** - Which life areas are being transformed\n- **Saros Historical Context** - Connection to previous eclipses in same series\n- **Orb Analysis** - Precise degree separation for timing accuracy\n\n**Analysis includes:**\n- **Conjunctions to natal planets** (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn)\n- **Conjunctions to angles** (Ascendant, Midheaven)\n- **House placement** - Which life area is activated\n- **Impact timing** - When transformation energies are strongest\n\n**Saros Series Themes:**\nEach Saros family carries specific themes that repeat every ~18 years:\n- Series 139: Innovation and breakthroughs\n- Series 145: New beginnings and identity shifts\n- Series 118: Emotional revelations and healing\n\n**Orb Guidelines:**\n- 0-1°: Direct hit - major life changes\n- 1-3°: Strong influence - significant shifts\n- 3-5°: Moderate influence - subtle changes\n\n**Response time:** ~200ms | **Content:** Personalized eclipse impact analysis with historical Saros patterns\n\n✨ **Example Description:**\nEclipse impact analysis using exact coordinates and tight orb\n\n🔗 **Endpoint:** `POST /api/v3/eclipses/natal-check`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "eclipses",
                    "natal-check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Emma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 9,\n      \"minute\": 30,\n      \"latitude\": 51.5074,\n      \"longitude\": -0.1278,\n      \"timezone\": \"Europe/London\"\n    }\n  },\n  \"date_range\": {\n    \"start_date\": {\n      \"year\": 2025,\n      \"month\": 1,\n      \"day\": 1\n    },\n    \"end_date\": {\n      \"year\": 2025,\n      \"month\": 12,\n      \"day\": 31\n    }\n  },\n  \"max_orb\": 3.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 📖 Eclipse Detailed Interpretation",
          "description": "All available examples for 📖 Eclipse Detailed Interpretation endpoint. 📖 **Eclipse Detailed Interpretation** - Complete eclipse analysis with NASA data and Saros context\n\n**Perfect for:**\n- 🔍 Deep understanding of specific eclipse energies\n- 📚 Research on eclipse meanings and historical patterns\n- 🎯 Personalized eclipse guidance for individuals\n- 🎓 Educational content about eclipse astronomy and astrology\n\n**What you get:**\n- **NASA Catalog Integration** - Official astronomical reference numbers\n- **Complete Saros Information** - Series start/end dates, member numbers, themes\n- **Astronomical Precision** - Magnitude, gamma, delta T, duration data\n- **Astrological Significance** - Zodiac position, ruling planet, element, modality\n- **Detailed Interpretations** - General themes, personal applications, timing guidance\n- **Historical Context** - Previous eclipses in same Saros series\n- **Practical Advice** - How to work with eclipse energies\n\n**Timing Windows:**\n- **Pre-eclipse** (2 weeks before): Sensitization period, themes emerge\n- **Eclipse Day**: Maximum transformation potential\n- **Post-eclipse** (6 months): Integration and manifestation period\n\n**Saros Series Tracking:**\nEach eclipse belongs to a family with consistent themes:\n- **Solar Series 139**: Innovation, technology, sudden breakthroughs\n- **Solar Series 145**: New beginnings, identity transformation\n- **Lunar Series 118**: Emotional healing, psychic revelations\n- **Lunar Series 136**: Relationship dynamics, partnership changes\n\n**Personalization Options:**\nInclude birth data for customized interpretation showing:\n- Which natal planets are activated\n- Which houses are emphasized\n- Personal transformation themes\n- Optimal timing for your chart\n\n**Available Languages:**\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **fr** - Français (French)\n- **de** - Deutsch (German)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **uk** - Українська (Ukrainian)\n- **ar** - العربية (Arabic)\n- **tr** - Türkçe (Turkish)\n- **zh** - 中文 (Chinese)\n\n**Response time:** ~150ms | **Content:** Comprehensive eclipse interpretation with astronomical and astrological insights",
          "item": [
            {
              "id": "d9fa0fb2-6955-43c1-bd61-910ea45f7864",
              "name": "September 2025 Solar Eclipse",
              "request": {
                "name": "September 2025 Solar Eclipse",
                "description": {
                  "content": "🎯 **📖 Eclipse Detailed Interpretation**\n\n📋 **Endpoint Description:**\n📖 **Eclipse Detailed Interpretation** - Complete eclipse analysis with NASA data and Saros context\n\n**Perfect for:**\n- 🔍 Deep understanding of specific eclipse energies\n- 📚 Research on eclipse meanings and historical patterns\n- 🎯 Personalized eclipse guidance for individuals\n- 🎓 Educational content about eclipse astronomy and astrology\n\n**What you get:**\n- **NASA Catalog Integration** - Official astronomical reference numbers\n- **Complete Saros Information** - Series start/end dates, member numbers, themes\n- **Astronomical Precision** - Magnitude, gamma, delta T, duration data\n- **Astrological Significance** - Zodiac position, ruling planet, element, modality\n- **Detailed Interpretations** - General themes, personal applications, timing guidance\n- **Historical Context** - Previous eclipses in same Saros series\n- **Practical Advice** - How to work with eclipse energies\n\n**Timing Windows:**\n- **Pre-eclipse** (2 weeks before): Sensitization period, themes emerge\n- **Eclipse Day**: Maximum transformation potential\n- **Post-eclipse** (6 months): Integration and manifestation period\n\n**Saros Series Tracking:**\nEach eclipse belongs to a family with consistent themes:\n- **Solar Series 139**: Innovation, technology, sudden breakthroughs\n- **Solar Series 145**: New beginnings, identity transformation\n- **Lunar Series 118**: Emotional healing, psychic revelations\n- **Lunar Series 136**: Relationship dynamics, partnership changes\n\n**Personalization Options:**\nInclude birth data for customized interpretation showing:\n- Which natal planets are activated\n- Which houses are emphasized\n- Personal transformation themes\n- Optimal timing for your chart\n\n**Available Languages:**\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **fr** - Français (French)\n- **de** - Deutsch (German)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **uk** - Українська (Ukrainian)\n- **ar** - العربية (Arabic)\n- **tr** - Türkçe (Turkish)\n- **zh** - 中文 (Chinese)\n\n**Response time:** ~150ms | **Content:** Comprehensive eclipse interpretation with astronomical and astrological insights\n\n✨ **Example Description:**\nInterpretation of the Partial Solar Eclipse\n\n🔗 **Endpoint:** `POST /api/v3/eclipses/interpretation`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "eclipses",
                    "interpretation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"eclipse_id\": \"2025Sep21P\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d4f7618b-aaa8-4560-b3cc-8cbf9e6286f2",
              "name": "Personalized Eclipse Interpretation",
              "request": {
                "name": "Personalized Eclipse Interpretation",
                "description": {
                  "content": "🎯 **📖 Eclipse Detailed Interpretation**\n\n📋 **Endpoint Description:**\n📖 **Eclipse Detailed Interpretation** - Complete eclipse analysis with NASA data and Saros context\n\n**Perfect for:**\n- 🔍 Deep understanding of specific eclipse energies\n- 📚 Research on eclipse meanings and historical patterns\n- 🎯 Personalized eclipse guidance for individuals\n- 🎓 Educational content about eclipse astronomy and astrology\n\n**What you get:**\n- **NASA Catalog Integration** - Official astronomical reference numbers\n- **Complete Saros Information** - Series start/end dates, member numbers, themes\n- **Astronomical Precision** - Magnitude, gamma, delta T, duration data\n- **Astrological Significance** - Zodiac position, ruling planet, element, modality\n- **Detailed Interpretations** - General themes, personal applications, timing guidance\n- **Historical Context** - Previous eclipses in same Saros series\n- **Practical Advice** - How to work with eclipse energies\n\n**Timing Windows:**\n- **Pre-eclipse** (2 weeks before): Sensitization period, themes emerge\n- **Eclipse Day**: Maximum transformation potential\n- **Post-eclipse** (6 months): Integration and manifestation period\n\n**Saros Series Tracking:**\nEach eclipse belongs to a family with consistent themes:\n- **Solar Series 139**: Innovation, technology, sudden breakthroughs\n- **Solar Series 145**: New beginnings, identity transformation\n- **Lunar Series 118**: Emotional healing, psychic revelations\n- **Lunar Series 136**: Relationship dynamics, partnership changes\n\n**Personalization Options:**\nInclude birth data for customized interpretation showing:\n- Which natal planets are activated\n- Which houses are emphasized\n- Personal transformation themes\n- Optimal timing for your chart\n\n**Available Languages:**\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **fr** - Français (French)\n- **de** - Deutsch (German)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **uk** - Українська (Ukrainian)\n- **ar** - العربية (Arabic)\n- **tr** - Türkçe (Turkish)\n- **zh** - 中文 (Chinese)\n\n**Response time:** ~150ms | **Content:** Comprehensive eclipse interpretation with astronomical and astrological insights\n\n✨ **Example Description:**\nEclipse interpretation customized for individual birth chart\n\n🔗 **Endpoint:** `POST /api/v3/eclipses/interpretation`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "eclipses",
                    "interpretation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"eclipse_id\": \"2025Sep21P\",\n  \"birth_data\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c514ae2f-fe33-4d5b-84ca-387eb48ac80d",
              "name": "August 2026 Solar Eclipse",
              "request": {
                "name": "August 2026 Solar Eclipse",
                "description": {
                  "content": "🎯 **📖 Eclipse Detailed Interpretation**\n\n📋 **Endpoint Description:**\n📖 **Eclipse Detailed Interpretation** - Complete eclipse analysis with NASA data and Saros context\n\n**Perfect for:**\n- 🔍 Deep understanding of specific eclipse energies\n- 📚 Research on eclipse meanings and historical patterns\n- 🎯 Personalized eclipse guidance for individuals\n- 🎓 Educational content about eclipse astronomy and astrology\n\n**What you get:**\n- **NASA Catalog Integration** - Official astronomical reference numbers\n- **Complete Saros Information** - Series start/end dates, member numbers, themes\n- **Astronomical Precision** - Magnitude, gamma, delta T, duration data\n- **Astrological Significance** - Zodiac position, ruling planet, element, modality\n- **Detailed Interpretations** - General themes, personal applications, timing guidance\n- **Historical Context** - Previous eclipses in same Saros series\n- **Practical Advice** - How to work with eclipse energies\n\n**Timing Windows:**\n- **Pre-eclipse** (2 weeks before): Sensitization period, themes emerge\n- **Eclipse Day**: Maximum transformation potential\n- **Post-eclipse** (6 months): Integration and manifestation period\n\n**Saros Series Tracking:**\nEach eclipse belongs to a family with consistent themes:\n- **Solar Series 139**: Innovation, technology, sudden breakthroughs\n- **Solar Series 145**: New beginnings, identity transformation\n- **Lunar Series 118**: Emotional healing, psychic revelations\n- **Lunar Series 136**: Relationship dynamics, partnership changes\n\n**Personalization Options:**\nInclude birth data for customized interpretation showing:\n- Which natal planets are activated\n- Which houses are emphasized\n- Personal transformation themes\n- Optimal timing for your chart\n\n**Available Languages:**\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **fr** - Français (French)\n- **de** - Deutsch (German)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **uk** - Українська (Ukrainian)\n- **ar** - العربية (Arabic)\n- **tr** - Türkçe (Turkish)\n- **zh** - 中文 (Chinese)\n\n**Response time:** ~150ms | **Content:** Comprehensive eclipse interpretation with astronomical and astrological insights\n\n✨ **Example Description:**\nInterpretation of Total Solar Eclipse\n\n🔗 **Endpoint:** `POST /api/v3/eclipses/interpretation`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "eclipses",
                    "interpretation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"eclipse_id\": \"2026Aug12T\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "4d50759d-e01e-4462-b9f4-f0c610712ee2",
              "name": "Russian Language - Русский",
              "request": {
                "name": "Russian Language - Русский",
                "description": {
                  "content": "🎯 **📖 Eclipse Detailed Interpretation**\n\n📋 **Endpoint Description:**\n📖 **Eclipse Detailed Interpretation** - Complete eclipse analysis with NASA data and Saros context\n\n**Perfect for:**\n- 🔍 Deep understanding of specific eclipse energies\n- 📚 Research on eclipse meanings and historical patterns\n- 🎯 Personalized eclipse guidance for individuals\n- 🎓 Educational content about eclipse astronomy and astrology\n\n**What you get:**\n- **NASA Catalog Integration** - Official astronomical reference numbers\n- **Complete Saros Information** - Series start/end dates, member numbers, themes\n- **Astronomical Precision** - Magnitude, gamma, delta T, duration data\n- **Astrological Significance** - Zodiac position, ruling planet, element, modality\n- **Detailed Interpretations** - General themes, personal applications, timing guidance\n- **Historical Context** - Previous eclipses in same Saros series\n- **Practical Advice** - How to work with eclipse energies\n\n**Timing Windows:**\n- **Pre-eclipse** (2 weeks before): Sensitization period, themes emerge\n- **Eclipse Day**: Maximum transformation potential\n- **Post-eclipse** (6 months): Integration and manifestation period\n\n**Saros Series Tracking:**\nEach eclipse belongs to a family with consistent themes:\n- **Solar Series 139**: Innovation, technology, sudden breakthroughs\n- **Solar Series 145**: New beginnings, identity transformation\n- **Lunar Series 118**: Emotional healing, psychic revelations\n- **Lunar Series 136**: Relationship dynamics, partnership changes\n\n**Personalization Options:**\nInclude birth data for customized interpretation showing:\n- Which natal planets are activated\n- Which houses are emphasized\n- Personal transformation themes\n- Optimal timing for your chart\n\n**Available Languages:**\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **fr** - Français (French)\n- **de** - Deutsch (German)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **uk** - Українська (Ukrainian)\n- **ar** - العربية (Arabic)\n- **tr** - Türkçe (Turkish)\n- **zh** - 中文 (Chinese)\n\n**Response time:** ~150ms | **Content:** Comprehensive eclipse interpretation with astronomical and astrological insights\n\n✨ **Example Description:**\nEclipse interpretation in Russian with localized texts\n\n🔗 **Endpoint:** `POST /api/v3/eclipses/interpretation`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "eclipses",
                    "interpretation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"eclipse_id\": \"2025Sep21P\",\n  \"language\": \"ru\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "cd8b5723-9b78-420d-9c6d-0deb80aae73e",
              "name": "Spanish Language - Español",
              "request": {
                "name": "Spanish Language - Español",
                "description": {
                  "content": "🎯 **📖 Eclipse Detailed Interpretation**\n\n📋 **Endpoint Description:**\n📖 **Eclipse Detailed Interpretation** - Complete eclipse analysis with NASA data and Saros context\n\n**Perfect for:**\n- 🔍 Deep understanding of specific eclipse energies\n- 📚 Research on eclipse meanings and historical patterns\n- 🎯 Personalized eclipse guidance for individuals\n- 🎓 Educational content about eclipse astronomy and astrology\n\n**What you get:**\n- **NASA Catalog Integration** - Official astronomical reference numbers\n- **Complete Saros Information** - Series start/end dates, member numbers, themes\n- **Astronomical Precision** - Magnitude, gamma, delta T, duration data\n- **Astrological Significance** - Zodiac position, ruling planet, element, modality\n- **Detailed Interpretations** - General themes, personal applications, timing guidance\n- **Historical Context** - Previous eclipses in same Saros series\n- **Practical Advice** - How to work with eclipse energies\n\n**Timing Windows:**\n- **Pre-eclipse** (2 weeks before): Sensitization period, themes emerge\n- **Eclipse Day**: Maximum transformation potential\n- **Post-eclipse** (6 months): Integration and manifestation period\n\n**Saros Series Tracking:**\nEach eclipse belongs to a family with consistent themes:\n- **Solar Series 139**: Innovation, technology, sudden breakthroughs\n- **Solar Series 145**: New beginnings, identity transformation\n- **Lunar Series 118**: Emotional healing, psychic revelations\n- **Lunar Series 136**: Relationship dynamics, partnership changes\n\n**Personalization Options:**\nInclude birth data for customized interpretation showing:\n- Which natal planets are activated\n- Which houses are emphasized\n- Personal transformation themes\n- Optimal timing for your chart\n\n**Available Languages:**\n- **en** - English (default)\n- **ru** - Русский (Russian)\n- **es** - Español (Spanish)\n- **fr** - Français (French)\n- **de** - Deutsch (German)\n- **it** - Italiano (Italian)\n- **pt** - Português (Portuguese)\n- **uk** - Українська (Ukrainian)\n- **ar** - العربية (Arabic)\n- **tr** - Türkçe (Turkish)\n- **zh** - 中文 (Chinese)\n\n**Response time:** ~150ms | **Content:** Comprehensive eclipse interpretation with astronomical and astrological insights\n\n✨ **Example Description:**\nEclipse interpretation in Spanish\n\n🔗 **Endpoint:** `POST /api/v3/eclipses/interpretation`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "eclipses",
                    "interpretation"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"eclipse_id\": \"2025Sep21P\",\n  \"language\": \"es\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "🌙 Lunar Features",
      "description": "",
      "item": [
        {
          "name": "📁 Get Precise Lunar Phases",
          "description": "All available examples for Get Precise Lunar Phases endpoint. 🌙 **Precise Lunar Phases** - Swiss Ephemeris accuracy with minute-level timing\n\n**Perfect for:**\n- 🎯 **Electional Astrology** - Exact phase timing for optimal decisions\n- 📅 **Lunar Calendar Planning** - Complete phase schedules and timing\n- 🔮 **Manifestation Work** - Precise energy timing for intentions\n- 📱 **App Integration** - High-precision lunar data for applications\n\n**What you get:**\n- **Current Phase Details** - Exact angle, illumination, age, distance\n- **Upcoming Major Phases** - New, First Quarter, Full, Last Quarter with precise timing\n- **Lunar Position Data** - Longitude, speed, current zodiac sign\n- **Phase Quality Assessment** - Energy type and intensity analysis\n- **Visibility Information** - Observation quality and notes\n\n**Swiss Ephemeris Precision:**\n- **Minute-level accuracy** for all phase transitions\n- **Distance calculations** with kilometer precision\n- **Angular diameter** accounting for orbital variations\n- **Speed variations** due to lunar orbit ellipticity\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris standard (±1 minute)",
          "item": [
            {
              "id": "e2a4a562-2675-4247-a8f8-9b89e5b5a075",
              "name": "London Current Phases",
              "request": {
                "name": "London Current Phases",
                "description": {
                  "content": "🎯 **Get Precise Lunar Phases**\n\n📋 **Endpoint Description:**\n🌙 **Precise Lunar Phases** - Swiss Ephemeris accuracy with minute-level timing\n\n**Perfect for:**\n- 🎯 **Electional Astrology** - Exact phase timing for optimal decisions\n- 📅 **Lunar Calendar Planning** - Complete phase schedules and timing\n- 🔮 **Manifestation Work** - Precise energy timing for intentions\n- 📱 **App Integration** - High-precision lunar data for applications\n\n**What you get:**\n- **Current Phase Details** - Exact angle, illumination, age, distance\n- **Upcoming Major Phases** - New, First Quarter, Full, Last Quarter with precise timing\n- **Lunar Position Data** - Longitude, speed, current zodiac sign\n- **Phase Quality Assessment** - Energy type and intensity analysis\n- **Visibility Information** - Observation quality and notes\n\n**Swiss Ephemeris Precision:**\n- **Minute-level accuracy** for all phase transitions\n- **Distance calculations** with kilometer precision\n- **Angular diameter** accounting for orbital variations\n- **Speed variations** due to lunar orbit ellipticity\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris standard (±1 minute)\n\n✨ **Example Description:**\nGet precise lunar phases for London with 30-day forecast\n\n🔗 **Endpoint:** `POST /api/v3/lunar/phases`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "phases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 3,\n    \"day\": 15,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"days_ahead\": 30\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "2d6d005c-2e00-4537-9e06-0136bcf275ed",
              "name": "Coordinates with Extended Forecast",
              "request": {
                "name": "Coordinates with Extended Forecast",
                "description": {
                  "content": "🎯 **Get Precise Lunar Phases**\n\n📋 **Endpoint Description:**\n🌙 **Precise Lunar Phases** - Swiss Ephemeris accuracy with minute-level timing\n\n**Perfect for:**\n- 🎯 **Electional Astrology** - Exact phase timing for optimal decisions\n- 📅 **Lunar Calendar Planning** - Complete phase schedules and timing\n- 🔮 **Manifestation Work** - Precise energy timing for intentions\n- 📱 **App Integration** - High-precision lunar data for applications\n\n**What you get:**\n- **Current Phase Details** - Exact angle, illumination, age, distance\n- **Upcoming Major Phases** - New, First Quarter, Full, Last Quarter with precise timing\n- **Lunar Position Data** - Longitude, speed, current zodiac sign\n- **Phase Quality Assessment** - Energy type and intensity analysis\n- **Visibility Information** - Observation quality and notes\n\n**Swiss Ephemeris Precision:**\n- **Minute-level accuracy** for all phase transitions\n- **Distance calculations** with kilometer precision\n- **Angular diameter** accounting for orbital variations\n- **Speed variations** due to lunar orbit ellipticity\n\n**Response time:** ~200ms | **Accuracy:** Swiss Ephemeris standard (±1 minute)\n\n✨ **Example Description:**\nPrecise phases using coordinates with 60-day forecast\n\n🔗 **Endpoint:** `POST /api/v3/lunar/phases`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "phases"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 6,\n    \"day\": 21,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"second\": 0,\n    \"latitude\": 40.7128,\n    \"longitude\": -74.006,\n    \"timezone\": \"America/New_York\"\n  },\n  \"days_ahead\": 60\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Void Of Course Status",
          "description": "All available examples for Get Void Of Course Status endpoint. 🌙 **Void-of-Course Moon Tracking** - Method-aware VoC calculation with multilingual interpretations\n\n**Perfect for:**\n- 🎯 **Electional Astrology** - Avoid VOC periods for important decisions\n- ⏰ **Timing Decisions** - Know when lunar energy is most/least supportive\n- 🔮 **Traditional Horary** - Choose Lilly-strict for classical practice\n- 📱 **Planning Applications** - Integrate VOC warnings into scheduling\n\n**VoC Methods:**\n- **modern** (default) — Al H. Morrison: only major aspects (conj/sext/sqr/tri/opp) to 7 classical planets. Matches most apps; longer/more frequent VoC windows.\n- **lilly_strict** — William Lilly's classical: major + minor aspects (semisextile, quincunx) with moiety orbs, classical planets only. Produces fewer/shorter VoC periods.\n- **barclay** — Olivia Barclay revival: Lilly-strict + Uranus/Neptune/Pluto. Compromise for modern horary.\n\n**What you get:**\n- **Current Status** - is_void_of_course, exact start/end, duration, severity\n- **Bonatti Severity Flag** - 'mild' for Tau/Can/Sag/Pis (Moon's affinity signs); 'standard' otherwise\n- **JSON Interpretations** - Method intro, avoid list, good_for list, severity note in 22 languages\n- **Last Aspect** - Type, planet, exact timing, orb at calculation time\n- **Upcoming Periods** - All VoC windows in `days_ahead` lookahead\n\n**Languages:** en, en-GB, en-ARCHAIC, ru, uk, es, es-ES, fr, fr-CA, fr-FR, de, it, pt, pt-BR, pt-PT, nl, pl, tr, ar, hi, ja, ko, zh\n\n**Traditions:** `event_oriented` (default — predictive electional voice), `universal` (cross-tradition fallback)\n\n**Backwards Compatibility:** `use_modern_planets: true` still accepted; maps to `voc_method: barclay`. Deprecated; remove from your client when convenient.\n\n**Response time:** ~300ms | **Accuracy:** ±1 minute aspect timing",
          "item": [
            {
              "id": "8269eb98-ee6a-4f0f-9779-5d95a4573440",
              "name": "Modern Method (Default)",
              "request": {
                "name": "Modern Method (Default)",
                "description": {
                  "content": "🎯 **Get Void Of Course Status**\n\n📋 **Endpoint Description:**\n🌙 **Void-of-Course Moon Tracking** - Method-aware VoC calculation with multilingual interpretations\n\n**Perfect for:**\n- 🎯 **Electional Astrology** - Avoid VOC periods for important decisions\n- ⏰ **Timing Decisions** - Know when lunar energy is most/least supportive\n- 🔮 **Traditional Horary** - Choose Lilly-strict for classical practice\n- 📱 **Planning Applications** - Integrate VOC warnings into scheduling\n\n**VoC Methods:**\n- **modern** (default) — Al H. Morrison: only major aspects (conj/sext/sqr/tri/opp) to 7 classical planets. Matches most apps; longer/more frequent VoC windows.\n- **lilly_strict** — William Lilly's classical: major + minor aspects (semisextile, quincunx) with moiety orbs, classical planets only. Produces fewer/shorter VoC periods.\n- **barclay** — Olivia Barclay revival: Lilly-strict + Uranus/Neptune/Pluto. Compromise for modern horary.\n\n**What you get:**\n- **Current Status** - is_void_of_course, exact start/end, duration, severity\n- **Bonatti Severity Flag** - 'mild' for Tau/Can/Sag/Pis (Moon's affinity signs); 'standard' otherwise\n- **JSON Interpretations** - Method intro, avoid list, good_for list, severity note in 22 languages\n- **Last Aspect** - Type, planet, exact timing, orb at calculation time\n- **Upcoming Periods** - All VoC windows in `days_ahead` lookahead\n\n**Languages:** en, en-GB, en-ARCHAIC, ru, uk, es, es-ES, fr, fr-CA, fr-FR, de, it, pt, pt-BR, pt-PT, nl, pl, tr, ar, hi, ja, ko, zh\n\n**Traditions:** `event_oriented` (default — predictive electional voice), `universal` (cross-tradition fallback)\n\n**Backwards Compatibility:** `use_modern_planets: true` still accepted; maps to `voc_method: barclay`. Deprecated; remove from your client when convenient.\n\n**Response time:** ~300ms | **Accuracy:** ±1 minute aspect timing\n\n✨ **Example Description:**\nAl H. Morrison's modern method — major aspects to 7 classical planets only. The default for most contemporary apps.\n\n🔗 **Endpoint:** `POST /api/v3/lunar/void-of-course`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "void-of-course"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 3,\n    \"day\": 15,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"second\": 0,\n    \"city\": \"New York\",\n    \"country_code\": \"US\"\n  },\n  \"days_ahead\": 7,\n  \"voc_method\": \"modern\",\n  \"language\": \"en\",\n  \"tradition\": \"event_oriented\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "419d2ee2-0dab-45d5-ac02-3520cf3ead2a",
              "name": "William Lilly Strict (Classical Horary)",
              "request": {
                "name": "William Lilly Strict (Classical Horary)",
                "description": {
                  "content": "🎯 **Get Void Of Course Status**\n\n📋 **Endpoint Description:**\n🌙 **Void-of-Course Moon Tracking** - Method-aware VoC calculation with multilingual interpretations\n\n**Perfect for:**\n- 🎯 **Electional Astrology** - Avoid VOC periods for important decisions\n- ⏰ **Timing Decisions** - Know when lunar energy is most/least supportive\n- 🔮 **Traditional Horary** - Choose Lilly-strict for classical practice\n- 📱 **Planning Applications** - Integrate VOC warnings into scheduling\n\n**VoC Methods:**\n- **modern** (default) — Al H. Morrison: only major aspects (conj/sext/sqr/tri/opp) to 7 classical planets. Matches most apps; longer/more frequent VoC windows.\n- **lilly_strict** — William Lilly's classical: major + minor aspects (semisextile, quincunx) with moiety orbs, classical planets only. Produces fewer/shorter VoC periods.\n- **barclay** — Olivia Barclay revival: Lilly-strict + Uranus/Neptune/Pluto. Compromise for modern horary.\n\n**What you get:**\n- **Current Status** - is_void_of_course, exact start/end, duration, severity\n- **Bonatti Severity Flag** - 'mild' for Tau/Can/Sag/Pis (Moon's affinity signs); 'standard' otherwise\n- **JSON Interpretations** - Method intro, avoid list, good_for list, severity note in 22 languages\n- **Last Aspect** - Type, planet, exact timing, orb at calculation time\n- **Upcoming Periods** - All VoC windows in `days_ahead` lookahead\n\n**Languages:** en, en-GB, en-ARCHAIC, ru, uk, es, es-ES, fr, fr-CA, fr-FR, de, it, pt, pt-BR, pt-PT, nl, pl, tr, ar, hi, ja, ko, zh\n\n**Traditions:** `event_oriented` (default — predictive electional voice), `universal` (cross-tradition fallback)\n\n**Backwards Compatibility:** `use_modern_planets: true` still accepted; maps to `voc_method: barclay`. Deprecated; remove from your client when convenient.\n\n**Response time:** ~300ms | **Accuracy:** ±1 minute aspect timing\n\n✨ **Example Description:**\nIncludes minor aspects (semisextile, quincunx) with moiety orbs — produces fewer/shorter VoC periods than modern.\n\n🔗 **Endpoint:** `POST /api/v3/lunar/void-of-course`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "void-of-course"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 6,\n    \"day\": 21,\n    \"hour\": 10,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"days_ahead\": 14,\n  \"voc_method\": \"lilly_strict\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "59b7f0a4-51b4-41c3-a122-e3afc2e824bd",
              "name": "Olivia Barclay Revival (Modern + Outer Planets)",
              "request": {
                "name": "Olivia Barclay Revival (Modern + Outer Planets)",
                "description": {
                  "content": "🎯 **Get Void Of Course Status**\n\n📋 **Endpoint Description:**\n🌙 **Void-of-Course Moon Tracking** - Method-aware VoC calculation with multilingual interpretations\n\n**Perfect for:**\n- 🎯 **Electional Astrology** - Avoid VOC periods for important decisions\n- ⏰ **Timing Decisions** - Know when lunar energy is most/least supportive\n- 🔮 **Traditional Horary** - Choose Lilly-strict for classical practice\n- 📱 **Planning Applications** - Integrate VOC warnings into scheduling\n\n**VoC Methods:**\n- **modern** (default) — Al H. Morrison: only major aspects (conj/sext/sqr/tri/opp) to 7 classical planets. Matches most apps; longer/more frequent VoC windows.\n- **lilly_strict** — William Lilly's classical: major + minor aspects (semisextile, quincunx) with moiety orbs, classical planets only. Produces fewer/shorter VoC periods.\n- **barclay** — Olivia Barclay revival: Lilly-strict + Uranus/Neptune/Pluto. Compromise for modern horary.\n\n**What you get:**\n- **Current Status** - is_void_of_course, exact start/end, duration, severity\n- **Bonatti Severity Flag** - 'mild' for Tau/Can/Sag/Pis (Moon's affinity signs); 'standard' otherwise\n- **JSON Interpretations** - Method intro, avoid list, good_for list, severity note in 22 languages\n- **Last Aspect** - Type, planet, exact timing, orb at calculation time\n- **Upcoming Periods** - All VoC windows in `days_ahead` lookahead\n\n**Languages:** en, en-GB, en-ARCHAIC, ru, uk, es, es-ES, fr, fr-CA, fr-FR, de, it, pt, pt-BR, pt-PT, nl, pl, tr, ar, hi, ja, ko, zh\n\n**Traditions:** `event_oriented` (default — predictive electional voice), `universal` (cross-tradition fallback)\n\n**Backwards Compatibility:** `use_modern_planets: true` still accepted; maps to `voc_method: barclay`. Deprecated; remove from your client when convenient.\n\n**Response time:** ~300ms | **Accuracy:** ±1 minute aspect timing\n\n✨ **Example Description:**\nLilly's strictness combined with Uranus/Neptune/Pluto — for modern horary practitioners.\n\n🔗 **Endpoint:** `POST /api/v3/lunar/void-of-course`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "void-of-course"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 9,\n    \"day\": 22,\n    \"hour\": 8,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Kyiv\",\n    \"country_code\": \"UA\"\n  },\n  \"days_ahead\": 30,\n  \"voc_method\": \"barclay\",\n  \"language\": \"ru\",\n  \"tradition\": \"event_oriented\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "08a73ef8-0338-4f9e-8c47-e5618c83bb4c",
              "name": "Legacy use_modern_planets Flag (Deprecated)",
              "request": {
                "name": "Legacy use_modern_planets Flag (Deprecated)",
                "description": {
                  "content": "🎯 **Get Void Of Course Status**\n\n📋 **Endpoint Description:**\n🌙 **Void-of-Course Moon Tracking** - Method-aware VoC calculation with multilingual interpretations\n\n**Perfect for:**\n- 🎯 **Electional Astrology** - Avoid VOC periods for important decisions\n- ⏰ **Timing Decisions** - Know when lunar energy is most/least supportive\n- 🔮 **Traditional Horary** - Choose Lilly-strict for classical practice\n- 📱 **Planning Applications** - Integrate VOC warnings into scheduling\n\n**VoC Methods:**\n- **modern** (default) — Al H. Morrison: only major aspects (conj/sext/sqr/tri/opp) to 7 classical planets. Matches most apps; longer/more frequent VoC windows.\n- **lilly_strict** — William Lilly's classical: major + minor aspects (semisextile, quincunx) with moiety orbs, classical planets only. Produces fewer/shorter VoC periods.\n- **barclay** — Olivia Barclay revival: Lilly-strict + Uranus/Neptune/Pluto. Compromise for modern horary.\n\n**What you get:**\n- **Current Status** - is_void_of_course, exact start/end, duration, severity\n- **Bonatti Severity Flag** - 'mild' for Tau/Can/Sag/Pis (Moon's affinity signs); 'standard' otherwise\n- **JSON Interpretations** - Method intro, avoid list, good_for list, severity note in 22 languages\n- **Last Aspect** - Type, planet, exact timing, orb at calculation time\n- **Upcoming Periods** - All VoC windows in `days_ahead` lookahead\n\n**Languages:** en, en-GB, en-ARCHAIC, ru, uk, es, es-ES, fr, fr-CA, fr-FR, de, it, pt, pt-BR, pt-PT, nl, pl, tr, ar, hi, ja, ko, zh\n\n**Traditions:** `event_oriented` (default — predictive electional voice), `universal` (cross-tradition fallback)\n\n**Backwards Compatibility:** `use_modern_planets: true` still accepted; maps to `voc_method: barclay`. Deprecated; remove from your client when convenient.\n\n**Response time:** ~300ms | **Accuracy:** ±1 minute aspect timing\n\n✨ **Example Description:**\nOld request shape still accepted — maps to voc_method='barclay'. Will be removed in a future release.\n\n🔗 **Endpoint:** `POST /api/v3/lunar/void-of-course`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "void-of-course"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 3,\n    \"day\": 15,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"second\": 0,\n    \"city\": \"New York\",\n    \"country_code\": \"US\"\n  },\n  \"days_ahead\": 14,\n  \"use_modern_planets\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Lunar Mansions",
          "description": "All available examples for Get Lunar Mansions endpoint. 🌙 **Lunar Mansions** - Ancient astronomical system for detailed lunar influence analysis\n\n**Perfect for:**\n- 🎯 **Electional Astrology** - Traditional timing using 28 lunar mansions\n- 📚 **Cultural Astrology** - Arabian, Vedic, and Chinese mansion systems\n- ⏰ **Activity Timing** - Specific recommendations for each mansion\n- 🌟 **Advanced Practice** - Professional-level lunar mansion analysis\n\n**Supported Systems:**\n- **Arabian Tropical** - 28 equal mansions (12.857° each) - Primary system\n- **Vedic Sidereal** - 27 nakshatras (13.333° each) with Lahiri ayanamsa\n- **Chinese Sidereal** - 28 xiu based on traditional star positions\n\n**What you get:**\n- **Current Mansion** - Number, name, degree position, completion percentage\n- **Ruling Planet** - Traditional planetary ruler and nature qualities\n- **Electional Guidance** - Favorable activities and things to avoid\n- **Timing Information** - Next mansion change with precise timing\n- **Traditional Meanings** - Ancient interpretations and significance\n\n**Arabian System Features:**\n- **Rich Tradition** - Medieval Islamic astronomical tradition\n- **Detailed Elections** - Specific activities for each mansion\n- **Planetary Rulers** - Traditional seven planets (Sun through Saturn)\n- **Practical Guidance** - Real-world timing recommendations\n\n**Cultural Integration:**\n- **Multi-tradition** - Authentic calculations for each system\n- **Ayanamsa Correction** - Proper sidereal calculations for Vedic/Chinese\n- **Historical Accuracy** - Based on traditional sources and methods\n\n**Response time:** ~250ms | **Systems:** 3 traditional mansion systems",
          "item": [
            {
              "id": "d0ab6023-bf07-4ec1-a519-28d328068727",
              "name": "Arabian Tropical Mansions",
              "request": {
                "name": "Arabian Tropical Mansions",
                "description": {
                  "content": "🎯 **Get Lunar Mansions**\n\n📋 **Endpoint Description:**\n🌙 **Lunar Mansions** - Ancient astronomical system for detailed lunar influence analysis\n\n**Perfect for:**\n- 🎯 **Electional Astrology** - Traditional timing using 28 lunar mansions\n- 📚 **Cultural Astrology** - Arabian, Vedic, and Chinese mansion systems\n- ⏰ **Activity Timing** - Specific recommendations for each mansion\n- 🌟 **Advanced Practice** - Professional-level lunar mansion analysis\n\n**Supported Systems:**\n- **Arabian Tropical** - 28 equal mansions (12.857° each) - Primary system\n- **Vedic Sidereal** - 27 nakshatras (13.333° each) with Lahiri ayanamsa\n- **Chinese Sidereal** - 28 xiu based on traditional star positions\n\n**What you get:**\n- **Current Mansion** - Number, name, degree position, completion percentage\n- **Ruling Planet** - Traditional planetary ruler and nature qualities\n- **Electional Guidance** - Favorable activities and things to avoid\n- **Timing Information** - Next mansion change with precise timing\n- **Traditional Meanings** - Ancient interpretations and significance\n\n**Arabian System Features:**\n- **Rich Tradition** - Medieval Islamic astronomical tradition\n- **Detailed Elections** - Specific activities for each mansion\n- **Planetary Rulers** - Traditional seven planets (Sun through Saturn)\n- **Practical Guidance** - Real-world timing recommendations\n\n**Cultural Integration:**\n- **Multi-tradition** - Authentic calculations for each system\n- **Ayanamsa Correction** - Proper sidereal calculations for Vedic/Chinese\n- **Historical Accuracy** - Based on traditional sources and methods\n\n**Response time:** ~250ms | **Systems:** 3 traditional mansion systems\n\n✨ **Example Description:**\nTraditional Arabian lunar mansions with electional guidance\n\n🔗 **Endpoint:** `POST /api/v3/lunar/mansions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "mansions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 3,\n    \"day\": 15,\n    \"hour\": 20,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Cairo\",\n    \"country_code\": \"EG\"\n  },\n  \"system\": \"arabian_tropical\",\n  \"days_ahead\": 28\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ea74cb56-b2f0-474d-8452-1c773f8bb1fd",
              "name": "Vedic Nakshatras",
              "request": {
                "name": "Vedic Nakshatras",
                "description": {
                  "content": "🎯 **Get Lunar Mansions**\n\n📋 **Endpoint Description:**\n🌙 **Lunar Mansions** - Ancient astronomical system for detailed lunar influence analysis\n\n**Perfect for:**\n- 🎯 **Electional Astrology** - Traditional timing using 28 lunar mansions\n- 📚 **Cultural Astrology** - Arabian, Vedic, and Chinese mansion systems\n- ⏰ **Activity Timing** - Specific recommendations for each mansion\n- 🌟 **Advanced Practice** - Professional-level lunar mansion analysis\n\n**Supported Systems:**\n- **Arabian Tropical** - 28 equal mansions (12.857° each) - Primary system\n- **Vedic Sidereal** - 27 nakshatras (13.333° each) with Lahiri ayanamsa\n- **Chinese Sidereal** - 28 xiu based on traditional star positions\n\n**What you get:**\n- **Current Mansion** - Number, name, degree position, completion percentage\n- **Ruling Planet** - Traditional planetary ruler and nature qualities\n- **Electional Guidance** - Favorable activities and things to avoid\n- **Timing Information** - Next mansion change with precise timing\n- **Traditional Meanings** - Ancient interpretations and significance\n\n**Arabian System Features:**\n- **Rich Tradition** - Medieval Islamic astronomical tradition\n- **Detailed Elections** - Specific activities for each mansion\n- **Planetary Rulers** - Traditional seven planets (Sun through Saturn)\n- **Practical Guidance** - Real-world timing recommendations\n\n**Cultural Integration:**\n- **Multi-tradition** - Authentic calculations for each system\n- **Ayanamsa Correction** - Proper sidereal calculations for Vedic/Chinese\n- **Historical Accuracy** - Based on traditional sources and methods\n\n**Response time:** ~250ms | **Systems:** 3 traditional mansion systems\n\n✨ **Example Description:**\nSidereal Vedic nakshatra system with ayanamsa correction\n\n🔗 **Endpoint:** `POST /api/v3/lunar/mansions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "mansions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 6,\n    \"day\": 21,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Delhi\",\n    \"country_code\": \"IN\"\n  },\n  \"system\": \"vedic_sidereal\",\n  \"days_ahead\": 27\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "cf97e5d8-0912-4767-a7b4-62719f891d39",
              "name": "Chinese Xiu System",
              "request": {
                "name": "Chinese Xiu System",
                "description": {
                  "content": "🎯 **Get Lunar Mansions**\n\n📋 **Endpoint Description:**\n🌙 **Lunar Mansions** - Ancient astronomical system for detailed lunar influence analysis\n\n**Perfect for:**\n- 🎯 **Electional Astrology** - Traditional timing using 28 lunar mansions\n- 📚 **Cultural Astrology** - Arabian, Vedic, and Chinese mansion systems\n- ⏰ **Activity Timing** - Specific recommendations for each mansion\n- 🌟 **Advanced Practice** - Professional-level lunar mansion analysis\n\n**Supported Systems:**\n- **Arabian Tropical** - 28 equal mansions (12.857° each) - Primary system\n- **Vedic Sidereal** - 27 nakshatras (13.333° each) with Lahiri ayanamsa\n- **Chinese Sidereal** - 28 xiu based on traditional star positions\n\n**What you get:**\n- **Current Mansion** - Number, name, degree position, completion percentage\n- **Ruling Planet** - Traditional planetary ruler and nature qualities\n- **Electional Guidance** - Favorable activities and things to avoid\n- **Timing Information** - Next mansion change with precise timing\n- **Traditional Meanings** - Ancient interpretations and significance\n\n**Arabian System Features:**\n- **Rich Tradition** - Medieval Islamic astronomical tradition\n- **Detailed Elections** - Specific activities for each mansion\n- **Planetary Rulers** - Traditional seven planets (Sun through Saturn)\n- **Practical Guidance** - Real-world timing recommendations\n\n**Cultural Integration:**\n- **Multi-tradition** - Authentic calculations for each system\n- **Ayanamsa Correction** - Proper sidereal calculations for Vedic/Chinese\n- **Historical Accuracy** - Based on traditional sources and methods\n\n**Response time:** ~250ms | **Systems:** 3 traditional mansion systems\n\n✨ **Example Description:**\nTraditional Chinese 28 mansion system\n\n🔗 **Endpoint:** `POST /api/v3/lunar/mansions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "mansions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 9,\n    \"day\": 15,\n    \"hour\": 8,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Beijing\",\n    \"country_code\": \"CN\"\n  },\n  \"system\": \"chinese_sidereal\",\n  \"days_ahead\": 30\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Special Lunar Events",
          "description": "All available examples for Get Special Lunar Events endpoint. 🌙 **Special Lunar Events** - Rare and significant lunar phenomena tracking\n\n**Perfect for:**\n- 🌟 **Astronomical Observation** - Blue moons, supermoons, unique phenomena\n- 📅 **Event Planning** - Schedule around rare lunar occurrences\n- 🔮 **Spiritual Practice** - Enhanced timing for special lunar energy\n- 📱 **App Features** - Highlight special events in lunar calendars\n\n**Event Types Tracked:**\n- **Blue Moons** - Second full moon in calendar month (every 2-3 years)\n- **Supermoons** - Full moon within 360,000 km (appears 7-15% larger/brighter)\n- **Micromoons** - Full moon beyond 405,000 km (appears smaller)\n- **Black Moons** - Second new moon in calendar month\n- **Extreme Events** - Exceptional perigee/apogee occurrences\n\n**What you get:**\n- **Current Events** - Any special events happening now\n- **Upcoming Events** - Complete forecast of rare phenomena\n- **Significance Analysis** - Astronomical and astrological importance\n- **Rarity Information** - Frequency and next occurrence data\n- **Visibility Details** - Brightness, size, and observation notes\n\n**Event Analysis:**\n- **Distance Calculations** - Precise km measurements for size events\n- **Brightness Factors** - Percentage increase for supermoons\n- **Calendar Logic** - Accurate blue/black moon determination\n- **Traditional Meanings** - Astrological significance of rare events\n\n**Scientific Accuracy:**\n- **Swiss Ephemeris** - Precise distance and timing calculations\n- **Multiple Definitions** - Calendar vs. seasonal blue moons\n- **Visibility Factors** - Real-world observation conditions\n- **Historical Context** - Rarity and frequency statistics\n\n**Response time:** ~400ms | **Search period:** Up to 365 days ahead",
          "item": [
            {
              "id": "f7113d69-70d6-4b9e-9bc0-987cd15fc47a",
              "name": "Find Rare Events",
              "request": {
                "name": "Find Rare Events",
                "description": {
                  "content": "🎯 **Get Special Lunar Events**\n\n📋 **Endpoint Description:**\n🌙 **Special Lunar Events** - Rare and significant lunar phenomena tracking\n\n**Perfect for:**\n- 🌟 **Astronomical Observation** - Blue moons, supermoons, unique phenomena\n- 📅 **Event Planning** - Schedule around rare lunar occurrences\n- 🔮 **Spiritual Practice** - Enhanced timing for special lunar energy\n- 📱 **App Features** - Highlight special events in lunar calendars\n\n**Event Types Tracked:**\n- **Blue Moons** - Second full moon in calendar month (every 2-3 years)\n- **Supermoons** - Full moon within 360,000 km (appears 7-15% larger/brighter)\n- **Micromoons** - Full moon beyond 405,000 km (appears smaller)\n- **Black Moons** - Second new moon in calendar month\n- **Extreme Events** - Exceptional perigee/apogee occurrences\n\n**What you get:**\n- **Current Events** - Any special events happening now\n- **Upcoming Events** - Complete forecast of rare phenomena\n- **Significance Analysis** - Astronomical and astrological importance\n- **Rarity Information** - Frequency and next occurrence data\n- **Visibility Details** - Brightness, size, and observation notes\n\n**Event Analysis:**\n- **Distance Calculations** - Precise km measurements for size events\n- **Brightness Factors** - Percentage increase for supermoons\n- **Calendar Logic** - Accurate blue/black moon determination\n- **Traditional Meanings** - Astrological significance of rare events\n\n**Scientific Accuracy:**\n- **Swiss Ephemeris** - Precise distance and timing calculations\n- **Multiple Definitions** - Calendar vs. seasonal blue moons\n- **Visibility Factors** - Real-world observation conditions\n- **Historical Context** - Rarity and frequency statistics\n\n**Response time:** ~400ms | **Search period:** Up to 365 days ahead\n\n✨ **Example Description:**\nSearch for blue moons, supermoons, and other special phenomena\n\n🔗 **Endpoint:** `POST /api/v3/lunar/events`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 3,\n    \"day\": 1,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"second\": 0,\n    \"city\": \"Greenwich\",\n    \"country_code\": \"GB\"\n  },\n  \"days_ahead\": 365\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "91eef030-f2ee-46b2-b907-779feb22c467",
              "name": "Annual Event Calendar",
              "request": {
                "name": "Annual Event Calendar",
                "description": {
                  "content": "🎯 **Get Special Lunar Events**\n\n📋 **Endpoint Description:**\n🌙 **Special Lunar Events** - Rare and significant lunar phenomena tracking\n\n**Perfect for:**\n- 🌟 **Astronomical Observation** - Blue moons, supermoons, unique phenomena\n- 📅 **Event Planning** - Schedule around rare lunar occurrences\n- 🔮 **Spiritual Practice** - Enhanced timing for special lunar energy\n- 📱 **App Features** - Highlight special events in lunar calendars\n\n**Event Types Tracked:**\n- **Blue Moons** - Second full moon in calendar month (every 2-3 years)\n- **Supermoons** - Full moon within 360,000 km (appears 7-15% larger/brighter)\n- **Micromoons** - Full moon beyond 405,000 km (appears smaller)\n- **Black Moons** - Second new moon in calendar month\n- **Extreme Events** - Exceptional perigee/apogee occurrences\n\n**What you get:**\n- **Current Events** - Any special events happening now\n- **Upcoming Events** - Complete forecast of rare phenomena\n- **Significance Analysis** - Astronomical and astrological importance\n- **Rarity Information** - Frequency and next occurrence data\n- **Visibility Details** - Brightness, size, and observation notes\n\n**Event Analysis:**\n- **Distance Calculations** - Precise km measurements for size events\n- **Brightness Factors** - Percentage increase for supermoons\n- **Calendar Logic** - Accurate blue/black moon determination\n- **Traditional Meanings** - Astrological significance of rare events\n\n**Scientific Accuracy:**\n- **Swiss Ephemeris** - Precise distance and timing calculations\n- **Multiple Definitions** - Calendar vs. seasonal blue moons\n- **Visibility Factors** - Real-world observation conditions\n- **Historical Context** - Rarity and frequency statistics\n\n**Response time:** ~400ms | **Search period:** Up to 365 days ahead\n\n✨ **Example Description:**\nComplete year of special lunar events for planning\n\n🔗 **Endpoint:** `POST /api/v3/lunar/events`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "events"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2024,\n    \"month\": 1,\n    \"day\": 1,\n    \"hour\": 0,\n    \"minute\": 0,\n    \"second\": 0,\n    \"latitude\": 0.0,\n    \"longitude\": 0.0,\n    \"timezone\": \"UTC\"\n  },\n  \"days_ahead\": 365\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "10d0bff7-9a5f-45ce-a044-2f21ae154222",
          "name": "Get Annual Lunar Calendar",
          "request": {
            "name": "Get Annual Lunar Calendar",
            "description": {
              "content": "🌙 **Annual Lunar Calendar** - Complete year overview of all lunar features\n\n**Perfect for:**\n- 📅 **Year Planning** - Complete lunar schedule for optimal timing\n- 🎯 **Electional Astrology** - Annual overview for decision timing\n- 📱 **Calendar Integration** - Full-year data for apps and systems\n- 🌟 **Professional Practice** - Comprehensive lunar reference\n\n**Includes:**\n- **All Lunar Phases** - Precise timing for all major phases\n- **VOC Periods** - All void-of-course periods with durations\n- **Mansion Changes** - All Arabian mansion transitions\n- **Special Events** - Blue moons, supermoons, rare phenomena\n- **Statistical Analysis** - Patterns and distributions\n\n**Response time:** ~800ms | **Coverage:** Full year or specific month",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "lunar",
                "calendar",
                ":year"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Optional specific month (1-12)",
                    "type": "text/plain"
                  },
                  "key": "month",
                  "value": "<integer>"
                }
              ],
              "variable": [
                {
                  "type": "any",
                  "value": "<integer>",
                  "key": "year",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Year for lunar calendar",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "76eeb669-28f7-4c0b-949b-9150bb233c53",
              "name": "Complete lunar calendar with all advanced features for the year",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "calendar",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional specific month (1-12)",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5282ad73-354b-4aa8-b7b4-3da2cd88dc39",
              "name": "Invalid lunar calculation parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "calendar",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional specific month (1-12)",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "076bc9f7-87f3-4028-a86c-71440f784a7d",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "calendar",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional specific month (1-12)",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ff6957f3-4a1e-42fa-8564-94277c0b8475",
              "name": "Swiss Ephemeris calculation error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "lunar",
                    "calendar",
                    ":year"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional specific month (1-12)",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "🕉️ Vedic Astrology",
      "description": "",
      "item": [
        {
          "name": "📁 Get Vedic Birth Details",
          "description": "All available examples for Get Vedic Birth Details endpoint. **Vedic Birth Chart (Kundli)** - Complete sidereal birth analysis with nakshatra details\n\n**Perfect for:**\n- Professional Jyotish consultations\n- Matrimony portals (basic kundli display)\n- Dasha calculation setup\n- Nakshatra-based predictions\n\n**What you get:**\n- **Sidereal Positions** - All 9 planets (Sun through Ketu) in sidereal zodiac\n- **Nakshatra Details** - Name, pada, lord for each planet\n- **Pada-Level Precision** - Degree within nakshatra and pada\n- **Dignity Analysis** - Own sign, exalted, debilitated, moolatrikona\n- **Combustion Status** - Planets too close to Sun\n- **Navamsa Preview** - D9 sign and Vargottama status\n- **Moon Sign/Nakshatra** - Primary Vedic identity markers\n\n**Ayanamsa Options:**\n- `lahiri` - Indian Government standard (default, recommended)\n- `krishnamurti` - KP system practitioners\n- `raman` - B.V. Raman tradition\n- `yukteshwar` - Yogananda/SRF tradition\n- `true_citra` - Astronomical precision\n\n**Languages:** en, hi, ta, te, kn, ml, bn, gu, mr, ru\n\n**Response time:** ~150ms",
          "item": [
            {
              "id": "ac0b0564-2cc7-4705-9b32-43ebf6f11bc2",
              "name": "Delhi birth with Lahiri ayanamsa",
              "request": {
                "name": "Delhi birth with Lahiri ayanamsa",
                "description": {
                  "content": "🎯 **Get Vedic Birth Details**\n\n📋 **Endpoint Description:**\n**Vedic Birth Chart (Kundli)** - Complete sidereal birth analysis with nakshatra details\n\n**Perfect for:**\n- Professional Jyotish consultations\n- Matrimony portals (basic kundli display)\n- Dasha calculation setup\n- Nakshatra-based predictions\n\n**What you get:**\n- **Sidereal Positions** - All 9 planets (Sun through Ketu) in sidereal zodiac\n- **Nakshatra Details** - Name, pada, lord for each planet\n- **Pada-Level Precision** - Degree within nakshatra and pada\n- **Dignity Analysis** - Own sign, exalted, debilitated, moolatrikona\n- **Combustion Status** - Planets too close to Sun\n- **Navamsa Preview** - D9 sign and Vargottama status\n- **Moon Sign/Nakshatra** - Primary Vedic identity markers\n\n**Ayanamsa Options:**\n- `lahiri` - Indian Government standard (default, recommended)\n- `krishnamurti` - KP system practitioners\n- `raman` - B.V. Raman tradition\n- `yukteshwar` - Yogananda/SRF tradition\n- `true_citra` - Astronomical precision\n\n**Languages:** en, hi, ta, te, kn, ml, bn, gu, mr, ru\n\n**Response time:** ~150ms\n\n✨ **Example Description:**\nStandard Vedic chart calculation for a person born in Delhi using the Indian Government standard Lahiri ayanamsa.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/birth-details`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "birth-details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Raj Kumar\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 4,\n      \"day\": 15,\n      \"hour\": 6,\n      \"minute\": 30,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"lahiri\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f38540d6-6b6a-4ab6-9a5e-d0f9a9837141",
              "name": "Chennai birth with KP system",
              "request": {
                "name": "Chennai birth with KP system",
                "description": {
                  "content": "🎯 **Get Vedic Birth Details**\n\n📋 **Endpoint Description:**\n**Vedic Birth Chart (Kundli)** - Complete sidereal birth analysis with nakshatra details\n\n**Perfect for:**\n- Professional Jyotish consultations\n- Matrimony portals (basic kundli display)\n- Dasha calculation setup\n- Nakshatra-based predictions\n\n**What you get:**\n- **Sidereal Positions** - All 9 planets (Sun through Ketu) in sidereal zodiac\n- **Nakshatra Details** - Name, pada, lord for each planet\n- **Pada-Level Precision** - Degree within nakshatra and pada\n- **Dignity Analysis** - Own sign, exalted, debilitated, moolatrikona\n- **Combustion Status** - Planets too close to Sun\n- **Navamsa Preview** - D9 sign and Vargottama status\n- **Moon Sign/Nakshatra** - Primary Vedic identity markers\n\n**Ayanamsa Options:**\n- `lahiri` - Indian Government standard (default, recommended)\n- `krishnamurti` - KP system practitioners\n- `raman` - B.V. Raman tradition\n- `yukteshwar` - Yogananda/SRF tradition\n- `true_citra` - Astronomical precision\n\n**Languages:** en, hi, ta, te, kn, ml, bn, gu, mr, ru\n\n**Response time:** ~150ms\n\n✨ **Example Description:**\nBirth chart for KP (Krishnamurti Paddhati) practitioners using Krishnamurti ayanamsa.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/birth-details`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "birth-details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Priya Lakshmi\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"city\": \"Chennai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"krishnamurti\",\n    \"language\": \"ta\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c15c20bd-ffc2-4326-83e4-def65ac2b133",
              "name": "Mumbai with Raman ayanamsa (lat/long)",
              "request": {
                "name": "Mumbai with Raman ayanamsa (lat/long)",
                "description": {
                  "content": "🎯 **Get Vedic Birth Details**\n\n📋 **Endpoint Description:**\n**Vedic Birth Chart (Kundli)** - Complete sidereal birth analysis with nakshatra details\n\n**Perfect for:**\n- Professional Jyotish consultations\n- Matrimony portals (basic kundli display)\n- Dasha calculation setup\n- Nakshatra-based predictions\n\n**What you get:**\n- **Sidereal Positions** - All 9 planets (Sun through Ketu) in sidereal zodiac\n- **Nakshatra Details** - Name, pada, lord for each planet\n- **Pada-Level Precision** - Degree within nakshatra and pada\n- **Dignity Analysis** - Own sign, exalted, debilitated, moolatrikona\n- **Combustion Status** - Planets too close to Sun\n- **Navamsa Preview** - D9 sign and Vargottama status\n- **Moon Sign/Nakshatra** - Primary Vedic identity markers\n\n**Ayanamsa Options:**\n- `lahiri` - Indian Government standard (default, recommended)\n- `krishnamurti` - KP system practitioners\n- `raman` - B.V. Raman tradition\n- `yukteshwar` - Yogananda/SRF tradition\n- `true_citra` - Astronomical precision\n\n**Languages:** en, hi, ta, te, kn, ml, bn, gu, mr, ru\n\n**Response time:** ~150ms\n\n✨ **Example Description:**\nBirth chart using B.V. Raman tradition ayanamsa. Uses latitude/longitude instead of city name for precise location — ideal for ambiguous city names across Indian states or rural areas. Timezone is auto-calculated from coordinates.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/birth-details`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "birth-details"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Vikram Sharma\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 7,\n      \"day\": 22,\n      \"hour\": 10,\n      \"minute\": 15,\n      \"latitude\": 19.076,\n      \"longitude\": 72.8777\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"raman\",\n    \"node_type\": \"true\",\n    \"language\": \"hi\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Kundli Matching",
          "description": "All available examples for Get Kundli Matching endpoint. **Kundli Matching (Ashtakoot)** - 36-point compatibility scoring\n\n**Perfect for:**\n- Matrimony websites and apps\n- Marriage compatibility analysis\n- Professional matchmaking services\n- Dosha detection and remedies\n\n**What you get:**\n- **Total Score** - Out of 36 points with verdict\n- **8 Kuta Scores** - Varna, Vashya, Tara, Yoni, Graha Maitri, Gana, Bhakoot, Nadi\n- **Detailed Descriptions** - What each Kuta measures\n- **Dosha Detection** - Nadi Dosha, Bhakoot Dosha with severity\n- **Remedies** - Suggested pujas and mantras for doshas\n- **Both Parties' Details** - Nakshatra, Gana, Nadi for context\n- **Optional Manglik** - Mars affliction check for both\n\n**Scoring Guide:**\n- 25+ points: Excellent Match\n- 21-24 points: Good Match\n- 18-20 points: Average (may proceed with remedies)\n- Below 18: Not Recommended\n\n**Response time:** ~300ms",
          "item": [
            {
              "id": "bebf82d1-80e9-4f35-9e7d-de1ff6f62a4f",
              "name": "Compatible couple (high score)",
              "request": {
                "name": "Compatible couple (high score)",
                "description": {
                  "content": "🎯 **Get Kundli Matching**\n\n📋 **Endpoint Description:**\n**Kundli Matching (Ashtakoot)** - 36-point compatibility scoring\n\n**Perfect for:**\n- Matrimony websites and apps\n- Marriage compatibility analysis\n- Professional matchmaking services\n- Dosha detection and remedies\n\n**What you get:**\n- **Total Score** - Out of 36 points with verdict\n- **8 Kuta Scores** - Varna, Vashya, Tara, Yoni, Graha Maitri, Gana, Bhakoot, Nadi\n- **Detailed Descriptions** - What each Kuta measures\n- **Dosha Detection** - Nadi Dosha, Bhakoot Dosha with severity\n- **Remedies** - Suggested pujas and mantras for doshas\n- **Both Parties' Details** - Nakshatra, Gana, Nadi for context\n- **Optional Manglik** - Mars affliction check for both\n\n**Scoring Guide:**\n- 25+ points: Excellent Match\n- 21-24 points: Good Match\n- 18-20 points: Average (may proceed with remedies)\n- Below 18: Not Recommended\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nExample showing a highly compatible match with score above 25/36.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/kundli-matching`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "kundli-matching"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"groom\": {\n    \"name\": \"Arjun Reddy\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 8,\n      \"minute\": 30,\n      \"city\": \"Hyderabad\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"bride\": {\n    \"name\": \"Priya Sharma\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 7,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 15,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"lahiri\"\n  },\n  \"include_manglik\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "0c48ed43-be65-4306-bd35-d445396d7a0e",
              "name": "Nadi Dosha detection",
              "request": {
                "name": "Nadi Dosha detection",
                "description": {
                  "content": "🎯 **Get Kundli Matching**\n\n📋 **Endpoint Description:**\n**Kundli Matching (Ashtakoot)** - 36-point compatibility scoring\n\n**Perfect for:**\n- Matrimony websites and apps\n- Marriage compatibility analysis\n- Professional matchmaking services\n- Dosha detection and remedies\n\n**What you get:**\n- **Total Score** - Out of 36 points with verdict\n- **8 Kuta Scores** - Varna, Vashya, Tara, Yoni, Graha Maitri, Gana, Bhakoot, Nadi\n- **Detailed Descriptions** - What each Kuta measures\n- **Dosha Detection** - Nadi Dosha, Bhakoot Dosha with severity\n- **Remedies** - Suggested pujas and mantras for doshas\n- **Both Parties' Details** - Nakshatra, Gana, Nadi for context\n- **Optional Manglik** - Mars affliction check for both\n\n**Scoring Guide:**\n- 25+ points: Excellent Match\n- 21-24 points: Good Match\n- 18-20 points: Average (may proceed with remedies)\n- Below 18: Not Recommended\n\n**Response time:** ~300ms\n\n✨ **Example Description:**\nExample that may show Nadi Dosha (same Nadi).\n\n🔗 **Endpoint:** `POST /api/v3/vedic/kundli-matching`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "kundli-matching"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"groom\": {\n    \"name\": \"Rahul Patel\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 1,\n      \"day\": 5,\n      \"hour\": 6,\n      \"minute\": 0,\n      \"city\": \"Ahmedabad\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"bride\": {\n    \"name\": \"Meera Patel\",\n    \"birth_data\": {\n      \"year\": 1993,\n      \"month\": 1,\n      \"day\": 10,\n      \"hour\": 12,\n      \"minute\": 30,\n      \"city\": \"Surat\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"lahiri\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Manglik Dosha",
          "description": "All available examples for Get Manglik Dosha endpoint. **Manglik Dosha Analysis** - Mars affliction check for marriage\n\n**Perfect for:**\n- Pre-marriage compatibility check (CRITICAL in Indian marriages)\n- Understanding Mars placement effects\n- Identifying cancellation factors\n- Remedies recommendations\n\n**What you get:**\n- **Is Manglik** - Yes/No determination\n- **Severity** - None, Partial, or Full\n- **Mars Position** - House from Lagna, Moon, and Venus\n- **Cancellation Factors** - Conditions that reduce/cancel Manglik\n- **Detailed Analysis** - Explanation of findings\n\n**Manglik Houses:** 1, 2, 4, 7, 8, 12 from Lagna/Moon/Venus\n\n**Cancellation Factors:**\n- Mars in own sign (Aries/Scorpio)\n- Mars exalted (Capricorn)\n- Jupiter's aspect on Mars\n- Both partners are Manglik (mutual cancellation)\n\n**Response time:** ~100ms",
          "item": [
            {
              "id": "2a7d8b83-f49b-4697-ba6f-40d2a34c2e74",
              "name": "Full Manglik case",
              "request": {
                "name": "Full Manglik case",
                "description": {
                  "content": "🎯 **Get Manglik Dosha**\n\n📋 **Endpoint Description:**\n**Manglik Dosha Analysis** - Mars affliction check for marriage\n\n**Perfect for:**\n- Pre-marriage compatibility check (CRITICAL in Indian marriages)\n- Understanding Mars placement effects\n- Identifying cancellation factors\n- Remedies recommendations\n\n**What you get:**\n- **Is Manglik** - Yes/No determination\n- **Severity** - None, Partial, or Full\n- **Mars Position** - House from Lagna, Moon, and Venus\n- **Cancellation Factors** - Conditions that reduce/cancel Manglik\n- **Detailed Analysis** - Explanation of findings\n\n**Manglik Houses:** 1, 2, 4, 7, 8, 12 from Lagna/Moon/Venus\n\n**Cancellation Factors:**\n- Mars in own sign (Aries/Scorpio)\n- Mars exalted (Capricorn)\n- Jupiter's aspect on Mars\n- Both partners are Manglik (mutual cancellation)\n\n**Response time:** ~100ms\n\n✨ **Example Description:**\nPerson with Mars in 7th house - classic Manglik.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/manglik-dosha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "manglik-dosha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Manglik Example\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 8,\n      \"day\": 15,\n      \"hour\": 22,\n      \"minute\": 30,\n      \"city\": \"Jaipur\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "fcc0af99-37d1-403d-9eb7-b8ab8bd20ca3",
              "name": "Partial Manglik with cancellation",
              "request": {
                "name": "Partial Manglik with cancellation",
                "description": {
                  "content": "🎯 **Get Manglik Dosha**\n\n📋 **Endpoint Description:**\n**Manglik Dosha Analysis** - Mars affliction check for marriage\n\n**Perfect for:**\n- Pre-marriage compatibility check (CRITICAL in Indian marriages)\n- Understanding Mars placement effects\n- Identifying cancellation factors\n- Remedies recommendations\n\n**What you get:**\n- **Is Manglik** - Yes/No determination\n- **Severity** - None, Partial, or Full\n- **Mars Position** - House from Lagna, Moon, and Venus\n- **Cancellation Factors** - Conditions that reduce/cancel Manglik\n- **Detailed Analysis** - Explanation of findings\n\n**Manglik Houses:** 1, 2, 4, 7, 8, 12 from Lagna/Moon/Venus\n\n**Cancellation Factors:**\n- Mars in own sign (Aries/Scorpio)\n- Mars exalted (Capricorn)\n- Jupiter's aspect on Mars\n- Both partners are Manglik (mutual cancellation)\n\n**Response time:** ~100ms\n\n✨ **Example Description:**\nManglik with cancellation factors present.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/manglik-dosha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "manglik-dosha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Partial Manglik\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 4,\n      \"day\": 10,\n      \"hour\": 6,\n      \"minute\": 15,\n      \"city\": \"Pune\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"lahiri\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "3cf4f5c0-e622-4c43-b70c-dcbe32511b4a",
              "name": "No Manglik Dosha",
              "request": {
                "name": "No Manglik Dosha",
                "description": {
                  "content": "🎯 **Get Manglik Dosha**\n\n📋 **Endpoint Description:**\n**Manglik Dosha Analysis** - Mars affliction check for marriage\n\n**Perfect for:**\n- Pre-marriage compatibility check (CRITICAL in Indian marriages)\n- Understanding Mars placement effects\n- Identifying cancellation factors\n- Remedies recommendations\n\n**What you get:**\n- **Is Manglik** - Yes/No determination\n- **Severity** - None, Partial, or Full\n- **Mars Position** - House from Lagna, Moon, and Venus\n- **Cancellation Factors** - Conditions that reduce/cancel Manglik\n- **Detailed Analysis** - Explanation of findings\n\n**Manglik Houses:** 1, 2, 4, 7, 8, 12 from Lagna/Moon/Venus\n\n**Cancellation Factors:**\n- Mars in own sign (Aries/Scorpio)\n- Mars exalted (Capricorn)\n- Jupiter's aspect on Mars\n- Both partners are Manglik (mutual cancellation)\n\n**Response time:** ~100ms\n\n✨ **Example Description:**\nPerson without Manglik Dosha.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/manglik-dosha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "manglik-dosha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Non-Manglik\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 12,\n      \"day\": 25,\n      \"hour\": 10,\n      \"minute\": 0,\n      \"city\": \"Bangalore\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Divisional Charts",
          "description": "All available examples for Get Divisional Charts endpoint. **Divisional Charts (Varga)** - D1 through D60 chart analysis\n\n**Perfect for:**\n- Professional Jyotish analysis (D9 is CRITICAL for marriage)\n- Career analysis (D10 Dasamsa)\n- Children analysis (D7 Saptamsa)\n- Spiritual assessment (D20 Vimsamsa)\n\n**What you get:**\n- **Multiple Charts** - Request any combination of Vargas\n- **Planet Positions** - Sign and degree in each chart\n- **Sign Lords** - Dispositor for each placement\n- **Vargottama Detection** - Planets in same sign D1/D9\n\n**Available Charts:**\n- **D1** - Rashi (Main chart, personality)\n- **D2** - Hora (Wealth)\n- **D3** - Drekkana (Siblings)\n- **D4** - Chaturthamsa (Property)\n- **D7** - Saptamsa (Children)\n- **D9** - Navamsa (Marriage, Dharma) **MOST IMPORTANT**\n- **D10** - Dasamsa (Career)\n- **D12** - Dwadasamsa (Parents)\n- **D16** - Shodasamsa (Vehicles)\n- **D20** - Vimsamsa (Spirituality)\n- **D24** - Chaturvimsamsa (Education)\n- **D27** - Bhamsa (Strength)\n- **D30** - Trimsamsa (Misfortunes)\n- **D40** - Khavedamsa (Maternal)\n- **D45** - Akshavedamsa (Paternal)\n- **D60** - Shashtiamsa (Past karma)\n\n**Response time:** ~100ms per chart\n\n**Source citations:**\n- Classical mappings: Brihat Parashara Hora Shastra (BPHS) Chapter 6 (R. Santhanam translation, Ranjan Publications)\n- D30 unequal sectors: BPHS 6.24-26\n- D60 deity names: BPHS 6.36-43 (Santhanam consensus edition)\n- Pushkara navamsa ranges: verified against Komilla Sutton, Sanatanveda, Jagannatha Hora 7.61+\n- Harmonic (legacy) tradition: K.N. Rao equal-degree method\n\n**Tradition parameter:**\n- `parashara` (default) — classical BPHS Ch. 6 mappings\n- `harmonic` — legacy K.N. Rao / pre-2026 default. Available for backwards compatibility.\n\n**Jaimini sub-mode:** `jaimini_d30=true` uses Jaimini equal-30 variant for D30 only.",
          "item": [
            {
              "id": "02d77fb4-aa4d-4d0b-a8cd-442d643525c8",
              "name": "D1 + D9 (essential)",
              "request": {
                "name": "D1 + D9 (essential)",
                "description": {
                  "content": "🎯 **Get Divisional Charts**\n\n📋 **Endpoint Description:**\n**Divisional Charts (Varga)** - D1 through D60 chart analysis\n\n**Perfect for:**\n- Professional Jyotish analysis (D9 is CRITICAL for marriage)\n- Career analysis (D10 Dasamsa)\n- Children analysis (D7 Saptamsa)\n- Spiritual assessment (D20 Vimsamsa)\n\n**What you get:**\n- **Multiple Charts** - Request any combination of Vargas\n- **Planet Positions** - Sign and degree in each chart\n- **Sign Lords** - Dispositor for each placement\n- **Vargottama Detection** - Planets in same sign D1/D9\n\n**Available Charts:**\n- **D1** - Rashi (Main chart, personality)\n- **D2** - Hora (Wealth)\n- **D3** - Drekkana (Siblings)\n- **D4** - Chaturthamsa (Property)\n- **D7** - Saptamsa (Children)\n- **D9** - Navamsa (Marriage, Dharma) **MOST IMPORTANT**\n- **D10** - Dasamsa (Career)\n- **D12** - Dwadasamsa (Parents)\n- **D16** - Shodasamsa (Vehicles)\n- **D20** - Vimsamsa (Spirituality)\n- **D24** - Chaturvimsamsa (Education)\n- **D27** - Bhamsa (Strength)\n- **D30** - Trimsamsa (Misfortunes)\n- **D40** - Khavedamsa (Maternal)\n- **D45** - Akshavedamsa (Paternal)\n- **D60** - Shashtiamsa (Past karma)\n\n**Response time:** ~100ms per chart\n\n**Source citations:**\n- Classical mappings: Brihat Parashara Hora Shastra (BPHS) Chapter 6 (R. Santhanam translation, Ranjan Publications)\n- D30 unequal sectors: BPHS 6.24-26\n- D60 deity names: BPHS 6.36-43 (Santhanam consensus edition)\n- Pushkara navamsa ranges: verified against Komilla Sutton, Sanatanveda, Jagannatha Hora 7.61+\n- Harmonic (legacy) tradition: K.N. Rao equal-degree method\n\n**Tradition parameter:**\n- `parashara` (default) — classical BPHS Ch. 6 mappings\n- `harmonic` — legacy K.N. Rao / pre-2026 default. Available for backwards compatibility.\n\n**Jaimini sub-mode:** `jaimini_d30=true` uses Jaimini equal-30 variant for D30 only.\n\n✨ **Example Description:**\nRashi and Navamsa - the essential pair for any analysis.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/divisional-chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "divisional-chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Navamsa Example\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 5,\n      \"day\": 20,\n      \"hour\": 15,\n      \"minute\": 30,\n      \"city\": \"Kolkata\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"charts\": [\n    \"D1\",\n    \"D9\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "e544c32e-4713-42d9-8e44-6935cd5aef53",
              "name": "Career analysis (D1, D9, D10)",
              "request": {
                "name": "Career analysis (D1, D9, D10)",
                "description": {
                  "content": "🎯 **Get Divisional Charts**\n\n📋 **Endpoint Description:**\n**Divisional Charts (Varga)** - D1 through D60 chart analysis\n\n**Perfect for:**\n- Professional Jyotish analysis (D9 is CRITICAL for marriage)\n- Career analysis (D10 Dasamsa)\n- Children analysis (D7 Saptamsa)\n- Spiritual assessment (D20 Vimsamsa)\n\n**What you get:**\n- **Multiple Charts** - Request any combination of Vargas\n- **Planet Positions** - Sign and degree in each chart\n- **Sign Lords** - Dispositor for each placement\n- **Vargottama Detection** - Planets in same sign D1/D9\n\n**Available Charts:**\n- **D1** - Rashi (Main chart, personality)\n- **D2** - Hora (Wealth)\n- **D3** - Drekkana (Siblings)\n- **D4** - Chaturthamsa (Property)\n- **D7** - Saptamsa (Children)\n- **D9** - Navamsa (Marriage, Dharma) **MOST IMPORTANT**\n- **D10** - Dasamsa (Career)\n- **D12** - Dwadasamsa (Parents)\n- **D16** - Shodasamsa (Vehicles)\n- **D20** - Vimsamsa (Spirituality)\n- **D24** - Chaturvimsamsa (Education)\n- **D27** - Bhamsa (Strength)\n- **D30** - Trimsamsa (Misfortunes)\n- **D40** - Khavedamsa (Maternal)\n- **D45** - Akshavedamsa (Paternal)\n- **D60** - Shashtiamsa (Past karma)\n\n**Response time:** ~100ms per chart\n\n**Source citations:**\n- Classical mappings: Brihat Parashara Hora Shastra (BPHS) Chapter 6 (R. Santhanam translation, Ranjan Publications)\n- D30 unequal sectors: BPHS 6.24-26\n- D60 deity names: BPHS 6.36-43 (Santhanam consensus edition)\n- Pushkara navamsa ranges: verified against Komilla Sutton, Sanatanveda, Jagannatha Hora 7.61+\n- Harmonic (legacy) tradition: K.N. Rao equal-degree method\n\n**Tradition parameter:**\n- `parashara` (default) — classical BPHS Ch. 6 mappings\n- `harmonic` — legacy K.N. Rao / pre-2026 default. Available for backwards compatibility.\n\n**Jaimini sub-mode:** `jaimini_d30=true` uses Jaimini equal-30 variant for D30 only.\n\n✨ **Example Description:**\nCharts for professional/career analysis.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/divisional-chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "divisional-chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Career Analysis\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 9,\n      \"day\": 8,\n      \"hour\": 11,\n      \"minute\": 0,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"charts\": [\n    \"D1\",\n    \"D9\",\n    \"D10\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5c3d372d-ec54-4cdf-a315-d0cf580784f9",
              "name": "Marriage analysis",
              "request": {
                "name": "Marriage analysis",
                "description": {
                  "content": "🎯 **Get Divisional Charts**\n\n📋 **Endpoint Description:**\n**Divisional Charts (Varga)** - D1 through D60 chart analysis\n\n**Perfect for:**\n- Professional Jyotish analysis (D9 is CRITICAL for marriage)\n- Career analysis (D10 Dasamsa)\n- Children analysis (D7 Saptamsa)\n- Spiritual assessment (D20 Vimsamsa)\n\n**What you get:**\n- **Multiple Charts** - Request any combination of Vargas\n- **Planet Positions** - Sign and degree in each chart\n- **Sign Lords** - Dispositor for each placement\n- **Vargottama Detection** - Planets in same sign D1/D9\n\n**Available Charts:**\n- **D1** - Rashi (Main chart, personality)\n- **D2** - Hora (Wealth)\n- **D3** - Drekkana (Siblings)\n- **D4** - Chaturthamsa (Property)\n- **D7** - Saptamsa (Children)\n- **D9** - Navamsa (Marriage, Dharma) **MOST IMPORTANT**\n- **D10** - Dasamsa (Career)\n- **D12** - Dwadasamsa (Parents)\n- **D16** - Shodasamsa (Vehicles)\n- **D20** - Vimsamsa (Spirituality)\n- **D24** - Chaturvimsamsa (Education)\n- **D27** - Bhamsa (Strength)\n- **D30** - Trimsamsa (Misfortunes)\n- **D40** - Khavedamsa (Maternal)\n- **D45** - Akshavedamsa (Paternal)\n- **D60** - Shashtiamsa (Past karma)\n\n**Response time:** ~100ms per chart\n\n**Source citations:**\n- Classical mappings: Brihat Parashara Hora Shastra (BPHS) Chapter 6 (R. Santhanam translation, Ranjan Publications)\n- D30 unequal sectors: BPHS 6.24-26\n- D60 deity names: BPHS 6.36-43 (Santhanam consensus edition)\n- Pushkara navamsa ranges: verified against Komilla Sutton, Sanatanveda, Jagannatha Hora 7.61+\n- Harmonic (legacy) tradition: K.N. Rao equal-degree method\n\n**Tradition parameter:**\n- `parashara` (default) — classical BPHS Ch. 6 mappings\n- `harmonic` — legacy K.N. Rao / pre-2026 default. Available for backwards compatibility.\n\n**Jaimini sub-mode:** `jaimini_d30=true` uses Jaimini equal-30 variant for D30 only.\n\n✨ **Example Description:**\nComprehensive charts for marriage timing and quality.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/divisional-chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "divisional-chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Marriage Charts\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 2,\n      \"day\": 14,\n      \"hour\": 8,\n      \"minute\": 45,\n      \"city\": \"Chennai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"charts\": [\n    \"D1\",\n    \"D9\",\n    \"D7\"\n  ],\n  \"options\": {\n    \"ayanamsa\": \"lahiri\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Panchang",
          "description": "All available examples for Get Panchang endpoint. **Panchang (Hindu Calendar)** - Daily tithi, nakshatra, yoga, karana\n\n**Perfect for:**\n- Daily auspicious timing\n- Rahu Kalam avoidance\n- Religious observances\n- Muhurta selection\n\n**What you get:**\n- **Tithi** - Lunar day (1-30 in Shukla/Krishna paksha)\n- **Nakshatra** - Moon's constellation with pada\n- **Yoga** - Sun-Moon combination (27 types)\n- **Karana** - Half-tithi (11 types)\n- **Vara** - Day of week with ruling planet\n- **Rahu Kalam** - Inauspicious period timing\n- **Yamagandam** - Yama's period timing\n- **Gulika Kalam** - Gulika's period timing\n- **Abhijit Muhurta** - Most auspicious time (~48 min around noon)\n- **Choghadiya** - 8 daily periods with nature\n\n**Ayanamsa options:** lahiri (default), krishnamurti, raman, yukteshwar, true_citra\n\n**Response time:** ~200ms",
          "item": [
            {
              "id": "2c50b087-1ab3-4a12-a628-f2dfa1deeae0",
              "name": "Delhi Panchang (English)",
              "request": {
                "name": "Delhi Panchang (English)",
                "description": {
                  "content": "🎯 **Get Panchang**\n\n📋 **Endpoint Description:**\n**Panchang (Hindu Calendar)** - Daily tithi, nakshatra, yoga, karana\n\n**Perfect for:**\n- Daily auspicious timing\n- Rahu Kalam avoidance\n- Religious observances\n- Muhurta selection\n\n**What you get:**\n- **Tithi** - Lunar day (1-30 in Shukla/Krishna paksha)\n- **Nakshatra** - Moon's constellation with pada\n- **Yoga** - Sun-Moon combination (27 types)\n- **Karana** - Half-tithi (11 types)\n- **Vara** - Day of week with ruling planet\n- **Rahu Kalam** - Inauspicious period timing\n- **Yamagandam** - Yama's period timing\n- **Gulika Kalam** - Gulika's period timing\n- **Abhijit Muhurta** - Most auspicious time (~48 min around noon)\n- **Choghadiya** - 8 daily periods with nature\n\n**Ayanamsa options:** lahiri (default), krishnamurti, raman, yukteshwar, true_citra\n\n**Response time:** ~200ms\n\n✨ **Example Description:**\nDaily panchang for Delhi with English interpretations.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/panchang`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "panchang"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2025,\n    \"month\": 1,\n    \"day\": 5,\n    \"hour\": 6,\n    \"minute\": 0,\n    \"city\": \"Delhi\",\n    \"country_code\": \"IN\"\n  },\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "292a258f-8fb6-4a91-aa84-5407e410b485",
              "name": "Delhi Panchang (Hindi)",
              "request": {
                "name": "Delhi Panchang (Hindi)",
                "description": {
                  "content": "🎯 **Get Panchang**\n\n📋 **Endpoint Description:**\n**Panchang (Hindu Calendar)** - Daily tithi, nakshatra, yoga, karana\n\n**Perfect for:**\n- Daily auspicious timing\n- Rahu Kalam avoidance\n- Religious observances\n- Muhurta selection\n\n**What you get:**\n- **Tithi** - Lunar day (1-30 in Shukla/Krishna paksha)\n- **Nakshatra** - Moon's constellation with pada\n- **Yoga** - Sun-Moon combination (27 types)\n- **Karana** - Half-tithi (11 types)\n- **Vara** - Day of week with ruling planet\n- **Rahu Kalam** - Inauspicious period timing\n- **Yamagandam** - Yama's period timing\n- **Gulika Kalam** - Gulika's period timing\n- **Abhijit Muhurta** - Most auspicious time (~48 min around noon)\n- **Choghadiya** - 8 daily periods with nature\n\n**Ayanamsa options:** lahiri (default), krishnamurti, raman, yukteshwar, true_citra\n\n**Response time:** ~200ms\n\n✨ **Example Description:**\nDaily panchang for Delhi with Hindi interpretations.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/panchang`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "panchang"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2025,\n    \"month\": 1,\n    \"day\": 5,\n    \"hour\": 6,\n    \"minute\": 0,\n    \"city\": \"Delhi\",\n    \"country_code\": \"IN\"\n  },\n  \"options\": {\n    \"language\": \"hi\",\n    \"ayanamsa\": \"lahiri\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c8198262-0c58-4531-a9e3-bfc99076871a",
              "name": "Berlin Panchang (German)",
              "request": {
                "name": "Berlin Panchang (German)",
                "description": {
                  "content": "🎯 **Get Panchang**\n\n📋 **Endpoint Description:**\n**Panchang (Hindu Calendar)** - Daily tithi, nakshatra, yoga, karana\n\n**Perfect for:**\n- Daily auspicious timing\n- Rahu Kalam avoidance\n- Religious observances\n- Muhurta selection\n\n**What you get:**\n- **Tithi** - Lunar day (1-30 in Shukla/Krishna paksha)\n- **Nakshatra** - Moon's constellation with pada\n- **Yoga** - Sun-Moon combination (27 types)\n- **Karana** - Half-tithi (11 types)\n- **Vara** - Day of week with ruling planet\n- **Rahu Kalam** - Inauspicious period timing\n- **Yamagandam** - Yama's period timing\n- **Gulika Kalam** - Gulika's period timing\n- **Abhijit Muhurta** - Most auspicious time (~48 min around noon)\n- **Choghadiya** - 8 daily periods with nature\n\n**Ayanamsa options:** lahiri (default), krishnamurti, raman, yukteshwar, true_citra\n\n**Response time:** ~200ms\n\n✨ **Example Description:**\nPanchang for Berlin with German interpretations.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/panchang`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "panchang"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"datetime_location\": {\n    \"year\": 2025,\n    \"month\": 1,\n    \"day\": 10,\n    \"hour\": 9,\n    \"minute\": 0,\n    \"city\": \"Berlin\",\n    \"country_code\": \"DE\"\n  },\n  \"options\": {\n    \"language\": \"de\",\n    \"ayanamsa\": \"lahiri\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Remedies",
          "description": "All available examples for Get Remedies endpoint. **Vedic Remedies** - Gemstones, mantras, charity, fasting for planetary balance\n\n**Perfect for:**\n- Gemstone recommendations (Ratna Shastra)\n- Mantra prescriptions with japa counts\n- Charity (Daan) suggestions\n- Fasting (Vrata) recommendations\n- Color therapy\n\n**What you get:**\n- **Planet Analysis** - Which planets are weak/afflicted\n- **Gemstones** - Primary stone, alternatives, metal, finger, wearing day/time\n- **Mantras** - Beej mantra with Sanskrit, japa count, mala count\n- **Charity** - Items to donate, when, to whom\n- **Fasting** - Vrata day, foods allowed/avoided, deity\n\n**Remedy types:**\n- `all` - All remedy types (default)\n- `gemstones` - Only gemstone recommendations\n- `mantras` - Only mantra prescriptions\n- `charity` - Only charity suggestions\n- `fasting` - Only fasting recommendations\n\n**Response time:** ~200ms",
          "item": [
            {
              "id": "84c9abcf-3b0f-4eff-b0a8-ff9c183017fb",
              "name": "All remedy types",
              "request": {
                "name": "All remedy types",
                "description": {
                  "content": "🎯 **Get Remedies**\n\n📋 **Endpoint Description:**\n**Vedic Remedies** - Gemstones, mantras, charity, fasting for planetary balance\n\n**Perfect for:**\n- Gemstone recommendations (Ratna Shastra)\n- Mantra prescriptions with japa counts\n- Charity (Daan) suggestions\n- Fasting (Vrata) recommendations\n- Color therapy\n\n**What you get:**\n- **Planet Analysis** - Which planets are weak/afflicted\n- **Gemstones** - Primary stone, alternatives, metal, finger, wearing day/time\n- **Mantras** - Beej mantra with Sanskrit, japa count, mala count\n- **Charity** - Items to donate, when, to whom\n- **Fasting** - Vrata day, foods allowed/avoided, deity\n\n**Remedy types:**\n- `all` - All remedy types (default)\n- `gemstones` - Only gemstone recommendations\n- `mantras` - Only mantra prescriptions\n- `charity` - Only charity suggestions\n- `fasting` - Only fasting recommendations\n\n**Response time:** ~200ms\n\n✨ **Example Description:**\nGet all types of remedies for weak planets.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/remedies`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "remedies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Remedy Seeker\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 6,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"city\": \"Varanasi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"remedy_type\": \"all\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "90e5f25c-d059-452d-93e2-cc6d687493ef",
              "name": "Gemstone recommendations",
              "request": {
                "name": "Gemstone recommendations",
                "description": {
                  "content": "🎯 **Get Remedies**\n\n📋 **Endpoint Description:**\n**Vedic Remedies** - Gemstones, mantras, charity, fasting for planetary balance\n\n**Perfect for:**\n- Gemstone recommendations (Ratna Shastra)\n- Mantra prescriptions with japa counts\n- Charity (Daan) suggestions\n- Fasting (Vrata) recommendations\n- Color therapy\n\n**What you get:**\n- **Planet Analysis** - Which planets are weak/afflicted\n- **Gemstones** - Primary stone, alternatives, metal, finger, wearing day/time\n- **Mantras** - Beej mantra with Sanskrit, japa count, mala count\n- **Charity** - Items to donate, when, to whom\n- **Fasting** - Vrata day, foods allowed/avoided, deity\n\n**Remedy types:**\n- `all` - All remedy types (default)\n- `gemstones` - Only gemstone recommendations\n- `mantras` - Only mantra prescriptions\n- `charity` - Only charity suggestions\n- `fasting` - Only fasting recommendations\n\n**Response time:** ~200ms\n\n✨ **Example Description:**\nOnly gemstone recommendations for weak planets.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/remedies`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "remedies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Gem Seeker\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 3,\n      \"day\": 21,\n      \"hour\": 8,\n      \"minute\": 0,\n      \"city\": \"Jaipur\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"remedy_type\": \"gemstones\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "cfd5f467-930a-4faa-892c-0b2dc7449ad3",
              "name": "Mantra recommendations (Hindi)",
              "request": {
                "name": "Mantra recommendations (Hindi)",
                "description": {
                  "content": "🎯 **Get Remedies**\n\n📋 **Endpoint Description:**\n**Vedic Remedies** - Gemstones, mantras, charity, fasting for planetary balance\n\n**Perfect for:**\n- Gemstone recommendations (Ratna Shastra)\n- Mantra prescriptions with japa counts\n- Charity (Daan) suggestions\n- Fasting (Vrata) recommendations\n- Color therapy\n\n**What you get:**\n- **Planet Analysis** - Which planets are weak/afflicted\n- **Gemstones** - Primary stone, alternatives, metal, finger, wearing day/time\n- **Mantras** - Beej mantra with Sanskrit, japa count, mala count\n- **Charity** - Items to donate, when, to whom\n- **Fasting** - Vrata day, foods allowed/avoided, deity\n\n**Remedy types:**\n- `all` - All remedy types (default)\n- `gemstones` - Only gemstone recommendations\n- `mantras` - Only mantra prescriptions\n- `charity` - Only charity suggestions\n- `fasting` - Only fasting recommendations\n\n**Response time:** ~200ms\n\n✨ **Example Description:**\nMantra prescriptions with Hindi translations.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/remedies`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "remedies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Mantra Seeker\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 10,\n      \"day\": 12,\n      \"hour\": 6,\n      \"minute\": 15,\n      \"city\": \"Rishikesh\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"remedy_type\": \"mantras\",\n  \"options\": {\n    \"language\": \"hi\",\n    \"ayanamsa\": \"lahiri\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Vimshottari Dasha",
          "description": "All available examples for Get Vimshottari Dasha endpoint. **Vimshottari Dasha** - 120-year planetary period system\n\n**Perfect for:**\n- Life event prediction and timing\n- Understanding current planetary influences\n- Career, marriage, health timing questions\n- Professional Jyotish consultations\n\n**What you get:**\n- **Birth Nakshatra** - Moon's constellation that determines starting dasha\n- **Dasha Balance at Birth** - How much of first dasha was remaining\n- **Complete Mahadasha Sequence** - All major periods covering ~100 years\n- **Current Period Summary** - What dasha is running now\n- **Sub-periods** - Based on selected dasha_level\n\n**Dasha Levels (dasha_level parameter):**\n- **mahadasha** - Main periods only (9 periods)\n- **antardasha** - + Sub-periods (default, industry standard)\n- **pratyantardasha** - + Sub-sub-periods for precise timing\n- **sukshma** - + 4th level (~1-4 days each)\n- **prana** - + 5th level (~2-10 hours each, maximum detail)\n\n**Dasha Durations:**\n- Ketu: 7 years | Venus: 20 years | Sun: 6 years\n- Moon: 10 years | Mars: 7 years | Rahu: 18 years\n- Jupiter: 16 years | Saturn: 19 years | Mercury: 17 years\n- **Total Cycle: 120 years**\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "bb58c274-fe4f-47c2-8a23-c121169d233a",
              "name": "Standard Dasha (Mahadasha + Antardasha)",
              "request": {
                "name": "Standard Dasha (Mahadasha + Antardasha)",
                "description": {
                  "content": "🎯 **Get Vimshottari Dasha**\n\n📋 **Endpoint Description:**\n**Vimshottari Dasha** - 120-year planetary period system\n\n**Perfect for:**\n- Life event prediction and timing\n- Understanding current planetary influences\n- Career, marriage, health timing questions\n- Professional Jyotish consultations\n\n**What you get:**\n- **Birth Nakshatra** - Moon's constellation that determines starting dasha\n- **Dasha Balance at Birth** - How much of first dasha was remaining\n- **Complete Mahadasha Sequence** - All major periods covering ~100 years\n- **Current Period Summary** - What dasha is running now\n- **Sub-periods** - Based on selected dasha_level\n\n**Dasha Levels (dasha_level parameter):**\n- **mahadasha** - Main periods only (9 periods)\n- **antardasha** - + Sub-periods (default, industry standard)\n- **pratyantardasha** - + Sub-sub-periods for precise timing\n- **sukshma** - + 4th level (~1-4 days each)\n- **prana** - + 5th level (~2-10 hours each, maximum detail)\n\n**Dasha Durations:**\n- Ketu: 7 years | Venus: 20 years | Sun: 6 years\n- Moon: 10 years | Mars: 7 years | Rahu: 18 years\n- Jupiter: 16 years | Saturn: 19 years | Mercury: 17 years\n- **Total Cycle: 120 years**\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nIndustry standard - get Mahadasha and Antardasha periods.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/vimshottari-dasha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "vimshottari-dasha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Dasha Example\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 4,\n      \"day\": 15,\n      \"hour\": 6,\n      \"minute\": 30,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"dasha_level\": \"antardasha\",\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "4bc8cd8e-e961-4fde-98f0-7ad0143190a3",
              "name": "Detailed Dasha (up to Pratyantardasha)",
              "request": {
                "name": "Detailed Dasha (up to Pratyantardasha)",
                "description": {
                  "content": "🎯 **Get Vimshottari Dasha**\n\n📋 **Endpoint Description:**\n**Vimshottari Dasha** - 120-year planetary period system\n\n**Perfect for:**\n- Life event prediction and timing\n- Understanding current planetary influences\n- Career, marriage, health timing questions\n- Professional Jyotish consultations\n\n**What you get:**\n- **Birth Nakshatra** - Moon's constellation that determines starting dasha\n- **Dasha Balance at Birth** - How much of first dasha was remaining\n- **Complete Mahadasha Sequence** - All major periods covering ~100 years\n- **Current Period Summary** - What dasha is running now\n- **Sub-periods** - Based on selected dasha_level\n\n**Dasha Levels (dasha_level parameter):**\n- **mahadasha** - Main periods only (9 periods)\n- **antardasha** - + Sub-periods (default, industry standard)\n- **pratyantardasha** - + Sub-sub-periods for precise timing\n- **sukshma** - + 4th level (~1-4 days each)\n- **prana** - + 5th level (~2-10 hours each, maximum detail)\n\n**Dasha Durations:**\n- Ketu: 7 years | Venus: 20 years | Sun: 6 years\n- Moon: 10 years | Mars: 7 years | Rahu: 18 years\n- Jupiter: 16 years | Saturn: 19 years | Mercury: 17 years\n- **Total Cycle: 120 years**\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nGet complete dasha sequence including Pratyantardashas for precise timing.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/vimshottari-dasha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "vimshottari-dasha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Full Dasha Analysis\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 11,\n      \"day\": 20,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"dasha_level\": \"pratyantardasha\",\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "afd746b1-6431-4fd0-878e-e3884d9fdbaf",
              "name": "Maximum detail (up to Prana Dasha)",
              "request": {
                "name": "Maximum detail (up to Prana Dasha)",
                "description": {
                  "content": "🎯 **Get Vimshottari Dasha**\n\n📋 **Endpoint Description:**\n**Vimshottari Dasha** - 120-year planetary period system\n\n**Perfect for:**\n- Life event prediction and timing\n- Understanding current planetary influences\n- Career, marriage, health timing questions\n- Professional Jyotish consultations\n\n**What you get:**\n- **Birth Nakshatra** - Moon's constellation that determines starting dasha\n- **Dasha Balance at Birth** - How much of first dasha was remaining\n- **Complete Mahadasha Sequence** - All major periods covering ~100 years\n- **Current Period Summary** - What dasha is running now\n- **Sub-periods** - Based on selected dasha_level\n\n**Dasha Levels (dasha_level parameter):**\n- **mahadasha** - Main periods only (9 periods)\n- **antardasha** - + Sub-periods (default, industry standard)\n- **pratyantardasha** - + Sub-sub-periods for precise timing\n- **sukshma** - + 4th level (~1-4 days each)\n- **prana** - + 5th level (~2-10 hours each, maximum detail)\n\n**Dasha Durations:**\n- Ketu: 7 years | Venus: 20 years | Sun: 6 years\n- Moon: 10 years | Mars: 7 years | Rahu: 18 years\n- Jupiter: 16 years | Saturn: 19 years | Mercury: 17 years\n- **Total Cycle: 120 years**\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nGet all 5 levels of dasha including Sukshma (~1-4 days) and Prana (~2-10 hours).\n\n🔗 **Endpoint:** `POST /api/v3/vedic/vimshottari-dasha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "vimshottari-dasha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Precise Timing\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 7,\n      \"day\": 10,\n      \"hour\": 10,\n      \"minute\": 0,\n      \"city\": \"Chennai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"dasha_level\": \"prana\",\n  \"options\": {\n    \"language\": \"en\",\n    \"precision\": 6\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a3b4364b-8cd5-4795-a317-4fc52803f38a",
              "name": "Dasha for specific date",
              "request": {
                "name": "Dasha for specific date",
                "description": {
                  "content": "🎯 **Get Vimshottari Dasha**\n\n📋 **Endpoint Description:**\n**Vimshottari Dasha** - 120-year planetary period system\n\n**Perfect for:**\n- Life event prediction and timing\n- Understanding current planetary influences\n- Career, marriage, health timing questions\n- Professional Jyotish consultations\n\n**What you get:**\n- **Birth Nakshatra** - Moon's constellation that determines starting dasha\n- **Dasha Balance at Birth** - How much of first dasha was remaining\n- **Complete Mahadasha Sequence** - All major periods covering ~100 years\n- **Current Period Summary** - What dasha is running now\n- **Sub-periods** - Based on selected dasha_level\n\n**Dasha Levels (dasha_level parameter):**\n- **mahadasha** - Main periods only (9 periods)\n- **antardasha** - + Sub-periods (default, industry standard)\n- **pratyantardasha** - + Sub-sub-periods for precise timing\n- **sukshma** - + 4th level (~1-4 days each)\n- **prana** - + 5th level (~2-10 hours each, maximum detail)\n\n**Dasha Durations:**\n- Ketu: 7 years | Venus: 20 years | Sun: 6 years\n- Moon: 10 years | Mars: 7 years | Rahu: 18 years\n- Jupiter: 16 years | Saturn: 19 years | Mercury: 17 years\n- **Total Cycle: 120 years**\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nFind which dasha will be running on a specific future date.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/vimshottari-dasha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "vimshottari-dasha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Future Dasha\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 7,\n      \"day\": 10,\n      \"hour\": 10,\n      \"minute\": 0,\n      \"city\": \"Chennai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"target_date\": \"2030-01-01\",\n  \"dasha_level\": \"antardasha\",\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Sade Sati",
          "description": "All available examples for Get Sade Sati endpoint. **Sade-Sati Analysis** - 7.5-year Saturn transit period\n\n**Perfect for:**\n- Understanding if you're in a challenging Saturn period\n- Planning major life decisions around Saturn transits\n- Prescribing specific remedies for Saturn relief\n- Marriage, career, and major purchase timing\n\n**What you get:**\n- **Current Status** - Whether Sade-Sati is active\n- **Phase Info** - Rising (beginning), Peak (intense), or Setting (ending)\n- **Saturn Position** - Current Saturn transit details\n- **Small Panoti** - Kantaka/Ashtama Shani check (4th/8th house transit)\n- **Date Estimates** - Approximate start/end dates for each phase\n- **Intensity Level** - Severity assessment\n- **Remedies** - Mantras, donations, worship recommendations\n\n**Sade-Sati Phases:**\n- **Rising (12th from Moon)** - ~2.5 years - Challenges beginning\n- **Peak (Over Moon)** - ~2.5 years - Maximum intensity\n- **Setting (2nd from Moon)** - ~2.5 years - Gradual relief\n\n**Response time:** ~100ms | **Accuracy:** Current ephemeris data",
          "item": [
            {
              "id": "7839058c-70ff-4ca9-b36c-18fa03dd7578",
              "name": "Current Sade-Sati status",
              "request": {
                "name": "Current Sade-Sati status",
                "description": {
                  "content": "🎯 **Get Sade Sati**\n\n📋 **Endpoint Description:**\n**Sade-Sati Analysis** - 7.5-year Saturn transit period\n\n**Perfect for:**\n- Understanding if you're in a challenging Saturn period\n- Planning major life decisions around Saturn transits\n- Prescribing specific remedies for Saturn relief\n- Marriage, career, and major purchase timing\n\n**What you get:**\n- **Current Status** - Whether Sade-Sati is active\n- **Phase Info** - Rising (beginning), Peak (intense), or Setting (ending)\n- **Saturn Position** - Current Saturn transit details\n- **Small Panoti** - Kantaka/Ashtama Shani check (4th/8th house transit)\n- **Date Estimates** - Approximate start/end dates for each phase\n- **Intensity Level** - Severity assessment\n- **Remedies** - Mantras, donations, worship recommendations\n\n**Sade-Sati Phases:**\n- **Rising (12th from Moon)** - ~2.5 years - Challenges beginning\n- **Peak (Over Moon)** - ~2.5 years - Maximum intensity\n- **Setting (2nd from Moon)** - ~2.5 years - Gradual relief\n\n**Response time:** ~100ms | **Accuracy:** Current ephemeris data\n\n✨ **Example Description:**\nCheck if person is currently in Sade-Sati.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/sade-sati`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "sade-sati"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sade-Sati Check\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 4,\n      \"day\": 15,\n      \"hour\": 6,\n      \"minute\": 30,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"include_remedies\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "51f262f0-ac0a-4f81-91b2-116e2e9088e1",
              "name": "Future Sade-Sati check",
              "request": {
                "name": "Future Sade-Sati check",
                "description": {
                  "content": "🎯 **Get Sade Sati**\n\n📋 **Endpoint Description:**\n**Sade-Sati Analysis** - 7.5-year Saturn transit period\n\n**Perfect for:**\n- Understanding if you're in a challenging Saturn period\n- Planning major life decisions around Saturn transits\n- Prescribing specific remedies for Saturn relief\n- Marriage, career, and major purchase timing\n\n**What you get:**\n- **Current Status** - Whether Sade-Sati is active\n- **Phase Info** - Rising (beginning), Peak (intense), or Setting (ending)\n- **Saturn Position** - Current Saturn transit details\n- **Small Panoti** - Kantaka/Ashtama Shani check (4th/8th house transit)\n- **Date Estimates** - Approximate start/end dates for each phase\n- **Intensity Level** - Severity assessment\n- **Remedies** - Mantras, donations, worship recommendations\n\n**Sade-Sati Phases:**\n- **Rising (12th from Moon)** - ~2.5 years - Challenges beginning\n- **Peak (Over Moon)** - ~2.5 years - Maximum intensity\n- **Setting (2nd from Moon)** - ~2.5 years - Gradual relief\n\n**Response time:** ~100ms | **Accuracy:** Current ephemeris data\n\n✨ **Example Description:**\nCheck Sade-Sati status for a future date.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/sade-sati`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "sade-sati"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Future Check\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 11,\n      \"day\": 20,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"check_date\": \"2030-01-01\",\n  \"include_remedies\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c48afa2c-81e3-4c13-a28f-d0509b770aac",
              "name": "Capricorn Moon (currently affected)",
              "request": {
                "name": "Capricorn Moon (currently affected)",
                "description": {
                  "content": "🎯 **Get Sade Sati**\n\n📋 **Endpoint Description:**\n**Sade-Sati Analysis** - 7.5-year Saturn transit period\n\n**Perfect for:**\n- Understanding if you're in a challenging Saturn period\n- Planning major life decisions around Saturn transits\n- Prescribing specific remedies for Saturn relief\n- Marriage, career, and major purchase timing\n\n**What you get:**\n- **Current Status** - Whether Sade-Sati is active\n- **Phase Info** - Rising (beginning), Peak (intense), or Setting (ending)\n- **Saturn Position** - Current Saturn transit details\n- **Small Panoti** - Kantaka/Ashtama Shani check (4th/8th house transit)\n- **Date Estimates** - Approximate start/end dates for each phase\n- **Intensity Level** - Severity assessment\n- **Remedies** - Mantras, donations, worship recommendations\n\n**Sade-Sati Phases:**\n- **Rising (12th from Moon)** - ~2.5 years - Challenges beginning\n- **Peak (Over Moon)** - ~2.5 years - Maximum intensity\n- **Setting (2nd from Moon)** - ~2.5 years - Gradual relief\n\n**Response time:** ~100ms | **Accuracy:** Current ephemeris data\n\n✨ **Example Description:**\nPerson with Capricorn Moon (Sade-Sati in 2023-2030).\n\n🔗 **Endpoint:** `POST /api/v3/vedic/sade-sati`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "sade-sati"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Capricorn Moon Native\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 1,\n      \"day\": 10,\n      \"hour\": 22,\n      \"minute\": 0,\n      \"city\": \"Jaipur\",\n      \"country_code\": \"IN\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Kaal Sarpa Dosha",
          "description": "All available examples for Get Kaal Sarpa Dosha endpoint. **Kaal Sarpa Dosha Analysis** - All planets between Rahu and Ketu\n\n**Perfect for:**\n- Checking if this significant yoga is present\n- Understanding which type of Kaal Sarpa affects you\n- Getting specific remedies for neutralization\n- Marriage and major life decision planning\n\n**What you get:**\n- **Presence Status** - Whether Kaal Sarpa is present (full or partial)\n- **Type (12 types)** - Based on Rahu's house position\n- **Direction** - Ascending or descending Kaal Sarpa\n- **Intensity Level** - Mild, moderate, or severe\n- **Affected Areas** - Life domains impacted\n- **Planet Positions** - Visual map of Rahu-Ketu axis\n- **Remedies** - Mantras, pujas, donations, temples\n\n**12 Types of Kaal Sarpa:**\n- Anant (1st), Kulik (2nd), Vasuki (3rd), Shankhapal (4th)\n- Padma (5th), Mahapadma (6th), Takshak (7th), Karkotak (8th)\n- Shankhachur (9th), Ghatak (10th), Vishdhar (11th), Sheshnag (12th)\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "66c16e5b-4248-4ba6-aff9-8cd171c71bdc",
              "name": "Basic Kaal Sarpa check",
              "request": {
                "name": "Basic Kaal Sarpa check",
                "description": {
                  "content": "🎯 **Get Kaal Sarpa Dosha**\n\n📋 **Endpoint Description:**\n**Kaal Sarpa Dosha Analysis** - All planets between Rahu and Ketu\n\n**Perfect for:**\n- Checking if this significant yoga is present\n- Understanding which type of Kaal Sarpa affects you\n- Getting specific remedies for neutralization\n- Marriage and major life decision planning\n\n**What you get:**\n- **Presence Status** - Whether Kaal Sarpa is present (full or partial)\n- **Type (12 types)** - Based on Rahu's house position\n- **Direction** - Ascending or descending Kaal Sarpa\n- **Intensity Level** - Mild, moderate, or severe\n- **Affected Areas** - Life domains impacted\n- **Planet Positions** - Visual map of Rahu-Ketu axis\n- **Remedies** - Mantras, pujas, donations, temples\n\n**12 Types of Kaal Sarpa:**\n- Anant (1st), Kulik (2nd), Vasuki (3rd), Shankhapal (4th)\n- Padma (5th), Mahapadma (6th), Takshak (7th), Karkotak (8th)\n- Shankhachur (9th), Ghatak (10th), Vishdhar (11th), Sheshnag (12th)\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nCheck if Kaal Sarpa Dosha is present in the chart.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/kaal-sarpa-dosha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "kaal-sarpa-dosha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Kaal Sarpa Check\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 4,\n      \"day\": 15,\n      \"hour\": 6,\n      \"minute\": 30,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"include_remedies\": true,\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c60a3d9f-d1e0-4888-bfc7-91a181b60400",
              "name": "Check without remedies",
              "request": {
                "name": "Check without remedies",
                "description": {
                  "content": "🎯 **Get Kaal Sarpa Dosha**\n\n📋 **Endpoint Description:**\n**Kaal Sarpa Dosha Analysis** - All planets between Rahu and Ketu\n\n**Perfect for:**\n- Checking if this significant yoga is present\n- Understanding which type of Kaal Sarpa affects you\n- Getting specific remedies for neutralization\n- Marriage and major life decision planning\n\n**What you get:**\n- **Presence Status** - Whether Kaal Sarpa is present (full or partial)\n- **Type (12 types)** - Based on Rahu's house position\n- **Direction** - Ascending or descending Kaal Sarpa\n- **Intensity Level** - Mild, moderate, or severe\n- **Affected Areas** - Life domains impacted\n- **Planet Positions** - Visual map of Rahu-Ketu axis\n- **Remedies** - Mantras, pujas, donations, temples\n\n**12 Types of Kaal Sarpa:**\n- Anant (1st), Kulik (2nd), Vasuki (3rd), Shankhapal (4th)\n- Padma (5th), Mahapadma (6th), Takshak (7th), Karkotak (8th)\n- Shankhachur (9th), Ghatak (10th), Vishdhar (11th), Sheshnag (12th)\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nQuick Kaal Sarpa status check without remedy details.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/kaal-sarpa-dosha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "kaal-sarpa-dosha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Quick Check\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 11,\n      \"day\": 20,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"include_remedies\": false,\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Vedic Transit",
          "description": "All available examples for Get Vedic Transit endpoint. **Vedic Transit Analysis (Gochara)** - Current planetary influences\n\n**Perfect for:**\n- Understanding current planetary effects on your chart\n- Timing important decisions based on transits\n- Identifying favorable and challenging periods\n- Daily/weekly astrological guidance\n\n**What you get:**\n- **Transit Positions** - Current sidereal positions of all 9 planets\n- **House from Moon** - Which house each planet transits from natal Moon\n- **Gochara Effects** - Traditional favorable/unfavorable indications\n- **Aspect Analysis** - Transits aspecting natal planets\n- **Overall Summary** - Count of favorable vs challenging transits\n\n**Gochara (Transit) System:**\n- All transits measured from natal Moon sign (Chandra Lagna)\n- Traditional favorable houses: 3, 6, 10, 11 for most planets\n- Saturn, Mars, Rahu, Ketu transits especially significant\n- Results vary based on Vedangya (transiting planet's mood)\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "82671e76-00dc-476d-ac6b-209ade9d915b",
              "name": "Today's transits for natal chart",
              "request": {
                "name": "Today's transits for natal chart",
                "description": {
                  "content": "🎯 **Get Vedic Transit**\n\n📋 **Endpoint Description:**\n**Vedic Transit Analysis (Gochara)** - Current planetary influences\n\n**Perfect for:**\n- Understanding current planetary effects on your chart\n- Timing important decisions based on transits\n- Identifying favorable and challenging periods\n- Daily/weekly astrological guidance\n\n**What you get:**\n- **Transit Positions** - Current sidereal positions of all 9 planets\n- **House from Moon** - Which house each planet transits from natal Moon\n- **Gochara Effects** - Traditional favorable/unfavorable indications\n- **Aspect Analysis** - Transits aspecting natal planets\n- **Overall Summary** - Count of favorable vs challenging transits\n\n**Gochara (Transit) System:**\n- All transits measured from natal Moon sign (Chandra Lagna)\n- Traditional favorable houses: 3, 6, 10, 11 for most planets\n- Saturn, Mars, Rahu, Ketu transits especially significant\n- Results vary based on Vedangya (transiting planet's mood)\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nGet current planetary positions relative to your birth chart Moon.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/transit`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "transit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Transit Check\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7d3a4546-6d3b-4e65-8ae2-a6acee3e05cf",
              "name": "Transits for a specific date",
              "request": {
                "name": "Transits for a specific date",
                "description": {
                  "content": "🎯 **Get Vedic Transit**\n\n📋 **Endpoint Description:**\n**Vedic Transit Analysis (Gochara)** - Current planetary influences\n\n**Perfect for:**\n- Understanding current planetary effects on your chart\n- Timing important decisions based on transits\n- Identifying favorable and challenging periods\n- Daily/weekly astrological guidance\n\n**What you get:**\n- **Transit Positions** - Current sidereal positions of all 9 planets\n- **House from Moon** - Which house each planet transits from natal Moon\n- **Gochara Effects** - Traditional favorable/unfavorable indications\n- **Aspect Analysis** - Transits aspecting natal planets\n- **Overall Summary** - Count of favorable vs challenging transits\n\n**Gochara (Transit) System:**\n- All transits measured from natal Moon sign (Chandra Lagna)\n- Traditional favorable houses: 3, 6, 10, 11 for most planets\n- Saturn, Mars, Rahu, Ketu transits especially significant\n- Results vary based on Vedangya (transiting planet's mood)\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nCheck planetary transits for a future or past date.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/transit`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "transit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Future Transit\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 11,\n      \"day\": 20,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"transit_date\": \"2025-06-15\",\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "3908c91f-0664-4e15-89d4-654251308ac6",
              "name": "KP system transits",
              "request": {
                "name": "KP system transits",
                "description": {
                  "content": "🎯 **Get Vedic Transit**\n\n📋 **Endpoint Description:**\n**Vedic Transit Analysis (Gochara)** - Current planetary influences\n\n**Perfect for:**\n- Understanding current planetary effects on your chart\n- Timing important decisions based on transits\n- Identifying favorable and challenging periods\n- Daily/weekly astrological guidance\n\n**What you get:**\n- **Transit Positions** - Current sidereal positions of all 9 planets\n- **House from Moon** - Which house each planet transits from natal Moon\n- **Gochara Effects** - Traditional favorable/unfavorable indications\n- **Aspect Analysis** - Transits aspecting natal planets\n- **Overall Summary** - Count of favorable vs challenging transits\n\n**Gochara (Transit) System:**\n- All transits measured from natal Moon sign (Chandra Lagna)\n- Traditional favorable houses: 3, 6, 10, 11 for most planets\n- Saturn, Mars, Rahu, Ketu transits especially significant\n- Results vary based on Vedangya (transiting planet's mood)\n\n**Response time:** ~150ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nTransit analysis using Krishnamurti ayanamsa.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/transit`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "transit"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"KP Transit\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 8,\n      \"day\": 10,\n      \"hour\": 6,\n      \"minute\": 0,\n      \"city\": \"Chennai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"transit_date\": \"2025-03-01\",\n  \"options\": {\n    \"ayanamsa\": \"krishnamurti\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Nakshatra Predictions",
          "description": "All available examples for Get Nakshatra Predictions endpoint. **Nakshatra Daily Predictions** - Personalized Moon-based guidance\n\n**Perfect for:**\n- Daily astrological guidance based on Moon's nakshatra\n- Understanding favorable and challenging activities for the day\n- Personalizing predictions with your birth chart\n- Planning activities according to Tarabala (star strength)\n\n**What you get:**\n- **Current Moon** - Nakshatra, pada, lord, deity for the prediction date\n- **Natal Moon** - Your birth nakshatra for personalization\n- **Predictions** - General, career, relationships, health, finance, spiritual\n- **Guidance** - Favorable/avoid activities, lucky colors and numbers\n- **Tarabala** - Your personal star strength based on natal-transit relationship\n- **Overall Score** - Day quality rating (0-100)\n- **Timing** - Hours until Moon changes nakshatra\n\n**Tarabala System:**\n- Calculated from your natal Moon to current Moon nakshatra\n- 9-fold cycle: Janma, Sampat, Vipat, Kshema, Pratyak, Sadhana, Vadha, Mitra, Parama Mitra\n- Personalizes predictions to your birth chart\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "c6366868-cfbc-47e2-aafa-8d7568c22efb",
              "name": "Today's nakshatra predictions",
              "request": {
                "name": "Today's nakshatra predictions",
                "description": {
                  "content": "🎯 **Get Nakshatra Predictions**\n\n📋 **Endpoint Description:**\n**Nakshatra Daily Predictions** - Personalized Moon-based guidance\n\n**Perfect for:**\n- Daily astrological guidance based on Moon's nakshatra\n- Understanding favorable and challenging activities for the day\n- Personalizing predictions with your birth chart\n- Planning activities according to Tarabala (star strength)\n\n**What you get:**\n- **Current Moon** - Nakshatra, pada, lord, deity for the prediction date\n- **Natal Moon** - Your birth nakshatra for personalization\n- **Predictions** - General, career, relationships, health, finance, spiritual\n- **Guidance** - Favorable/avoid activities, lucky colors and numbers\n- **Tarabala** - Your personal star strength based on natal-transit relationship\n- **Overall Score** - Day quality rating (0-100)\n- **Timing** - Hours until Moon changes nakshatra\n\n**Tarabala System:**\n- Calculated from your natal Moon to current Moon nakshatra\n- 9-fold cycle: Janma, Sampat, Vipat, Kshema, Pratyak, Sadhana, Vadha, Mitra, Parama Mitra\n- Personalizes predictions to your birth chart\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nGet personalized predictions based on current Moon nakshatra.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/nakshatra-predictions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "nakshatra-predictions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Nakshatra Check\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b48b6041-6b8b-4640-b8df-2c4e0a4e58ed",
              "name": "Predictions for a specific date",
              "request": {
                "name": "Predictions for a specific date",
                "description": {
                  "content": "🎯 **Get Nakshatra Predictions**\n\n📋 **Endpoint Description:**\n**Nakshatra Daily Predictions** - Personalized Moon-based guidance\n\n**Perfect for:**\n- Daily astrological guidance based on Moon's nakshatra\n- Understanding favorable and challenging activities for the day\n- Personalizing predictions with your birth chart\n- Planning activities according to Tarabala (star strength)\n\n**What you get:**\n- **Current Moon** - Nakshatra, pada, lord, deity for the prediction date\n- **Natal Moon** - Your birth nakshatra for personalization\n- **Predictions** - General, career, relationships, health, finance, spiritual\n- **Guidance** - Favorable/avoid activities, lucky colors and numbers\n- **Tarabala** - Your personal star strength based on natal-transit relationship\n- **Overall Score** - Day quality rating (0-100)\n- **Timing** - Hours until Moon changes nakshatra\n\n**Tarabala System:**\n- Calculated from your natal Moon to current Moon nakshatra\n- 9-fold cycle: Janma, Sampat, Vipat, Kshema, Pratyak, Sadhana, Vadha, Mitra, Parama Mitra\n- Personalizes predictions to your birth chart\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nGet nakshatra predictions for any date.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/nakshatra-predictions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "nakshatra-predictions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Date Specific\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 11,\n      \"day\": 20,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"prediction_date\": \"2025-06-15\",\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c4cfd1a2-9538-42c9-b69b-6552d941eb8a",
              "name": "Using direct coordinates",
              "request": {
                "name": "Using direct coordinates",
                "description": {
                  "content": "🎯 **Get Nakshatra Predictions**\n\n📋 **Endpoint Description:**\n**Nakshatra Daily Predictions** - Personalized Moon-based guidance\n\n**Perfect for:**\n- Daily astrological guidance based on Moon's nakshatra\n- Understanding favorable and challenging activities for the day\n- Personalizing predictions with your birth chart\n- Planning activities according to Tarabala (star strength)\n\n**What you get:**\n- **Current Moon** - Nakshatra, pada, lord, deity for the prediction date\n- **Natal Moon** - Your birth nakshatra for personalization\n- **Predictions** - General, career, relationships, health, finance, spiritual\n- **Guidance** - Favorable/avoid activities, lucky colors and numbers\n- **Tarabala** - Your personal star strength based on natal-transit relationship\n- **Overall Score** - Day quality rating (0-100)\n- **Timing** - Hours until Moon changes nakshatra\n\n**Tarabala System:**\n- Calculated from your natal Moon to current Moon nakshatra\n- 9-fold cycle: Janma, Sampat, Vipat, Kshema, Pratyak, Sadhana, Vadha, Mitra, Parama Mitra\n- Personalizes predictions to your birth chart\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nPredictions with latitude/longitude instead of city.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/nakshatra-predictions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "nakshatra-predictions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Coordinate Based\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 8,\n      \"day\": 10,\n      \"hour\": 6,\n      \"minute\": 0,\n      \"latitude\": 13.0827,\n      \"longitude\": 80.2707,\n      \"timezone\": \"Asia/Kolkata\"\n    }\n  },\n  \"options\": {\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Yogini Dasha",
          "description": "All available examples for Get Yogini Dasha endpoint. **Yogini Dasha** - 36-year cycle timing system\n\n**Perfect for:**\n- Simpler alternative to Vimshottari Dasha\n- Quick event timing predictions\n- Understanding feminine planetary energies\n- Shorter cycle analysis (36 years vs 120 years)\n\n**What you get:**\n- **Birth Nakshatra** - Your Moon nakshatra and ruling yogini\n- **Current Mahadasha** - Active main period with themes\n- **Current Antardasha** - Active sub-period\n- **Full Sequence** - All upcoming dasha periods\n- **System Info** - 8 yoginis with their planets and durations\n\n**The 8 Yoginis (36-year cycle):**\n- Mangala (Moon, 1yr) - New beginnings, vitality\n- Pingala (Sun, 2yrs) - Authority, recognition\n- Dhanya (Jupiter, 3yrs) - Prosperity, wisdom\n- Bhramari (Mars, 4yrs) - Energy, conflicts\n- Bhadrika (Mercury, 5yrs) - Communication, learning\n- Ulka (Saturn, 6yrs) - Delays, karma\n- Siddha (Venus, 7yrs) - Pleasures, relationships\n- Sankata (Rahu, 8yrs) - Obstacles, transformation\n\n**Response time:** ~80ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "a63c63bb-cf6c-4ab2-be65-64021bdcb1b9",
              "name": "Basic Yogini Dasha calculation",
              "request": {
                "name": "Basic Yogini Dasha calculation",
                "description": {
                  "content": "🎯 **Get Yogini Dasha**\n\n📋 **Endpoint Description:**\n**Yogini Dasha** - 36-year cycle timing system\n\n**Perfect for:**\n- Simpler alternative to Vimshottari Dasha\n- Quick event timing predictions\n- Understanding feminine planetary energies\n- Shorter cycle analysis (36 years vs 120 years)\n\n**What you get:**\n- **Birth Nakshatra** - Your Moon nakshatra and ruling yogini\n- **Current Mahadasha** - Active main period with themes\n- **Current Antardasha** - Active sub-period\n- **Full Sequence** - All upcoming dasha periods\n- **System Info** - 8 yoginis with their planets and durations\n\n**The 8 Yoginis (36-year cycle):**\n- Mangala (Moon, 1yr) - New beginnings, vitality\n- Pingala (Sun, 2yrs) - Authority, recognition\n- Dhanya (Jupiter, 3yrs) - Prosperity, wisdom\n- Bhramari (Mars, 4yrs) - Energy, conflicts\n- Bhadrika (Mercury, 5yrs) - Communication, learning\n- Ulka (Saturn, 6yrs) - Delays, karma\n- Siddha (Venus, 7yrs) - Pleasures, relationships\n- Sankata (Rahu, 8yrs) - Obstacles, transformation\n\n**Response time:** ~80ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nGet Yogini Dasha periods for a person.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/yogini-dasha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "yogini-dasha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Yogini Check\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 5,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9356d7ce-6c8a-46c7-b398-98aa543afcd8",
              "name": "Extended period calculation",
              "request": {
                "name": "Extended period calculation",
                "description": {
                  "content": "🎯 **Get Yogini Dasha**\n\n📋 **Endpoint Description:**\n**Yogini Dasha** - 36-year cycle timing system\n\n**Perfect for:**\n- Simpler alternative to Vimshottari Dasha\n- Quick event timing predictions\n- Understanding feminine planetary energies\n- Shorter cycle analysis (36 years vs 120 years)\n\n**What you get:**\n- **Birth Nakshatra** - Your Moon nakshatra and ruling yogini\n- **Current Mahadasha** - Active main period with themes\n- **Current Antardasha** - Active sub-period\n- **Full Sequence** - All upcoming dasha periods\n- **System Info** - 8 yoginis with their planets and durations\n\n**The 8 Yoginis (36-year cycle):**\n- Mangala (Moon, 1yr) - New beginnings, vitality\n- Pingala (Sun, 2yrs) - Authority, recognition\n- Dhanya (Jupiter, 3yrs) - Prosperity, wisdom\n- Bhramari (Mars, 4yrs) - Energy, conflicts\n- Bhadrika (Mercury, 5yrs) - Communication, learning\n- Ulka (Saturn, 6yrs) - Delays, karma\n- Siddha (Venus, 7yrs) - Pleasures, relationships\n- Sankata (Rahu, 8yrs) - Obstacles, transformation\n\n**Response time:** ~80ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nCalculate Yogini Dasha for 100 years.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/yogini-dasha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "yogini-dasha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Extended Yogini\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 11,\n      \"day\": 20,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"years_ahead\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c8809aaf-f1ef-428b-931e-88bb34e46c9d",
              "name": "Krishnamurti ayanamsa",
              "request": {
                "name": "Krishnamurti ayanamsa",
                "description": {
                  "content": "🎯 **Get Yogini Dasha**\n\n📋 **Endpoint Description:**\n**Yogini Dasha** - 36-year cycle timing system\n\n**Perfect for:**\n- Simpler alternative to Vimshottari Dasha\n- Quick event timing predictions\n- Understanding feminine planetary energies\n- Shorter cycle analysis (36 years vs 120 years)\n\n**What you get:**\n- **Birth Nakshatra** - Your Moon nakshatra and ruling yogini\n- **Current Mahadasha** - Active main period with themes\n- **Current Antardasha** - Active sub-period\n- **Full Sequence** - All upcoming dasha periods\n- **System Info** - 8 yoginis with their planets and durations\n\n**The 8 Yoginis (36-year cycle):**\n- Mangala (Moon, 1yr) - New beginnings, vitality\n- Pingala (Sun, 2yrs) - Authority, recognition\n- Dhanya (Jupiter, 3yrs) - Prosperity, wisdom\n- Bhramari (Mars, 4yrs) - Energy, conflicts\n- Bhadrika (Mercury, 5yrs) - Communication, learning\n- Ulka (Saturn, 6yrs) - Delays, karma\n- Siddha (Venus, 7yrs) - Pleasures, relationships\n- Sankata (Rahu, 8yrs) - Obstacles, transformation\n\n**Response time:** ~80ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nYogini Dasha with KP ayanamsa.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/yogini-dasha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "yogini-dasha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"KP Yogini\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 8,\n      \"day\": 10,\n      \"hour\": 6,\n      \"minute\": 0,\n      \"latitude\": 13.0827,\n      \"longitude\": 80.2707,\n      \"timezone\": \"Asia/Kolkata\"\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"krishnamurti\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Analyze yogas (planetary combinations)",
          "description": "All available examples for Analyze yogas (planetary combinations) endpoint. **Yoga Analysis** - Detect special planetary combinations\n\n**Perfect for:**\n- Understanding your chart's special strengths\n- Identifying Raj Yogas (success indicators)\n- Finding Dhana Yogas (wealth combinations)\n- Detecting Pancha Mahapurusha (personality yogas)\n- Analyzing Moon and Sun based yogas\n\n**What you get:**\n- **Found Yogas** - All detected yogas with strength scores\n- **Yoga Effects** - Positive effects and challenges for each\n- **Category Summary** - Count of yogas by type\n- **Chart Context** - Ascendant and key sign placements\n\n**Yoga Categories:**\n- **Pancha Mahapurusha** - 5 great personality yogas (Ruchaka, Bhadra, Hamsa, Malavya, Shasha)\n- **Chandra Yogas** - Moon-based (Gaja Kesari, Sunapha, Anapha, Durudhara, Adhi)\n- **Surya Yogas** - Sun-based (Budhaditya, Vesi, Vosi, Ubhayachari)\n- **Raj Yogas** - Power combinations (Kendra-Trikona, Dharma-Karma Adhipati)\n- **Dhana Yogas** - Wealth combinations (2nd-11th lord connections)\n- **Viparita Yogas** - Success through reversals (Harsha, Sarala, Vimala)\n- **Doshas** - Challenges (Kemadruma with cancellation check)\n\n**Strength Score (0-100):**\n- 80-100: Very powerful, prominent in life\n- 60-79: Moderate strength, noticeable effects\n- 40-59: Mild, subtle influence\n- Below 40: Weak or cancelled\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision",
          "item": [
            {
              "id": "a45db934-c70d-4e42-8b87-75d68f9e8e86",
              "name": "Full yoga analysis (all categories)",
              "request": {
                "name": "Full yoga analysis (all categories)",
                "description": {
                  "content": "🎯 **Analyze yogas (planetary combinations)**\n\n📋 **Endpoint Description:**\n**Yoga Analysis** - Detect special planetary combinations\n\n**Perfect for:**\n- Understanding your chart's special strengths\n- Identifying Raj Yogas (success indicators)\n- Finding Dhana Yogas (wealth combinations)\n- Detecting Pancha Mahapurusha (personality yogas)\n- Analyzing Moon and Sun based yogas\n\n**What you get:**\n- **Found Yogas** - All detected yogas with strength scores\n- **Yoga Effects** - Positive effects and challenges for each\n- **Category Summary** - Count of yogas by type\n- **Chart Context** - Ascendant and key sign placements\n\n**Yoga Categories:**\n- **Pancha Mahapurusha** - 5 great personality yogas (Ruchaka, Bhadra, Hamsa, Malavya, Shasha)\n- **Chandra Yogas** - Moon-based (Gaja Kesari, Sunapha, Anapha, Durudhara, Adhi)\n- **Surya Yogas** - Sun-based (Budhaditya, Vesi, Vosi, Ubhayachari)\n- **Raj Yogas** - Power combinations (Kendra-Trikona, Dharma-Karma Adhipati)\n- **Dhana Yogas** - Wealth combinations (2nd-11th lord connections)\n- **Viparita Yogas** - Success through reversals (Harsha, Sarala, Vimala)\n- **Doshas** - Challenges (Kemadruma with cancellation check)\n\n**Strength Score (0-100):**\n- 80-100: Very powerful, prominent in life\n- 60-79: Moderate strength, noticeable effects\n- 40-59: Mild, subtle influence\n- Below 40: Weak or cancelled\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nAnalyze all yoga types in the birth chart\n\n🔗 **Endpoint:** `POST /api/v3/vedic/yoga-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "yoga-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Yoga Seeker\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"lahiri\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d71ba4d7-53e8-42ea-ada6-61b6f0778a41",
              "name": "Power and wealth yogas only",
              "request": {
                "name": "Power and wealth yogas only",
                "description": {
                  "content": "🎯 **Analyze yogas (planetary combinations)**\n\n📋 **Endpoint Description:**\n**Yoga Analysis** - Detect special planetary combinations\n\n**Perfect for:**\n- Understanding your chart's special strengths\n- Identifying Raj Yogas (success indicators)\n- Finding Dhana Yogas (wealth combinations)\n- Detecting Pancha Mahapurusha (personality yogas)\n- Analyzing Moon and Sun based yogas\n\n**What you get:**\n- **Found Yogas** - All detected yogas with strength scores\n- **Yoga Effects** - Positive effects and challenges for each\n- **Category Summary** - Count of yogas by type\n- **Chart Context** - Ascendant and key sign placements\n\n**Yoga Categories:**\n- **Pancha Mahapurusha** - 5 great personality yogas (Ruchaka, Bhadra, Hamsa, Malavya, Shasha)\n- **Chandra Yogas** - Moon-based (Gaja Kesari, Sunapha, Anapha, Durudhara, Adhi)\n- **Surya Yogas** - Sun-based (Budhaditya, Vesi, Vosi, Ubhayachari)\n- **Raj Yogas** - Power combinations (Kendra-Trikona, Dharma-Karma Adhipati)\n- **Dhana Yogas** - Wealth combinations (2nd-11th lord connections)\n- **Viparita Yogas** - Success through reversals (Harsha, Sarala, Vimala)\n- **Doshas** - Challenges (Kemadruma with cancellation check)\n\n**Strength Score (0-100):**\n- 80-100: Very powerful, prominent in life\n- 60-79: Moderate strength, noticeable effects\n- 40-59: Mild, subtle influence\n- Below 40: Weak or cancelled\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nFocus on Raj Yogas (success) and Dhana Yogas (wealth)\n\n🔗 **Endpoint:** `POST /api/v3/vedic/yoga-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "yoga-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Wealth Analyst\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 3,\n      \"day\": 21,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"latitude\": 28.6139,\n      \"longitude\": 77.209,\n      \"timezone\": \"Asia/Kolkata\"\n    }\n  },\n  \"include_categories\": [\n    \"raj_yoga\",\n    \"dhana_yoga\"\n  ],\n  \"options\": {\n    \"ayanamsa\": \"lahiri\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "33786483-b1bf-4eac-8466-3be1becccaf2",
              "name": "Pancha Mahapurusha analysis",
              "request": {
                "name": "Pancha Mahapurusha analysis",
                "description": {
                  "content": "🎯 **Analyze yogas (planetary combinations)**\n\n📋 **Endpoint Description:**\n**Yoga Analysis** - Detect special planetary combinations\n\n**Perfect for:**\n- Understanding your chart's special strengths\n- Identifying Raj Yogas (success indicators)\n- Finding Dhana Yogas (wealth combinations)\n- Detecting Pancha Mahapurusha (personality yogas)\n- Analyzing Moon and Sun based yogas\n\n**What you get:**\n- **Found Yogas** - All detected yogas with strength scores\n- **Yoga Effects** - Positive effects and challenges for each\n- **Category Summary** - Count of yogas by type\n- **Chart Context** - Ascendant and key sign placements\n\n**Yoga Categories:**\n- **Pancha Mahapurusha** - 5 great personality yogas (Ruchaka, Bhadra, Hamsa, Malavya, Shasha)\n- **Chandra Yogas** - Moon-based (Gaja Kesari, Sunapha, Anapha, Durudhara, Adhi)\n- **Surya Yogas** - Sun-based (Budhaditya, Vesi, Vosi, Ubhayachari)\n- **Raj Yogas** - Power combinations (Kendra-Trikona, Dharma-Karma Adhipati)\n- **Dhana Yogas** - Wealth combinations (2nd-11th lord connections)\n- **Viparita Yogas** - Success through reversals (Harsha, Sarala, Vimala)\n- **Doshas** - Challenges (Kemadruma with cancellation check)\n\n**Strength Score (0-100):**\n- 80-100: Very powerful, prominent in life\n- 60-79: Moderate strength, noticeable effects\n- 40-59: Mild, subtle influence\n- Below 40: Weak or cancelled\n\n**Response time:** ~100ms | **Accuracy:** Swiss Ephemeris precision\n\n✨ **Example Description:**\nCheck for the 5 great personality yogas\n\n🔗 **Endpoint:** `POST /api/v3/vedic/yoga-analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "yoga-analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Personality Check\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 7,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"latitude\": 13.0827,\n      \"longitude\": 80.2707,\n      \"timezone\": \"Asia/Kolkata\"\n    }\n  },\n  \"include_categories\": [\n    \"pancha_mahapurusha\"\n  ],\n  \"options\": {\n    \"ayanamsa\": \"raman\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Ashtakvarga strength analysis",
          "description": "All available examples for Calculate Ashtakvarga strength analysis endpoint. **Ashtakvarga Analysis** - Point-based planetary strength system\n\n**Perfect for:**\n- Determining planetary strength beyond dignity\n- Analyzing favorable signs for each planet\n- Finding strongest and weakest houses in the chart\n- Transit prediction (planets in high-bindu signs give better results)\n\n**What you get:**\n- **Bhinnashtakvarga** - Each planet's bindu count by sign\n- **Sarvashtakvarga** - Combined strength for each house\n- **Kakshya** - 8-fold division showing sub-ruler\n- **Summary** - Strongest/weakest planets and houses\n\n**Understanding Bindus:**\n- Each planet gets points (bindus) based on positions from 8 reference points\n- 4+ bindus: Favorable sign for the planet\n- 5-6 bindus: Good results when planet transits this sign\n- 7-8 bindus: Excellent results\n- 0-2 bindus: Challenging sign for the planet\n\n**Sarvashtakvarga (House Strength):**\n- Combines all 7 planets' bindus for each house\n- 25+ bindus: Strong house, good for related matters\n- 30+ bindus: Excellent house, highly favorable\n- Below 20: Weak house, may need remedies\n\n**Response time:** ~150ms | **Accuracy:** Traditional calculation method",
          "item": [
            {
              "id": "23e4b5f7-87b1-4f4b-ab36-27e1293aacbd",
              "name": "Complete Ashtakvarga with Sarvashtakvarga",
              "request": {
                "name": "Complete Ashtakvarga with Sarvashtakvarga",
                "description": {
                  "content": "🎯 **Calculate Ashtakvarga strength analysis**\n\n📋 **Endpoint Description:**\n**Ashtakvarga Analysis** - Point-based planetary strength system\n\n**Perfect for:**\n- Determining planetary strength beyond dignity\n- Analyzing favorable signs for each planet\n- Finding strongest and weakest houses in the chart\n- Transit prediction (planets in high-bindu signs give better results)\n\n**What you get:**\n- **Bhinnashtakvarga** - Each planet's bindu count by sign\n- **Sarvashtakvarga** - Combined strength for each house\n- **Kakshya** - 8-fold division showing sub-ruler\n- **Summary** - Strongest/weakest planets and houses\n\n**Understanding Bindus:**\n- Each planet gets points (bindus) based on positions from 8 reference points\n- 4+ bindus: Favorable sign for the planet\n- 5-6 bindus: Good results when planet transits this sign\n- 7-8 bindus: Excellent results\n- 0-2 bindus: Challenging sign for the planet\n\n**Sarvashtakvarga (House Strength):**\n- Combines all 7 planets' bindus for each house\n- 25+ bindus: Strong house, good for related matters\n- 30+ bindus: Excellent house, highly favorable\n- Below 20: Weak house, may need remedies\n\n**Response time:** ~150ms | **Accuracy:** Traditional calculation method\n\n✨ **Example Description:**\nGet Bhinnashtakvarga for all planets plus combined house strengths\n\n🔗 **Endpoint:** `POST /api/v3/vedic/ashtakvarga`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "ashtakvarga"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Ashtakvarga Seeker\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"include_sarva\": true,\n  \"options\": {\n    \"ayanamsa\": \"lahiri\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "48c03117-2d4e-4b15-b0cb-b127c46836d4",
              "name": "Individual planet strengths only",
              "request": {
                "name": "Individual planet strengths only",
                "description": {
                  "content": "🎯 **Calculate Ashtakvarga strength analysis**\n\n📋 **Endpoint Description:**\n**Ashtakvarga Analysis** - Point-based planetary strength system\n\n**Perfect for:**\n- Determining planetary strength beyond dignity\n- Analyzing favorable signs for each planet\n- Finding strongest and weakest houses in the chart\n- Transit prediction (planets in high-bindu signs give better results)\n\n**What you get:**\n- **Bhinnashtakvarga** - Each planet's bindu count by sign\n- **Sarvashtakvarga** - Combined strength for each house\n- **Kakshya** - 8-fold division showing sub-ruler\n- **Summary** - Strongest/weakest planets and houses\n\n**Understanding Bindus:**\n- Each planet gets points (bindus) based on positions from 8 reference points\n- 4+ bindus: Favorable sign for the planet\n- 5-6 bindus: Good results when planet transits this sign\n- 7-8 bindus: Excellent results\n- 0-2 bindus: Challenging sign for the planet\n\n**Sarvashtakvarga (House Strength):**\n- Combines all 7 planets' bindus for each house\n- 25+ bindus: Strong house, good for related matters\n- 30+ bindus: Excellent house, highly favorable\n- Below 20: Weak house, may need remedies\n\n**Response time:** ~150ms | **Accuracy:** Traditional calculation method\n\n✨ **Example Description:**\nGet Bhinnashtakvarga without combined analysis\n\n🔗 **Endpoint:** `POST /api/v3/vedic/ashtakvarga`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "ashtakvarga"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Planet Focus\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"latitude\": 28.6139,\n      \"longitude\": 77.209,\n      \"timezone\": \"Asia/Kolkata\"\n    }\n  },\n  \"include_sarva\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Shadbala (six-fold strength)",
          "description": "All available examples for Calculate Shadbala (six-fold strength) endpoint. **Shadbala Analysis** - Six-fold planetary strength system\n\n**Perfect for:**\n- Determining which planets are truly strong/weak\n- Understanding why predictions may/may not manifest\n- Prioritizing remedies for weak planets\n- Advanced chart analysis beyond simple dignity\n\n**What you get:**\n- **Six Bala Components** for each planet with breakdowns\n- **Total Strength** in Virupas and Rupas\n- **Percentage** of required strength\n- **Ranking** of all 7 planets by strength\n\n**The Six Balas (Strengths):**\n1. **Sthana Bala** (Positional) - Dignity, exaltation, own sign\n2. **Dig Bala** (Directional) - Planets gain strength in certain houses\n3. **Kala Bala** (Temporal) - Day/night, lunar phase, season\n4. **Chesta Bala** (Motional) - Speed, retrograde status\n5. **Naisargika Bala** (Natural) - Inherent planetary power\n6. **Drik Bala** (Aspectual) - Aspects from other planets\n\n**Strength Interpretation:**\n- **100%+** of required: Planet gives full results\n- **75-99%**: Moderate results, may need support\n- **50-74%**: Weak results, remedies recommended\n- **Below 50%**: Very weak, strong remedies needed\n\n**Required Strength (in Rupas):**\n- Sun: 6.5 | Moon: 6.0 | Mars: 5.0 | Mercury: 7.0\n- Jupiter: 6.5 | Venus: 5.5 | Saturn: 5.0\n\n**Response time:** ~200ms | **Accuracy:** Traditional Parasara method\n\n**Source citations:**\n- Six components: BPHS Ch. 27 (Santhanam tr.)\n- Drishti Pinda formula: BPHS Ch. 26 + Raman 'Graha and Bhava Balas' pp. 89-94\n- Cheshta Kendra: BPHS Ch. 27 + Raman pp. 59-67\n- Ayana Bala: Raman pp. 47-52 (uses BPHS-literal obliquity 23.4575°)\n- Yuddha Bala: BPHS Ch. 27 v. 20 + Raman pp. 56-58 (Mars=9.4', Mercury=6.6', Jupiter=190.4', Venus=16.6', Saturn=158.0' arcminutes)\n- Naisargika constants: Sun=60 → Saturn=8.57 (linear 1/7 fractions per BPHS)\n\n**Substitutions for non-star-planets:**\n- Sun's Cheshta Bala = Sun's own Ayana Bala (BPHS rule)\n- Moon's Cheshta Bala = Moon's own Paksha Bala\n- Rahu/Ketu have no Cheshta, Dig, Drik, or Uchcha Bala (excluded per BPHS)\n\n**No version toggle:** Earlier preview docs mentioned a `shadbala_version`\nparameter for a \"simplified\" backward-compatible mode. This was a transitional\nplan that has been superseded by the classical BPHS implementation. The current\nresponse is canonical; no toggle exists.",
          "item": [
            {
              "id": "5d1af605-94b9-4c5c-b9f9-aac60a414922",
              "name": "Complete Shadbala strength analysis",
              "request": {
                "name": "Complete Shadbala strength analysis",
                "description": {
                  "content": "🎯 **Calculate Shadbala (six-fold strength)**\n\n📋 **Endpoint Description:**\n**Shadbala Analysis** - Six-fold planetary strength system\n\n**Perfect for:**\n- Determining which planets are truly strong/weak\n- Understanding why predictions may/may not manifest\n- Prioritizing remedies for weak planets\n- Advanced chart analysis beyond simple dignity\n\n**What you get:**\n- **Six Bala Components** for each planet with breakdowns\n- **Total Strength** in Virupas and Rupas\n- **Percentage** of required strength\n- **Ranking** of all 7 planets by strength\n\n**The Six Balas (Strengths):**\n1. **Sthana Bala** (Positional) - Dignity, exaltation, own sign\n2. **Dig Bala** (Directional) - Planets gain strength in certain houses\n3. **Kala Bala** (Temporal) - Day/night, lunar phase, season\n4. **Chesta Bala** (Motional) - Speed, retrograde status\n5. **Naisargika Bala** (Natural) - Inherent planetary power\n6. **Drik Bala** (Aspectual) - Aspects from other planets\n\n**Strength Interpretation:**\n- **100%+** of required: Planet gives full results\n- **75-99%**: Moderate results, may need support\n- **50-74%**: Weak results, remedies recommended\n- **Below 50%**: Very weak, strong remedies needed\n\n**Required Strength (in Rupas):**\n- Sun: 6.5 | Moon: 6.0 | Mars: 5.0 | Mercury: 7.0\n- Jupiter: 6.5 | Venus: 5.5 | Saturn: 5.0\n\n**Response time:** ~200ms | **Accuracy:** Traditional Parasara method\n\n**Source citations:**\n- Six components: BPHS Ch. 27 (Santhanam tr.)\n- Drishti Pinda formula: BPHS Ch. 26 + Raman 'Graha and Bhava Balas' pp. 89-94\n- Cheshta Kendra: BPHS Ch. 27 + Raman pp. 59-67\n- Ayana Bala: Raman pp. 47-52 (uses BPHS-literal obliquity 23.4575°)\n- Yuddha Bala: BPHS Ch. 27 v. 20 + Raman pp. 56-58 (Mars=9.4', Mercury=6.6', Jupiter=190.4', Venus=16.6', Saturn=158.0' arcminutes)\n- Naisargika constants: Sun=60 → Saturn=8.57 (linear 1/7 fractions per BPHS)\n\n**Substitutions for non-star-planets:**\n- Sun's Cheshta Bala = Sun's own Ayana Bala (BPHS rule)\n- Moon's Cheshta Bala = Moon's own Paksha Bala\n- Rahu/Ketu have no Cheshta, Dig, Drik, or Uchcha Bala (excluded per BPHS)\n\n**No version toggle:** Earlier preview docs mentioned a `shadbala_version`\nparameter for a \"simplified\" backward-compatible mode. This was a transitional\nplan that has been superseded by the classical BPHS implementation. The current\nresponse is canonical; no toggle exists.\n\n✨ **Example Description:**\nCalculate six-fold strength for all planets\n\n🔗 **Endpoint:** `POST /api/v3/vedic/shadbala`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "shadbala"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Shadbala Seeker\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"lahiri\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "4f9edf15-46fd-4685-988b-bdbb2af62fed",
              "name": "With direct coordinates",
              "request": {
                "name": "With direct coordinates",
                "description": {
                  "content": "🎯 **Calculate Shadbala (six-fold strength)**\n\n📋 **Endpoint Description:**\n**Shadbala Analysis** - Six-fold planetary strength system\n\n**Perfect for:**\n- Determining which planets are truly strong/weak\n- Understanding why predictions may/may not manifest\n- Prioritizing remedies for weak planets\n- Advanced chart analysis beyond simple dignity\n\n**What you get:**\n- **Six Bala Components** for each planet with breakdowns\n- **Total Strength** in Virupas and Rupas\n- **Percentage** of required strength\n- **Ranking** of all 7 planets by strength\n\n**The Six Balas (Strengths):**\n1. **Sthana Bala** (Positional) - Dignity, exaltation, own sign\n2. **Dig Bala** (Directional) - Planets gain strength in certain houses\n3. **Kala Bala** (Temporal) - Day/night, lunar phase, season\n4. **Chesta Bala** (Motional) - Speed, retrograde status\n5. **Naisargika Bala** (Natural) - Inherent planetary power\n6. **Drik Bala** (Aspectual) - Aspects from other planets\n\n**Strength Interpretation:**\n- **100%+** of required: Planet gives full results\n- **75-99%**: Moderate results, may need support\n- **50-74%**: Weak results, remedies recommended\n- **Below 50%**: Very weak, strong remedies needed\n\n**Required Strength (in Rupas):**\n- Sun: 6.5 | Moon: 6.0 | Mars: 5.0 | Mercury: 7.0\n- Jupiter: 6.5 | Venus: 5.5 | Saturn: 5.0\n\n**Response time:** ~200ms | **Accuracy:** Traditional Parasara method\n\n**Source citations:**\n- Six components: BPHS Ch. 27 (Santhanam tr.)\n- Drishti Pinda formula: BPHS Ch. 26 + Raman 'Graha and Bhava Balas' pp. 89-94\n- Cheshta Kendra: BPHS Ch. 27 + Raman pp. 59-67\n- Ayana Bala: Raman pp. 47-52 (uses BPHS-literal obliquity 23.4575°)\n- Yuddha Bala: BPHS Ch. 27 v. 20 + Raman pp. 56-58 (Mars=9.4', Mercury=6.6', Jupiter=190.4', Venus=16.6', Saturn=158.0' arcminutes)\n- Naisargika constants: Sun=60 → Saturn=8.57 (linear 1/7 fractions per BPHS)\n\n**Substitutions for non-star-planets:**\n- Sun's Cheshta Bala = Sun's own Ayana Bala (BPHS rule)\n- Moon's Cheshta Bala = Moon's own Paksha Bala\n- Rahu/Ketu have no Cheshta, Dig, Drik, or Uchcha Bala (excluded per BPHS)\n\n**No version toggle:** Earlier preview docs mentioned a `shadbala_version`\nparameter for a \"simplified\" backward-compatible mode. This was a transitional\nplan that has been superseded by the classical BPHS implementation. The current\nresponse is canonical; no toggle exists.\n\n✨ **Example Description:**\nShadbala using latitude/longitude directly\n\n🔗 **Endpoint:** `POST /api/v3/vedic/shadbala`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "shadbala"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Direct Coords\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"latitude\": 28.6139,\n      \"longitude\": 77.209,\n      \"timezone\": \"Asia/Kolkata\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Bhava Bala (house strength)",
          "description": "All available examples for Calculate Bhava Bala (house strength) endpoint. **Bhava Bala** — twelve-fold house strength per BPHS Ch. 32.\n\n**Three components per house:**\n- **Bhavadhipati Bala** — Shadbala of the house's lord (planet ruling cusp sign)\n- **Bhava Dik Bala** — directional strength (60 virupas when a direction-matching planet occupies)\n- **Bhava Drishti Bala** — aspectual influence on the cusp from natal planets\n\n**Note:** Ashtakavarga contribution to Bhava Bala is intentionally omitted in this release.\n\n**Source:** BPHS Ch. 32 (Santhanam Vol 1 pp. 415-420), Raman pp. 95-118.\n\n**Response time:** ~300ms | **Accuracy:** Traditional Parasara method",
          "item": [
            {
              "id": "f0fef4ad-c852-47b8-b898-f3caa0af6c0a",
              "name": "Bhava Bala with Lahiri ayanamsa",
              "request": {
                "name": "Bhava Bala with Lahiri ayanamsa",
                "description": {
                  "content": "🎯 **Calculate Bhava Bala (house strength)**\n\n📋 **Endpoint Description:**\n**Bhava Bala** — twelve-fold house strength per BPHS Ch. 32.\n\n**Three components per house:**\n- **Bhavadhipati Bala** — Shadbala of the house's lord (planet ruling cusp sign)\n- **Bhava Dik Bala** — directional strength (60 virupas when a direction-matching planet occupies)\n- **Bhava Drishti Bala** — aspectual influence on the cusp from natal planets\n\n**Note:** Ashtakavarga contribution to Bhava Bala is intentionally omitted in this release.\n\n**Source:** BPHS Ch. 32 (Santhanam Vol 1 pp. 415-420), Raman pp. 95-118.\n\n**Response time:** ~300ms | **Accuracy:** Traditional Parasara method\n\n✨ **Example Description:**\nCalculate house strength for a Kharkiv birth using default Lahiri ayanamsa\n\n🔗 **Endpoint:** `POST /api/v3/vedic/bhava-bala`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "bhava-bala"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"lahiri\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b43cf3ef-d359-4976-9e9b-3996936a5fba",
              "name": "Bhava Bala with true nodes",
              "request": {
                "name": "Bhava Bala with true nodes",
                "description": {
                  "content": "🎯 **Calculate Bhava Bala (house strength)**\n\n📋 **Endpoint Description:**\n**Bhava Bala** — twelve-fold house strength per BPHS Ch. 32.\n\n**Three components per house:**\n- **Bhavadhipati Bala** — Shadbala of the house's lord (planet ruling cusp sign)\n- **Bhava Dik Bala** — directional strength (60 virupas when a direction-matching planet occupies)\n- **Bhava Drishti Bala** — aspectual influence on the cusp from natal planets\n\n**Note:** Ashtakavarga contribution to Bhava Bala is intentionally omitted in this release.\n\n**Source:** BPHS Ch. 32 (Santhanam Vol 1 pp. 415-420), Raman pp. 95-118.\n\n**Response time:** ~300ms | **Accuracy:** Traditional Parasara method\n\n✨ **Example Description:**\nHouse strength using true Rahu/Ketu positions and Lahiri ayanamsa\n\n🔗 **Endpoint:** `POST /api/v3/vedic/bhava-bala`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "bhava-bala"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Vedic Student\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"lahiri\",\n    \"node_type\": \"true\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Vimsopaka Bala (weighted varga strength)",
          "description": "All available examples for Calculate Vimsopaka Bala (weighted varga strength) endpoint. **Vimsopaka Bala** — weighted varga strength per BPHS Chapter 8.\n\nEach of the four schemes assigns weights to a specific subset of vargas; the\nweights sum to ~20 per scheme. The planet's score per scheme equals\nsum(varga_weight x dignity_fraction) across the scheme's vargas.\n\n**Schemes:**\n- **Shadvarga** (6 vargas: D1, D2, D3, D9, D12, D30)\n- **Saptavarga** (7 vargas: + D7)\n- **Dashavarga** (10 vargas)\n- **Shodashavarga** (16 vargas: full set)\n\n**Shodashavarga ratings (BPHS 8.6):**\n- 18+ Sva-Uttama, 15.5+ Uttama, 12.5+ Gopura, 9.5+ Simhasana, 5+ Parijata, below Bhedaka\n\n**Source:** BPHS Ch. 8 (Santhanam Vol 1 pp. 91-93).\n\n**Response time:** ~800ms | **Accuracy:** Traditional Parasara method",
          "item": [
            {
              "id": "8d69fdc1-11f8-402a-adbf-bba4f45daf48",
              "name": "Vimsopaka across 4 schemes",
              "request": {
                "name": "Vimsopaka across 4 schemes",
                "description": {
                  "content": "🎯 **Calculate Vimsopaka Bala (weighted varga strength)**\n\n📋 **Endpoint Description:**\n**Vimsopaka Bala** — weighted varga strength per BPHS Chapter 8.\n\nEach of the four schemes assigns weights to a specific subset of vargas; the\nweights sum to ~20 per scheme. The planet's score per scheme equals\nsum(varga_weight x dignity_fraction) across the scheme's vargas.\n\n**Schemes:**\n- **Shadvarga** (6 vargas: D1, D2, D3, D9, D12, D30)\n- **Saptavarga** (7 vargas: + D7)\n- **Dashavarga** (10 vargas)\n- **Shodashavarga** (16 vargas: full set)\n\n**Shodashavarga ratings (BPHS 8.6):**\n- 18+ Sva-Uttama, 15.5+ Uttama, 12.5+ Gopura, 9.5+ Simhasana, 5+ Parijata, below Bhedaka\n\n**Source:** BPHS Ch. 8 (Santhanam Vol 1 pp. 91-93).\n\n**Response time:** ~800ms | **Accuracy:** Traditional Parasara method\n\n✨ **Example Description:**\nShadvarga / Saptavarga / Dashavarga / Shodashavarga scoring per BPHS Ch. 8.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/vimsopaka`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "vimsopaka"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Vimsopaka Seeker\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"lahiri\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d4a6e692-df58-437d-aaf9-8eca5f096755",
              "name": "Vimsopaka with true nodes",
              "request": {
                "name": "Vimsopaka with true nodes",
                "description": {
                  "content": "🎯 **Calculate Vimsopaka Bala (weighted varga strength)**\n\n📋 **Endpoint Description:**\n**Vimsopaka Bala** — weighted varga strength per BPHS Chapter 8.\n\nEach of the four schemes assigns weights to a specific subset of vargas; the\nweights sum to ~20 per scheme. The planet's score per scheme equals\nsum(varga_weight x dignity_fraction) across the scheme's vargas.\n\n**Schemes:**\n- **Shadvarga** (6 vargas: D1, D2, D3, D9, D12, D30)\n- **Saptavarga** (7 vargas: + D7)\n- **Dashavarga** (10 vargas)\n- **Shodashavarga** (16 vargas: full set)\n\n**Shodashavarga ratings (BPHS 8.6):**\n- 18+ Sva-Uttama, 15.5+ Uttama, 12.5+ Gopura, 9.5+ Simhasana, 5+ Parijata, below Bhedaka\n\n**Source:** BPHS Ch. 8 (Santhanam Vol 1 pp. 91-93).\n\n**Response time:** ~800ms | **Accuracy:** Traditional Parasara method\n\n✨ **Example Description:**\nShodashavarga scoring using true Rahu/Ketu positions.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/vimsopaka`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "vimsopaka"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"options\": {\n    \"ayanamsa\": \"lahiri\",\n    \"node_type\": \"true\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Chara Dasha",
          "description": "All available examples for Calculate Chara Dasha endpoint. **Chara Dasha (Jaimini)** - Sign-based timing system\n\n**Perfect for:**\n- Jaimini astrology practitioners\n- Alternative dasha system analysis\n- Sign-focused prediction timing\n- Atmakaraka-based life analysis\n\n**What you get:**\n- **Dasha Order** - 12 signs in their timing sequence\n- **Current Dasha** - Active sign period with progress\n- **Antardashas** - Sub-periods within current dasha\n- **Chara Karakas** - Variable planet significators (optional)\n- **Atmakaraka** - Soul significator planet details\n\n**How Chara Dasha Works:**\n- Based on signs (rashis), not planets\n- Duration determined by lord's distance from sign\n- **Odd signs** (Ari, Gem, Leo, Lib, Sag, Aqu): Forward progression\n- **Even signs** (Tau, Can, Vir, Sco, Cap, Pis): Backward progression\n\n**Chara Karakas (7 Variable Significators):**\n1. **Atmakaraka (AK)** - Soul, self, king of chart\n2. **Amatyakaraka (AmK)** - Career, profession\n3. **Bhratrikaraka (BK)** - Siblings, courage\n4. **Matrikaraka (MK)** - Mother, property\n5. **Pitrikaraka (PiK)** - Father, children\n6. **Gnatikaraka (GK)** - Enemies, diseases\n7. **Darakaraka (DK)** - Spouse, marriage\n\n**Note:** Jaimini is a complementary system to Parashari.\nMany astrologers use both for comprehensive analysis.\n\n**Response time:** ~200ms | **Accuracy:** Traditional Jaimini method",
          "item": [
            {
              "id": "a89c3a66-0bf6-485a-bf9e-15e41d8766d9",
              "name": "Basic Chara Dasha",
              "request": {
                "name": "Basic Chara Dasha",
                "description": {
                  "content": "🎯 **Calculate Chara Dasha**\n\n📋 **Endpoint Description:**\n**Chara Dasha (Jaimini)** - Sign-based timing system\n\n**Perfect for:**\n- Jaimini astrology practitioners\n- Alternative dasha system analysis\n- Sign-focused prediction timing\n- Atmakaraka-based life analysis\n\n**What you get:**\n- **Dasha Order** - 12 signs in their timing sequence\n- **Current Dasha** - Active sign period with progress\n- **Antardashas** - Sub-periods within current dasha\n- **Chara Karakas** - Variable planet significators (optional)\n- **Atmakaraka** - Soul significator planet details\n\n**How Chara Dasha Works:**\n- Based on signs (rashis), not planets\n- Duration determined by lord's distance from sign\n- **Odd signs** (Ari, Gem, Leo, Lib, Sag, Aqu): Forward progression\n- **Even signs** (Tau, Can, Vir, Sco, Cap, Pis): Backward progression\n\n**Chara Karakas (7 Variable Significators):**\n1. **Atmakaraka (AK)** - Soul, self, king of chart\n2. **Amatyakaraka (AmK)** - Career, profession\n3. **Bhratrikaraka (BK)** - Siblings, courage\n4. **Matrikaraka (MK)** - Mother, property\n5. **Pitrikaraka (PiK)** - Father, children\n6. **Gnatikaraka (GK)** - Enemies, diseases\n7. **Darakaraka (DK)** - Spouse, marriage\n\n**Note:** Jaimini is a complementary system to Parashari.\nMany astrologers use both for comprehensive analysis.\n\n**Response time:** ~200ms | **Accuracy:** Traditional Jaimini method\n\n✨ **Example Description:**\nCalculate Jaimini Chara Dasha with Karakas\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chara-dasha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chara-dasha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Jaimini Practitioner\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 4,\n      \"day\": 15,\n      \"hour\": 6,\n      \"minute\": 30,\n      \"city\": \"Varanasi\",\n      \"country_code\": \"IN\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "6b7834b2-0e48-4875-9fe1-4f1389928232",
              "name": "Dasha only (no Karakas)",
              "request": {
                "name": "Dasha only (no Karakas)",
                "description": {
                  "content": "🎯 **Calculate Chara Dasha**\n\n📋 **Endpoint Description:**\n**Chara Dasha (Jaimini)** - Sign-based timing system\n\n**Perfect for:**\n- Jaimini astrology practitioners\n- Alternative dasha system analysis\n- Sign-focused prediction timing\n- Atmakaraka-based life analysis\n\n**What you get:**\n- **Dasha Order** - 12 signs in their timing sequence\n- **Current Dasha** - Active sign period with progress\n- **Antardashas** - Sub-periods within current dasha\n- **Chara Karakas** - Variable planet significators (optional)\n- **Atmakaraka** - Soul significator planet details\n\n**How Chara Dasha Works:**\n- Based on signs (rashis), not planets\n- Duration determined by lord's distance from sign\n- **Odd signs** (Ari, Gem, Leo, Lib, Sag, Aqu): Forward progression\n- **Even signs** (Tau, Can, Vir, Sco, Cap, Pis): Backward progression\n\n**Chara Karakas (7 Variable Significators):**\n1. **Atmakaraka (AK)** - Soul, self, king of chart\n2. **Amatyakaraka (AmK)** - Career, profession\n3. **Bhratrikaraka (BK)** - Siblings, courage\n4. **Matrikaraka (MK)** - Mother, property\n5. **Pitrikaraka (PiK)** - Father, children\n6. **Gnatikaraka (GK)** - Enemies, diseases\n7. **Darakaraka (DK)** - Spouse, marriage\n\n**Note:** Jaimini is a complementary system to Parashari.\nMany astrologers use both for comprehensive analysis.\n\n**Response time:** ~200ms | **Accuracy:** Traditional Jaimini method\n\n✨ **Example Description:**\nChara Dasha without Chara Karaka calculation\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chara-dasha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chara-dasha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Simple Dasha\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 11,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"city\": \"Chennai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"include_karakas\": false,\n  \"include_antardashas\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "aea2ad6f-3d20-4b4b-a80c-35dbb8699b0c",
              "name": "Extended 180-year calculation",
              "request": {
                "name": "Extended 180-year calculation",
                "description": {
                  "content": "🎯 **Calculate Chara Dasha**\n\n📋 **Endpoint Description:**\n**Chara Dasha (Jaimini)** - Sign-based timing system\n\n**Perfect for:**\n- Jaimini astrology practitioners\n- Alternative dasha system analysis\n- Sign-focused prediction timing\n- Atmakaraka-based life analysis\n\n**What you get:**\n- **Dasha Order** - 12 signs in their timing sequence\n- **Current Dasha** - Active sign period with progress\n- **Antardashas** - Sub-periods within current dasha\n- **Chara Karakas** - Variable planet significators (optional)\n- **Atmakaraka** - Soul significator planet details\n\n**How Chara Dasha Works:**\n- Based on signs (rashis), not planets\n- Duration determined by lord's distance from sign\n- **Odd signs** (Ari, Gem, Leo, Lib, Sag, Aqu): Forward progression\n- **Even signs** (Tau, Can, Vir, Sco, Cap, Pis): Backward progression\n\n**Chara Karakas (7 Variable Significators):**\n1. **Atmakaraka (AK)** - Soul, self, king of chart\n2. **Amatyakaraka (AmK)** - Career, profession\n3. **Bhratrikaraka (BK)** - Siblings, courage\n4. **Matrikaraka (MK)** - Mother, property\n5. **Pitrikaraka (PiK)** - Father, children\n6. **Gnatikaraka (GK)** - Enemies, diseases\n7. **Darakaraka (DK)** - Spouse, marriage\n\n**Note:** Jaimini is a complementary system to Parashari.\nMany astrologers use both for comprehensive analysis.\n\n**Response time:** ~200ms | **Accuracy:** Traditional Jaimini method\n\n✨ **Example Description:**\nCalculate for longer lifespan\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chara-dasha`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chara-dasha"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Long Life\",\n    \"birth_data\": {\n      \"year\": 1970,\n      \"month\": 3,\n      \"day\": 8,\n      \"hour\": 5,\n      \"minute\": 15,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"calculation_years\": 180,\n  \"options\": {\n    \"ayanamsa\": \"krishnamurti\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Kp System",
          "description": "All available examples for Calculate Kp System endpoint. **KP System (Krishnamurti Paddhati)** - Sub-lord based predictive astrology\n\n**Perfect for:**\n- Precise timing of events\n- Yes/No question (Prashna) analysis\n- Career and marriage predictions\n- KP astrology practitioners\n\n**What you get:**\n- **Planet Positions** with Star Lord and Sub-Lord\n- **Cusp Details** with Star Lord and Sub-Lord for each house\n- **Significators** for each house (who gives results)\n- **Ruling Planets** for timing verification\n\n**Key KP Concepts:**\n- **Star Lord (Nakshatra Lord)**: Determines the source of results\n- **Sub-Lord**: Final deciding factor - can grant or deny results\n- **Significators**: Planets that signify (give results for) a house\n- **Ruling Planets**: Used to verify timing of predictions\n\n**KP Unique Features:**\n- Uses **Krishnamurti Ayanamsa** (fixed, not Lahiri)\n- **Placidus House System** (unlike typical Vedic equal houses)\n- **249 Sub-divisions** of the zodiac for precision\n- Sub-lord determines final outcome\n\n**Significator Strength (strongest to weakest):**\n1. Occupant in star of occupant of house\n2. Occupant of the house\n3. Planet in star of house lord\n4. House lord (cusp lord)\n5. Planets aspecting the cusp\n\n**Prediction Principle:**\n- If Sub-lord signifies favorable houses: Event will happen\n- If Sub-lord signifies unfavorable houses: Event denied\n- The sub-lord is the final judge in KP System\n\n**Response time:** ~200ms | **Accuracy:** Traditional KP method",
          "item": [
            {
              "id": "8f043a53-b28a-4e4e-af5c-00bcde43e0e4",
              "name": "Basic KP Analysis",
              "request": {
                "name": "Basic KP Analysis",
                "description": {
                  "content": "🎯 **Calculate Kp System**\n\n📋 **Endpoint Description:**\n**KP System (Krishnamurti Paddhati)** - Sub-lord based predictive astrology\n\n**Perfect for:**\n- Precise timing of events\n- Yes/No question (Prashna) analysis\n- Career and marriage predictions\n- KP astrology practitioners\n\n**What you get:**\n- **Planet Positions** with Star Lord and Sub-Lord\n- **Cusp Details** with Star Lord and Sub-Lord for each house\n- **Significators** for each house (who gives results)\n- **Ruling Planets** for timing verification\n\n**Key KP Concepts:**\n- **Star Lord (Nakshatra Lord)**: Determines the source of results\n- **Sub-Lord**: Final deciding factor - can grant or deny results\n- **Significators**: Planets that signify (give results for) a house\n- **Ruling Planets**: Used to verify timing of predictions\n\n**KP Unique Features:**\n- Uses **Krishnamurti Ayanamsa** (fixed, not Lahiri)\n- **Placidus House System** (unlike typical Vedic equal houses)\n- **249 Sub-divisions** of the zodiac for precision\n- Sub-lord determines final outcome\n\n**Significator Strength (strongest to weakest):**\n1. Occupant in star of occupant of house\n2. Occupant of the house\n3. Planet in star of house lord\n4. House lord (cusp lord)\n5. Planets aspecting the cusp\n\n**Prediction Principle:**\n- If Sub-lord signifies favorable houses: Event will happen\n- If Sub-lord signifies unfavorable houses: Event denied\n- The sub-lord is the final judge in KP System\n\n**Response time:** ~200ms | **Accuracy:** Traditional KP method\n\n✨ **Example Description:**\nCalculate KP System with star lords and sub-lords\n\n🔗 **Endpoint:** `POST /api/v3/vedic/kp-system`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "kp-system"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"KP Practitioner\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 8,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 30,\n      \"city\": \"Chennai\",\n      \"country_code\": \"IN\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9ef451d9-1b89-4908-8535-bfdb85052394",
              "name": "Planets only (no significators)",
              "request": {
                "name": "Planets only (no significators)",
                "description": {
                  "content": "🎯 **Calculate Kp System**\n\n📋 **Endpoint Description:**\n**KP System (Krishnamurti Paddhati)** - Sub-lord based predictive astrology\n\n**Perfect for:**\n- Precise timing of events\n- Yes/No question (Prashna) analysis\n- Career and marriage predictions\n- KP astrology practitioners\n\n**What you get:**\n- **Planet Positions** with Star Lord and Sub-Lord\n- **Cusp Details** with Star Lord and Sub-Lord for each house\n- **Significators** for each house (who gives results)\n- **Ruling Planets** for timing verification\n\n**Key KP Concepts:**\n- **Star Lord (Nakshatra Lord)**: Determines the source of results\n- **Sub-Lord**: Final deciding factor - can grant or deny results\n- **Significators**: Planets that signify (give results for) a house\n- **Ruling Planets**: Used to verify timing of predictions\n\n**KP Unique Features:**\n- Uses **Krishnamurti Ayanamsa** (fixed, not Lahiri)\n- **Placidus House System** (unlike typical Vedic equal houses)\n- **249 Sub-divisions** of the zodiac for precision\n- Sub-lord determines final outcome\n\n**Significator Strength (strongest to weakest):**\n1. Occupant in star of occupant of house\n2. Occupant of the house\n3. Planet in star of house lord\n4. House lord (cusp lord)\n5. Planets aspecting the cusp\n\n**Prediction Principle:**\n- If Sub-lord signifies favorable houses: Event will happen\n- If Sub-lord signifies unfavorable houses: Event denied\n- The sub-lord is the final judge in KP System\n\n**Response time:** ~200ms | **Accuracy:** Traditional KP method\n\n✨ **Example Description:**\nKP positions without house significators\n\n🔗 **Endpoint:** `POST /api/v3/vedic/kp-system`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "kp-system"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Simple KP\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 11,\n      \"day\": 22,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"include_significators\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a77c13d2-2b61-4fc9-baec-f6ce401b52a1",
              "name": "With direct coordinates",
              "request": {
                "name": "With direct coordinates",
                "description": {
                  "content": "🎯 **Calculate Kp System**\n\n📋 **Endpoint Description:**\n**KP System (Krishnamurti Paddhati)** - Sub-lord based predictive astrology\n\n**Perfect for:**\n- Precise timing of events\n- Yes/No question (Prashna) analysis\n- Career and marriage predictions\n- KP astrology practitioners\n\n**What you get:**\n- **Planet Positions** with Star Lord and Sub-Lord\n- **Cusp Details** with Star Lord and Sub-Lord for each house\n- **Significators** for each house (who gives results)\n- **Ruling Planets** for timing verification\n\n**Key KP Concepts:**\n- **Star Lord (Nakshatra Lord)**: Determines the source of results\n- **Sub-Lord**: Final deciding factor - can grant or deny results\n- **Significators**: Planets that signify (give results for) a house\n- **Ruling Planets**: Used to verify timing of predictions\n\n**KP Unique Features:**\n- Uses **Krishnamurti Ayanamsa** (fixed, not Lahiri)\n- **Placidus House System** (unlike typical Vedic equal houses)\n- **249 Sub-divisions** of the zodiac for precision\n- Sub-lord determines final outcome\n\n**Significator Strength (strongest to weakest):**\n1. Occupant in star of occupant of house\n2. Occupant of the house\n3. Planet in star of house lord\n4. House lord (cusp lord)\n5. Planets aspecting the cusp\n\n**Prediction Principle:**\n- If Sub-lord signifies favorable houses: Event will happen\n- If Sub-lord signifies unfavorable houses: Event denied\n- The sub-lord is the final judge in KP System\n\n**Response time:** ~200ms | **Accuracy:** Traditional KP method\n\n✨ **Example Description:**\nKP System using latitude/longitude directly\n\n🔗 **Endpoint:** `POST /api/v3/vedic/kp-system`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "kp-system"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Precise Location\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 3,\n      \"day\": 8,\n      \"hour\": 5,\n      \"minute\": 15,\n      \"latitude\": 13.0827,\n      \"longitude\": 80.2707,\n      \"timezone\": \"Asia/Kolkata\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Calculate Varshaphal",
          "description": "All available examples for Calculate Varshaphal endpoint. **Varshaphal (Annual Horoscope)** - Solar Return predictions for a specific year\n\n**Perfect for:**\n- Yearly predictions and planning\n- Understanding annual themes and challenges\n- Career and relationship timing\n- Important life decisions and milestones\n\n**What you get:**\n- **Year Lord (Varsheshwar)** - Planet governing the year's primary themes\n- **Muntha** - Progressed point indicating gains/losses\n- **Panchadhikari** - Five key rulers of the year\n- **Sahams** - Arabic parts for specific life areas\n- **Varshaphal Chart** - Solar return chart with planetary positions\n\n**Key Varshaphal Concepts:**\n\n**Year Lord (Varsheshwar):**\n- Calculated from birth weekday + age\n- Governs the year's main themes\n- Sun: Leadership, authority, father\n- Moon: Mind, emotions, mother, travel\n- Mars: Energy, courage, property, conflicts\n- Mercury: Intelligence, communication, skills\n- Jupiter: Wisdom, children, fortune, spirituality\n- Venus: Romance, luxury, marriage, arts\n- Saturn: Hard work, delays, discipline\n\n**Muntha (Progressed Point):**\n- Starts at Ascendant, moves 1 sign/year\n- Muntha's house indicates year's focus\n- Muntha lord's strength affects results\n- Best in 1, 4, 5, 7, 9, 10, 11 houses\n\n**Panchadhikari (5 Key Rulers):**\n1. Varsheshwar (Year Lord)\n2. Muntheshwar (Muntha Lord)\n3. Lagneshwar (Ascendant Lord)\n4. Janmeshwar (Moon's nakshatra lord)\n5. Dineshwar (Solar return day lord)\n\n**Sahams (Arabic Parts):**\n- Punya Saham - Overall fortune\n- Karma Saham - Career matters\n- Vivaha Saham - Marriage/partnerships\n- Vidya Saham - Education/learning\n- Santana Saham - Children\n\n**Response time:** ~200ms | **Content:** Complete annual prediction",
          "item": [
            {
              "id": "c94304d1-17cd-4a80-9469-34659aeac662",
              "name": "2025 Annual Horoscope",
              "request": {
                "name": "2025 Annual Horoscope",
                "description": {
                  "content": "🎯 **Calculate Varshaphal**\n\n📋 **Endpoint Description:**\n**Varshaphal (Annual Horoscope)** - Solar Return predictions for a specific year\n\n**Perfect for:**\n- Yearly predictions and planning\n- Understanding annual themes and challenges\n- Career and relationship timing\n- Important life decisions and milestones\n\n**What you get:**\n- **Year Lord (Varsheshwar)** - Planet governing the year's primary themes\n- **Muntha** - Progressed point indicating gains/losses\n- **Panchadhikari** - Five key rulers of the year\n- **Sahams** - Arabic parts for specific life areas\n- **Varshaphal Chart** - Solar return chart with planetary positions\n\n**Key Varshaphal Concepts:**\n\n**Year Lord (Varsheshwar):**\n- Calculated from birth weekday + age\n- Governs the year's main themes\n- Sun: Leadership, authority, father\n- Moon: Mind, emotions, mother, travel\n- Mars: Energy, courage, property, conflicts\n- Mercury: Intelligence, communication, skills\n- Jupiter: Wisdom, children, fortune, spirituality\n- Venus: Romance, luxury, marriage, arts\n- Saturn: Hard work, delays, discipline\n\n**Muntha (Progressed Point):**\n- Starts at Ascendant, moves 1 sign/year\n- Muntha's house indicates year's focus\n- Muntha lord's strength affects results\n- Best in 1, 4, 5, 7, 9, 10, 11 houses\n\n**Panchadhikari (5 Key Rulers):**\n1. Varsheshwar (Year Lord)\n2. Muntheshwar (Muntha Lord)\n3. Lagneshwar (Ascendant Lord)\n4. Janmeshwar (Moon's nakshatra lord)\n5. Dineshwar (Solar return day lord)\n\n**Sahams (Arabic Parts):**\n- Punya Saham - Overall fortune\n- Karma Saham - Career matters\n- Vivaha Saham - Marriage/partnerships\n- Vidya Saham - Education/learning\n- Santana Saham - Children\n\n**Response time:** ~200ms | **Content:** Complete annual prediction\n\n✨ **Example Description:**\nCalculate Varshaphal for 2025 (age 40)\n\n🔗 **Endpoint:** `POST /api/v3/vedic/varshaphal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "varshaphal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"target_year\": 2025,\n  \"options\": {\n    \"ayanamsa\": \"lahiri\",\n    \"language\": \"en\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b4774a75-98ab-4edf-8939-67acde1c147a",
              "name": "2026 Prediction",
              "request": {
                "name": "2026 Prediction",
                "description": {
                  "content": "🎯 **Calculate Varshaphal**\n\n📋 **Endpoint Description:**\n**Varshaphal (Annual Horoscope)** - Solar Return predictions for a specific year\n\n**Perfect for:**\n- Yearly predictions and planning\n- Understanding annual themes and challenges\n- Career and relationship timing\n- Important life decisions and milestones\n\n**What you get:**\n- **Year Lord (Varsheshwar)** - Planet governing the year's primary themes\n- **Muntha** - Progressed point indicating gains/losses\n- **Panchadhikari** - Five key rulers of the year\n- **Sahams** - Arabic parts for specific life areas\n- **Varshaphal Chart** - Solar return chart with planetary positions\n\n**Key Varshaphal Concepts:**\n\n**Year Lord (Varsheshwar):**\n- Calculated from birth weekday + age\n- Governs the year's main themes\n- Sun: Leadership, authority, father\n- Moon: Mind, emotions, mother, travel\n- Mars: Energy, courage, property, conflicts\n- Mercury: Intelligence, communication, skills\n- Jupiter: Wisdom, children, fortune, spirituality\n- Venus: Romance, luxury, marriage, arts\n- Saturn: Hard work, delays, discipline\n\n**Muntha (Progressed Point):**\n- Starts at Ascendant, moves 1 sign/year\n- Muntha's house indicates year's focus\n- Muntha lord's strength affects results\n- Best in 1, 4, 5, 7, 9, 10, 11 houses\n\n**Panchadhikari (5 Key Rulers):**\n1. Varsheshwar (Year Lord)\n2. Muntheshwar (Muntha Lord)\n3. Lagneshwar (Ascendant Lord)\n4. Janmeshwar (Moon's nakshatra lord)\n5. Dineshwar (Solar return day lord)\n\n**Sahams (Arabic Parts):**\n- Punya Saham - Overall fortune\n- Karma Saham - Career matters\n- Vivaha Saham - Marriage/partnerships\n- Vidya Saham - Education/learning\n- Santana Saham - Children\n\n**Response time:** ~200ms | **Content:** Complete annual prediction\n\n✨ **Example Description:**\nCalculate Varshaphal for next year\n\n🔗 **Endpoint:** `POST /api/v3/vedic/varshaphal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "varshaphal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Priya\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 20,\n      \"hour\": 6,\n      \"minute\": 30,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"target_year\": 2026,\n  \"options\": {\n    \"ayanamsa\": \"lahiri\",\n    \"language\": \"hi\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a7a9931f-38b3-4359-af27-ea2a5fdad4b5",
              "name": "Direct coordinates",
              "request": {
                "name": "Direct coordinates",
                "description": {
                  "content": "🎯 **Calculate Varshaphal**\n\n📋 **Endpoint Description:**\n**Varshaphal (Annual Horoscope)** - Solar Return predictions for a specific year\n\n**Perfect for:**\n- Yearly predictions and planning\n- Understanding annual themes and challenges\n- Career and relationship timing\n- Important life decisions and milestones\n\n**What you get:**\n- **Year Lord (Varsheshwar)** - Planet governing the year's primary themes\n- **Muntha** - Progressed point indicating gains/losses\n- **Panchadhikari** - Five key rulers of the year\n- **Sahams** - Arabic parts for specific life areas\n- **Varshaphal Chart** - Solar return chart with planetary positions\n\n**Key Varshaphal Concepts:**\n\n**Year Lord (Varsheshwar):**\n- Calculated from birth weekday + age\n- Governs the year's main themes\n- Sun: Leadership, authority, father\n- Moon: Mind, emotions, mother, travel\n- Mars: Energy, courage, property, conflicts\n- Mercury: Intelligence, communication, skills\n- Jupiter: Wisdom, children, fortune, spirituality\n- Venus: Romance, luxury, marriage, arts\n- Saturn: Hard work, delays, discipline\n\n**Muntha (Progressed Point):**\n- Starts at Ascendant, moves 1 sign/year\n- Muntha's house indicates year's focus\n- Muntha lord's strength affects results\n- Best in 1, 4, 5, 7, 9, 10, 11 houses\n\n**Panchadhikari (5 Key Rulers):**\n1. Varsheshwar (Year Lord)\n2. Muntheshwar (Muntha Lord)\n3. Lagneshwar (Ascendant Lord)\n4. Janmeshwar (Moon's nakshatra lord)\n5. Dineshwar (Solar return day lord)\n\n**Sahams (Arabic Parts):**\n- Punya Saham - Overall fortune\n- Karma Saham - Career matters\n- Vivaha Saham - Marriage/partnerships\n- Vidya Saham - Education/learning\n- Santana Saham - Children\n\n**Response time:** ~200ms | **Content:** Complete annual prediction\n\n✨ **Example Description:**\nVarshaphal using lat/long directly\n\n🔗 **Endpoint:** `POST /api/v3/vedic/varshaphal`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "varshaphal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Rajesh\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 3,\n      \"day\": 15,\n      \"hour\": 10,\n      \"minute\": 45,\n      \"latitude\": 28.6139,\n      \"longitude\": 77.209,\n      \"timezone\": \"Asia/Kolkata\"\n    }\n  },\n  \"target_year\": 2025\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Festival Calendar",
          "description": "All available examples for Get Festival Calendar endpoint. 📅 **Hindu Festival Calendar** - Calculate festival dates for any year\n\n**Perfect for:**\n- 🗓️ Yearly Hindu festival planning\n- 🛕 Temple event scheduling\n- 📱 Festival reminder apps\n- 🌙 Ekadashi and fasting day tracking\n- 📚 Cultural and religious education\n\n**What you get:**\n\n**Major Festivals with Calculated Dates:**\n- **Diwali** - Festival of lights (Kartik Amavasya)\n- **Holi** - Festival of colors (Phalguna Purnima)\n- **Dussehra** - Victory celebration (Ashwin Dashami)\n- **Ganesh Chaturthi** - Birth of Lord Ganesha\n- **Navaratri** - Nine nights of Goddess worship\n- **Makar Sankranti** - Sun's northward journey (Solar)\n- And 12+ more major festivals\n\n**Ekadashi Fasting Days:**\n- All 24 Ekadashis for the year\n- Shukla (bright) and Krishna (dark) fortnight dates\n- Names and lunar month information\n\n**Purnima (Full Moon) Dates:**\n- Monthly full moon with significance\n- Special Purnimas (Guru Purnima, Sharad Purnima, etc.)\n\n**Filtering Options:**\n- **region** - Filter by region (Maharashtra, North India, Karnataka, etc.)\n- **festival_type** - major, regional, religious, fasting, auspicious\n\n**Calculation Method:**\n- Tithi-based calculation using Swiss Ephemeris\n- Solar ingress calculation for Sankranti festivals\n- Approximate lunar month mapping to Gregorian calendar\n\n**Regions Supported:**\n- All India (pan-Indian festivals)\n- North India, South India\n- Maharashtra, Gujarat, Karnataka\n- Bihar, Jharkhand, Punjab, Rajasthan\n\n**Response time:** ~500ms | **Content:** Complete annual festival calendar",
          "item": [
            {
              "id": "03c15c4d-c63f-4740-a3f0-e51071625f8b",
              "name": "Full year Hindu festival calendar",
              "request": {
                "name": "Full year Hindu festival calendar",
                "description": {
                  "content": "🎯 **Get Festival Calendar**\n\n📋 **Endpoint Description:**\n📅 **Hindu Festival Calendar** - Calculate festival dates for any year\n\n**Perfect for:**\n- 🗓️ Yearly Hindu festival planning\n- 🛕 Temple event scheduling\n- 📱 Festival reminder apps\n- 🌙 Ekadashi and fasting day tracking\n- 📚 Cultural and religious education\n\n**What you get:**\n\n**Major Festivals with Calculated Dates:**\n- **Diwali** - Festival of lights (Kartik Amavasya)\n- **Holi** - Festival of colors (Phalguna Purnima)\n- **Dussehra** - Victory celebration (Ashwin Dashami)\n- **Ganesh Chaturthi** - Birth of Lord Ganesha\n- **Navaratri** - Nine nights of Goddess worship\n- **Makar Sankranti** - Sun's northward journey (Solar)\n- And 12+ more major festivals\n\n**Ekadashi Fasting Days:**\n- All 24 Ekadashis for the year\n- Shukla (bright) and Krishna (dark) fortnight dates\n- Names and lunar month information\n\n**Purnima (Full Moon) Dates:**\n- Monthly full moon with significance\n- Special Purnimas (Guru Purnima, Sharad Purnima, etc.)\n\n**Filtering Options:**\n- **region** - Filter by region (Maharashtra, North India, Karnataka, etc.)\n- **festival_type** - major, regional, religious, fasting, auspicious\n\n**Calculation Method:**\n- Tithi-based calculation using Swiss Ephemeris\n- Solar ingress calculation for Sankranti festivals\n- Approximate lunar month mapping to Gregorian calendar\n\n**Regions Supported:**\n- All India (pan-Indian festivals)\n- North India, South India\n- Maharashtra, Gujarat, Karnataka\n- Bihar, Jharkhand, Punjab, Rajasthan\n\n**Response time:** ~500ms | **Content:** Complete annual festival calendar\n\n✨ **Example Description:**\nGet all major Hindu festivals for 2025 with calculated dates\n\n🔗 **Endpoint:** `POST /api/v3/vedic/festival-calendar`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "festival-calendar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2025,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "8180853a-27ee-40b7-931b-051037ea1dff",
              "name": "Maharashtra festivals",
              "request": {
                "name": "Maharashtra festivals",
                "description": {
                  "content": "🎯 **Get Festival Calendar**\n\n📋 **Endpoint Description:**\n📅 **Hindu Festival Calendar** - Calculate festival dates for any year\n\n**Perfect for:**\n- 🗓️ Yearly Hindu festival planning\n- 🛕 Temple event scheduling\n- 📱 Festival reminder apps\n- 🌙 Ekadashi and fasting day tracking\n- 📚 Cultural and religious education\n\n**What you get:**\n\n**Major Festivals with Calculated Dates:**\n- **Diwali** - Festival of lights (Kartik Amavasya)\n- **Holi** - Festival of colors (Phalguna Purnima)\n- **Dussehra** - Victory celebration (Ashwin Dashami)\n- **Ganesh Chaturthi** - Birth of Lord Ganesha\n- **Navaratri** - Nine nights of Goddess worship\n- **Makar Sankranti** - Sun's northward journey (Solar)\n- And 12+ more major festivals\n\n**Ekadashi Fasting Days:**\n- All 24 Ekadashis for the year\n- Shukla (bright) and Krishna (dark) fortnight dates\n- Names and lunar month information\n\n**Purnima (Full Moon) Dates:**\n- Monthly full moon with significance\n- Special Purnimas (Guru Purnima, Sharad Purnima, etc.)\n\n**Filtering Options:**\n- **region** - Filter by region (Maharashtra, North India, Karnataka, etc.)\n- **festival_type** - major, regional, religious, fasting, auspicious\n\n**Calculation Method:**\n- Tithi-based calculation using Swiss Ephemeris\n- Solar ingress calculation for Sankranti festivals\n- Approximate lunar month mapping to Gregorian calendar\n\n**Regions Supported:**\n- All India (pan-Indian festivals)\n- North India, South India\n- Maharashtra, Gujarat, Karnataka\n- Bihar, Jharkhand, Punjab, Rajasthan\n\n**Response time:** ~500ms | **Content:** Complete annual festival calendar\n\n✨ **Example Description:**\nGet festivals specific to Maharashtra region\n\n🔗 **Endpoint:** `POST /api/v3/vedic/festival-calendar`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "festival-calendar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2025,\n  \"region\": \"Maharashtra\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "85db56d0-920b-40c5-8682-abb72749c2df",
              "name": "Major national festivals only",
              "request": {
                "name": "Major national festivals only",
                "description": {
                  "content": "🎯 **Get Festival Calendar**\n\n📋 **Endpoint Description:**\n📅 **Hindu Festival Calendar** - Calculate festival dates for any year\n\n**Perfect for:**\n- 🗓️ Yearly Hindu festival planning\n- 🛕 Temple event scheduling\n- 📱 Festival reminder apps\n- 🌙 Ekadashi and fasting day tracking\n- 📚 Cultural and religious education\n\n**What you get:**\n\n**Major Festivals with Calculated Dates:**\n- **Diwali** - Festival of lights (Kartik Amavasya)\n- **Holi** - Festival of colors (Phalguna Purnima)\n- **Dussehra** - Victory celebration (Ashwin Dashami)\n- **Ganesh Chaturthi** - Birth of Lord Ganesha\n- **Navaratri** - Nine nights of Goddess worship\n- **Makar Sankranti** - Sun's northward journey (Solar)\n- And 12+ more major festivals\n\n**Ekadashi Fasting Days:**\n- All 24 Ekadashis for the year\n- Shukla (bright) and Krishna (dark) fortnight dates\n- Names and lunar month information\n\n**Purnima (Full Moon) Dates:**\n- Monthly full moon with significance\n- Special Purnimas (Guru Purnima, Sharad Purnima, etc.)\n\n**Filtering Options:**\n- **region** - Filter by region (Maharashtra, North India, Karnataka, etc.)\n- **festival_type** - major, regional, religious, fasting, auspicious\n\n**Calculation Method:**\n- Tithi-based calculation using Swiss Ephemeris\n- Solar ingress calculation for Sankranti festivals\n- Approximate lunar month mapping to Gregorian calendar\n\n**Regions Supported:**\n- All India (pan-Indian festivals)\n- North India, South India\n- Maharashtra, Gujarat, Karnataka\n- Bihar, Jharkhand, Punjab, Rajasthan\n\n**Response time:** ~500ms | **Content:** Complete annual festival calendar\n\n✨ **Example Description:**\nFilter to show only major national holidays\n\n🔗 **Endpoint:** `POST /api/v3/vedic/festival-calendar`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "festival-calendar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2025,\n  \"festival_type\": \"major\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f24417d5-ba4c-4e93-a54a-4a00bb660330",
              "name": "Fasting days and Ekadashis",
              "request": {
                "name": "Fasting days and Ekadashis",
                "description": {
                  "content": "🎯 **Get Festival Calendar**\n\n📋 **Endpoint Description:**\n📅 **Hindu Festival Calendar** - Calculate festival dates for any year\n\n**Perfect for:**\n- 🗓️ Yearly Hindu festival planning\n- 🛕 Temple event scheduling\n- 📱 Festival reminder apps\n- 🌙 Ekadashi and fasting day tracking\n- 📚 Cultural and religious education\n\n**What you get:**\n\n**Major Festivals with Calculated Dates:**\n- **Diwali** - Festival of lights (Kartik Amavasya)\n- **Holi** - Festival of colors (Phalguna Purnima)\n- **Dussehra** - Victory celebration (Ashwin Dashami)\n- **Ganesh Chaturthi** - Birth of Lord Ganesha\n- **Navaratri** - Nine nights of Goddess worship\n- **Makar Sankranti** - Sun's northward journey (Solar)\n- And 12+ more major festivals\n\n**Ekadashi Fasting Days:**\n- All 24 Ekadashis for the year\n- Shukla (bright) and Krishna (dark) fortnight dates\n- Names and lunar month information\n\n**Purnima (Full Moon) Dates:**\n- Monthly full moon with significance\n- Special Purnimas (Guru Purnima, Sharad Purnima, etc.)\n\n**Filtering Options:**\n- **region** - Filter by region (Maharashtra, North India, Karnataka, etc.)\n- **festival_type** - major, regional, religious, fasting, auspicious\n\n**Calculation Method:**\n- Tithi-based calculation using Swiss Ephemeris\n- Solar ingress calculation for Sankranti festivals\n- Approximate lunar month mapping to Gregorian calendar\n\n**Regions Supported:**\n- All India (pan-Indian festivals)\n- North India, South India\n- Maharashtra, Gujarat, Karnataka\n- Bihar, Jharkhand, Punjab, Rajasthan\n\n**Response time:** ~500ms | **Content:** Complete annual festival calendar\n\n✨ **Example Description:**\nGet vrat (fasting) days and important Ekadashis\n\n🔗 **Endpoint:** `POST /api/v3/vedic/festival-calendar`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "festival-calendar"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2025,\n  \"festival_type\": \"fasting\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Regional Panchang",
          "description": "All available examples for Get Regional Panchang endpoint. 🗺️ **Regional Panchang** - Hindu calendar with localized names and regional calendars\n\n**Perfect for:**\n- 🛕 Regional temple panchang displays\n- 📱 Multi-language panchang apps\n- 🗓️ Region-specific muhurta calculations\n- 📚 Cultural and religious education\n- 🌏 Diaspora communities worldwide\n\n**What you get:**\n\n**Regional Calendar Systems:**\n- **Vikram Samvat** - North India (started 57 BCE)\n- **Saka Era** - National Calendar of India (started 78 CE)\n- **Tamil Calendar** - Solar months (Chittirai, Vaikasi, etc.)\n- **Bengali Era** - Bangabda (West Bengal, Bangladesh)\n- **Kollam Era** - Malayalam calendar (Kerala)\n\n**Localized Names in 9 Languages:**\n- **Hindi** (hi) - देवनागरी script\n- **Tamil** (ta) - தமிழ் script\n- **Telugu** (te) - తెలుగు script\n- **Kannada** (kn) - ಕನ್ನಡ script\n- **Bengali** (bn) - বাংলা script\n- **Marathi** (mr) - मराठी script\n- **Gujarati** (gu) - ગુજરાતી script\n- **Malayalam** (ml) - മലയാളം script\n- **English** (en) - Default\n\n**Panchang Elements with Regional Names:**\n- **Tithi** - Lunar day with regional name\n- **Nakshatra** - Moon's mansion with local name\n- **Yoga** - Solar-lunar combination\n- **Karana** - Half-tithi\n- **Vara** - Weekday in regional language\n\n**Regional Calendar Details:**\n- Regional year number (e.g., Vikram Samvat 2081)\n- Era name and short code\n- Current lunar month in regional language\n- Amanta vs Purnimanta system identification\n\n**Muhurta Information:**\n- Sunrise and sunset times\n- Rahu Kalam, Yamagandam, Gulika Kalam\n- Abhijit Muhurta (most auspicious time)\n- 8 Choghadiya periods with timings\n\n**Today's Festivals:**\n- Region-specific festivals for the date\n- Festival name and type\n\n**Regions Supported:**\n- North India (Vikram Samvat, Purnimanta)\n- Maharashtra (Saka, Amanta)\n- Tamil Nadu (Solar calendar)\n- Karnataka (Saka, Amanta)\n- Andhra Pradesh / Telangana\n- West Bengal (Bengali Era)\n- Kerala (Kollam Era)\n- Gujarat (Vikram Samvat, Amanta)\n\n**Response time:** ~200ms | **Content:** Complete regional panchang with localized names",
          "item": [
            {
              "id": "367c6794-7d8b-4d28-85cb-e87884956ae0",
              "name": "North India with Hindi names",
              "request": {
                "name": "North India with Hindi names",
                "description": {
                  "content": "🎯 **Get Regional Panchang**\n\n📋 **Endpoint Description:**\n🗺️ **Regional Panchang** - Hindu calendar with localized names and regional calendars\n\n**Perfect for:**\n- 🛕 Regional temple panchang displays\n- 📱 Multi-language panchang apps\n- 🗓️ Region-specific muhurta calculations\n- 📚 Cultural and religious education\n- 🌏 Diaspora communities worldwide\n\n**What you get:**\n\n**Regional Calendar Systems:**\n- **Vikram Samvat** - North India (started 57 BCE)\n- **Saka Era** - National Calendar of India (started 78 CE)\n- **Tamil Calendar** - Solar months (Chittirai, Vaikasi, etc.)\n- **Bengali Era** - Bangabda (West Bengal, Bangladesh)\n- **Kollam Era** - Malayalam calendar (Kerala)\n\n**Localized Names in 9 Languages:**\n- **Hindi** (hi) - देवनागरी script\n- **Tamil** (ta) - தமிழ் script\n- **Telugu** (te) - తెలుగు script\n- **Kannada** (kn) - ಕನ್ನಡ script\n- **Bengali** (bn) - বাংলা script\n- **Marathi** (mr) - मराठी script\n- **Gujarati** (gu) - ગુજરાતી script\n- **Malayalam** (ml) - മലയാളം script\n- **English** (en) - Default\n\n**Panchang Elements with Regional Names:**\n- **Tithi** - Lunar day with regional name\n- **Nakshatra** - Moon's mansion with local name\n- **Yoga** - Solar-lunar combination\n- **Karana** - Half-tithi\n- **Vara** - Weekday in regional language\n\n**Regional Calendar Details:**\n- Regional year number (e.g., Vikram Samvat 2081)\n- Era name and short code\n- Current lunar month in regional language\n- Amanta vs Purnimanta system identification\n\n**Muhurta Information:**\n- Sunrise and sunset times\n- Rahu Kalam, Yamagandam, Gulika Kalam\n- Abhijit Muhurta (most auspicious time)\n- 8 Choghadiya periods with timings\n\n**Today's Festivals:**\n- Region-specific festivals for the date\n- Festival name and type\n\n**Regions Supported:**\n- North India (Vikram Samvat, Purnimanta)\n- Maharashtra (Saka, Amanta)\n- Tamil Nadu (Solar calendar)\n- Karnataka (Saka, Amanta)\n- Andhra Pradesh / Telangana\n- West Bengal (Bengali Era)\n- Kerala (Kollam Era)\n- Gujarat (Vikram Samvat, Amanta)\n\n**Response time:** ~200ms | **Content:** Complete regional panchang with localized names\n\n✨ **Example Description:**\nPanchang for Delhi with Vikram Samvat calendar and Hindi names\n\n🔗 **Endpoint:** `POST /api/v3/vedic/regional-panchang`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "regional-panchang"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2025,\n  \"month\": 1,\n  \"day\": 14,\n  \"hour\": 8,\n  \"minute\": 0,\n  \"latitude\": 28.6139,\n  \"longitude\": 77.209,\n  \"timezone\": \"Asia/Kolkata\",\n  \"region\": \"north_india\",\n  \"language\": \"hi\",\n  \"ayanamsa\": \"lahiri\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "47bf2407-3de3-4f15-bed7-5fe6b7afec29",
              "name": "Tamil Nadu with Tamil names",
              "request": {
                "name": "Tamil Nadu with Tamil names",
                "description": {
                  "content": "🎯 **Get Regional Panchang**\n\n📋 **Endpoint Description:**\n🗺️ **Regional Panchang** - Hindu calendar with localized names and regional calendars\n\n**Perfect for:**\n- 🛕 Regional temple panchang displays\n- 📱 Multi-language panchang apps\n- 🗓️ Region-specific muhurta calculations\n- 📚 Cultural and religious education\n- 🌏 Diaspora communities worldwide\n\n**What you get:**\n\n**Regional Calendar Systems:**\n- **Vikram Samvat** - North India (started 57 BCE)\n- **Saka Era** - National Calendar of India (started 78 CE)\n- **Tamil Calendar** - Solar months (Chittirai, Vaikasi, etc.)\n- **Bengali Era** - Bangabda (West Bengal, Bangladesh)\n- **Kollam Era** - Malayalam calendar (Kerala)\n\n**Localized Names in 9 Languages:**\n- **Hindi** (hi) - देवनागरी script\n- **Tamil** (ta) - தமிழ் script\n- **Telugu** (te) - తెలుగు script\n- **Kannada** (kn) - ಕನ್ನಡ script\n- **Bengali** (bn) - বাংলা script\n- **Marathi** (mr) - मराठी script\n- **Gujarati** (gu) - ગુજરાતી script\n- **Malayalam** (ml) - മലയാളം script\n- **English** (en) - Default\n\n**Panchang Elements with Regional Names:**\n- **Tithi** - Lunar day with regional name\n- **Nakshatra** - Moon's mansion with local name\n- **Yoga** - Solar-lunar combination\n- **Karana** - Half-tithi\n- **Vara** - Weekday in regional language\n\n**Regional Calendar Details:**\n- Regional year number (e.g., Vikram Samvat 2081)\n- Era name and short code\n- Current lunar month in regional language\n- Amanta vs Purnimanta system identification\n\n**Muhurta Information:**\n- Sunrise and sunset times\n- Rahu Kalam, Yamagandam, Gulika Kalam\n- Abhijit Muhurta (most auspicious time)\n- 8 Choghadiya periods with timings\n\n**Today's Festivals:**\n- Region-specific festivals for the date\n- Festival name and type\n\n**Regions Supported:**\n- North India (Vikram Samvat, Purnimanta)\n- Maharashtra (Saka, Amanta)\n- Tamil Nadu (Solar calendar)\n- Karnataka (Saka, Amanta)\n- Andhra Pradesh / Telangana\n- West Bengal (Bengali Era)\n- Kerala (Kollam Era)\n- Gujarat (Vikram Samvat, Amanta)\n\n**Response time:** ~200ms | **Content:** Complete regional panchang with localized names\n\n✨ **Example Description:**\nChennai panchang with Tamil solar calendar format\n\n🔗 **Endpoint:** `POST /api/v3/vedic/regional-panchang`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "regional-panchang"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2025,\n  \"month\": 4,\n  \"day\": 14,\n  \"hour\": 6,\n  \"minute\": 0,\n  \"latitude\": 13.0827,\n  \"longitude\": 80.2707,\n  \"timezone\": \"Asia/Kolkata\",\n  \"region\": \"tamil_nadu\",\n  \"language\": \"ta\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "5f2a9f82-02e1-4638-b65d-c5f22d7ebdd5",
              "name": "Maharashtra with Marathi names",
              "request": {
                "name": "Maharashtra with Marathi names",
                "description": {
                  "content": "🎯 **Get Regional Panchang**\n\n📋 **Endpoint Description:**\n🗺️ **Regional Panchang** - Hindu calendar with localized names and regional calendars\n\n**Perfect for:**\n- 🛕 Regional temple panchang displays\n- 📱 Multi-language panchang apps\n- 🗓️ Region-specific muhurta calculations\n- 📚 Cultural and religious education\n- 🌏 Diaspora communities worldwide\n\n**What you get:**\n\n**Regional Calendar Systems:**\n- **Vikram Samvat** - North India (started 57 BCE)\n- **Saka Era** - National Calendar of India (started 78 CE)\n- **Tamil Calendar** - Solar months (Chittirai, Vaikasi, etc.)\n- **Bengali Era** - Bangabda (West Bengal, Bangladesh)\n- **Kollam Era** - Malayalam calendar (Kerala)\n\n**Localized Names in 9 Languages:**\n- **Hindi** (hi) - देवनागरी script\n- **Tamil** (ta) - தமிழ் script\n- **Telugu** (te) - తెలుగు script\n- **Kannada** (kn) - ಕನ್ನಡ script\n- **Bengali** (bn) - বাংলা script\n- **Marathi** (mr) - मराठी script\n- **Gujarati** (gu) - ગુજરાતી script\n- **Malayalam** (ml) - മലയാളം script\n- **English** (en) - Default\n\n**Panchang Elements with Regional Names:**\n- **Tithi** - Lunar day with regional name\n- **Nakshatra** - Moon's mansion with local name\n- **Yoga** - Solar-lunar combination\n- **Karana** - Half-tithi\n- **Vara** - Weekday in regional language\n\n**Regional Calendar Details:**\n- Regional year number (e.g., Vikram Samvat 2081)\n- Era name and short code\n- Current lunar month in regional language\n- Amanta vs Purnimanta system identification\n\n**Muhurta Information:**\n- Sunrise and sunset times\n- Rahu Kalam, Yamagandam, Gulika Kalam\n- Abhijit Muhurta (most auspicious time)\n- 8 Choghadiya periods with timings\n\n**Today's Festivals:**\n- Region-specific festivals for the date\n- Festival name and type\n\n**Regions Supported:**\n- North India (Vikram Samvat, Purnimanta)\n- Maharashtra (Saka, Amanta)\n- Tamil Nadu (Solar calendar)\n- Karnataka (Saka, Amanta)\n- Andhra Pradesh / Telangana\n- West Bengal (Bengali Era)\n- Kerala (Kollam Era)\n- Gujarat (Vikram Samvat, Amanta)\n\n**Response time:** ~200ms | **Content:** Complete regional panchang with localized names\n\n✨ **Example Description:**\nMumbai panchang with Saka era and Marathi month names\n\n🔗 **Endpoint:** `POST /api/v3/vedic/regional-panchang`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "regional-panchang"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2025,\n  \"month\": 3,\n  \"day\": 28,\n  \"hour\": 7,\n  \"minute\": 30,\n  \"latitude\": 19.076,\n  \"longitude\": 72.8777,\n  \"timezone\": \"Asia/Kolkata\",\n  \"region\": \"maharashtra\",\n  \"language\": \"mr\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a33ae8ec-6f01-4d4b-8ad2-d3247921fab7",
              "name": "Karnataka with Kannada names",
              "request": {
                "name": "Karnataka with Kannada names",
                "description": {
                  "content": "🎯 **Get Regional Panchang**\n\n📋 **Endpoint Description:**\n🗺️ **Regional Panchang** - Hindu calendar with localized names and regional calendars\n\n**Perfect for:**\n- 🛕 Regional temple panchang displays\n- 📱 Multi-language panchang apps\n- 🗓️ Region-specific muhurta calculations\n- 📚 Cultural and religious education\n- 🌏 Diaspora communities worldwide\n\n**What you get:**\n\n**Regional Calendar Systems:**\n- **Vikram Samvat** - North India (started 57 BCE)\n- **Saka Era** - National Calendar of India (started 78 CE)\n- **Tamil Calendar** - Solar months (Chittirai, Vaikasi, etc.)\n- **Bengali Era** - Bangabda (West Bengal, Bangladesh)\n- **Kollam Era** - Malayalam calendar (Kerala)\n\n**Localized Names in 9 Languages:**\n- **Hindi** (hi) - देवनागरी script\n- **Tamil** (ta) - தமிழ் script\n- **Telugu** (te) - తెలుగు script\n- **Kannada** (kn) - ಕನ್ನಡ script\n- **Bengali** (bn) - বাংলা script\n- **Marathi** (mr) - मराठी script\n- **Gujarati** (gu) - ગુજરાતી script\n- **Malayalam** (ml) - മലയാളം script\n- **English** (en) - Default\n\n**Panchang Elements with Regional Names:**\n- **Tithi** - Lunar day with regional name\n- **Nakshatra** - Moon's mansion with local name\n- **Yoga** - Solar-lunar combination\n- **Karana** - Half-tithi\n- **Vara** - Weekday in regional language\n\n**Regional Calendar Details:**\n- Regional year number (e.g., Vikram Samvat 2081)\n- Era name and short code\n- Current lunar month in regional language\n- Amanta vs Purnimanta system identification\n\n**Muhurta Information:**\n- Sunrise and sunset times\n- Rahu Kalam, Yamagandam, Gulika Kalam\n- Abhijit Muhurta (most auspicious time)\n- 8 Choghadiya periods with timings\n\n**Today's Festivals:**\n- Region-specific festivals for the date\n- Festival name and type\n\n**Regions Supported:**\n- North India (Vikram Samvat, Purnimanta)\n- Maharashtra (Saka, Amanta)\n- Tamil Nadu (Solar calendar)\n- Karnataka (Saka, Amanta)\n- Andhra Pradesh / Telangana\n- West Bengal (Bengali Era)\n- Kerala (Kollam Era)\n- Gujarat (Vikram Samvat, Amanta)\n\n**Response time:** ~200ms | **Content:** Complete regional panchang with localized names\n\n✨ **Example Description:**\nBengaluru panchang with Kannada regional names\n\n🔗 **Endpoint:** `POST /api/v3/vedic/regional-panchang`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "regional-panchang"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2025,\n  \"month\": 8,\n  \"day\": 26,\n  \"hour\": 9,\n  \"minute\": 0,\n  \"latitude\": 12.9716,\n  \"longitude\": 77.5946,\n  \"timezone\": \"Asia/Kolkata\",\n  \"region\": \"karnataka\",\n  \"language\": \"kn\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "99da2cad-2c0d-4eb6-b41c-d1fe82bb2b56",
              "name": "West Bengal with Bengali names",
              "request": {
                "name": "West Bengal with Bengali names",
                "description": {
                  "content": "🎯 **Get Regional Panchang**\n\n📋 **Endpoint Description:**\n🗺️ **Regional Panchang** - Hindu calendar with localized names and regional calendars\n\n**Perfect for:**\n- 🛕 Regional temple panchang displays\n- 📱 Multi-language panchang apps\n- 🗓️ Region-specific muhurta calculations\n- 📚 Cultural and religious education\n- 🌏 Diaspora communities worldwide\n\n**What you get:**\n\n**Regional Calendar Systems:**\n- **Vikram Samvat** - North India (started 57 BCE)\n- **Saka Era** - National Calendar of India (started 78 CE)\n- **Tamil Calendar** - Solar months (Chittirai, Vaikasi, etc.)\n- **Bengali Era** - Bangabda (West Bengal, Bangladesh)\n- **Kollam Era** - Malayalam calendar (Kerala)\n\n**Localized Names in 9 Languages:**\n- **Hindi** (hi) - देवनागरी script\n- **Tamil** (ta) - தமிழ் script\n- **Telugu** (te) - తెలుగు script\n- **Kannada** (kn) - ಕನ್ನಡ script\n- **Bengali** (bn) - বাংলা script\n- **Marathi** (mr) - मराठी script\n- **Gujarati** (gu) - ગુજરાતી script\n- **Malayalam** (ml) - മലയാളം script\n- **English** (en) - Default\n\n**Panchang Elements with Regional Names:**\n- **Tithi** - Lunar day with regional name\n- **Nakshatra** - Moon's mansion with local name\n- **Yoga** - Solar-lunar combination\n- **Karana** - Half-tithi\n- **Vara** - Weekday in regional language\n\n**Regional Calendar Details:**\n- Regional year number (e.g., Vikram Samvat 2081)\n- Era name and short code\n- Current lunar month in regional language\n- Amanta vs Purnimanta system identification\n\n**Muhurta Information:**\n- Sunrise and sunset times\n- Rahu Kalam, Yamagandam, Gulika Kalam\n- Abhijit Muhurta (most auspicious time)\n- 8 Choghadiya periods with timings\n\n**Today's Festivals:**\n- Region-specific festivals for the date\n- Festival name and type\n\n**Regions Supported:**\n- North India (Vikram Samvat, Purnimanta)\n- Maharashtra (Saka, Amanta)\n- Tamil Nadu (Solar calendar)\n- Karnataka (Saka, Amanta)\n- Andhra Pradesh / Telangana\n- West Bengal (Bengali Era)\n- Kerala (Kollam Era)\n- Gujarat (Vikram Samvat, Amanta)\n\n**Response time:** ~200ms | **Content:** Complete regional panchang with localized names\n\n✨ **Example Description:**\nKolkata panchang with Bengali era and names\n\n🔗 **Endpoint:** `POST /api/v3/vedic/regional-panchang`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "regional-panchang"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 2025,\n  \"month\": 10,\n  \"day\": 1,\n  \"hour\": 5,\n  \"minute\": 45,\n  \"latitude\": 22.5726,\n  \"longitude\": 88.3639,\n  \"timezone\": \"Asia/Kolkata\",\n  \"region\": \"west_bengal\",\n  \"language\": \"bn\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Generate Vedic Chart Svg",
          "description": "All available examples for Generate Vedic Chart Svg endpoint. 🔮 **Vedic Birth Chart Generator** - Traditional Jyotish chart in SVG format\n\n**Perfect for:**\n- 🇮🇳 Vedic astrology consultations and readings\n- 📱 Mobile apps and websites displaying Jyotish charts\n- 🖨️ High-quality printable birth charts\n- 📊 Educational materials and tutorials\n- 🎨 Custom chart designs with themes and languages\n\n**What you get:**\n- **Two authentic Indian styles**: North Indian (Diamond) or South Indian (Square)\n- **Sidereal zodiac calculations**: Using accurate ayanamsa systems (Lahiri, KP, Raman)\n- **9 Vedic planets**: Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu\n- **Dignity markers**: ↑ (exalted), ↓ (debilitated), ◉ (own sign), ◆ (moolatrikona)\n- **Retrograde indicators**: (R) suffix for retrograde planets\n- **Multilingual labels**: English, Sanskrit (romanized), or Devanagari script\n- **Professional themes**: Traditional beige/brown, Dark mode, or Modern light\n\n**Chart Styles:**\n\n**North Indian (Diamond)**:\n- Diamond-shaped chart with 12 triangular houses\n- Houses are fixed, signs rotate based on Ascendant\n- Popular in North India and Nepal\n- Ascendant always at top position\n\n**South Indian (Square)**:\n- 4x4 grid layout with 12 outer cells\n- Signs are fixed (Aries always top-left)\n- Houses rotate based on Ascendant\n- Diagonal line marks the Ascendant (Lagna)\n- Popular in South India and Sri Lanka\n\n**Ayanamsa Systems:**\n- **Lahiri** (default): Indian Government standard, most widely used\n- **Krishnamurti**: For KP (Krishnamurti Paddhati) astrology\n- **Raman**: B.V. Raman's system, popular in South India\n\n**Visual Features:**\n- Scalable vector graphics (SVG) - perfect for any size\n- Clean, readable design optimized for consultation\n- Color-coded planets for easy identification\n- Collision avoidance for multiple planets in same house/sign\n- Traditional symbols and authentic layout\n- Print-ready quality at any resolution\n\n**Response time:** ~300ms | **Format:** SVG (scalable vector graphics)",
          "item": [
            {
              "id": "f28d3f57-29ad-423f-a378-35ad9806119b",
              "name": "North Indian (Diamond) - Default",
              "request": {
                "name": "North Indian (Diamond) - Default",
                "description": {
                  "content": "🎯 **Generate Vedic Chart Svg**\n\n📋 **Endpoint Description:**\n🔮 **Vedic Birth Chart Generator** - Traditional Jyotish chart in SVG format\n\n**Perfect for:**\n- 🇮🇳 Vedic astrology consultations and readings\n- 📱 Mobile apps and websites displaying Jyotish charts\n- 🖨️ High-quality printable birth charts\n- 📊 Educational materials and tutorials\n- 🎨 Custom chart designs with themes and languages\n\n**What you get:**\n- **Two authentic Indian styles**: North Indian (Diamond) or South Indian (Square)\n- **Sidereal zodiac calculations**: Using accurate ayanamsa systems (Lahiri, KP, Raman)\n- **9 Vedic planets**: Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu\n- **Dignity markers**: ↑ (exalted), ↓ (debilitated), ◉ (own sign), ◆ (moolatrikona)\n- **Retrograde indicators**: (R) suffix for retrograde planets\n- **Multilingual labels**: English, Sanskrit (romanized), or Devanagari script\n- **Professional themes**: Traditional beige/brown, Dark mode, or Modern light\n\n**Chart Styles:**\n\n**North Indian (Diamond)**:\n- Diamond-shaped chart with 12 triangular houses\n- Houses are fixed, signs rotate based on Ascendant\n- Popular in North India and Nepal\n- Ascendant always at top position\n\n**South Indian (Square)**:\n- 4x4 grid layout with 12 outer cells\n- Signs are fixed (Aries always top-left)\n- Houses rotate based on Ascendant\n- Diagonal line marks the Ascendant (Lagna)\n- Popular in South India and Sri Lanka\n\n**Ayanamsa Systems:**\n- **Lahiri** (default): Indian Government standard, most widely used\n- **Krishnamurti**: For KP (Krishnamurti Paddhati) astrology\n- **Raman**: B.V. Raman's system, popular in South India\n\n**Visual Features:**\n- Scalable vector graphics (SVG) - perfect for any size\n- Clean, readable design optimized for consultation\n- Color-coded planets for easy identification\n- Collision avoidance for multiple planets in same house/sign\n- Traditional symbols and authentic layout\n- Print-ready quality at any resolution\n\n**Response time:** ~300ms | **Format:** SVG (scalable vector graphics)\n\n✨ **Example Description:**\nTraditional North Indian diamond-style chart with rotating signs based on Ascendant. Uses default Lahiri ayanamsa and traditional beige/brown theme.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"second\": 45,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"style\": \"north_indian\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "ef492caf-8f74-4084-8191-3a1644a41afa",
              "name": "North Indian - Dark Theme + English",
              "request": {
                "name": "North Indian - Dark Theme + English",
                "description": {
                  "content": "🎯 **Generate Vedic Chart Svg**\n\n📋 **Endpoint Description:**\n🔮 **Vedic Birth Chart Generator** - Traditional Jyotish chart in SVG format\n\n**Perfect for:**\n- 🇮🇳 Vedic astrology consultations and readings\n- 📱 Mobile apps and websites displaying Jyotish charts\n- 🖨️ High-quality printable birth charts\n- 📊 Educational materials and tutorials\n- 🎨 Custom chart designs with themes and languages\n\n**What you get:**\n- **Two authentic Indian styles**: North Indian (Diamond) or South Indian (Square)\n- **Sidereal zodiac calculations**: Using accurate ayanamsa systems (Lahiri, KP, Raman)\n- **9 Vedic planets**: Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu\n- **Dignity markers**: ↑ (exalted), ↓ (debilitated), ◉ (own sign), ◆ (moolatrikona)\n- **Retrograde indicators**: (R) suffix for retrograde planets\n- **Multilingual labels**: English, Sanskrit (romanized), or Devanagari script\n- **Professional themes**: Traditional beige/brown, Dark mode, or Modern light\n\n**Chart Styles:**\n\n**North Indian (Diamond)**:\n- Diamond-shaped chart with 12 triangular houses\n- Houses are fixed, signs rotate based on Ascendant\n- Popular in North India and Nepal\n- Ascendant always at top position\n\n**South Indian (Square)**:\n- 4x4 grid layout with 12 outer cells\n- Signs are fixed (Aries always top-left)\n- Houses rotate based on Ascendant\n- Diagonal line marks the Ascendant (Lagna)\n- Popular in South India and Sri Lanka\n\n**Ayanamsa Systems:**\n- **Lahiri** (default): Indian Government standard, most widely used\n- **Krishnamurti**: For KP (Krishnamurti Paddhati) astrology\n- **Raman**: B.V. Raman's system, popular in South India\n\n**Visual Features:**\n- Scalable vector graphics (SVG) - perfect for any size\n- Clean, readable design optimized for consultation\n- Color-coded planets for easy identification\n- Collision avoidance for multiple planets in same house/sign\n- Traditional symbols and authentic layout\n- Print-ready quality at any resolution\n\n**Response time:** ~300ms | **Format:** SVG (scalable vector graphics)\n\n✨ **Example Description:**\nNorth Indian diamond chart with dark theme (black background, gold accents) and English sign labels (Ari, Tau, Gem, etc.)\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Raj Kumar\",\n    \"birth_data\": {\n      \"year\": 1988,\n      \"month\": 12,\n      \"day\": 15,\n      \"hour\": 14,\n      \"minute\": 45,\n      \"city\": \"Delhi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"style\": \"north_indian\",\n  \"svg_options\": {\n    \"theme\": \"dark\",\n    \"sign_format\": \"english\",\n    \"show_degrees\": true,\n    \"show_retrograde\": true,\n    \"show_dignity\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7509a483-2790-4791-a14d-d04bedf72853",
              "name": "North Indian - Dark Theme + Sanskrit",
              "request": {
                "name": "North Indian - Dark Theme + Sanskrit",
                "description": {
                  "content": "🎯 **Generate Vedic Chart Svg**\n\n📋 **Endpoint Description:**\n🔮 **Vedic Birth Chart Generator** - Traditional Jyotish chart in SVG format\n\n**Perfect for:**\n- 🇮🇳 Vedic astrology consultations and readings\n- 📱 Mobile apps and websites displaying Jyotish charts\n- 🖨️ High-quality printable birth charts\n- 📊 Educational materials and tutorials\n- 🎨 Custom chart designs with themes and languages\n\n**What you get:**\n- **Two authentic Indian styles**: North Indian (Diamond) or South Indian (Square)\n- **Sidereal zodiac calculations**: Using accurate ayanamsa systems (Lahiri, KP, Raman)\n- **9 Vedic planets**: Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu\n- **Dignity markers**: ↑ (exalted), ↓ (debilitated), ◉ (own sign), ◆ (moolatrikona)\n- **Retrograde indicators**: (R) suffix for retrograde planets\n- **Multilingual labels**: English, Sanskrit (romanized), or Devanagari script\n- **Professional themes**: Traditional beige/brown, Dark mode, or Modern light\n\n**Chart Styles:**\n\n**North Indian (Diamond)**:\n- Diamond-shaped chart with 12 triangular houses\n- Houses are fixed, signs rotate based on Ascendant\n- Popular in North India and Nepal\n- Ascendant always at top position\n\n**South Indian (Square)**:\n- 4x4 grid layout with 12 outer cells\n- Signs are fixed (Aries always top-left)\n- Houses rotate based on Ascendant\n- Diagonal line marks the Ascendant (Lagna)\n- Popular in South India and Sri Lanka\n\n**Ayanamsa Systems:**\n- **Lahiri** (default): Indian Government standard, most widely used\n- **Krishnamurti**: For KP (Krishnamurti Paddhati) astrology\n- **Raman**: B.V. Raman's system, popular in South India\n\n**Visual Features:**\n- Scalable vector graphics (SVG) - perfect for any size\n- Clean, readable design optimized for consultation\n- Color-coded planets for easy identification\n- Collision avoidance for multiple planets in same house/sign\n- Traditional symbols and authentic layout\n- Print-ready quality at any resolution\n\n**Response time:** ~300ms | **Format:** SVG (scalable vector graphics)\n\n✨ **Example Description:**\nNorth Indian chart with dark theme and romanized Sanskrit sign names (Mesha, Vrishabha, Mithuna, etc.)\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Vikram Sharma\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 7,\n      \"day\": 22,\n      \"hour\": 10,\n      \"minute\": 15,\n      \"city\": \"Mumbai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"style\": \"north_indian\",\n  \"svg_options\": {\n    \"theme\": \"dark\",\n    \"sign_format\": \"sanskrit\",\n    \"show_degrees\": true,\n    \"show_retrograde\": true,\n    \"show_dignity\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "1e325975-4933-4a09-b6ef-aab9489faeef",
              "name": "North Indian - Modern + Devanagari",
              "request": {
                "name": "North Indian - Modern + Devanagari",
                "description": {
                  "content": "🎯 **Generate Vedic Chart Svg**\n\n📋 **Endpoint Description:**\n🔮 **Vedic Birth Chart Generator** - Traditional Jyotish chart in SVG format\n\n**Perfect for:**\n- 🇮🇳 Vedic astrology consultations and readings\n- 📱 Mobile apps and websites displaying Jyotish charts\n- 🖨️ High-quality printable birth charts\n- 📊 Educational materials and tutorials\n- 🎨 Custom chart designs with themes and languages\n\n**What you get:**\n- **Two authentic Indian styles**: North Indian (Diamond) or South Indian (Square)\n- **Sidereal zodiac calculations**: Using accurate ayanamsa systems (Lahiri, KP, Raman)\n- **9 Vedic planets**: Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu\n- **Dignity markers**: ↑ (exalted), ↓ (debilitated), ◉ (own sign), ◆ (moolatrikona)\n- **Retrograde indicators**: (R) suffix for retrograde planets\n- **Multilingual labels**: English, Sanskrit (romanized), or Devanagari script\n- **Professional themes**: Traditional beige/brown, Dark mode, or Modern light\n\n**Chart Styles:**\n\n**North Indian (Diamond)**:\n- Diamond-shaped chart with 12 triangular houses\n- Houses are fixed, signs rotate based on Ascendant\n- Popular in North India and Nepal\n- Ascendant always at top position\n\n**South Indian (Square)**:\n- 4x4 grid layout with 12 outer cells\n- Signs are fixed (Aries always top-left)\n- Houses rotate based on Ascendant\n- Diagonal line marks the Ascendant (Lagna)\n- Popular in South India and Sri Lanka\n\n**Ayanamsa Systems:**\n- **Lahiri** (default): Indian Government standard, most widely used\n- **Krishnamurti**: For KP (Krishnamurti Paddhati) astrology\n- **Raman**: B.V. Raman's system, popular in South India\n\n**Visual Features:**\n- Scalable vector graphics (SVG) - perfect for any size\n- Clean, readable design optimized for consultation\n- Color-coded planets for easy identification\n- Collision avoidance for multiple planets in same house/sign\n- Traditional symbols and authentic layout\n- Print-ready quality at any resolution\n\n**Response time:** ~300ms | **Format:** SVG (scalable vector graphics)\n\n✨ **Example Description:**\nNorth Indian chart with clean modern light theme and Devanagari script labels (मेष, वृष, मिथुन, etc.)\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Anjali Patel\",\n    \"birth_data\": {\n      \"year\": 1992,\n      \"month\": 3,\n      \"day\": 25,\n      \"hour\": 9,\n      \"minute\": 20,\n      \"city\": \"Ahmedabad\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"style\": \"north_indian\",\n  \"svg_options\": {\n    \"theme\": \"modern_light\",\n    \"sign_format\": \"devanagari\",\n    \"show_degrees\": true,\n    \"font_size\": 14\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f672be2b-8492-437d-aa7c-f34abc42a4a1",
              "name": "South Indian (Square) - Traditional + English",
              "request": {
                "name": "South Indian (Square) - Traditional + English",
                "description": {
                  "content": "🎯 **Generate Vedic Chart Svg**\n\n📋 **Endpoint Description:**\n🔮 **Vedic Birth Chart Generator** - Traditional Jyotish chart in SVG format\n\n**Perfect for:**\n- 🇮🇳 Vedic astrology consultations and readings\n- 📱 Mobile apps and websites displaying Jyotish charts\n- 🖨️ High-quality printable birth charts\n- 📊 Educational materials and tutorials\n- 🎨 Custom chart designs with themes and languages\n\n**What you get:**\n- **Two authentic Indian styles**: North Indian (Diamond) or South Indian (Square)\n- **Sidereal zodiac calculations**: Using accurate ayanamsa systems (Lahiri, KP, Raman)\n- **9 Vedic planets**: Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu\n- **Dignity markers**: ↑ (exalted), ↓ (debilitated), ◉ (own sign), ◆ (moolatrikona)\n- **Retrograde indicators**: (R) suffix for retrograde planets\n- **Multilingual labels**: English, Sanskrit (romanized), or Devanagari script\n- **Professional themes**: Traditional beige/brown, Dark mode, or Modern light\n\n**Chart Styles:**\n\n**North Indian (Diamond)**:\n- Diamond-shaped chart with 12 triangular houses\n- Houses are fixed, signs rotate based on Ascendant\n- Popular in North India and Nepal\n- Ascendant always at top position\n\n**South Indian (Square)**:\n- 4x4 grid layout with 12 outer cells\n- Signs are fixed (Aries always top-left)\n- Houses rotate based on Ascendant\n- Diagonal line marks the Ascendant (Lagna)\n- Popular in South India and Sri Lanka\n\n**Ayanamsa Systems:**\n- **Lahiri** (default): Indian Government standard, most widely used\n- **Krishnamurti**: For KP (Krishnamurti Paddhati) astrology\n- **Raman**: B.V. Raman's system, popular in South India\n\n**Visual Features:**\n- Scalable vector graphics (SVG) - perfect for any size\n- Clean, readable design optimized for consultation\n- Color-coded planets for easy identification\n- Collision avoidance for multiple planets in same house/sign\n- Traditional symbols and authentic layout\n- Print-ready quality at any resolution\n\n**Response time:** ~300ms | **Format:** SVG (scalable vector graphics)\n\n✨ **Example Description:**\nTraditional South Indian square chart (4x4 grid) with fixed signs and diagonal Ascendant marker. Uses classic beige theme and English labels.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Priya Lakshmi\",\n    \"birth_data\": {\n      \"year\": 1990,\n      \"month\": 8,\n      \"day\": 20,\n      \"hour\": 6,\n      \"minute\": 30,\n      \"city\": \"Chennai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"style\": \"south_indian\",\n  \"svg_options\": {\n    \"theme\": \"traditional\",\n    \"sign_format\": \"english\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "4ec8fd7e-5198-482f-8b0e-02f6864d3c2e",
              "name": "South Indian - Dark Theme + Sanskrit",
              "request": {
                "name": "South Indian - Dark Theme + Sanskrit",
                "description": {
                  "content": "🎯 **Generate Vedic Chart Svg**\n\n📋 **Endpoint Description:**\n🔮 **Vedic Birth Chart Generator** - Traditional Jyotish chart in SVG format\n\n**Perfect for:**\n- 🇮🇳 Vedic astrology consultations and readings\n- 📱 Mobile apps and websites displaying Jyotish charts\n- 🖨️ High-quality printable birth charts\n- 📊 Educational materials and tutorials\n- 🎨 Custom chart designs with themes and languages\n\n**What you get:**\n- **Two authentic Indian styles**: North Indian (Diamond) or South Indian (Square)\n- **Sidereal zodiac calculations**: Using accurate ayanamsa systems (Lahiri, KP, Raman)\n- **9 Vedic planets**: Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu\n- **Dignity markers**: ↑ (exalted), ↓ (debilitated), ◉ (own sign), ◆ (moolatrikona)\n- **Retrograde indicators**: (R) suffix for retrograde planets\n- **Multilingual labels**: English, Sanskrit (romanized), or Devanagari script\n- **Professional themes**: Traditional beige/brown, Dark mode, or Modern light\n\n**Chart Styles:**\n\n**North Indian (Diamond)**:\n- Diamond-shaped chart with 12 triangular houses\n- Houses are fixed, signs rotate based on Ascendant\n- Popular in North India and Nepal\n- Ascendant always at top position\n\n**South Indian (Square)**:\n- 4x4 grid layout with 12 outer cells\n- Signs are fixed (Aries always top-left)\n- Houses rotate based on Ascendant\n- Diagonal line marks the Ascendant (Lagna)\n- Popular in South India and Sri Lanka\n\n**Ayanamsa Systems:**\n- **Lahiri** (default): Indian Government standard, most widely used\n- **Krishnamurti**: For KP (Krishnamurti Paddhati) astrology\n- **Raman**: B.V. Raman's system, popular in South India\n\n**Visual Features:**\n- Scalable vector graphics (SVG) - perfect for any size\n- Clean, readable design optimized for consultation\n- Color-coded planets for easy identification\n- Collision avoidance for multiple planets in same house/sign\n- Traditional symbols and authentic layout\n- Print-ready quality at any resolution\n\n**Response time:** ~300ms | **Format:** SVG (scalable vector graphics)\n\n✨ **Example Description:**\nSouth Indian square chart with dark theme and romanized Sanskrit sign labels. Popular for evening consultations and modern apps.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Arjun Reddy\",\n    \"birth_data\": {\n      \"year\": 1987,\n      \"month\": 6,\n      \"day\": 18,\n      \"hour\": 22,\n      \"minute\": 30,\n      \"city\": \"Hyderabad\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"style\": \"south_indian\",\n  \"svg_options\": {\n    \"theme\": \"dark\",\n    \"sign_format\": \"sanskrit\",\n    \"show_degrees\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7d3223fd-5ac5-4130-9bff-befa49789ad2",
              "name": "South Indian - Modern + Devanagari",
              "request": {
                "name": "South Indian - Modern + Devanagari",
                "description": {
                  "content": "🎯 **Generate Vedic Chart Svg**\n\n📋 **Endpoint Description:**\n🔮 **Vedic Birth Chart Generator** - Traditional Jyotish chart in SVG format\n\n**Perfect for:**\n- 🇮🇳 Vedic astrology consultations and readings\n- 📱 Mobile apps and websites displaying Jyotish charts\n- 🖨️ High-quality printable birth charts\n- 📊 Educational materials and tutorials\n- 🎨 Custom chart designs with themes and languages\n\n**What you get:**\n- **Two authentic Indian styles**: North Indian (Diamond) or South Indian (Square)\n- **Sidereal zodiac calculations**: Using accurate ayanamsa systems (Lahiri, KP, Raman)\n- **9 Vedic planets**: Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu\n- **Dignity markers**: ↑ (exalted), ↓ (debilitated), ◉ (own sign), ◆ (moolatrikona)\n- **Retrograde indicators**: (R) suffix for retrograde planets\n- **Multilingual labels**: English, Sanskrit (romanized), or Devanagari script\n- **Professional themes**: Traditional beige/brown, Dark mode, or Modern light\n\n**Chart Styles:**\n\n**North Indian (Diamond)**:\n- Diamond-shaped chart with 12 triangular houses\n- Houses are fixed, signs rotate based on Ascendant\n- Popular in North India and Nepal\n- Ascendant always at top position\n\n**South Indian (Square)**:\n- 4x4 grid layout with 12 outer cells\n- Signs are fixed (Aries always top-left)\n- Houses rotate based on Ascendant\n- Diagonal line marks the Ascendant (Lagna)\n- Popular in South India and Sri Lanka\n\n**Ayanamsa Systems:**\n- **Lahiri** (default): Indian Government standard, most widely used\n- **Krishnamurti**: For KP (Krishnamurti Paddhati) astrology\n- **Raman**: B.V. Raman's system, popular in South India\n\n**Visual Features:**\n- Scalable vector graphics (SVG) - perfect for any size\n- Clean, readable design optimized for consultation\n- Color-coded planets for easy identification\n- Collision avoidance for multiple planets in same house/sign\n- Traditional symbols and authentic layout\n- Print-ready quality at any resolution\n\n**Response time:** ~300ms | **Format:** SVG (scalable vector graphics)\n\n✨ **Example Description:**\nSouth Indian chart with clean modern white background and Devanagari script. Perfect for Hindi/Marathi/Sanskrit-speaking clients.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Sunita Devi\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 5,\n      \"minute\": 45,\n      \"city\": \"Varanasi\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"style\": \"south_indian\",\n  \"svg_options\": {\n    \"theme\": \"modern_light\",\n    \"sign_format\": \"devanagari\",\n    \"show_degrees\": true,\n    \"font_size\": 14\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "4d7fafbd-5b6e-4e1f-865c-1f469001bb60",
              "name": "KP System (Krishnamurti Paddhati)",
              "request": {
                "name": "KP System (Krishnamurti Paddhati)",
                "description": {
                  "content": "🎯 **Generate Vedic Chart Svg**\n\n📋 **Endpoint Description:**\n🔮 **Vedic Birth Chart Generator** - Traditional Jyotish chart in SVG format\n\n**Perfect for:**\n- 🇮🇳 Vedic astrology consultations and readings\n- 📱 Mobile apps and websites displaying Jyotish charts\n- 🖨️ High-quality printable birth charts\n- 📊 Educational materials and tutorials\n- 🎨 Custom chart designs with themes and languages\n\n**What you get:**\n- **Two authentic Indian styles**: North Indian (Diamond) or South Indian (Square)\n- **Sidereal zodiac calculations**: Using accurate ayanamsa systems (Lahiri, KP, Raman)\n- **9 Vedic planets**: Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu\n- **Dignity markers**: ↑ (exalted), ↓ (debilitated), ◉ (own sign), ◆ (moolatrikona)\n- **Retrograde indicators**: (R) suffix for retrograde planets\n- **Multilingual labels**: English, Sanskrit (romanized), or Devanagari script\n- **Professional themes**: Traditional beige/brown, Dark mode, or Modern light\n\n**Chart Styles:**\n\n**North Indian (Diamond)**:\n- Diamond-shaped chart with 12 triangular houses\n- Houses are fixed, signs rotate based on Ascendant\n- Popular in North India and Nepal\n- Ascendant always at top position\n\n**South Indian (Square)**:\n- 4x4 grid layout with 12 outer cells\n- Signs are fixed (Aries always top-left)\n- Houses rotate based on Ascendant\n- Diagonal line marks the Ascendant (Lagna)\n- Popular in South India and Sri Lanka\n\n**Ayanamsa Systems:**\n- **Lahiri** (default): Indian Government standard, most widely used\n- **Krishnamurti**: For KP (Krishnamurti Paddhati) astrology\n- **Raman**: B.V. Raman's system, popular in South India\n\n**Visual Features:**\n- Scalable vector graphics (SVG) - perfect for any size\n- Clean, readable design optimized for consultation\n- Color-coded planets for easy identification\n- Collision avoidance for multiple planets in same house/sign\n- Traditional symbols and authentic layout\n- Print-ready quality at any resolution\n\n**Response time:** ~300ms | **Format:** SVG (scalable vector graphics)\n\n✨ **Example Description:**\nSouth Indian chart using Krishnamurti Paddhati ayanamsa for KP astrology with true nodes. Shows high-precision degrees (4 decimals) for cusp and sub-lord analysis.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Suresh Kumar\",\n    \"birth_data\": {\n      \"year\": 1982,\n      \"month\": 3,\n      \"day\": 25,\n      \"hour\": 9,\n      \"minute\": 20,\n      \"city\": \"Chennai\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"style\": \"south_indian\",\n  \"chart_options\": {\n    \"ayanamsa\": \"krishnamurti\",\n    \"node_type\": \"true\",\n    \"precision\": 4\n  },\n  \"svg_options\": {\n    \"theme\": \"traditional\",\n    \"sign_format\": \"english\",\n    \"show_degrees\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c53e738c-d409-4798-8961-838f47cb327b",
              "name": "B.V. Raman Ayanamsa + Dark Theme",
              "request": {
                "name": "B.V. Raman Ayanamsa + Dark Theme",
                "description": {
                  "content": "🎯 **Generate Vedic Chart Svg**\n\n📋 **Endpoint Description:**\n🔮 **Vedic Birth Chart Generator** - Traditional Jyotish chart in SVG format\n\n**Perfect for:**\n- 🇮🇳 Vedic astrology consultations and readings\n- 📱 Mobile apps and websites displaying Jyotish charts\n- 🖨️ High-quality printable birth charts\n- 📊 Educational materials and tutorials\n- 🎨 Custom chart designs with themes and languages\n\n**What you get:**\n- **Two authentic Indian styles**: North Indian (Diamond) or South Indian (Square)\n- **Sidereal zodiac calculations**: Using accurate ayanamsa systems (Lahiri, KP, Raman)\n- **9 Vedic planets**: Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu\n- **Dignity markers**: ↑ (exalted), ↓ (debilitated), ◉ (own sign), ◆ (moolatrikona)\n- **Retrograde indicators**: (R) suffix for retrograde planets\n- **Multilingual labels**: English, Sanskrit (romanized), or Devanagari script\n- **Professional themes**: Traditional beige/brown, Dark mode, or Modern light\n\n**Chart Styles:**\n\n**North Indian (Diamond)**:\n- Diamond-shaped chart with 12 triangular houses\n- Houses are fixed, signs rotate based on Ascendant\n- Popular in North India and Nepal\n- Ascendant always at top position\n\n**South Indian (Square)**:\n- 4x4 grid layout with 12 outer cells\n- Signs are fixed (Aries always top-left)\n- Houses rotate based on Ascendant\n- Diagonal line marks the Ascendant (Lagna)\n- Popular in South India and Sri Lanka\n\n**Ayanamsa Systems:**\n- **Lahiri** (default): Indian Government standard, most widely used\n- **Krishnamurti**: For KP (Krishnamurti Paddhati) astrology\n- **Raman**: B.V. Raman's system, popular in South India\n\n**Visual Features:**\n- Scalable vector graphics (SVG) - perfect for any size\n- Clean, readable design optimized for consultation\n- Color-coded planets for easy identification\n- Collision avoidance for multiple planets in same house/sign\n- Traditional symbols and authentic layout\n- Print-ready quality at any resolution\n\n**Response time:** ~300ms | **Format:** SVG (scalable vector graphics)\n\n✨ **Example Description:**\nChart using B.V. Raman's ayanamsa system (popular in South India traditional astrology). Dark theme with English labels for modern presentation.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Lakshmi Narayan\",\n    \"birth_data\": {\n      \"year\": 1995,\n      \"month\": 11,\n      \"day\": 8,\n      \"hour\": 12,\n      \"minute\": 0,\n      \"city\": \"Bangalore\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"style\": \"south_indian\",\n  \"chart_options\": {\n    \"ayanamsa\": \"raman\",\n    \"node_type\": \"mean\",\n    \"precision\": 2\n  },\n  \"svg_options\": {\n    \"theme\": \"dark\",\n    \"sign_format\": \"english\",\n    \"show_dignity\": true\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7e8b8c9d-b713-4c01-a95c-90906a31cf24",
              "name": "Traditional - All Features Enabled",
              "request": {
                "name": "Traditional - All Features Enabled",
                "description": {
                  "content": "🎯 **Generate Vedic Chart Svg**\n\n📋 **Endpoint Description:**\n🔮 **Vedic Birth Chart Generator** - Traditional Jyotish chart in SVG format\n\n**Perfect for:**\n- 🇮🇳 Vedic astrology consultations and readings\n- 📱 Mobile apps and websites displaying Jyotish charts\n- 🖨️ High-quality printable birth charts\n- 📊 Educational materials and tutorials\n- 🎨 Custom chart designs with themes and languages\n\n**What you get:**\n- **Two authentic Indian styles**: North Indian (Diamond) or South Indian (Square)\n- **Sidereal zodiac calculations**: Using accurate ayanamsa systems (Lahiri, KP, Raman)\n- **9 Vedic planets**: Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu\n- **Dignity markers**: ↑ (exalted), ↓ (debilitated), ◉ (own sign), ◆ (moolatrikona)\n- **Retrograde indicators**: (R) suffix for retrograde planets\n- **Multilingual labels**: English, Sanskrit (romanized), or Devanagari script\n- **Professional themes**: Traditional beige/brown, Dark mode, or Modern light\n\n**Chart Styles:**\n\n**North Indian (Diamond)**:\n- Diamond-shaped chart with 12 triangular houses\n- Houses are fixed, signs rotate based on Ascendant\n- Popular in North India and Nepal\n- Ascendant always at top position\n\n**South Indian (Square)**:\n- 4x4 grid layout with 12 outer cells\n- Signs are fixed (Aries always top-left)\n- Houses rotate based on Ascendant\n- Diagonal line marks the Ascendant (Lagna)\n- Popular in South India and Sri Lanka\n\n**Ayanamsa Systems:**\n- **Lahiri** (default): Indian Government standard, most widely used\n- **Krishnamurti**: For KP (Krishnamurti Paddhati) astrology\n- **Raman**: B.V. Raman's system, popular in South India\n\n**Visual Features:**\n- Scalable vector graphics (SVG) - perfect for any size\n- Clean, readable design optimized for consultation\n- Color-coded planets for easy identification\n- Collision avoidance for multiple planets in same house/sign\n- Traditional symbols and authentic layout\n- Print-ready quality at any resolution\n\n**Response time:** ~300ms | **Format:** SVG (scalable vector graphics)\n\n✨ **Example Description:**\nNorth Indian chart with all display features enabled: degrees, retrograde markers (R), dignity symbols (↑↓◉◆). Traditional theme with Sanskrit labels for authentic presentation.\n\n🔗 **Endpoint:** `POST /api/v3/vedic/chart`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Guru Prasad\",\n    \"birth_data\": {\n      \"year\": 1975,\n      \"month\": 2,\n      \"day\": 14,\n      \"hour\": 6,\n      \"minute\": 0,\n      \"city\": \"Rishikesh\",\n      \"country_code\": \"IN\"\n    }\n  },\n  \"style\": \"north_indian\",\n  \"chart_options\": {\n    \"ayanamsa\": \"lahiri\",\n    \"node_type\": \"mean\",\n    \"precision\": 2\n  },\n  \"svg_options\": {\n    \"theme\": \"traditional\",\n    \"sign_format\": \"sanskrit\",\n    \"show_degrees\": true,\n    \"show_retrograde\": true,\n    \"show_dignity\": true,\n    \"font_size\": 12\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "45f07634-2c33-4d15-a455-b5749662fded",
          "name": "Render Vedic Chart",
          "request": {
            "name": "Render Vedic Chart",
            "description": {
              "content": "🎨 **Vedic Chart Multi-Format Renderer** - Export charts as PNG, JPG, WebP, or PDF\n\n**Perfect for:**\n- 📧 Email attachments and newsletters\n- 📱 Mobile app chart displays\n- 🌐 Website integration (PNG/WebP)\n- 🖨️ Professional printing (PDF)\n- 📲 Social media sharing (JPG)\n- 💼 Client consultation materials\n\n**What you get:**\n- **Multiple formats**: PNG, JPG/JPEG, WebP, PDF\n- **Customizable dimensions**: 400-4000 pixels (width/height)\n- **All chart features**: Same as SVG endpoint with full theme/style support\n- **Optimized output**: Format-specific compression and quality\n\n**Format Guide:**\n\n**PNG** (Portable Network Graphics):\n- Best for: Web display, email, presentations\n- Features: Lossless compression, transparency support\n- File size: Medium\n- Use when: You need crisp charts with no quality loss\n\n**JPG/JPEG** (Joint Photographic Experts Group):\n- Best for: Social media, compressed file sharing\n- Features: Lossy compression, smaller file sizes\n- File size: Small\n- Use when: File size is important (Instagram, Facebook, WhatsApp)\n\n**WebP** (Modern Web Format):\n- Best for: Modern websites and web apps\n- Features: Superior compression (30% smaller than PNG)\n- File size: Smallest\n- Use when: Building modern web applications (Chrome, Firefox, Edge)\n\n**PDF** (Portable Document Format):\n- Best for: Professional printing, archival\n- Features: Vector-based, scalable, print-ready\n- File size: Small to medium\n- Use when: Printing consultation charts or creating downloadable reports\n\n**Size Recommendations:**\n- **Web display**: 800x800 (standard), 1200x1200 (HD/Retina)\n- **Social media**: 1080x1080 (Instagram), 1200x630 (Facebook/Twitter)\n- **Email**: 600x600 to 800x800\n- **Print**: 2000x2000 or higher (PDF recommended)\n\n**Technical Details:**\n- SVG is generated first, then converted to requested format\n- PNG/JPG/WebP: Rendered at specified dimensions with high quality\n- PDF: Vector-based output preserves scalability\n- All formats support full theme and language customization\n\n**Response time:** ~500ms (SVG generation + format conversion) | **Content-Type:** Varies by format",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "vedic",
                "chart",
                "render",
                ":format"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "type": "any",
                  "value": "webp",
                  "key": "format",
                  "disabled": false,
                  "description": {
                    "content": "(Required) Output format: png (best for web/email), jpg (compressed), webp (modern web), pdf (print)",
                    "type": "text/plain"
                  }
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"subject\": {\n    \"birth_data\": {\n      \"year\": \"<integer>\",\n      \"month\": \"<integer>\",\n      \"day\": \"<integer>\",\n      \"hour\": \"<integer>\",\n      \"minute\": \"<integer>\",\n      \"second\": 0,\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\",\n      \"city\": \"<string>\",\n      \"country_code\": \"<string>\",\n      \"timezone\": \"<string>\"\n    },\n    \"name\": \"Subject\"\n  },\n  \"style\": \"north_indian\",\n  \"chart_options\": {\n    \"ayanamsa\": \"lahiri\",\n    \"node_type\": \"mean\",\n    \"precision\": 2,\n    \"house_system\": \"W\"\n  },\n  \"svg_options\": {\n    \"theme\": \"traditional\",\n    \"sign_format\": \"english\",\n    \"show_degrees\": true,\n    \"show_retrograde\": true,\n    \"show_dignity\": true,\n    \"font_size\": 12,\n    \"use_glyphs\": false,\n    \"house_labels\": \"number\",\n    \"show_cusp_degrees\": false,\n    \"show_nakshatra\": false\n  },\n  \"width\": 800,\n  \"height\": 800\n}",
              "options": {
                "raw": {
                  "headerFamily": "json",
                  "language": "json"
                }
              }
            },
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "ac3d4a94-23c1-4706-8433-0ef411713772",
              "name": "Chart image in requested format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart",
                    "render",
                    ":format"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"birth_data\": {\n      \"year\": \"<integer>\",\n      \"month\": \"<integer>\",\n      \"day\": \"<integer>\",\n      \"hour\": \"<integer>\",\n      \"minute\": \"<integer>\",\n      \"second\": 0,\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\",\n      \"city\": \"<string>\",\n      \"country_code\": \"<string>\",\n      \"timezone\": \"<string>\"\n    },\n    \"name\": \"Subject\"\n  },\n  \"style\": \"north_indian\",\n  \"chart_options\": {\n    \"ayanamsa\": \"lahiri\",\n    \"node_type\": \"mean\",\n    \"precision\": 2,\n    \"house_system\": \"W\"\n  },\n  \"svg_options\": {\n    \"theme\": \"traditional\",\n    \"sign_format\": \"english\",\n    \"show_degrees\": true,\n    \"show_retrograde\": true,\n    \"show_dignity\": true,\n    \"font_size\": 12,\n    \"use_glyphs\": false,\n    \"house_labels\": \"number\",\n    \"show_cusp_degrees\": false,\n    \"show_nakshatra\": false\n  },\n  \"width\": 800,\n  \"height\": 800\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a7e6098-33b8-423e-b110-5eee5f4cde81",
              "name": "Invalid Vedic chart parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart",
                    "render",
                    ":format"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"birth_data\": {\n      \"year\": \"<integer>\",\n      \"month\": \"<integer>\",\n      \"day\": \"<integer>\",\n      \"hour\": \"<integer>\",\n      \"minute\": \"<integer>\",\n      \"second\": 0,\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\",\n      \"city\": \"<string>\",\n      \"country_code\": \"<string>\",\n      \"timezone\": \"<string>\"\n    },\n    \"name\": \"Subject\"\n  },\n  \"style\": \"north_indian\",\n  \"chart_options\": {\n    \"ayanamsa\": \"lahiri\",\n    \"node_type\": \"mean\",\n    \"precision\": 2,\n    \"house_system\": \"W\"\n  },\n  \"svg_options\": {\n    \"theme\": \"traditional\",\n    \"sign_format\": \"english\",\n    \"show_degrees\": true,\n    \"show_retrograde\": true,\n    \"show_dignity\": true,\n    \"font_size\": 12,\n    \"use_glyphs\": false,\n    \"house_labels\": \"number\",\n    \"show_cusp_degrees\": false,\n    \"show_nakshatra\": false\n  },\n  \"width\": 800,\n  \"height\": 800\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ba73da5d-4127-4fbd-854f-4b40b797bfea",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart",
                    "render",
                    ":format"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"birth_data\": {\n      \"year\": \"<integer>\",\n      \"month\": \"<integer>\",\n      \"day\": \"<integer>\",\n      \"hour\": \"<integer>\",\n      \"minute\": \"<integer>\",\n      \"second\": 0,\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\",\n      \"city\": \"<string>\",\n      \"country_code\": \"<string>\",\n      \"timezone\": \"<string>\"\n    },\n    \"name\": \"Subject\"\n  },\n  \"style\": \"north_indian\",\n  \"chart_options\": {\n    \"ayanamsa\": \"lahiri\",\n    \"node_type\": \"mean\",\n    \"precision\": 2,\n    \"house_system\": \"W\"\n  },\n  \"svg_options\": {\n    \"theme\": \"traditional\",\n    \"sign_format\": \"english\",\n    \"show_degrees\": true,\n    \"show_retrograde\": true,\n    \"show_dignity\": true,\n    \"font_size\": 12,\n    \"use_glyphs\": false,\n    \"house_labels\": \"number\",\n    \"show_cusp_degrees\": false,\n    \"show_nakshatra\": false\n  },\n  \"width\": 800,\n  \"height\": 800\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "39a79017-8152-4f41-89f9-845dcc205261",
              "name": "Chart generation error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "vedic",
                    "chart",
                    "render",
                    ":format"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"birth_data\": {\n      \"year\": \"<integer>\",\n      \"month\": \"<integer>\",\n      \"day\": \"<integer>\",\n      \"hour\": \"<integer>\",\n      \"minute\": \"<integer>\",\n      \"second\": 0,\n      \"latitude\": \"<number>\",\n      \"longitude\": \"<number>\",\n      \"city\": \"<string>\",\n      \"country_code\": \"<string>\",\n      \"timezone\": \"<string>\"\n    },\n    \"name\": \"Subject\"\n  },\n  \"style\": \"north_indian\",\n  \"chart_options\": {\n    \"ayanamsa\": \"lahiri\",\n    \"node_type\": \"mean\",\n    \"precision\": 2,\n    \"house_system\": \"W\"\n  },\n  \"svg_options\": {\n    \"theme\": \"traditional\",\n    \"sign_format\": \"english\",\n    \"show_degrees\": true,\n    \"show_retrograde\": true,\n    \"show_dignity\": true,\n    \"font_size\": 12,\n    \"use_glyphs\": false,\n    \"house_labels\": \"number\",\n    \"show_cusp_degrees\": false,\n    \"show_nakshatra\": false\n  },\n  \"width\": 800,\n  \"height\": 800\n}",
                  "options": {
                    "raw": {
                      "headerFamily": "json",
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "🧭 Primary Directions",
      "description": "",
      "item": [
        {
          "name": "📁 Compute Primary Directions",
          "description": "All available examples for Compute Primary Directions endpoint. Primary Directions — Placidus semi-arc 3D.\n\n**Method**: Gansten (2009) Placidus semi-arc. Each significator's pole of\nposition governs the arc; promissors are directed under that pole.\n\n**Time keys**:\n- naibod (default) — 0.9856473 deg/year, Gansten's recommended key\n- ptolemy — 1 deg/year, Ptolemy/Lilly\n- true_solar — progressed Sun RA (currently approximated as Naibod)\n- lunar — Moon-scaled rate\n- chart_ruler — Ascendant lord daily motion (falls back to Naibod)\n\n**Edge cases**: circumpolar bodies (|lat|>66 deg or polar declinations) are\nflagged with notes=\"polar_flagged\" rather than clamped or skipped — the hit\nstill appears so the caller can see what was geometrically undefined.\nBodies whose arc exceeds 100 deg are discarded (beyond human lifespan).\n\n**Response time**: ~200ms for 7-body classical set, both levels.",
          "item": [
            {
              "id": "a4d7c24c-6851-42c6-9900-fa60dcee299f",
              "name": "Oleg — Naibod key, both levels",
              "request": {
                "name": "Oleg — Naibod key, both levels",
                "description": {
                  "content": "🎯 **Compute Primary Directions**\n\n📋 **Endpoint Description:**\nPrimary Directions — Placidus semi-arc 3D.\n\n**Method**: Gansten (2009) Placidus semi-arc. Each significator's pole of\nposition governs the arc; promissors are directed under that pole.\n\n**Time keys**:\n- naibod (default) — 0.9856473 deg/year, Gansten's recommended key\n- ptolemy — 1 deg/year, Ptolemy/Lilly\n- true_solar — progressed Sun RA (currently approximated as Naibod)\n- lunar — Moon-scaled rate\n- chart_ruler — Ascendant lord daily motion (falls back to Naibod)\n\n**Edge cases**: circumpolar bodies (|lat|>66 deg or polar declinations) are\nflagged with notes=\"polar_flagged\" rather than clamped or skipped — the hit\nstill appears so the caller can see what was geometrically undefined.\nBodies whose arc exceeds 100 deg are discarded (beyond human lifespan).\n\n**Response time**: ~200ms for 7-body classical set, both levels.\n\n✨ **Example Description:**\nClassical primary directions for Oleg (Kharkiv 1985). Returns all Ptolemaic aspect hits up to age 90 using the Naibod key in both mundo and zodiaco.\n\n🔗 **Endpoint:** `POST /api/v3/directions/primary`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "directions",
                    "primary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"latitude\": 49.9935,\n      \"longitude\": 36.2304,\n      \"timezone\": \"Europe/Kyiv\"\n    }\n  },\n  \"key\": \"naibod\",\n  \"level\": \"both\",\n  \"include_converse\": true,\n  \"max_age\": 90\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "cf7b76d0-a3ef-47bb-baf2-bdcfa34781c5",
              "name": "Princess Diana — mundo, Naibod",
              "request": {
                "name": "Princess Diana — mundo, Naibod",
                "description": {
                  "content": "🎯 **Compute Primary Directions**\n\n📋 **Endpoint Description:**\nPrimary Directions — Placidus semi-arc 3D.\n\n**Method**: Gansten (2009) Placidus semi-arc. Each significator's pole of\nposition governs the arc; promissors are directed under that pole.\n\n**Time keys**:\n- naibod (default) — 0.9856473 deg/year, Gansten's recommended key\n- ptolemy — 1 deg/year, Ptolemy/Lilly\n- true_solar — progressed Sun RA (currently approximated as Naibod)\n- lunar — Moon-scaled rate\n- chart_ruler — Ascendant lord daily motion (falls back to Naibod)\n\n**Edge cases**: circumpolar bodies (|lat|>66 deg or polar declinations) are\nflagged with notes=\"polar_flagged\" rather than clamped or skipped — the hit\nstill appears so the caller can see what was geometrically undefined.\nBodies whose arc exceeds 100 deg are discarded (beyond human lifespan).\n\n**Response time**: ~200ms for 7-body classical set, both levels.\n\n✨ **Example Description:**\nValidation chart: Gansten cites MC direct to Mars/Pluto around 1997 (age 35-36). Death: 1997-08-31.\n\n🔗 **Endpoint:** `POST /api/v3/directions/primary`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "directions",
                    "primary"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Diana\",\n    \"birth_data\": {\n      \"year\": 1961,\n      \"month\": 7,\n      \"day\": 1,\n      \"hour\": 19,\n      \"minute\": 45,\n      \"latitude\": 52.8333,\n      \"longitude\": 0.5,\n      \"timezone\": \"Europe/London\"\n    }\n  },\n  \"key\": \"naibod\",\n  \"level\": \"mundo\",\n  \"include_converse\": false,\n  \"significators\": [\n    \"Medium_Coeli\"\n  ],\n  \"promissors\": [\n    \"Mars\",\n    \"Jupiter\",\n    \"Saturn\"\n  ],\n  \"max_age\": 40\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "⏳ Timing Techniques",
      "description": "",
      "item": [
        {
          "name": "📁 Annual Profections — multi-year timeline",
          "description": "All available examples for Annual Profections — multi-year timeline endpoint. Annual Profections (Hellenistic) — age-based whole-sign timing.\n\nReturns a multi-year timeline. Each entry covers one year of life: it\nspecifies the activated sign, the profection house (age mod 12 + 1), and\nthe Lord of the Year (LOY) together with the LOY's natal sign, house, and\nlongitude.\n\nSupports 6 anchors: asc (canonical Hellenistic), fortune, sun, moon, mc,\nspirit. The anchor sets the starting sign; subsequent years advance one\nsign per year.\n\nResponse time: ~200 ms.",
          "item": [
            {
              "id": "d44c95aa-1a1d-4bb2-909a-ba191ee2a5a3",
              "name": "First 13 profection years (Oleg, Kharkiv)",
              "request": {
                "name": "First 13 profection years (Oleg, Kharkiv)",
                "description": {
                  "content": "🎯 **Annual Profections — multi-year timeline**\n\n📋 **Endpoint Description:**\nAnnual Profections (Hellenistic) — age-based whole-sign timing.\n\nReturns a multi-year timeline. Each entry covers one year of life: it\nspecifies the activated sign, the profection house (age mod 12 + 1), and\nthe Lord of the Year (LOY) together with the LOY's natal sign, house, and\nlongitude.\n\nSupports 6 anchors: asc (canonical Hellenistic), fortune, sun, moon, mc,\nspirit. The anchor sets the starting sign; subsequent years advance one\nsign per year.\n\nResponse time: ~200 ms.\n\n✨ **Example Description:**\nReturns the annual profection table from age 0 through 12, anchored on the Ascendant.\n\n🔗 **Endpoint:** `POST /api/v3/timing/profections/annual`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "profections",
                    "annual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"start_age\": 0,\n  \"end_age\": 12,\n  \"anchor\": \"asc\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "78cb152d-e7e5-4d84-8cb3-b21ad077ccfe",
              "name": "Lot of Fortune anchor, full life span",
              "request": {
                "name": "Lot of Fortune anchor, full life span",
                "description": {
                  "content": "🎯 **Annual Profections — multi-year timeline**\n\n📋 **Endpoint Description:**\nAnnual Profections (Hellenistic) — age-based whole-sign timing.\n\nReturns a multi-year timeline. Each entry covers one year of life: it\nspecifies the activated sign, the profection house (age mod 12 + 1), and\nthe Lord of the Year (LOY) together with the LOY's natal sign, house, and\nlongitude.\n\nSupports 6 anchors: asc (canonical Hellenistic), fortune, sun, moon, mc,\nspirit. The anchor sets the starting sign; subsequent years advance one\nsign per year.\n\nResponse time: ~200 ms.\n\n✨ **Example Description:**\nAnnual profections anchored on the Lot of Fortune for ages 0–84.\n\n🔗 **Endpoint:** `POST /api/v3/timing/profections/annual`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "profections",
                    "annual"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"start_age\": 0,\n  \"end_age\": 84,\n  \"anchor\": \"fortune\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Monthly Profections — 12 sub-periods within an active year",
          "description": "All available examples for Monthly Profections — 12 sub-periods within an active year endpoint. Monthly Profections — 12 sub-periods (~30.44 days each) within an active profection year.\n\nEach month activates the next sign in zodiacal order starting from the annual\nprofected sign. Returns start/end dates, activated sign and house, and the\nmonthly Lord of the Year (monthly LOY).\n\nResponse time: ~200 ms.",
          "item": [
            {
              "id": "ddc46b0d-ace4-43d3-ad5d-ff292ca02692",
              "name": "Age 25 monthly breakdown (Oleg)",
              "request": {
                "name": "Age 25 monthly breakdown (Oleg)",
                "description": {
                  "content": "🎯 **Monthly Profections — 12 sub-periods within an active year**\n\n📋 **Endpoint Description:**\nMonthly Profections — 12 sub-periods (~30.44 days each) within an active profection year.\n\nEach month activates the next sign in zodiacal order starting from the annual\nprofected sign. Returns start/end dates, activated sign and house, and the\nmonthly Lord of the Year (monthly LOY).\n\nResponse time: ~200 ms.\n\n✨ **Example Description:**\nDivides the 26th year of life into 12 monthly profection periods.\n\n🔗 **Endpoint:** `POST /api/v3/timing/profections/monthly`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "profections",
                    "monthly"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"age\": 25,\n  \"anchor\": \"asc\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Daily Profections — 12 sub-periods within an active month",
          "description": "All available examples for Daily Profections — 12 sub-periods within an active month endpoint. Daily Profections — 12 sub-periods (~2.54 days each) within an active profection month.\n\nEach daily period activates the next sign in zodiacal order starting from the\nmonthly profected sign. Provides fine-grained timing within the month.\n\nResponse time: ~200 ms.",
          "item": [
            {
              "id": "b2196219-b8d9-4ab9-8728-c2804aa95f0b",
              "name": "First profection month of age 25 (Oleg)",
              "request": {
                "name": "First profection month of age 25 (Oleg)",
                "description": {
                  "content": "🎯 **Daily Profections — 12 sub-periods within an active month**\n\n📋 **Endpoint Description:**\nDaily Profections — 12 sub-periods (~2.54 days each) within an active profection month.\n\nEach daily period activates the next sign in zodiacal order starting from the\nmonthly profected sign. Provides fine-grained timing within the month.\n\nResponse time: ~200 ms.\n\n✨ **Example Description:**\nDivides the first monthly profection period into 12 daily sub-periods (~2.54 days each).\n\n🔗 **Endpoint:** `POST /api/v3/timing/profections/daily`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "profections",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"age\": 25,\n  \"month_index\": 0,\n  \"anchor\": \"asc\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Continuous (Medieval) Profections — 30 degrees per year",
          "description": "All available examples for Continuous (Medieval) Profections — 30 degrees per year endpoint. Continuous (Medieval) Profections — 30 degrees per year applied as a degree shift.\n\nUnlike Hellenistic step-based profections, the Medieval variant moves every\nnatal point forward by age_years * 30 degrees. Returns continuous longitudes\nfor ASC, MC, Sun, Moon, and the five visible planets (plus outer planets when\npresent in the chart).\n\nResponse time: ~200 ms.",
          "item": [
            {
              "id": "6826483d-2419-4c44-aeef-9ee984504ae6",
              "name": "Age 25.5 — mid-year snapshot (Oleg)",
              "request": {
                "name": "Age 25.5 — mid-year snapshot (Oleg)",
                "description": {
                  "content": "🎯 **Continuous (Medieval) Profections — 30 degrees per year**\n\n📋 **Endpoint Description:**\nContinuous (Medieval) Profections — 30 degrees per year applied as a degree shift.\n\nUnlike Hellenistic step-based profections, the Medieval variant moves every\nnatal point forward by age_years * 30 degrees. Returns continuous longitudes\nfor ASC, MC, Sun, Moon, and the five visible planets (plus outer planets when\npresent in the chart).\n\nResponse time: ~200 ms.\n\n✨ **Example Description:**\nReturns the degree-precise profected position of every planet at fractional age 25.5.\n\n🔗 **Endpoint:** `POST /api/v3/timing/profections/continuous`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "profections",
                    "continuous"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"age_years\": 25.5,\n  \"anchor\": \"asc\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Profections × Natal bi-wheel — Hellenistic timing overlay",
          "description": "All available examples for Profections × Natal bi-wheel — Hellenistic timing overlay endpoint. Profections x Natal bi-wheel — the heart of Hellenistic timing practice.\n\nReturns profected positions of all 10 planets, aspects between the profected\nand natal chart, Lord of the Year with outer-planet transits during the active\nyear, monthly breakdown, and lots (Fortune and Spirit).\n\nThe house system is forced to Whole Sign (W) as required by classical profection\ndoctrine.\n\nResponse time: ~500 ms (transit scan adds ~300 ms).",
          "item": [
            {
              "id": "92691671-3dd8-49b6-845b-28cbefb56cc5",
              "name": "Bi-wheel for today, ASC anchor (Oleg)",
              "request": {
                "name": "Bi-wheel for today, ASC anchor (Oleg)",
                "description": {
                  "content": "🎯 **Profections × Natal bi-wheel — Hellenistic timing overlay**\n\n📋 **Endpoint Description:**\nProfections x Natal bi-wheel — the heart of Hellenistic timing practice.\n\nReturns profected positions of all 10 planets, aspects between the profected\nand natal chart, Lord of the Year with outer-planet transits during the active\nyear, monthly breakdown, and lots (Fortune and Spirit).\n\nThe house system is forced to Whole Sign (W) as required by classical profection\ndoctrine.\n\nResponse time: ~500 ms (transit scan adds ~300 ms).\n\n✨ **Example Description:**\nFull profected chart overlaid on natal, anchored on the Ascendant. Includes Lord of the Year, aspects, monthly breakdown, and lots.\n\n🔗 **Endpoint:** `POST /api/v3/timing/profections/biwheel`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "profections",
                    "biwheel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"anchor\": \"asc\",\n  \"aspect_orb\": 3.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9168addc-891e-40b8-b965-a5868b3f0f72",
              "name": "Lot of Fortune anchor with tighter orb",
              "request": {
                "name": "Lot of Fortune anchor with tighter orb",
                "description": {
                  "content": "🎯 **Profections × Natal bi-wheel — Hellenistic timing overlay**\n\n📋 **Endpoint Description:**\nProfections x Natal bi-wheel — the heart of Hellenistic timing practice.\n\nReturns profected positions of all 10 planets, aspects between the profected\nand natal chart, Lord of the Year with outer-planet transits during the active\nyear, monthly breakdown, and lots (Fortune and Spirit).\n\nThe house system is forced to Whole Sign (W) as required by classical profection\ndoctrine.\n\nResponse time: ~500 ms (transit scan adds ~300 ms).\n\n✨ **Example Description:**\nSame chart anchored on the Lot of Fortune, with a 2-degree orb for aspects.\n\n🔗 **Endpoint:** `POST /api/v3/timing/profections/biwheel`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "profections",
                    "biwheel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"anchor\": \"fortune\",\n  \"target_date\": \"2026-01-01\",\n  \"aspect_orb\": 2.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Profected-to-natal aspect list — tabular timing view",
          "description": "All available examples for Profected-to-natal aspect list — tabular timing view endpoint. Tabular profected-to-natal aspect list — slim subset of /biwheel.\n\nCalls compute_biwheel internally but returns only the\naspects_profected_to_natal array alongside anchor and date metadata.\nUse /biwheel when the full overlay (lots, monthly breakdown, LOY transits)\nis needed; use /aspects for lightweight tabular rendering.\n\nResponse time: ~500 ms (same transit scan as /biwheel).",
          "item": [
            {
              "id": "bf0a5a8e-2233-495c-9039-7fb76d167e47",
              "name": "Profected→natal aspects today (Oleg)",
              "request": {
                "name": "Profected→natal aspects today (Oleg)",
                "description": {
                  "content": "🎯 **Profected-to-natal aspect list — tabular timing view**\n\n📋 **Endpoint Description:**\nTabular profected-to-natal aspect list — slim subset of /biwheel.\n\nCalls compute_biwheel internally but returns only the\naspects_profected_to_natal array alongside anchor and date metadata.\nUse /biwheel when the full overlay (lots, monthly breakdown, LOY transits)\nis needed; use /aspects for lightweight tabular rendering.\n\nResponse time: ~500 ms (same transit scan as /biwheel).\n\n✨ **Example Description:**\nReturns the aspect list only — a slim subset of /biwheel suitable for tabular UI rendering.\n\n🔗 **Endpoint:** `POST /api/v3/timing/profections/aspects`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "profections",
                    "aspects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"anchor\": \"asc\",\n  \"aspect_orb\": 3.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Firdaria",
          "description": "All available examples for Firdaria endpoint. Firdaria (Persian) — sect-aware L1/L2 planetary periods (75-year cycle).\n\nFirdaria divides the 75-year life cycle into planetary major periods (L1)\nand sub-periods (L2) based on natal sect (day or night birth). The sequence\nand durations differ between day and night charts, following classical\nPersian astrology as transmitted by al-Qabisi and Abu Ma'shar.\n\nReturns all L1 periods with their L2 sub-divisions, plus the currently\nactive L1 and L2 periods when as_of_date is provided.\n\nResponse time: ~200 ms.",
          "item": [
            {
              "id": "e12c0ad1-f6ea-4878-aad8-bc201481fd7e",
              "name": "Active Firdaria periods today (Oleg)",
              "request": {
                "name": "Active Firdaria periods today (Oleg)",
                "description": {
                  "content": "🎯 **Firdaria**\n\n📋 **Endpoint Description:**\nFirdaria (Persian) — sect-aware L1/L2 planetary periods (75-year cycle).\n\nFirdaria divides the 75-year life cycle into planetary major periods (L1)\nand sub-periods (L2) based on natal sect (day or night birth). The sequence\nand durations differ between day and night charts, following classical\nPersian astrology as transmitted by al-Qabisi and Abu Ma'shar.\n\nReturns all L1 periods with their L2 sub-divisions, plus the currently\nactive L1 and L2 periods when as_of_date is provided.\n\nResponse time: ~200 ms.\n\n✨ **Example Description:**\nReturns all L1/L2 Firdaria periods for the 75-year life cycle, with the currently active L1 and L2 periods highlighted.\n\n🔗 **Endpoint:** `POST /api/v3/timing/firdaria`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "firdaria"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"target_date\": \"2026-05-18\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c933ccf9-0b3f-49f7-9b41-809761d37fa5",
              "name": "Full Firdaria table only (no active period)",
              "request": {
                "name": "Full Firdaria table only (no active period)",
                "description": {
                  "content": "🎯 **Firdaria**\n\n📋 **Endpoint Description:**\nFirdaria (Persian) — sect-aware L1/L2 planetary periods (75-year cycle).\n\nFirdaria divides the 75-year life cycle into planetary major periods (L1)\nand sub-periods (L2) based on natal sect (day or night birth). The sequence\nand durations differ between day and night charts, following classical\nPersian astrology as transmitted by al-Qabisi and Abu Ma'shar.\n\nReturns all L1 periods with their L2 sub-divisions, plus the currently\nactive L1 and L2 periods when as_of_date is provided.\n\nResponse time: ~200 ms.\n\n✨ **Example Description:**\nOmit target_date to get the complete L1/L2 table without active-period highlighting.\n\n🔗 **Endpoint:** `POST /api/v3/timing/firdaria`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "firdaria"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Decennials",
          "description": "All available examples for Decennials endpoint. Decennials (Valens) — Chaldean order, 129-month L1 periods.\n\nDecennials follow Vettius Valens's system from the Anthology: planets are\nordered by the Chaldean sequence (Saturn, Jupiter, Mars, Sun, Venus,\nMercury, Moon) and each receives a major period proportional to its\ntraditional year-value (e.g. Saturn: 30 years). The 129-month (10 year\n9 month) L1 period is divided into 9 L2 sub-periods of varying lengths.\n\nReturns all L1 periods with their L2 sub-divisions, plus the currently\nactive L1 and L2 periods when as_of_date is provided.\n\nResponse time: ~200 ms.",
          "item": [
            {
              "id": "23d222ab-61f2-4246-afda-b7140b33463f",
              "name": "Active Decennials periods today (Oleg)",
              "request": {
                "name": "Active Decennials periods today (Oleg)",
                "description": {
                  "content": "🎯 **Decennials**\n\n📋 **Endpoint Description:**\nDecennials (Valens) — Chaldean order, 129-month L1 periods.\n\nDecennials follow Vettius Valens's system from the Anthology: planets are\nordered by the Chaldean sequence (Saturn, Jupiter, Mars, Sun, Venus,\nMercury, Moon) and each receives a major period proportional to its\ntraditional year-value (e.g. Saturn: 30 years). The 129-month (10 year\n9 month) L1 period is divided into 9 L2 sub-periods of varying lengths.\n\nReturns all L1 periods with their L2 sub-divisions, plus the currently\nactive L1 and L2 periods when as_of_date is provided.\n\nResponse time: ~200 ms.\n\n✨ **Example Description:**\nReturns all L1/L2 Decennials periods following Vettius Valens's Chaldean sequence, with the currently active periods for the given date.\n\n🔗 **Endpoint:** `POST /api/v3/timing/decennials`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "decennials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"target_date\": \"2026-05-18\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "cd1a6b1e-c100-4ade-aac6-c28d02bb3eb0",
              "name": "Full Decennials table only (no active period)",
              "request": {
                "name": "Full Decennials table only (no active period)",
                "description": {
                  "content": "🎯 **Decennials**\n\n📋 **Endpoint Description:**\nDecennials (Valens) — Chaldean order, 129-month L1 periods.\n\nDecennials follow Vettius Valens's system from the Anthology: planets are\nordered by the Chaldean sequence (Saturn, Jupiter, Mars, Sun, Venus,\nMercury, Moon) and each receives a major period proportional to its\ntraditional year-value (e.g. Saturn: 30 years). The 129-month (10 year\n9 month) L1 period is divided into 9 L2 sub-periods of varying lengths.\n\nReturns all L1 periods with their L2 sub-divisions, plus the currently\nactive L1 and L2 periods when as_of_date is provided.\n\nResponse time: ~200 ms.\n\n✨ **Example Description:**\nOmit target_date to get the complete L1/L2 table without active-period highlighting.\n\n🔗 **Endpoint:** `POST /api/v3/timing/decennials`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "decennials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Timeline",
          "description": "All available examples for Timeline endpoint. Timeline aggregator — all timing techniques active on a given date.\n\nReturns a unified snapshot combining annual and monthly profection,\ncurrent Firdaria L1/L2, current Decennials L1/L2, and current\nZodiacal Releasing from Spirit and Fortune (when available).\n\nDesigned as a single-call context payload for AI horoscope generation,\neliminating the need to call each timing endpoint separately.\n\nResponse time: ~500 ms (aggregates 4 sub-calculations).",
          "item": [
            {
              "id": "d1fc5f01-b824-4fd7-a40b-59dc43c4be68",
              "name": "Full timing snapshot for today (Oleg)",
              "request": {
                "name": "Full timing snapshot for today (Oleg)",
                "description": {
                  "content": "🎯 **Timeline**\n\n📋 **Endpoint Description:**\nTimeline aggregator — all timing techniques active on a given date.\n\nReturns a unified snapshot combining annual and monthly profection,\ncurrent Firdaria L1/L2, current Decennials L1/L2, and current\nZodiacal Releasing from Spirit and Fortune (when available).\n\nDesigned as a single-call context payload for AI horoscope generation,\neliminating the need to call each timing endpoint separately.\n\nResponse time: ~500 ms (aggregates 4 sub-calculations).\n\n✨ **Example Description:**\nReturns a unified snapshot of all active timing techniques: annual profection, monthly profection, Firdaria L1/L2, Decennials L1/L2, and Zodiacal Releasing from Spirit and Fortune.\n\n🔗 **Endpoint:** `POST /api/v3/timing/timeline`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "timeline"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"target_date\": \"2026-05-18\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Zodiacal Releasing Proxy",
          "description": "All available examples for Zodiacal Releasing Proxy endpoint. Zodiacal Releasing (Valens) — L1-L4 period cascade from Spirit or Fortune.\n\nCanonical URL moves to /timing/; calculation delegates to the existing\n/traditional/zodiacal-releasing handler. Loosing of the Bond detection\nand all peak flags are preserved.\n\nAccepts the standard {subject: {...}} wrapper shape consistent with all\nother timing endpoints.\n\nRequired fields: subject, lot, from_date, to_date.\nOptional: max_level (1-4, default 2), include_peaks, include_chronocrators,\ncompare_lot.\n\nResponse time: ~150-600ms (L2) / ~1-3s (L4 single-year).",
          "item": [
            {
              "id": "f00aee53-f807-4a5d-b7d5-bfb27db60d9f",
              "name": "Zodiacal Releasing from Spirit (Oleg)",
              "request": {
                "name": "Zodiacal Releasing from Spirit (Oleg)",
                "description": {
                  "content": "🎯 **Zodiacal Releasing Proxy**\n\n📋 **Endpoint Description:**\nZodiacal Releasing (Valens) — L1-L4 period cascade from Spirit or Fortune.\n\nCanonical URL moves to /timing/; calculation delegates to the existing\n/traditional/zodiacal-releasing handler. Loosing of the Bond detection\nand all peak flags are preserved.\n\nAccepts the standard {subject: {...}} wrapper shape consistent with all\nother timing endpoints.\n\nRequired fields: subject, lot, from_date, to_date.\nOptional: max_level (1-4, default 2), include_peaks, include_chronocrators,\ncompare_lot.\n\nResponse time: ~150-600ms (L2) / ~1-3s (L4 single-year).\n\n✨ **Example Description:**\nL1-L2 period cascade from the Lot of Spirit covering a 10-year window. Spirit governs career and public life in Valens's system.\n\n🔗 **Endpoint:** `POST /api/v3/timing/zodiacal-releasing`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "zodiacal-releasing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"lot\": \"spirit\",\n  \"from_date\": \"2020-01-01\",\n  \"to_date\": \"2030-01-01\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "79d45e4f-ca2f-46ac-9e05-63b4657b752b",
              "name": "Zodiacal Releasing from Fortune (Oleg)",
              "request": {
                "name": "Zodiacal Releasing from Fortune (Oleg)",
                "description": {
                  "content": "🎯 **Zodiacal Releasing Proxy**\n\n📋 **Endpoint Description:**\nZodiacal Releasing (Valens) — L1-L4 period cascade from Spirit or Fortune.\n\nCanonical URL moves to /timing/; calculation delegates to the existing\n/traditional/zodiacal-releasing handler. Loosing of the Bond detection\nand all peak flags are preserved.\n\nAccepts the standard {subject: {...}} wrapper shape consistent with all\nother timing endpoints.\n\nRequired fields: subject, lot, from_date, to_date.\nOptional: max_level (1-4, default 2), include_peaks, include_chronocrators,\ncompare_lot.\n\nResponse time: ~150-600ms (L2) / ~1-3s (L4 single-year).\n\n✨ **Example Description:**\nL1-L2 period cascade from the Lot of Fortune. Fortune governs the body and material circumstances.\n\n🔗 **Endpoint:** `POST /api/v3/timing/zodiacal-releasing`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "zodiacal-releasing"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"lot\": \"fortune\",\n  \"from_date\": \"2020-01-01\",\n  \"to_date\": \"2030-01-01\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Zr Current Proxy",
          "description": "All available examples for Zr Current Proxy endpoint. Active ZR periods at a given date.\n\nCanonical URL moves to /timing/; calculation delegates to the existing\n/traditional/zodiacal-releasing/current handler.\n\nAccepts the standard {subject: {...}} wrapper shape consistent with all\nother timing endpoints.\n\nRequired fields: subject, lot.\nOptional: query_date (ISO datetime, defaults to now UTC).\n\nResponse time: ~200-500ms.",
          "item": [
            {
              "id": "6af07204-ea79-4a04-ae74-84cf3731f852",
              "name": "Active ZR periods from Spirit today (Oleg)",
              "request": {
                "name": "Active ZR periods from Spirit today (Oleg)",
                "description": {
                  "content": "🎯 **Zr Current Proxy**\n\n📋 **Endpoint Description:**\nActive ZR periods at a given date.\n\nCanonical URL moves to /timing/; calculation delegates to the existing\n/traditional/zodiacal-releasing/current handler.\n\nAccepts the standard {subject: {...}} wrapper shape consistent with all\nother timing endpoints.\n\nRequired fields: subject, lot.\nOptional: query_date (ISO datetime, defaults to now UTC).\n\nResponse time: ~200-500ms.\n\n✨ **Example Description:**\nReturns only the currently active L1-L4 Zodiacal Releasing periods from Spirit at the given date — lightweight alternative to the full cascade.\n\n🔗 **Endpoint:** `POST /api/v3/timing/zodiacal-releasing/current`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "zodiacal-releasing",
                    "current"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"lot\": \"spirit\",\n  \"query_date\": \"2026-05-18T12:00:00\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "da6f38d2-a1ca-4edf-9edb-417930bdd1a4",
              "name": "Active ZR periods from Fortune today (Oleg)",
              "request": {
                "name": "Active ZR periods from Fortune today (Oleg)",
                "description": {
                  "content": "🎯 **Zr Current Proxy**\n\n📋 **Endpoint Description:**\nActive ZR periods at a given date.\n\nCanonical URL moves to /timing/; calculation delegates to the existing\n/traditional/zodiacal-releasing/current handler.\n\nAccepts the standard {subject: {...}} wrapper shape consistent with all\nother timing endpoints.\n\nRequired fields: subject, lot.\nOptional: query_date (ISO datetime, defaults to now UTC).\n\nResponse time: ~200-500ms.\n\n✨ **Example Description:**\nCurrently active Zodiacal Releasing periods from the Lot of Fortune.\n\n🔗 **Endpoint:** `POST /api/v3/timing/zodiacal-releasing/current`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "zodiacal-releasing",
                    "current"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"lot\": \"fortune\",\n  \"query_date\": \"2026-05-18T12:00:00\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 🌞 Cazimi, Combust, Under-Beams & Sun-aspect calendar",
          "description": "All available examples for 🌞 Cazimi, Combust, Under-Beams & Sun-aspect calendar endpoint. 🌞 **Cazimi & Combust Calendar** — Find every Sun-planet angular-separation event in a date range.\n\n**Perfect for:**\n- 🎯 Electional astrology — pinpoint cazimi moments for elective intentions\n- 📚 Traditional / Hellenistic — calendar of solar dignities for the year\n- 🪐 Transit tracking — when does Venus go retrograde-and-cazimi (inferior conjunction)?\n- 🌑 Eclipse / solar-transit research — events flagged with `causes_solar_eclipse` (Moon) and `causes_solar_transit` (Mercury/Venus inferior cazimi within Sun's disk)\n\n**What you get per event:**\n- **enter_orb_at / exact_at / exit_orb_at** — UTC timestamps to ±1 second\n- **planet_latitude_deg** — ecliptic latitude at exact, enabling `true_cazimi` filtering\n- **is_inferior_conjunction** — for Mercury/Venus, distinguishes retrograde (inferior) from direct (superior) cazimi\n- **causes_solar_transit / causes_solar_eclipse** — geometric flags\n- **subject_age_at_exact / local_at_exact** — annotated against the supplied natal subject\n\n**Available conditions:**\n- **cazimi** — within 17' of the Sun (modern) — \"heart of the Sun\"; the planet is fortified\n- **combust** — within 8°30' — the planet is \"burnt\"; severely debilitated\n- **under_beams** — within 15° — the planet is invisible to glare; partially debilitated\n\n**Traditions supported:**\n- `modern` — {17', 8°30', 15°} — default, matches dignity_calculator point-in-time logic\n- `lilly` — {17', 8°30', 17°} — Christian Astrology (1647) p.113\n- `bonatti` — {16', 8°30', 17°} — Bonatti's geometric cazimi (Sun's apparent radius)\n- `custom` — provide your own orbs via `cazimi_orb_arcmin`, `combust_orb_deg`, `under_beams_orb_deg`\n\n**Notes:**\n- Mercury/Venus inferior cazimi (retrograde) is the moment some traditions consider \"true\" cazimi — superior conjunction is just combust.\n- The Moon's cazimi events are tagged `condition=\"new_moon\"` since a Moon-Sun conjunction IS a new moon.\n- Calling named conditions on non-classical bodies (Uranus/Neptune/Pluto/Chiron/Lilith/Nodes) returns events with a one-time warning.\n\n**Response time:** ~300ms for one planet × 5 years; ~1.5s for 6 planets × 10 years × 3 conditions.",
          "item": [
            {
              "id": "c35c9660-3eae-4100-9626-0aa7f921eaaf",
              "name": "Venus cazimi events over 5 years",
              "request": {
                "name": "Venus cazimi events over 5 years",
                "description": {
                  "content": "🎯 **🌞 Cazimi, Combust, Under-Beams & Sun-aspect calendar**\n\n📋 **Endpoint Description:**\n🌞 **Cazimi & Combust Calendar** — Find every Sun-planet angular-separation event in a date range.\n\n**Perfect for:**\n- 🎯 Electional astrology — pinpoint cazimi moments for elective intentions\n- 📚 Traditional / Hellenistic — calendar of solar dignities for the year\n- 🪐 Transit tracking — when does Venus go retrograde-and-cazimi (inferior conjunction)?\n- 🌑 Eclipse / solar-transit research — events flagged with `causes_solar_eclipse` (Moon) and `causes_solar_transit` (Mercury/Venus inferior cazimi within Sun's disk)\n\n**What you get per event:**\n- **enter_orb_at / exact_at / exit_orb_at** — UTC timestamps to ±1 second\n- **planet_latitude_deg** — ecliptic latitude at exact, enabling `true_cazimi` filtering\n- **is_inferior_conjunction** — for Mercury/Venus, distinguishes retrograde (inferior) from direct (superior) cazimi\n- **causes_solar_transit / causes_solar_eclipse** — geometric flags\n- **subject_age_at_exact / local_at_exact** — annotated against the supplied natal subject\n\n**Available conditions:**\n- **cazimi** — within 17' of the Sun (modern) — \"heart of the Sun\"; the planet is fortified\n- **combust** — within 8°30' — the planet is \"burnt\"; severely debilitated\n- **under_beams** — within 15° — the planet is invisible to glare; partially debilitated\n\n**Traditions supported:**\n- `modern` — {17', 8°30', 15°} — default, matches dignity_calculator point-in-time logic\n- `lilly` — {17', 8°30', 17°} — Christian Astrology (1647) p.113\n- `bonatti` — {16', 8°30', 17°} — Bonatti's geometric cazimi (Sun's apparent radius)\n- `custom` — provide your own orbs via `cazimi_orb_arcmin`, `combust_orb_deg`, `under_beams_orb_deg`\n\n**Notes:**\n- Mercury/Venus inferior cazimi (retrograde) is the moment some traditions consider \"true\" cazimi — superior conjunction is just combust.\n- The Moon's cazimi events are tagged `condition=\"new_moon\"` since a Moon-Sun conjunction IS a new moon.\n- Calling named conditions on non-classical bodies (Uranus/Neptune/Pluto/Chiron/Lilith/Nodes) returns events with a one-time warning.\n\n**Response time:** ~300ms for one planet × 5 years; ~1.5s for 6 planets × 10 years × 3 conditions.\n\n✨ **Example Description:**\nFind every moment Venus enters/exits the 17' cazimi window vs the Sun between 2026 and 2030. Returns enter/exact/exit timestamps, the planet's ecliptic latitude (for true-cazimi filtering), retrograde state, and a `causes_solar_transit` flag for the rare inferior-cazimi-on-the-ecliptic events.\n\n🔗 **Endpoint:** `POST /api/v3/timing/sun-conjunctions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "sun-conjunctions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"start_date\": \"2026-01-01\",\n  \"end_date\": \"2030-12-31\",\n  \"planets\": [\n    \"Venus\"\n  ],\n  \"conditions\": [\n    \"cazimi\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7cade5b0-fa0e-4973-a2db-bc2d2283ce48",
              "name": "Full sweep — 7 classical planets, all three classical conditions, 1 year",
              "request": {
                "name": "Full sweep — 7 classical planets, all three classical conditions, 1 year",
                "description": {
                  "content": "🎯 **🌞 Cazimi, Combust, Under-Beams & Sun-aspect calendar**\n\n📋 **Endpoint Description:**\n🌞 **Cazimi & Combust Calendar** — Find every Sun-planet angular-separation event in a date range.\n\n**Perfect for:**\n- 🎯 Electional astrology — pinpoint cazimi moments for elective intentions\n- 📚 Traditional / Hellenistic — calendar of solar dignities for the year\n- 🪐 Transit tracking — when does Venus go retrograde-and-cazimi (inferior conjunction)?\n- 🌑 Eclipse / solar-transit research — events flagged with `causes_solar_eclipse` (Moon) and `causes_solar_transit` (Mercury/Venus inferior cazimi within Sun's disk)\n\n**What you get per event:**\n- **enter_orb_at / exact_at / exit_orb_at** — UTC timestamps to ±1 second\n- **planet_latitude_deg** — ecliptic latitude at exact, enabling `true_cazimi` filtering\n- **is_inferior_conjunction** — for Mercury/Venus, distinguishes retrograde (inferior) from direct (superior) cazimi\n- **causes_solar_transit / causes_solar_eclipse** — geometric flags\n- **subject_age_at_exact / local_at_exact** — annotated against the supplied natal subject\n\n**Available conditions:**\n- **cazimi** — within 17' of the Sun (modern) — \"heart of the Sun\"; the planet is fortified\n- **combust** — within 8°30' — the planet is \"burnt\"; severely debilitated\n- **under_beams** — within 15° — the planet is invisible to glare; partially debilitated\n\n**Traditions supported:**\n- `modern` — {17', 8°30', 15°} — default, matches dignity_calculator point-in-time logic\n- `lilly` — {17', 8°30', 17°} — Christian Astrology (1647) p.113\n- `bonatti` — {16', 8°30', 17°} — Bonatti's geometric cazimi (Sun's apparent radius)\n- `custom` — provide your own orbs via `cazimi_orb_arcmin`, `combust_orb_deg`, `under_beams_orb_deg`\n\n**Notes:**\n- Mercury/Venus inferior cazimi (retrograde) is the moment some traditions consider \"true\" cazimi — superior conjunction is just combust.\n- The Moon's cazimi events are tagged `condition=\"new_moon\"` since a Moon-Sun conjunction IS a new moon.\n- Calling named conditions on non-classical bodies (Uranus/Neptune/Pluto/Chiron/Lilith/Nodes) returns events with a one-time warning.\n\n**Response time:** ~300ms for one planet × 5 years; ~1.5s for 6 planets × 10 years × 3 conditions.\n\n✨ **Example Description:**\nComprehensive single-year sweep: every cazimi, combust, and under-the-beams event for the 7 classical planets in 2026. Use the `tradition` parameter to switch between modern, Lilly (Christian Astrology 1647), and Bonatti orb sets.\n\n🔗 **Endpoint:** `POST /api/v3/timing/sun-conjunctions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "sun-conjunctions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"start_date\": \"2026-01-01\",\n  \"end_date\": \"2026-12-31\",\n  \"planets\": [\n    \"Moon\",\n    \"Mercury\",\n    \"Venus\",\n    \"Mars\",\n    \"Jupiter\",\n    \"Saturn\"\n  ],\n  \"conditions\": [\n    \"cazimi\",\n    \"combust\",\n    \"under_beams\"\n  ],\n  \"tradition\": \"modern\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d8378bc7-8940-4bb4-b184-986473436767",
              "name": "Sun aspect search — Mars sextile and trine the Sun, ±1°",
              "request": {
                "name": "Sun aspect search — Mars sextile and trine the Sun, ±1°",
                "description": {
                  "content": "🎯 **🌞 Cazimi, Combust, Under-Beams & Sun-aspect calendar**\n\n📋 **Endpoint Description:**\n🌞 **Cazimi & Combust Calendar** — Find every Sun-planet angular-separation event in a date range.\n\n**Perfect for:**\n- 🎯 Electional astrology — pinpoint cazimi moments for elective intentions\n- 📚 Traditional / Hellenistic — calendar of solar dignities for the year\n- 🪐 Transit tracking — when does Venus go retrograde-and-cazimi (inferior conjunction)?\n- 🌑 Eclipse / solar-transit research — events flagged with `causes_solar_eclipse` (Moon) and `causes_solar_transit` (Mercury/Venus inferior cazimi within Sun's disk)\n\n**What you get per event:**\n- **enter_orb_at / exact_at / exit_orb_at** — UTC timestamps to ±1 second\n- **planet_latitude_deg** — ecliptic latitude at exact, enabling `true_cazimi` filtering\n- **is_inferior_conjunction** — for Mercury/Venus, distinguishes retrograde (inferior) from direct (superior) cazimi\n- **causes_solar_transit / causes_solar_eclipse** — geometric flags\n- **subject_age_at_exact / local_at_exact** — annotated against the supplied natal subject\n\n**Available conditions:**\n- **cazimi** — within 17' of the Sun (modern) — \"heart of the Sun\"; the planet is fortified\n- **combust** — within 8°30' — the planet is \"burnt\"; severely debilitated\n- **under_beams** — within 15° — the planet is invisible to glare; partially debilitated\n\n**Traditions supported:**\n- `modern` — {17', 8°30', 15°} — default, matches dignity_calculator point-in-time logic\n- `lilly` — {17', 8°30', 17°} — Christian Astrology (1647) p.113\n- `bonatti` — {16', 8°30', 17°} — Bonatti's geometric cazimi (Sun's apparent radius)\n- `custom` — provide your own orbs via `cazimi_orb_arcmin`, `combust_orb_deg`, `under_beams_orb_deg`\n\n**Notes:**\n- Mercury/Venus inferior cazimi (retrograde) is the moment some traditions consider \"true\" cazimi — superior conjunction is just combust.\n- The Moon's cazimi events are tagged `condition=\"new_moon\"` since a Moon-Sun conjunction IS a new moon.\n- Calling named conditions on non-classical bodies (Uranus/Neptune/Pluto/Chiron/Lilith/Nodes) returns events with a one-time warning.\n\n**Response time:** ~300ms for one planet × 5 years; ~1.5s for 6 planets × 10 years × 3 conditions.\n\n✨ **Example Description:**\nUse `target_angles` and `custom_orb_deg` for arbitrary Sun-aspect search. Useful for minor-aspect work (semi-sextile, sextile, quintile, square, trine, biquintile, opposition).\n\n🔗 **Endpoint:** `POST /api/v3/timing/sun-conjunctions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "sun-conjunctions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"start_date\": \"2026-01-01\",\n  \"end_date\": \"2031-12-31\",\n  \"planets\": [\n    \"Mars\"\n  ],\n  \"target_angles\": [\n    60,\n    120\n  ],\n  \"custom_orb_deg\": 1.0\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 🌞 Solar Return — year signature, time slices, and lookup",
          "description": "All available examples for 🌞 Solar Return — year signature, time slices, and lookup endpoint. 🌞 **Solar Return — year-at-a-glance with time slicing**\n\n**What you get (default flags):**\n- **SR moment** — UTC + local datetime, age, location used (relocated or natal)\n- **Year window** — `[sr_dt, next_sr_dt)` precise UTC bounds\n- **Year signature** — SR Asc + ruler (+ ruler's natal house), SR Sun/Moon houses, sect + sect light's house, **angular planets** (hybrid 8°-orb-or-whole-sign rule across 13 points × 4 angles), **Lord of Year** located in SR chart, plus 6 JSON-driven interpretation slots\n- **Monthly profections** — 12 entries (natal-Asc anchored, clipped to SR year)\n- **Lunations** — ~25 new/full moons inside the SR year, each with house attribution in SR\n- **Lunar returns** — ~13 events with **double house attribution** (primary: fresh LR chart at LR-moment + return_location; secondary: overlay on SR cusps)\n- **Lookup** — which SR year is active now, previous/next SR datetimes\n\n**Opt-in sections:**\n- `include_biwheel_data: true` — SR×natal geometry as JSON (planets, aspects, natal-in-SR-houses)\n- `include_transits: true` — outer-planet transits (Saturn/Uranus/Neptune/Pluto/Chiron) to 5 SR points within the year (~300–800ms additional)\n\n**Relocation:** `return_location` is a place-only override (lat/lng/timezone/city). Defaults to birth location (Hellenistic tradition).\n\n**Polar fallback:** if `return_location` is above the polar circle, kerykeion silently clamps latitude to ±66° and the chart computes with the requested house system. Warnings are emitted on the response.\n\n**Interpretations:** all texts are loaded from `report_data/{tradition}/{language}/timing/solar_return/*.json` with no fallback chain (missing keys return `None`).\n\n**Response time targets:**\n- Defaults: ~400–800 ms\n- With transits: +300–800 ms (5 outer planets × 5 targets × 4 aspects scanned)\n- With biwheel_data: +50 ms (geometry only)\n\n**Related endpoints:**\n- `/api/v3/charts/solar-return` — full SR chart (static snapshot, no time slicing)\n- `/api/v3/analysis/solar-return-report` — full SR interpretation report\n- `/api/v3/timing/profections/annual` — natal annual profections (the LoY in this response is derived from these)",
          "item": [
            {
              "id": "23cbe668-2f24-4163-bc01-a6d7c03b71cf",
              "name": "Default — all sections except transits & biwheel",
              "request": {
                "name": "Default — all sections except transits & biwheel",
                "description": {
                  "content": "🎯 **🌞 Solar Return — year signature, time slices, and lookup**\n\n📋 **Endpoint Description:**\n🌞 **Solar Return — year-at-a-glance with time slicing**\n\n**What you get (default flags):**\n- **SR moment** — UTC + local datetime, age, location used (relocated or natal)\n- **Year window** — `[sr_dt, next_sr_dt)` precise UTC bounds\n- **Year signature** — SR Asc + ruler (+ ruler's natal house), SR Sun/Moon houses, sect + sect light's house, **angular planets** (hybrid 8°-orb-or-whole-sign rule across 13 points × 4 angles), **Lord of Year** located in SR chart, plus 6 JSON-driven interpretation slots\n- **Monthly profections** — 12 entries (natal-Asc anchored, clipped to SR year)\n- **Lunations** — ~25 new/full moons inside the SR year, each with house attribution in SR\n- **Lunar returns** — ~13 events with **double house attribution** (primary: fresh LR chart at LR-moment + return_location; secondary: overlay on SR cusps)\n- **Lookup** — which SR year is active now, previous/next SR datetimes\n\n**Opt-in sections:**\n- `include_biwheel_data: true` — SR×natal geometry as JSON (planets, aspects, natal-in-SR-houses)\n- `include_transits: true` — outer-planet transits (Saturn/Uranus/Neptune/Pluto/Chiron) to 5 SR points within the year (~300–800ms additional)\n\n**Relocation:** `return_location` is a place-only override (lat/lng/timezone/city). Defaults to birth location (Hellenistic tradition).\n\n**Polar fallback:** if `return_location` is above the polar circle, kerykeion silently clamps latitude to ±66° and the chart computes with the requested house system. Warnings are emitted on the response.\n\n**Interpretations:** all texts are loaded from `report_data/{tradition}/{language}/timing/solar_return/*.json` with no fallback chain (missing keys return `None`).\n\n**Response time targets:**\n- Defaults: ~400–800 ms\n- With transits: +300–800 ms (5 outer planets × 5 targets × 4 aspects scanned)\n- With biwheel_data: +50 ms (geometry only)\n\n**Related endpoints:**\n- `/api/v3/charts/solar-return` — full SR chart (static snapshot, no time slicing)\n- `/api/v3/analysis/solar-return-report` — full SR interpretation report\n- `/api/v3/timing/profections/annual` — natal annual profections (the LoY in this response is derived from these)\n\n✨ **Example Description:**\nReturns SR moment, year window, signature (6 JSON-driven interpretation slots), monthly profections, lunations, lunar returns, and lookup. Transits and biwheel geometry are opt-in.\n\n🔗 **Endpoint:** `POST /api/v3/timing/solar-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "solar-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"return_year\": 2026\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9f35eae7-0600-4666-a68e-c09c922514bf",
              "name": "Full year — outer transits + biwheel JSON",
              "request": {
                "name": "Full year — outer transits + biwheel JSON",
                "description": {
                  "content": "🎯 **🌞 Solar Return — year signature, time slices, and lookup**\n\n📋 **Endpoint Description:**\n🌞 **Solar Return — year-at-a-glance with time slicing**\n\n**What you get (default flags):**\n- **SR moment** — UTC + local datetime, age, location used (relocated or natal)\n- **Year window** — `[sr_dt, next_sr_dt)` precise UTC bounds\n- **Year signature** — SR Asc + ruler (+ ruler's natal house), SR Sun/Moon houses, sect + sect light's house, **angular planets** (hybrid 8°-orb-or-whole-sign rule across 13 points × 4 angles), **Lord of Year** located in SR chart, plus 6 JSON-driven interpretation slots\n- **Monthly profections** — 12 entries (natal-Asc anchored, clipped to SR year)\n- **Lunations** — ~25 new/full moons inside the SR year, each with house attribution in SR\n- **Lunar returns** — ~13 events with **double house attribution** (primary: fresh LR chart at LR-moment + return_location; secondary: overlay on SR cusps)\n- **Lookup** — which SR year is active now, previous/next SR datetimes\n\n**Opt-in sections:**\n- `include_biwheel_data: true` — SR×natal geometry as JSON (planets, aspects, natal-in-SR-houses)\n- `include_transits: true` — outer-planet transits (Saturn/Uranus/Neptune/Pluto/Chiron) to 5 SR points within the year (~300–800ms additional)\n\n**Relocation:** `return_location` is a place-only override (lat/lng/timezone/city). Defaults to birth location (Hellenistic tradition).\n\n**Polar fallback:** if `return_location` is above the polar circle, kerykeion silently clamps latitude to ±66° and the chart computes with the requested house system. Warnings are emitted on the response.\n\n**Interpretations:** all texts are loaded from `report_data/{tradition}/{language}/timing/solar_return/*.json` with no fallback chain (missing keys return `None`).\n\n**Response time targets:**\n- Defaults: ~400–800 ms\n- With transits: +300–800 ms (5 outer planets × 5 targets × 4 aspects scanned)\n- With biwheel_data: +50 ms (geometry only)\n\n**Related endpoints:**\n- `/api/v3/charts/solar-return` — full SR chart (static snapshot, no time slicing)\n- `/api/v3/analysis/solar-return-report` — full SR interpretation report\n- `/api/v3/timing/profections/annual` — natal annual profections (the LoY in this response is derived from these)\n\n✨ **Example Description:**\nAdds outer-planet transits to 5 SR points (Asc, MC, Sun, Moon, Asc-Lord) and SR×natal biwheel geometry. Expected ~1.5–3s response time.\n\n🔗 **Endpoint:** `POST /api/v3/timing/solar-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "solar-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"return_year\": 2026,\n  \"include_transits\": true,\n  \"include_biwheel_data\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "dbe103ef-9f2b-44fd-ad2a-42d71d34c797",
              "name": "Lookup-only — where am I in SR time",
              "request": {
                "name": "Lookup-only — where am I in SR time",
                "description": {
                  "content": "🎯 **🌞 Solar Return — year signature, time slices, and lookup**\n\n📋 **Endpoint Description:**\n🌞 **Solar Return — year-at-a-glance with time slicing**\n\n**What you get (default flags):**\n- **SR moment** — UTC + local datetime, age, location used (relocated or natal)\n- **Year window** — `[sr_dt, next_sr_dt)` precise UTC bounds\n- **Year signature** — SR Asc + ruler (+ ruler's natal house), SR Sun/Moon houses, sect + sect light's house, **angular planets** (hybrid 8°-orb-or-whole-sign rule across 13 points × 4 angles), **Lord of Year** located in SR chart, plus 6 JSON-driven interpretation slots\n- **Monthly profections** — 12 entries (natal-Asc anchored, clipped to SR year)\n- **Lunations** — ~25 new/full moons inside the SR year, each with house attribution in SR\n- **Lunar returns** — ~13 events with **double house attribution** (primary: fresh LR chart at LR-moment + return_location; secondary: overlay on SR cusps)\n- **Lookup** — which SR year is active now, previous/next SR datetimes\n\n**Opt-in sections:**\n- `include_biwheel_data: true` — SR×natal geometry as JSON (planets, aspects, natal-in-SR-houses)\n- `include_transits: true` — outer-planet transits (Saturn/Uranus/Neptune/Pluto/Chiron) to 5 SR points within the year (~300–800ms additional)\n\n**Relocation:** `return_location` is a place-only override (lat/lng/timezone/city). Defaults to birth location (Hellenistic tradition).\n\n**Polar fallback:** if `return_location` is above the polar circle, kerykeion silently clamps latitude to ±66° and the chart computes with the requested house system. Warnings are emitted on the response.\n\n**Interpretations:** all texts are loaded from `report_data/{tradition}/{language}/timing/solar_return/*.json` with no fallback chain (missing keys return `None`).\n\n**Response time targets:**\n- Defaults: ~400–800 ms\n- With transits: +300–800 ms (5 outer planets × 5 targets × 4 aspects scanned)\n- With biwheel_data: +50 ms (geometry only)\n\n**Related endpoints:**\n- `/api/v3/charts/solar-return` — full SR chart (static snapshot, no time slicing)\n- `/api/v3/analysis/solar-return-report` — full SR interpretation report\n- `/api/v3/timing/profections/annual` — natal annual profections (the LoY in this response is derived from these)\n\n✨ **Example Description:**\nLightweight — returns only solar_return + year_window + lookup. Useful for 'current SR year' UI elements.\n\n🔗 **Endpoint:** `POST /api/v3/timing/solar-return`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "timing",
                    "solar-return"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subject\": {\n    \"name\": \"Oleg\",\n    \"birth_data\": {\n      \"year\": 1985,\n      \"month\": 5,\n      \"day\": 11,\n      \"hour\": 18,\n      \"minute\": 15,\n      \"city\": \"Kharkiv\",\n      \"country_code\": \"UA\"\n    }\n  },\n  \"return_year\": 2026,\n  \"include_signature\": false,\n  \"include_monthly_profections\": false,\n  \"include_lunations\": false,\n  \"include_lunar_returns\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "fcea2013-702c-4301-8e30-b3987e4e8a07",
          "name": "Profections Wheel — age-bands (1200x1200 SVG)",
          "request": {
            "name": "Profections Wheel — age-bands (1200x1200 SVG)",
            "description": {
              "content": "Age-bands profection wheel SVG (1200x1200).\n\nRenders 12 sign sectors x 7 concentric rings covering ages 0-83.\nThe active age sector is highlighted in the anchor colour:\nAsc=#FF8C00, Fortune=#228B22, Sun=#FFD700, Moon=#C0C0C0, MC=#4B0082, Spirit=#DC143C.\n\nThe Lord of the Year (LOY) planet glyph is shown inside the highlighted sector.\nA bottom-left legend summarises Age, Sign, House, and LOY.\n\nResponse time: ~300 ms | Content-Type: image/svg+xml | Cache: 24 hours.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "render",
                "timing",
                "profections-wheel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Name of the person (for title only)",
                    "type": "text/plain"
                  },
                  "key": "name",
                  "value": "Subject"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth year",
                    "type": "text/plain"
                  },
                  "key": "year",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth month (1-12)",
                    "type": "text/plain"
                  },
                  "key": "month",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth day (1-31)",
                    "type": "text/plain"
                  },
                  "key": "day",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth hour (0-23)",
                    "type": "text/plain"
                  },
                  "key": "hour",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth minute (0-59)",
                    "type": "text/plain"
                  },
                  "key": "minute",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "City name — required unless latitude+longitude provided",
                    "type": "text/plain"
                  },
                  "key": "city",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "ISO 3166-1 alpha-2 country code (e.g. UA, GB)",
                    "type": "text/plain"
                  },
                  "key": "country_code",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Latitude — alternative to city",
                    "type": "text/plain"
                  },
                  "key": "latitude",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Longitude — alternative to city",
                    "type": "text/plain"
                  },
                  "key": "longitude",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "TZ Database name (auto-resolved if omitted)",
                    "type": "text/plain"
                  },
                  "key": "timezone",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Profection anchor: asc, fortune, sun, moon, mc, spirit",
                    "type": "text/plain"
                  },
                  "key": "anchor",
                  "value": "asc"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Age to highlight (default = current age)",
                    "type": "text/plain"
                  },
                  "key": "highlight_age",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Colour theme",
                    "type": "text/plain"
                  },
                  "key": "theme",
                  "value": "light"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Language code (reserved for future i18n)",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "b14d4712-b793-4b28-bbe7-8061dd827090",
              "name": "Age-bands profection wheel as SVG",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "profections-wheel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person (for title only)",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month (1-12)",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day (1-31)",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth hour (0-23)",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth minute (0-59)",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "City name — required unless latitude+longitude provided",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO 3166-1 alpha-2 country code (e.g. UA, GB)",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Latitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Longitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "TZ Database name (auto-resolved if omitted)",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Profection anchor: asc, fortune, sun, moon, mc, spirit",
                        "type": "text/plain"
                      },
                      "key": "anchor",
                      "value": "asc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Age to highlight (default = current age)",
                        "type": "text/plain"
                      },
                      "key": "highlight_age",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Colour theme",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language code (reserved for future i18n)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c706c6d-5435-44c0-8fd6-daa0dbe4fb65",
              "name": "Invalid timing SVG parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "profections-wheel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person (for title only)",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month (1-12)",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day (1-31)",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth hour (0-23)",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth minute (0-59)",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "City name — required unless latitude+longitude provided",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO 3166-1 alpha-2 country code (e.g. UA, GB)",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Latitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Longitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "TZ Database name (auto-resolved if omitted)",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Profection anchor: asc, fortune, sun, moon, mc, spirit",
                        "type": "text/plain"
                      },
                      "key": "anchor",
                      "value": "asc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Age to highlight (default = current age)",
                        "type": "text/plain"
                      },
                      "key": "highlight_age",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Colour theme",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language code (reserved for future i18n)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f7a772df-6275-46e0-94ba-8c9da1ad2617",
              "name": "Validation error — check query parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "profections-wheel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person (for title only)",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month (1-12)",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day (1-31)",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth hour (0-23)",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth minute (0-59)",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "City name — required unless latitude+longitude provided",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO 3166-1 alpha-2 country code (e.g. UA, GB)",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Latitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Longitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "TZ Database name (auto-resolved if omitted)",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Profection anchor: asc, fortune, sun, moon, mc, spirit",
                        "type": "text/plain"
                      },
                      "key": "anchor",
                      "value": "asc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Age to highlight (default = current age)",
                        "type": "text/plain"
                      },
                      "key": "highlight_age",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Colour theme",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language code (reserved for future i18n)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "14de96ba-efb8-4bb9-bae8-1117e96e23f9",
              "name": "SVG rendering error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "profections-wheel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person (for title only)",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month (1-12)",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day (1-31)",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth hour (0-23)",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth minute (0-59)",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "City name — required unless latitude+longitude provided",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO 3166-1 alpha-2 country code (e.g. UA, GB)",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Latitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Longitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "TZ Database name (auto-resolved if omitted)",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Profection anchor: asc, fortune, sun, moon, mc, spirit",
                        "type": "text/plain"
                      },
                      "key": "anchor",
                      "value": "asc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Age to highlight (default = current age)",
                        "type": "text/plain"
                      },
                      "key": "highlight_age",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Colour theme",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language code (reserved for future i18n)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f81820af-5d15-4672-9f51-de435b86f305",
          "name": "Profections Bi-wheel — natal × profected overlay (1400x1400 SVG)",
          "request": {
            "name": "Profections Bi-wheel — natal × profected overlay (1400x1400 SVG)",
            "description": {
              "content": "Profections x Natal bi-wheel SVG (1400x1400).\n\nInner ring: natal planet positions.\nOuter ring: profected planet positions (Lord of the Year shown with a star prefix).\nAspect lines drawn between profected and natal planets.\nA radial line marks the profected Ascendant.\nZodiac sign wedges appear on the outer perimeter.\n\nResponse time: ~400 ms | Content-Type: image/svg+xml | Cache: 24 hours.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "render",
                "timing",
                "profections-biwheel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Name of the person (for title only)",
                    "type": "text/plain"
                  },
                  "key": "name",
                  "value": "Subject"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth year",
                    "type": "text/plain"
                  },
                  "key": "year",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth month (1-12)",
                    "type": "text/plain"
                  },
                  "key": "month",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth day (1-31)",
                    "type": "text/plain"
                  },
                  "key": "day",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth hour (0-23)",
                    "type": "text/plain"
                  },
                  "key": "hour",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth minute (0-59)",
                    "type": "text/plain"
                  },
                  "key": "minute",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "City name — required unless latitude+longitude provided",
                    "type": "text/plain"
                  },
                  "key": "city",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "ISO 3166-1 alpha-2 country code (e.g. UA, GB)",
                    "type": "text/plain"
                  },
                  "key": "country_code",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Latitude — alternative to city",
                    "type": "text/plain"
                  },
                  "key": "latitude",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Longitude — alternative to city",
                    "type": "text/plain"
                  },
                  "key": "longitude",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "TZ Database name (auto-resolved if omitted)",
                    "type": "text/plain"
                  },
                  "key": "timezone",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Profection anchor: asc, fortune, sun, moon, mc, spirit",
                    "type": "text/plain"
                  },
                  "key": "anchor",
                  "value": "asc"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "ISO date (YYYY-MM-DD) for profection snapshot; defaults to today",
                    "type": "text/plain"
                  },
                  "key": "target_date",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Maximum orb in degrees for aspect lines",
                    "type": "text/plain"
                  },
                  "key": "aspect_orb",
                  "value": "3"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Colour theme",
                    "type": "text/plain"
                  },
                  "key": "theme",
                  "value": "light"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Language code (reserved for future i18n)",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "0cd7fc59-b885-4d5e-a339-f990a70ba970",
              "name": "Profections × Natal bi-wheel as SVG",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "profections-biwheel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person (for title only)",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month (1-12)",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day (1-31)",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth hour (0-23)",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth minute (0-59)",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "City name — required unless latitude+longitude provided",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO 3166-1 alpha-2 country code (e.g. UA, GB)",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Latitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Longitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "TZ Database name (auto-resolved if omitted)",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Profection anchor: asc, fortune, sun, moon, mc, spirit",
                        "type": "text/plain"
                      },
                      "key": "anchor",
                      "value": "asc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO date (YYYY-MM-DD) for profection snapshot; defaults to today",
                        "type": "text/plain"
                      },
                      "key": "target_date",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum orb in degrees for aspect lines",
                        "type": "text/plain"
                      },
                      "key": "aspect_orb",
                      "value": "3"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Colour theme",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language code (reserved for future i18n)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a30b359-cf5f-4724-8067-8d50a155cc4d",
              "name": "Invalid timing SVG parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "profections-biwheel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person (for title only)",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month (1-12)",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day (1-31)",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth hour (0-23)",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth minute (0-59)",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "City name — required unless latitude+longitude provided",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO 3166-1 alpha-2 country code (e.g. UA, GB)",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Latitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Longitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "TZ Database name (auto-resolved if omitted)",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Profection anchor: asc, fortune, sun, moon, mc, spirit",
                        "type": "text/plain"
                      },
                      "key": "anchor",
                      "value": "asc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO date (YYYY-MM-DD) for profection snapshot; defaults to today",
                        "type": "text/plain"
                      },
                      "key": "target_date",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum orb in degrees for aspect lines",
                        "type": "text/plain"
                      },
                      "key": "aspect_orb",
                      "value": "3"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Colour theme",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language code (reserved for future i18n)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a1aa1dfb-9e40-4cf2-91e7-259f1deff69a",
              "name": "Validation error — check query parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "profections-biwheel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person (for title only)",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month (1-12)",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day (1-31)",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth hour (0-23)",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth minute (0-59)",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "City name — required unless latitude+longitude provided",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO 3166-1 alpha-2 country code (e.g. UA, GB)",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Latitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Longitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "TZ Database name (auto-resolved if omitted)",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Profection anchor: asc, fortune, sun, moon, mc, spirit",
                        "type": "text/plain"
                      },
                      "key": "anchor",
                      "value": "asc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO date (YYYY-MM-DD) for profection snapshot; defaults to today",
                        "type": "text/plain"
                      },
                      "key": "target_date",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum orb in degrees for aspect lines",
                        "type": "text/plain"
                      },
                      "key": "aspect_orb",
                      "value": "3"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Colour theme",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language code (reserved for future i18n)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1eb5b7a5-d559-4f30-b8e9-55f8b2844da2",
              "name": "SVG rendering error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "profections-biwheel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person (for title only)",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month (1-12)",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day (1-31)",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth hour (0-23)",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth minute (0-59)",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "City name — required unless latitude+longitude provided",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO 3166-1 alpha-2 country code (e.g. UA, GB)",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Latitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Longitude — alternative to city",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "TZ Database name (auto-resolved if omitted)",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Profection anchor: asc, fortune, sun, moon, mc, spirit",
                        "type": "text/plain"
                      },
                      "key": "anchor",
                      "value": "asc"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO date (YYYY-MM-DD) for profection snapshot; defaults to today",
                        "type": "text/plain"
                      },
                      "key": "target_date",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Maximum orb in degrees for aspect lines",
                        "type": "text/plain"
                      },
                      "key": "aspect_orb",
                      "value": "3"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Colour theme",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Language code (reserved for future i18n)",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e36fec8c-337e-4edc-98c8-b2fcb51ee560",
          "name": "Transit Gantt — outer-planet transit orb windows (SVG)",
          "request": {
            "name": "Transit Gantt — outer-planet transit orb windows (SVG)",
            "description": {
              "content": "Transit Gantt chart — outer-planet orb windows for the specified window.\n\nEach row shows one (transiting planet, aspect, natal point) combination.\nBars represent the orb window; tick marks show exact perfection dates.\nRetrograde re-hits share a single bar with multiple ticks.\n\nResponse time: ~2-5 s (ephemeris scan) | Content-Type: image/svg+xml | Cache: 24 h.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "render",
                "timing",
                "gantt"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Name of the person",
                    "type": "text/plain"
                  },
                  "key": "name",
                  "value": "Subject"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth year",
                    "type": "text/plain"
                  },
                  "key": "year",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth month",
                    "type": "text/plain"
                  },
                  "key": "month",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth day",
                    "type": "text/plain"
                  },
                  "key": "day",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Birth hour",
                    "type": "text/plain"
                  },
                  "key": "hour",
                  "value": "12"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Birth minute",
                    "type": "text/plain"
                  },
                  "key": "minute",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "City — alternative to lat/lng",
                    "type": "text/plain"
                  },
                  "key": "city",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "ISO 3166-1 alpha-2",
                    "type": "text/plain"
                  },
                  "key": "country_code",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "latitude",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "longitude",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "TZ Database name",
                    "type": "text/plain"
                  },
                  "key": "timezone",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Window length in months",
                    "type": "text/plain"
                  },
                  "key": "window_months",
                  "value": "24"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Row grouping",
                    "type": "text/plain"
                  },
                  "key": "group_by",
                  "value": "transiting_planet"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Show deep-orb inner band",
                    "type": "text/plain"
                  },
                  "key": "show_deep_orb",
                  "value": "true"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Colour theme",
                    "type": "text/plain"
                  },
                  "key": "theme",
                  "value": "light"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "67a7ceff-2a88-4a6a-86e5-e659be94db0b",
              "name": "Transit Gantt chart as SVG",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "gantt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth hour",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "12"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth minute",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "City — alternative to lat/lng",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO 3166-1 alpha-2",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "TZ Database name",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Window length in months",
                        "type": "text/plain"
                      },
                      "key": "window_months",
                      "value": "24"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Row grouping",
                        "type": "text/plain"
                      },
                      "key": "group_by",
                      "value": "transiting_planet"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Show deep-orb inner band",
                        "type": "text/plain"
                      },
                      "key": "show_deep_orb",
                      "value": "true"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Colour theme",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bea50b41-3364-47b9-b490-7515226011b7",
              "name": "Invalid timing SVG parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "gantt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth hour",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "12"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth minute",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "City — alternative to lat/lng",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO 3166-1 alpha-2",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "TZ Database name",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Window length in months",
                        "type": "text/plain"
                      },
                      "key": "window_months",
                      "value": "24"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Row grouping",
                        "type": "text/plain"
                      },
                      "key": "group_by",
                      "value": "transiting_planet"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Show deep-orb inner band",
                        "type": "text/plain"
                      },
                      "key": "show_deep_orb",
                      "value": "true"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Colour theme",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2a008d45-0e31-4934-822b-00134ba14dea",
              "name": "Validation error — check query parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "gantt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth hour",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "12"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth minute",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "City — alternative to lat/lng",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO 3166-1 alpha-2",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "TZ Database name",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Window length in months",
                        "type": "text/plain"
                      },
                      "key": "window_months",
                      "value": "24"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Row grouping",
                        "type": "text/plain"
                      },
                      "key": "group_by",
                      "value": "transiting_planet"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Show deep-orb inner band",
                        "type": "text/plain"
                      },
                      "key": "show_deep_orb",
                      "value": "true"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Colour theme",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "de3b74f7-bbf9-4613-8669-5b1645a518fe",
              "name": "SVG rendering error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "gantt"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth hour",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "12"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth minute",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "City — alternative to lat/lng",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO 3166-1 alpha-2",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "TZ Database name",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Window length in months",
                        "type": "text/plain"
                      },
                      "key": "window_months",
                      "value": "24"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Row grouping",
                        "type": "text/plain"
                      },
                      "key": "group_by",
                      "value": "transiting_planet"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Show deep-orb inner band",
                        "type": "text/plain"
                      },
                      "key": "show_deep_orb",
                      "value": "true"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Colour theme",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "89c86262-c7af-4808-b49d-8edf1ad2cdcc",
          "name": "Graphic Ephemeris — Ebertin-style planet motion chart (SVG)",
          "request": {
            "name": "Graphic Ephemeris — Ebertin-style planet motion chart (SVG)",
            "description": {
              "content": "Graphic Ephemeris — Ebertin 90-degree dial or declination mode.\n\nPlots transiting planet curves over time.  Crossings with natal overlay\nlines mark exact aspect moments.  Retrograde periods shown as dashed curves.\n\nResponse time: ~500 ms | Content-Type: image/svg+xml | Cache: 24 h.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "render",
                "timing",
                "graphic-ephemeris"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Name of the person",
                    "type": "text/plain"
                  },
                  "key": "name",
                  "value": "Subject"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth year",
                    "type": "text/plain"
                  },
                  "key": "year",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth month",
                    "type": "text/plain"
                  },
                  "key": "month",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "(Required) Birth day",
                    "type": "text/plain"
                  },
                  "key": "day",
                  "value": "<integer>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Birth hour",
                    "type": "text/plain"
                  },
                  "key": "hour",
                  "value": "12"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Birth minute",
                    "type": "text/plain"
                  },
                  "key": "minute",
                  "value": "0"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "city",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "country_code",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "latitude",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "longitude",
                  "value": "<number>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "timezone",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Window length in months",
                    "type": "text/plain"
                  },
                  "key": "window_months",
                  "value": "12"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Longitude fold modulus (90 = Ebertin default)",
                    "type": "text/plain"
                  },
                  "key": "modulus",
                  "value": "90"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "mode",
                  "value": "longitude"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Add Moon (forces window <= 3 months)",
                    "type": "text/plain"
                  },
                  "key": "include_moon",
                  "value": "false"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "",
                    "type": "text/plain"
                  },
                  "key": "theme",
                  "value": "light"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5d6fce8c-23f6-4f11-a796-ce08a4d06f5b",
              "name": "Graphic ephemeris (Ebertin-style) as SVG",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "graphic-ephemeris"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth hour",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "12"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth minute",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Window length in months",
                        "type": "text/plain"
                      },
                      "key": "window_months",
                      "value": "12"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Longitude fold modulus (90 = Ebertin default)",
                        "type": "text/plain"
                      },
                      "key": "modulus",
                      "value": "90"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "mode",
                      "value": "longitude"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Add Moon (forces window <= 3 months)",
                        "type": "text/plain"
                      },
                      "key": "include_moon",
                      "value": "false"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac9cabfc-d667-4c3f-beb4-ceca14dfec96",
              "name": "Invalid timing SVG parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "graphic-ephemeris"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth hour",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "12"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth minute",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Window length in months",
                        "type": "text/plain"
                      },
                      "key": "window_months",
                      "value": "12"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Longitude fold modulus (90 = Ebertin default)",
                        "type": "text/plain"
                      },
                      "key": "modulus",
                      "value": "90"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "mode",
                      "value": "longitude"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Add Moon (forces window <= 3 months)",
                        "type": "text/plain"
                      },
                      "key": "include_moon",
                      "value": "false"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f8cb036c-5e14-4690-8f21-c647bc64ba76",
              "name": "Validation error — check query parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "graphic-ephemeris"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth hour",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "12"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth minute",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Window length in months",
                        "type": "text/plain"
                      },
                      "key": "window_months",
                      "value": "12"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Longitude fold modulus (90 = Ebertin default)",
                        "type": "text/plain"
                      },
                      "key": "modulus",
                      "value": "90"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "mode",
                      "value": "longitude"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Add Moon (forces window <= 3 months)",
                        "type": "text/plain"
                      },
                      "key": "include_moon",
                      "value": "false"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8c8bc09c-c979-49f8-94b8-f30e00e8c621",
              "name": "SVG rendering error",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "render",
                    "timing",
                    "graphic-ephemeris"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Name of the person",
                        "type": "text/plain"
                      },
                      "key": "name",
                      "value": "Subject"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth year",
                        "type": "text/plain"
                      },
                      "key": "year",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth month",
                        "type": "text/plain"
                      },
                      "key": "month",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "(Required) Birth day",
                        "type": "text/plain"
                      },
                      "key": "day",
                      "value": "<integer>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth hour",
                        "type": "text/plain"
                      },
                      "key": "hour",
                      "value": "12"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Birth minute",
                        "type": "text/plain"
                      },
                      "key": "minute",
                      "value": "0"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "country_code",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "latitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "longitude",
                      "value": "<number>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "timezone",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Window length in months",
                        "type": "text/plain"
                      },
                      "key": "window_months",
                      "value": "12"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Longitude fold modulus (90 = Ebertin default)",
                        "type": "text/plain"
                      },
                      "key": "modulus",
                      "value": "90"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "mode",
                      "value": "longitude"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Add Moon (forces window <= 3 months)",
                        "type": "text/plain"
                      },
                      "key": "include_moon",
                      "value": "false"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "",
                        "type": "text/plain"
                      },
                      "key": "theme",
                      "value": "light"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ]
    },
    {
      "name": "🤚 Palmistry",
      "description": "",
      "item": [
        {
          "name": "📁 Palm Analysis - Raw Data",
          "description": "All available examples for Palm Analysis - Raw Data endpoint. 🔬 **Palm Analysis - Raw Computed Data**\n\nAnalyzes a palm image and returns raw computed metrics without interpretations.\nUse this endpoint when you need:\n- Hand element classification (Water/Fire/Earth/Air)\n- Palm shape and finger length measurements\n- Line detection with quality and continuity metrics\n- Image quality assessment\n\n**Input:**\n- Palm image via URL or base64 encoding\n- Optional: return visualization with detected lines\n\n**Output:**\n- Hand detection status and handedness\n- Palm metrics (width/height ratio, finger ratio)\n- Detected lines with characteristics (length, quality, breaks)\n- Image quality assessment (sharpness, exposure, warnings)\n\n**Use Cases:**\n- Building custom palm reading applications\n- Integrating palm metrics with other systems\n- Quality control for palm image collection",
          "item": [
            {
              "id": "fa31098f-223c-4ae3-a8f2-40e099686e13",
              "name": "Analyze Palm from URL",
              "request": {
                "name": "Analyze Palm from URL",
                "description": {
                  "content": "🎯 **Palm Analysis - Raw Data**\n\n📋 **Endpoint Description:**\n🔬 **Palm Analysis - Raw Computed Data**\n\nAnalyzes a palm image and returns raw computed metrics without interpretations.\nUse this endpoint when you need:\n- Hand element classification (Water/Fire/Earth/Air)\n- Palm shape and finger length measurements\n- Line detection with quality and continuity metrics\n- Image quality assessment\n\n**Input:**\n- Palm image via URL or base64 encoding\n- Optional: return visualization with detected lines\n\n**Output:**\n- Hand detection status and handedness\n- Palm metrics (width/height ratio, finger ratio)\n- Detected lines with characteristics (length, quality, breaks)\n- Image quality assessment (sharpness, exposure, warnings)\n\n**Use Cases:**\n- Building custom palm reading applications\n- Integrating palm metrics with other systems\n- Quality control for palm image collection\n\n✨ **Example Description:**\nAnalyze a palm image by providing a publicly accessible URL. Best for images hosted on CDNs or public storage.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"image_url\": \"https://images.fineartamerica.com/images-medium-large/hand-of-a-woman-seen-palm-up-with-fingers-straight-phil-jude.jpg\",\n  \"return_visualization\": true,\n  \"include_quality\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b29bbb31-9a0a-424d-9c1a-564f2fc40379",
              "name": "Analyze Palm from Base64",
              "request": {
                "name": "Analyze Palm from Base64",
                "description": {
                  "content": "🎯 **Palm Analysis - Raw Data**\n\n📋 **Endpoint Description:**\n🔬 **Palm Analysis - Raw Computed Data**\n\nAnalyzes a palm image and returns raw computed metrics without interpretations.\nUse this endpoint when you need:\n- Hand element classification (Water/Fire/Earth/Air)\n- Palm shape and finger length measurements\n- Line detection with quality and continuity metrics\n- Image quality assessment\n\n**Input:**\n- Palm image via URL or base64 encoding\n- Optional: return visualization with detected lines\n\n**Output:**\n- Hand detection status and handedness\n- Palm metrics (width/height ratio, finger ratio)\n- Detected lines with characteristics (length, quality, breaks)\n- Image quality assessment (sharpness, exposure, warnings)\n\n**Use Cases:**\n- Building custom palm reading applications\n- Integrating palm metrics with other systems\n- Quality control for palm image collection\n\n✨ **Example Description:**\nAnalyze a palm image by providing base64-encoded image data. Best for client-side uploads.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"image_base64\": \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD...\",\n  \"return_visualization\": false,\n  \"include_quality\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c6c89ab8-8b5d-4c45-9e09-705c6aa7c7f0",
              "name": "Minimal Request (URL only)",
              "request": {
                "name": "Minimal Request (URL only)",
                "description": {
                  "content": "🎯 **Palm Analysis - Raw Data**\n\n📋 **Endpoint Description:**\n🔬 **Palm Analysis - Raw Computed Data**\n\nAnalyzes a palm image and returns raw computed metrics without interpretations.\nUse this endpoint when you need:\n- Hand element classification (Water/Fire/Earth/Air)\n- Palm shape and finger length measurements\n- Line detection with quality and continuity metrics\n- Image quality assessment\n\n**Input:**\n- Palm image via URL or base64 encoding\n- Optional: return visualization with detected lines\n\n**Output:**\n- Hand detection status and handedness\n- Palm metrics (width/height ratio, finger ratio)\n- Detected lines with characteristics (length, quality, breaks)\n- Image quality assessment (sharpness, exposure, warnings)\n\n**Use Cases:**\n- Building custom palm reading applications\n- Integrating palm metrics with other systems\n- Quality control for palm image collection\n\n✨ **Example Description:**\nQuick analysis without visualization or quality metrics.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/analysis`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "analysis"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"image_url\": \"https://example.com/palm-image.jpg\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Palm Reading - Full Interpretation",
          "description": "All available examples for Palm Reading - Full Interpretation endpoint. 📖 **Palm Reading - Full Interpretation**\n\nPerforms complete palm analysis with detailed interpretations\nand personality profile based on palmistry traditions.\n\n**Input:**\n- Palm image via URL or base64 encoding\n- Language preference (en)\n- Optional: include raw analysis data\n\n**Output:**\n- Hand element type with interpretation\n- Personality traits based on palm features\n- Detailed line readings (heart, head, life, fate)\n- Special line detection (Simian, Sydney)\n- Life-head connection analysis\n\n**Interpretations include:**\n- Hand element (Water/Fire/Earth/Air)\n- Line quality and depth meanings\n- Curvature interpretations\n- Connection patterns\n- Quadrangle analysis\n- Great Triangle significance\n\n**Languages Supported:**\n- `en` - English\n- `es` - Spanish (Español)\n- `fr` - French (Français)\n- `de` - German (Deutsch)\n- `pt` - Portuguese (Português)\n- `it` - Italian (Italiano)\n- `zh` - Chinese (中文)\n- `ru` - Russian (Русский)",
          "item": [
            {
              "id": "33587f45-c458-46da-bdb2-fe1c0ae6ca7e",
              "name": "Basic Palm Reading (English)",
              "request": {
                "name": "Basic Palm Reading (English)",
                "description": {
                  "content": "🎯 **Palm Reading - Full Interpretation**\n\n📋 **Endpoint Description:**\n📖 **Palm Reading - Full Interpretation**\n\nPerforms complete palm analysis with detailed interpretations\nand personality profile based on palmistry traditions.\n\n**Input:**\n- Palm image via URL or base64 encoding\n- Language preference (en)\n- Optional: include raw analysis data\n\n**Output:**\n- Hand element type with interpretation\n- Personality traits based on palm features\n- Detailed line readings (heart, head, life, fate)\n- Special line detection (Simian, Sydney)\n- Life-head connection analysis\n\n**Interpretations include:**\n- Hand element (Water/Fire/Earth/Air)\n- Line quality and depth meanings\n- Curvature interpretations\n- Connection patterns\n- Quadrangle analysis\n- Great Triangle significance\n\n**Languages Supported:**\n- `en` - English\n- `es` - Spanish (Español)\n- `fr` - French (Français)\n- `de` - German (Deutsch)\n- `pt` - Portuguese (Português)\n- `it` - Italian (Italiano)\n- `zh` - Chinese (中文)\n- `ru` - Russian (Русский)\n\n✨ **Example Description:**\nStandard palm reading with interpretations in English. Best for quick personality insights.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/reading`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "reading"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"image_url\": \"https://images.fineartamerica.com/images-medium-large/hand-of-a-woman-seen-palm-up-with-fingers-straight-phil-jude.jpg\",\n  \"return_visualization\": true,\n  \"language\": \"en\",\n  \"include_raw_data\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "c5e4e24b-73fe-4435-a3f1-40d36f89530a",
              "name": "Palm Reading in Spanish",
              "request": {
                "name": "Palm Reading in Spanish",
                "description": {
                  "content": "🎯 **Palm Reading - Full Interpretation**\n\n📋 **Endpoint Description:**\n📖 **Palm Reading - Full Interpretation**\n\nPerforms complete palm analysis with detailed interpretations\nand personality profile based on palmistry traditions.\n\n**Input:**\n- Palm image via URL or base64 encoding\n- Language preference (en)\n- Optional: include raw analysis data\n\n**Output:**\n- Hand element type with interpretation\n- Personality traits based on palm features\n- Detailed line readings (heart, head, life, fate)\n- Special line detection (Simian, Sydney)\n- Life-head connection analysis\n\n**Interpretations include:**\n- Hand element (Water/Fire/Earth/Air)\n- Line quality and depth meanings\n- Curvature interpretations\n- Connection patterns\n- Quadrangle analysis\n- Great Triangle significance\n\n**Languages Supported:**\n- `en` - English\n- `es` - Spanish (Español)\n- `fr` - French (Français)\n- `de` - German (Deutsch)\n- `pt` - Portuguese (Português)\n- `it` - Italian (Italiano)\n- `zh` - Chinese (中文)\n- `ru` - Russian (Русский)\n\n✨ **Example Description:**\nFull palm reading with interpretations in Spanish (Español). Professional quiromancia style.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/reading`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "reading"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"image_url\": \"https://images.fineartamerica.com/images-medium-large/hand-of-a-woman-seen-palm-up-with-fingers-straight-phil-jude.jpg\",\n  \"return_visualization\": true,\n  \"language\": \"es\",\n  \"include_raw_data\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "1f255489-ddef-4d72-9d65-f676efc109ef",
              "name": "Reading with Raw Analysis Data",
              "request": {
                "name": "Reading with Raw Analysis Data",
                "description": {
                  "content": "🎯 **Palm Reading - Full Interpretation**\n\n📋 **Endpoint Description:**\n📖 **Palm Reading - Full Interpretation**\n\nPerforms complete palm analysis with detailed interpretations\nand personality profile based on palmistry traditions.\n\n**Input:**\n- Palm image via URL or base64 encoding\n- Language preference (en)\n- Optional: include raw analysis data\n\n**Output:**\n- Hand element type with interpretation\n- Personality traits based on palm features\n- Detailed line readings (heart, head, life, fate)\n- Special line detection (Simian, Sydney)\n- Life-head connection analysis\n\n**Interpretations include:**\n- Hand element (Water/Fire/Earth/Air)\n- Line quality and depth meanings\n- Curvature interpretations\n- Connection patterns\n- Quadrangle analysis\n- Great Triangle significance\n\n**Languages Supported:**\n- `en` - English\n- `es` - Spanish (Español)\n- `fr` - French (Français)\n- `de` - German (Deutsch)\n- `pt` - Portuguese (Português)\n- `it` - Italian (Italiano)\n- `zh` - Chinese (中文)\n- `ru` - Russian (Русский)\n\n✨ **Example Description:**\nFull reading including raw metrics for custom processing.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/reading`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "reading"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"image_url\": \"https://images.fineartamerica.com/images-medium-large/hand-of-a-woman-seen-palm-up-with-fingers-straight-phil-jude.jpg\",\n  \"language\": \"en\",\n  \"include_raw_data\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "236e2cc3-7060-42fc-88bd-50a3510d872b",
              "name": "Reading from Base64 Image",
              "request": {
                "name": "Reading from Base64 Image",
                "description": {
                  "content": "🎯 **Palm Reading - Full Interpretation**\n\n📋 **Endpoint Description:**\n📖 **Palm Reading - Full Interpretation**\n\nPerforms complete palm analysis with detailed interpretations\nand personality profile based on palmistry traditions.\n\n**Input:**\n- Palm image via URL or base64 encoding\n- Language preference (en)\n- Optional: include raw analysis data\n\n**Output:**\n- Hand element type with interpretation\n- Personality traits based on palm features\n- Detailed line readings (heart, head, life, fate)\n- Special line detection (Simian, Sydney)\n- Life-head connection analysis\n\n**Interpretations include:**\n- Hand element (Water/Fire/Earth/Air)\n- Line quality and depth meanings\n- Curvature interpretations\n- Connection patterns\n- Quadrangle analysis\n- Great Triangle significance\n\n**Languages Supported:**\n- `en` - English\n- `es` - Spanish (Español)\n- `fr` - French (Français)\n- `de` - German (Deutsch)\n- `pt` - Portuguese (Português)\n- `it` - Italian (Italiano)\n- `zh` - Chinese (中文)\n- `ru` - Russian (Русский)\n\n✨ **Example Description:**\nUpload image as base64 for client-side applications.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/reading`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "reading"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"image_base64\": \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD...\",\n  \"return_visualization\": false,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Palm-Astrology Integration",
          "description": "All available examples for Palm-Astrology Integration endpoint. 🌟 **Palm-Astrology Integration**\n\nCorrelates palm features with natal chart planetary positions.\n\n**Features:**\n- Palm element detection (Water/Fire/Earth/Air)\n- Element consistency with Sun, Moon, and Ascendant signs\n- Dominant chart element analysis\n- Combined palm-astrology synthesis interpretation\n\n**Mount-Planet Correspondences (Future):**\n- Mount of Jupiter → Jupiter planet\n- Mount of Saturn → Saturn planet\n- Mount of Apollo (Sun) → Sun\n- Mount of Mercury → Mercury planet\n- Mount of Mars → Mars planet\n- Mount of Moon → Moon\n- Mount of Venus → Venus planet\n\n**Input:**\n- Palm image via URL or base64\n- Birth data for natal chart calculation (standard BirthData format)\n\n**Output:**\n- Element consistency analysis\n- Mount-planet correlations\n- Combined synthesis",
          "item": [
            {
              "id": "93b20e1d-8002-4166-8e42-12739c05cb6e",
              "name": "Palm-Astrology with Birth Data (English)",
              "request": {
                "name": "Palm-Astrology with Birth Data (English)",
                "description": {
                  "content": "🎯 **Palm-Astrology Integration**\n\n📋 **Endpoint Description:**\n🌟 **Palm-Astrology Integration**\n\nCorrelates palm features with natal chart planetary positions.\n\n**Features:**\n- Palm element detection (Water/Fire/Earth/Air)\n- Element consistency with Sun, Moon, and Ascendant signs\n- Dominant chart element analysis\n- Combined palm-astrology synthesis interpretation\n\n**Mount-Planet Correspondences (Future):**\n- Mount of Jupiter → Jupiter planet\n- Mount of Saturn → Saturn planet\n- Mount of Apollo (Sun) → Sun\n- Mount of Mercury → Mercury planet\n- Mount of Mars → Mars planet\n- Mount of Moon → Moon\n- Mount of Venus → Venus planet\n\n**Input:**\n- Palm image via URL or base64\n- Birth data for natal chart calculation (standard BirthData format)\n\n**Output:**\n- Element consistency analysis\n- Mount-planet correlations\n- Combined synthesis\n\n✨ **Example Description:**\nAnalyze palm and correlate with natal chart elements based on birth data. Returns interpretations in English.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/astro`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "astro"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"image_url\": \"https://images.fineartamerica.com/images-medium-large/hand-of-a-woman-seen-palm-up-with-fingers-straight-phil-jude.jpg\",\n  \"birth_data\": {\n    \"year\": 1990,\n    \"month\": 6,\n    \"day\": 15,\n    \"hour\": 14,\n    \"minute\": 30,\n    \"city\": \"London\",\n    \"country_code\": \"GB\"\n  },\n  \"return_visualization\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "b795ca54-dd50-4656-9f2c-132fabeede4a",
              "name": "Palm-Astrology with Birth Data (Spanish)",
              "request": {
                "name": "Palm-Astrology with Birth Data (Spanish)",
                "description": {
                  "content": "🎯 **Palm-Astrology Integration**\n\n📋 **Endpoint Description:**\n🌟 **Palm-Astrology Integration**\n\nCorrelates palm features with natal chart planetary positions.\n\n**Features:**\n- Palm element detection (Water/Fire/Earth/Air)\n- Element consistency with Sun, Moon, and Ascendant signs\n- Dominant chart element analysis\n- Combined palm-astrology synthesis interpretation\n\n**Mount-Planet Correspondences (Future):**\n- Mount of Jupiter → Jupiter planet\n- Mount of Saturn → Saturn planet\n- Mount of Apollo (Sun) → Sun\n- Mount of Mercury → Mercury planet\n- Mount of Mars → Mars planet\n- Mount of Moon → Moon\n- Mount of Venus → Venus planet\n\n**Input:**\n- Palm image via URL or base64\n- Birth data for natal chart calculation (standard BirthData format)\n\n**Output:**\n- Element consistency analysis\n- Mount-planet correlations\n- Combined synthesis\n\n✨ **Example Description:**\nAnálisis de palma correlacionado con carta natal. Interpretaciones profesionales en español.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/astro`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "astro"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"image_url\": \"https://images.fineartamerica.com/images-medium-large/hand-of-a-woman-seen-palm-up-with-fingers-straight-phil-jude.jpg\",\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Madrid\",\n    \"country_code\": \"ES\"\n  },\n  \"return_visualization\": true,\n  \"language\": \"es\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "39f9200c-2774-4027-a3be-0af9cd7f5d15",
              "name": "Palm Analysis Only (No Birth Data)",
              "request": {
                "name": "Palm Analysis Only (No Birth Data)",
                "description": {
                  "content": "🎯 **Palm-Astrology Integration**\n\n📋 **Endpoint Description:**\n🌟 **Palm-Astrology Integration**\n\nCorrelates palm features with natal chart planetary positions.\n\n**Features:**\n- Palm element detection (Water/Fire/Earth/Air)\n- Element consistency with Sun, Moon, and Ascendant signs\n- Dominant chart element analysis\n- Combined palm-astrology synthesis interpretation\n\n**Mount-Planet Correspondences (Future):**\n- Mount of Jupiter → Jupiter planet\n- Mount of Saturn → Saturn planet\n- Mount of Apollo (Sun) → Sun\n- Mount of Mercury → Mercury planet\n- Mount of Mars → Mars planet\n- Mount of Moon → Moon\n- Mount of Venus → Venus planet\n\n**Input:**\n- Palm image via URL or base64\n- Birth data for natal chart calculation (standard BirthData format)\n\n**Output:**\n- Element consistency analysis\n- Mount-planet correlations\n- Combined synthesis\n\n✨ **Example Description:**\nAnalyze palm element without natal chart correlation.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/astro`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "astro"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"image_url\": \"https://images.fineartamerica.com/images-medium-large/hand-of-a-woman-seen-palm-up-with-fingers-straight-phil-jude.jpg\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Palm Compatibility Analysis",
          "description": "All available examples for Palm Compatibility Analysis endpoint. 💕 **Palm Compatibility Analysis**\n\nCompares two palm readings to determine compatibility\nacross multiple dimensions.\n\n**Input:**\n- Two palm images (URL or base64)\n- Language preference (en)\n- Optional: return visualizations\n\n**Compatibility Dimensions:**\n\n1. **Element Compatibility**\n   - Compares hand elements (Water/Fire/Earth/Air)\n   - Based on traditional element interaction:\n     - Fire + Air = Excellent synergy\n     - Water + Earth = Nurturing stability\n     - Fire + Water = Challenging dynamics\n     - Same elements = Strong understanding\n\n2. **Emotional Compatibility** (Heart Lines)\n   - Compares heart line depth and quality\n   - Similar depths indicate emotional alignment\n\n3. **Intellectual Compatibility** (Head Lines)\n   - Compares head line characteristics\n   - Similar qualities suggest mental harmony\n\n4. **Vitality Compatibility** (Life Lines)\n   - Compares life line strength\n   - Similar energy levels support partnership\n\n5. **Destiny Compatibility** (Fate Lines)\n   - Compares fate line presence and quality\n   - Aligned destinies enhance long-term compatibility\n\n**Output:**\n- Overall compatibility score (0-1)\n- Detailed breakdown by dimension\n- Annotated images (optional)\n- Interpretation text",
          "item": [
            {
              "id": "dc23da38-b902-4be5-8c01-ce01627e7a19",
              "name": "Compare Two Palms via URL (English)",
              "request": {
                "name": "Compare Two Palms via URL (English)",
                "description": {
                  "content": "🎯 **Palm Compatibility Analysis**\n\n📋 **Endpoint Description:**\n💕 **Palm Compatibility Analysis**\n\nCompares two palm readings to determine compatibility\nacross multiple dimensions.\n\n**Input:**\n- Two palm images (URL or base64)\n- Language preference (en)\n- Optional: return visualizations\n\n**Compatibility Dimensions:**\n\n1. **Element Compatibility**\n   - Compares hand elements (Water/Fire/Earth/Air)\n   - Based on traditional element interaction:\n     - Fire + Air = Excellent synergy\n     - Water + Earth = Nurturing stability\n     - Fire + Water = Challenging dynamics\n     - Same elements = Strong understanding\n\n2. **Emotional Compatibility** (Heart Lines)\n   - Compares heart line depth and quality\n   - Similar depths indicate emotional alignment\n\n3. **Intellectual Compatibility** (Head Lines)\n   - Compares head line characteristics\n   - Similar qualities suggest mental harmony\n\n4. **Vitality Compatibility** (Life Lines)\n   - Compares life line strength\n   - Similar energy levels support partnership\n\n5. **Destiny Compatibility** (Fate Lines)\n   - Compares fate line presence and quality\n   - Aligned destinies enhance long-term compatibility\n\n**Output:**\n- Overall compatibility score (0-1)\n- Detailed breakdown by dimension\n- Annotated images (optional)\n- Interpretation text\n\n✨ **Example Description:**\nAnalyze compatibility between two palm images using public URLs. Returns interpretations in English.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"palm_a_url\": \"https://images.fineartamerica.com/images-medium-large/hand-of-a-woman-seen-palm-up-with-fingers-straight-phil-jude.jpg\",\n  \"palm_b_url\": \"https://example.com/partner-palm.jpg\",\n  \"return_visualization\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d345ffc6-c1e5-434a-aa96-946e2d625094",
              "name": "Compare Two Palms (Spanish)",
              "request": {
                "name": "Compare Two Palms (Spanish)",
                "description": {
                  "content": "🎯 **Palm Compatibility Analysis**\n\n📋 **Endpoint Description:**\n💕 **Palm Compatibility Analysis**\n\nCompares two palm readings to determine compatibility\nacross multiple dimensions.\n\n**Input:**\n- Two palm images (URL or base64)\n- Language preference (en)\n- Optional: return visualizations\n\n**Compatibility Dimensions:**\n\n1. **Element Compatibility**\n   - Compares hand elements (Water/Fire/Earth/Air)\n   - Based on traditional element interaction:\n     - Fire + Air = Excellent synergy\n     - Water + Earth = Nurturing stability\n     - Fire + Water = Challenging dynamics\n     - Same elements = Strong understanding\n\n2. **Emotional Compatibility** (Heart Lines)\n   - Compares heart line depth and quality\n   - Similar depths indicate emotional alignment\n\n3. **Intellectual Compatibility** (Head Lines)\n   - Compares head line characteristics\n   - Similar qualities suggest mental harmony\n\n4. **Vitality Compatibility** (Life Lines)\n   - Compares life line strength\n   - Similar energy levels support partnership\n\n5. **Destiny Compatibility** (Fate Lines)\n   - Compares fate line presence and quality\n   - Aligned destinies enhance long-term compatibility\n\n**Output:**\n- Overall compatibility score (0-1)\n- Detailed breakdown by dimension\n- Annotated images (optional)\n- Interpretation text\n\n✨ **Example Description:**\nAnálisis de compatibilidad con interpretaciones en español. Professional quiromancia style.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"palm_a_url\": \"https://images.fineartamerica.com/images-medium-large/hand-of-a-woman-seen-palm-up-with-fingers-straight-phil-jude.jpg\",\n  \"palm_b_url\": \"https://example.com/partner-palm.jpg\",\n  \"return_visualization\": true,\n  \"language\": \"es\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "4911b693-9c22-4bdc-8a5b-5e50538c5b07",
              "name": "Mixed Input (URL + Base64)",
              "request": {
                "name": "Mixed Input (URL + Base64)",
                "description": {
                  "content": "🎯 **Palm Compatibility Analysis**\n\n📋 **Endpoint Description:**\n💕 **Palm Compatibility Analysis**\n\nCompares two palm readings to determine compatibility\nacross multiple dimensions.\n\n**Input:**\n- Two palm images (URL or base64)\n- Language preference (en)\n- Optional: return visualizations\n\n**Compatibility Dimensions:**\n\n1. **Element Compatibility**\n   - Compares hand elements (Water/Fire/Earth/Air)\n   - Based on traditional element interaction:\n     - Fire + Air = Excellent synergy\n     - Water + Earth = Nurturing stability\n     - Fire + Water = Challenging dynamics\n     - Same elements = Strong understanding\n\n2. **Emotional Compatibility** (Heart Lines)\n   - Compares heart line depth and quality\n   - Similar depths indicate emotional alignment\n\n3. **Intellectual Compatibility** (Head Lines)\n   - Compares head line characteristics\n   - Similar qualities suggest mental harmony\n\n4. **Vitality Compatibility** (Life Lines)\n   - Compares life line strength\n   - Similar energy levels support partnership\n\n5. **Destiny Compatibility** (Fate Lines)\n   - Compares fate line presence and quality\n   - Aligned destinies enhance long-term compatibility\n\n**Output:**\n- Overall compatibility score (0-1)\n- Detailed breakdown by dimension\n- Annotated images (optional)\n- Interpretation text\n\n✨ **Example Description:**\nOne palm from URL, another from base64 - useful for comparing stored vs uploaded images.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"palm_a_url\": \"https://images.fineartamerica.com/images-medium-large/hand-of-a-woman-seen-palm-up-with-fingers-straight-phil-jude.jpg\",\n  \"palm_b_base64\": \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD...\",\n  \"return_visualization\": false,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "9e343bf2-2cf2-4aa3-a4f4-4a037a943a8a",
              "name": "Both Palms as Base64",
              "request": {
                "name": "Both Palms as Base64",
                "description": {
                  "content": "🎯 **Palm Compatibility Analysis**\n\n📋 **Endpoint Description:**\n💕 **Palm Compatibility Analysis**\n\nCompares two palm readings to determine compatibility\nacross multiple dimensions.\n\n**Input:**\n- Two palm images (URL or base64)\n- Language preference (en)\n- Optional: return visualizations\n\n**Compatibility Dimensions:**\n\n1. **Element Compatibility**\n   - Compares hand elements (Water/Fire/Earth/Air)\n   - Based on traditional element interaction:\n     - Fire + Air = Excellent synergy\n     - Water + Earth = Nurturing stability\n     - Fire + Water = Challenging dynamics\n     - Same elements = Strong understanding\n\n2. **Emotional Compatibility** (Heart Lines)\n   - Compares heart line depth and quality\n   - Similar depths indicate emotional alignment\n\n3. **Intellectual Compatibility** (Head Lines)\n   - Compares head line characteristics\n   - Similar qualities suggest mental harmony\n\n4. **Vitality Compatibility** (Life Lines)\n   - Compares life line strength\n   - Similar energy levels support partnership\n\n5. **Destiny Compatibility** (Fate Lines)\n   - Compares fate line presence and quality\n   - Aligned destinies enhance long-term compatibility\n\n**Output:**\n- Overall compatibility score (0-1)\n- Detailed breakdown by dimension\n- Annotated images (optional)\n- Interpretation text\n\n✨ **Example Description:**\nUpload both palm images as base64 - ideal for mobile apps.\n\n🔗 **Endpoint:** `POST /api/v3/palmistry/compatibility`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "palmistry",
                    "compatibility"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"palm_a_base64\": \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD...\",\n  \"palm_b_base64\": \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD...\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "ᚱ Runes",
      "description": "",
      "item": [
        {
          "id": "9f82fcf0-7c3d-4274-8ab1-1fb04f916ab0",
          "name": "Get Runes Glossary",
          "request": {
            "name": "Get Runes Glossary",
            "description": {
              "content": "**Runes Glossary** - Complete reference for all 24 Elder Futhark runes\n\n**Perfect for:**\n- Building rune selection interfaces\n- Understanding runic correspondences\n- Learning astrological associations\n- Reference for divination applications\n\n**Filters available:**\n- `element=Fire` - Runes with Fire elemental correspondence\n- `aett=freya` - First aett (Freya's 8 runes)\n- `planet=Venus` - Runes ruled by Venus\n- `sign=Tau` - Runes associated with Taurus\n- `has_reversed=true` - Only reversible runes\n\n**Returns:**\n- Rune ID, name, number, and unicode glyph\n- Norse and Proto-Germanic names\n- Astrological correspondences (planet, sign, house)\n- Elemental associations and polarity\n- Keywords for upright and reversed orientations\n- Associated life areas, deity, tree, herb, gemstone\n\n**Response time:** ~30ms | **Total runes:** 24",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "runes",
                "glossary",
                "runes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by element (Fire, Water, Air, Earth, Ice)",
                    "type": "text/plain"
                  },
                  "key": "element",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by aett family (freya, heimdall, tyr)",
                    "type": "text/plain"
                  },
                  "key": "aett",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by planetary correspondence (Sun, Moon, Mercury, etc.)",
                    "type": "text/plain"
                  },
                  "key": "planet",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter by zodiac sign (3-letter abbreviation: Ari, Tau, Gem, etc.)",
                    "type": "text/plain"
                  },
                  "key": "sign",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Filter to only runes with (True) or without (False) reversed meanings",
                    "type": "text/plain"
                  },
                  "key": "has_reversed",
                  "value": "<boolean>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Runic tradition (universal, norse, esoteric)",
                    "type": "text/plain"
                  },
                  "key": "tradition",
                  "value": "universal"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "ISO-639-1 language code for output",
                    "type": "text/plain"
                  },
                  "key": "language",
                  "value": "en"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "54a2871b-7768-4489-9cd9-bab93df7c1c5",
              "name": "Complete Elder Futhark glossary with astrological correspondences",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "glossary",
                    "runes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by element (Fire, Water, Air, Earth, Ice)",
                        "type": "text/plain"
                      },
                      "key": "element",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by aett family (freya, heimdall, tyr)",
                        "type": "text/plain"
                      },
                      "key": "aett",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by planetary correspondence (Sun, Moon, Mercury, etc.)",
                        "type": "text/plain"
                      },
                      "key": "planet",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign (3-letter abbreviation: Ari, Tau, Gem, etc.)",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter to only runes with (True) or without (False) reversed meanings",
                        "type": "text/plain"
                      },
                      "key": "has_reversed",
                      "value": "<boolean>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Runic tradition (universal, norse, esoteric)",
                        "type": "text/plain"
                      },
                      "key": "tradition",
                      "value": "universal"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO-639-1 language code for output",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"items\": [\n    {\n      \"id\": \"<string>\",\n      \"number\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"keywords\": {\n        \"key_0\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"key_1\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"key_2\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"key_3\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"has_reversed\": \"<boolean>\",\n      \"life_areas\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"unicode\": \"<string>\",\n      \"norse_name\": \"<string>\",\n      \"meaning_word\": \"<string>\",\n      \"aett\": \"<string>\",\n      \"aett_number\": \"<integer>\",\n      \"aett_position\": \"<integer>\",\n      \"element\": \"<string>\",\n      \"polarity\": \"<string>\",\n      \"deity\": \"<string>\",\n      \"color\": \"<string>\",\n      \"tree\": \"<string>\",\n      \"herb\": \"<string>\",\n      \"gemstone\": \"<string>\",\n      \"astrology\": {\n        \"key_0\": 6962.651903685353\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"number\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"keywords\": {\n        \"key_0\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"key_1\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"has_reversed\": \"<boolean>\",\n      \"life_areas\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"unicode\": \"<string>\",\n      \"norse_name\": \"<string>\",\n      \"meaning_word\": \"<string>\",\n      \"aett\": \"<string>\",\n      \"aett_number\": \"<integer>\",\n      \"aett_position\": \"<integer>\",\n      \"element\": \"<string>\",\n      \"polarity\": \"<string>\",\n      \"deity\": \"<string>\",\n      \"color\": \"<string>\",\n      \"tree\": \"<string>\",\n      \"herb\": \"<string>\",\n      \"gemstone\": \"<string>\",\n      \"astrology\": {\n        \"key_0\": \"string\"\n      }\n    }\n  ],\n  \"total\": \"<integer>\",\n  \"tradition\": \"universal\",\n  \"language\": \"en\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5009e2fb-ddc1-4a66-9821-2d6d1ba96100",
              "name": "Invalid rune parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "glossary",
                    "runes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by element (Fire, Water, Air, Earth, Ice)",
                        "type": "text/plain"
                      },
                      "key": "element",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by aett family (freya, heimdall, tyr)",
                        "type": "text/plain"
                      },
                      "key": "aett",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by planetary correspondence (Sun, Moon, Mercury, etc.)",
                        "type": "text/plain"
                      },
                      "key": "planet",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign (3-letter abbreviation: Ari, Tau, Gem, etc.)",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter to only runes with (True) or without (False) reversed meanings",
                        "type": "text/plain"
                      },
                      "key": "has_reversed",
                      "value": "<boolean>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Runic tradition (universal, norse, esoteric)",
                        "type": "text/plain"
                      },
                      "key": "tradition",
                      "value": "universal"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO-639-1 language code for output",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ade4a5ee-23de-458f-b824-4ce7d21673a3",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "glossary",
                    "runes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by element (Fire, Water, Air, Earth, Ice)",
                        "type": "text/plain"
                      },
                      "key": "element",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by aett family (freya, heimdall, tyr)",
                        "type": "text/plain"
                      },
                      "key": "aett",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by planetary correspondence (Sun, Moon, Mercury, etc.)",
                        "type": "text/plain"
                      },
                      "key": "planet",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter by zodiac sign (3-letter abbreviation: Ari, Tau, Gem, etc.)",
                        "type": "text/plain"
                      },
                      "key": "sign",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Filter to only runes with (True) or without (False) reversed meanings",
                        "type": "text/plain"
                      },
                      "key": "has_reversed",
                      "value": "<boolean>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Runic tradition (universal, norse, esoteric)",
                        "type": "text/plain"
                      },
                      "key": "tradition",
                      "value": "universal"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "ISO-639-1 language code for output",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "en"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d11a87fe-d948-47ab-9f95-f80d1b80b003",
          "name": "Get Rune Spreads Glossary",
          "request": {
            "name": "Get Rune Spreads Glossary",
            "description": {
              "content": "**Runic Spreads Glossary** - Available spread layouts and their configurations\n\n**Perfect for:**\n- Choosing the right spread for a question\n- Understanding position meanings in each layout\n- Building runic divination interfaces\n- Learning about traditional runic reading methods\n\n**Available spreads:**\n- **Single Rune** - One rune for focused daily guidance\n- **Three Rune (Norns)** - Past / Present / Future via Urd, Verdandi, Skuld\n- **Runic Cross** - Five-rune cross for situational depth\n- **Nine Rune Grid** - Full Yggdrasil grid for comprehensive readings\n\n**Response includes:**\n- Spread name and description\n- Number of runes required\n- Position names and meanings\n- Best use cases\n\n**Response time:** ~20ms",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "runes",
                "glossary",
                "spreads"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1a3f5289-febd-452f-a0af-eb82924184b4",
              "name": "Available runic spread types with positions and use cases",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "glossary",
                    "spreads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2aedc4d9-7d22-4767-b218-ec5e90646e9f",
              "name": "Invalid rune parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "glossary",
                    "spreads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e4128f44-98e7-4333-9097-ccd6eee5b6ab",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "glossary",
                    "spreads"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "041dcea3-99f0-4193-9c10-998b7eac80b9",
          "name": "Get Aettir Glossary",
          "request": {
            "name": "Get Aettir Glossary",
            "description": {
              "content": "**Aettir Glossary** - Three runic family groups of the Elder Futhark\n\n**Perfect for:**\n- Understanding runic family groupings\n- Learning the thematic divisions of the Futhark\n- Building aett-based reading interfaces\n- Educational reference for Norse mythology students\n\n**The Three Aettir:**\n- **Freya's Aett (1-8)** - Material realm, vitality, communication, community\n- **Heimdall's Aett (9-16)** - Cosmic forces, fate, hidden knowledge, transformation\n- **Tyr's Aett (17-24)** - Human consciousness, justice, legacy, spiritual completion\n\n**Response includes:**\n- Aett name, number, and ruling deity\n- Thematic overview\n- Full list of member rune IDs with glossary data\n\n**Response time:** ~30ms",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "runes",
                "glossary",
                "aettir"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "9c876558-43cf-486c-ba01-92f5c6100dad",
              "name": "Three aettir (families) of the Elder Futhark with member runes",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "glossary",
                    "aettir"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2fe0a78-e812-48de-885e-e817a831e6d4",
              "name": "Invalid rune parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "glossary",
                    "aettir"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "16cd44fd-26d5-42b3-8960-4c2832244a19",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "glossary",
                    "aettir"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Draw Runes",
          "description": "All available examples for Draw Runes endpoint. **Draw Random Runes** - Pull one or more runes from the Elder Futhark for a spread\n\n**Perfect for:**\n- Daily rune draws and practice readings\n- Preparing rune positions for a spread\n- Random selection with orientation\n- Learning and study of the Futhark\n\n**Options:**\n- `count` - Number of runes to draw (1-24); each rune drawn without replacement\n- `tradition` - Runic tradition (universal / norse / esoteric)\n- `use_reversals` - Allow reversed orientations; runes without reversed meanings always draw upright\n- `life_area` - Optional thematic focus (included in response metadata)\n\n**Returns:**\n- Randomly selected runes without replacement\n- Orientation (upright/reversed) for each\n- Full rune data including keywords and correspondences\n\n**Response time:** ~40ms",
          "item": [
            {
              "id": "4d287278-66ed-4936-ba26-ac0ac101d813",
              "name": "Single rune for career question",
              "request": {
                "name": "Single rune for career question",
                "description": {
                  "content": "🎯 **Draw Runes**\n\n📋 **Endpoint Description:**\n**Draw Random Runes** - Pull one or more runes from the Elder Futhark for a spread\n\n**Perfect for:**\n- Daily rune draws and practice readings\n- Preparing rune positions for a spread\n- Random selection with orientation\n- Learning and study of the Futhark\n\n**Options:**\n- `count` - Number of runes to draw (1-24); each rune drawn without replacement\n- `tradition` - Runic tradition (universal / norse / esoteric)\n- `use_reversals` - Allow reversed orientations; runes without reversed meanings always draw upright\n- `life_area` - Optional thematic focus (included in response metadata)\n\n**Returns:**\n- Randomly selected runes without replacement\n- Orientation (upright/reversed) for each\n- Full rune data including keywords and correspondences\n\n**Response time:** ~40ms\n\n✨ **Example Description:**\nDraw one rune with a life area focus on career\n\n🔗 **Endpoint:** `POST /api/v3/runes/runes/draw`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "runes",
                    "draw"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"count\": 1,\n  \"tradition\": \"universal\",\n  \"use_reversals\": true,\n  \"life_area\": \"career\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "a7720ae4-213d-41e1-bfd5-01089fb96629",
              "name": "Three runes for Norns spread",
              "request": {
                "name": "Three runes for Norns spread",
                "description": {
                  "content": "🎯 **Draw Runes**\n\n📋 **Endpoint Description:**\n**Draw Random Runes** - Pull one or more runes from the Elder Futhark for a spread\n\n**Perfect for:**\n- Daily rune draws and practice readings\n- Preparing rune positions for a spread\n- Random selection with orientation\n- Learning and study of the Futhark\n\n**Options:**\n- `count` - Number of runes to draw (1-24); each rune drawn without replacement\n- `tradition` - Runic tradition (universal / norse / esoteric)\n- `use_reversals` - Allow reversed orientations; runes without reversed meanings always draw upright\n- `life_area` - Optional thematic focus (included in response metadata)\n\n**Returns:**\n- Randomly selected runes without replacement\n- Orientation (upright/reversed) for each\n- Full rune data including keywords and correspondences\n\n**Response time:** ~40ms\n\n✨ **Example Description:**\nDraw three runes for past/present/future reading\n\n🔗 **Endpoint:** `POST /api/v3/runes/runes/draw`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "runes",
                    "draw"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"count\": 3,\n  \"tradition\": \"universal\",\n  \"use_reversals\": true,\n  \"life_area\": \"general\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "e837b836-6115-45ab-a5c4-318e13a197a2",
              "name": "Nine runes, upright only",
              "request": {
                "name": "Nine runes, upright only",
                "description": {
                  "content": "🎯 **Draw Runes**\n\n📋 **Endpoint Description:**\n**Draw Random Runes** - Pull one or more runes from the Elder Futhark for a spread\n\n**Perfect for:**\n- Daily rune draws and practice readings\n- Preparing rune positions for a spread\n- Random selection with orientation\n- Learning and study of the Futhark\n\n**Options:**\n- `count` - Number of runes to draw (1-24); each rune drawn without replacement\n- `tradition` - Runic tradition (universal / norse / esoteric)\n- `use_reversals` - Allow reversed orientations; runes without reversed meanings always draw upright\n- `life_area` - Optional thematic focus (included in response metadata)\n\n**Returns:**\n- Randomly selected runes without replacement\n- Orientation (upright/reversed) for each\n- Full rune data including keywords and correspondences\n\n**Response time:** ~40ms\n\n✨ **Example Description:**\nDraw nine runes for the Yggdrasil grid with no reversals\n\n🔗 **Endpoint:** `POST /api/v3/runes/runes/draw`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "runes",
                    "draw"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"count\": 9,\n  \"tradition\": \"norse\",\n  \"use_reversals\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "id": "db118eb0-c39c-4bea-9966-97f2d0325e12",
          "name": "Get Daily Rune",
          "request": {
            "name": "Get Daily Rune",
            "description": {
              "content": "**Daily Rune** - Rune of the day with optional personalisation\n\n**Perfect for:**\n- Daily spiritual guidance and meditation focus\n- Mobile app 'Rune of the Day' features\n- Building consistent daily runic practice routines\n- Seasonal awareness via the runic calendar\n\n**How it works:**\n- Without `seed` + `use_calendar=true`: returns the runic half-month rune for today's date\n  (same rune for all users during that 15-day period, consistent with the Nigel Pennick calendar)\n- Without `seed` + `use_calendar=false`: hash-based daily rune that changes every day\n- With `seed`: deterministic per-user rune — the same seed always yields the same rune today\n\n**Response includes:**\n- Selected rune with full data\n- Orientation (upright / reversed)\n- Half-month calendar rune for today\n- Date stamp and seed echo (if provided)\n\n**Response time:** ~30ms",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "api",
                "v3",
                "runes",
                "runes",
                "daily"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "description": {
                    "content": "Optional seed for deterministic per-user daily rune (userId, email hash, session token). Omit for the universal anonymous rune of the day.",
                    "type": "text/plain"
                  },
                  "key": "seed",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Optional life area for thematic focus",
                    "type": "text/plain"
                  },
                  "key": "life_area",
                  "value": "<string>"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "Allow reversed orientation in the daily draw",
                    "type": "text/plain"
                  },
                  "key": "use_reversals",
                  "value": "true"
                },
                {
                  "disabled": false,
                  "description": {
                    "content": "When True (and no seed given), derive the daily rune from the runic half-month calendar. When False (or seed present), use hash-based selection.",
                    "type": "text/plain"
                  },
                  "key": "use_calendar",
                  "value": "true"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "body": {},
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{bearerToken}}"
                }
              ]
            }
          },
          "response": [
            {
              "id": "5b5330e7-db3c-41bf-8759-a21092452b12",
              "name": "Rune of the day — deterministic by date and optional seed",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "runes",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional seed for deterministic per-user daily rune (userId, email hash, session token). Omit for the universal anonymous rune of the day.",
                        "type": "text/plain"
                      },
                      "key": "seed",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional life area for thematic focus",
                        "type": "text/plain"
                      },
                      "key": "life_area",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Allow reversed orientation in the daily draw",
                        "type": "text/plain"
                      },
                      "key": "use_reversals",
                      "value": "true"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "When True (and no seed given), derive the daily rune from the runic half-month calendar. When False (or seed present), use hash-based selection.",
                        "type": "text/plain"
                      },
                      "key": "use_calendar",
                      "value": "true"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2eab89cc-369c-43f7-830e-2da317ed940a",
              "name": "Invalid rune parameters",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "runes",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional seed for deterministic per-user daily rune (userId, email hash, session token). Omit for the universal anonymous rune of the day.",
                        "type": "text/plain"
                      },
                      "key": "seed",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional life area for thematic focus",
                        "type": "text/plain"
                      },
                      "key": "life_area",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Allow reversed orientation in the daily draw",
                        "type": "text/plain"
                      },
                      "key": "use_reversals",
                      "value": "true"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "When True (and no seed given), derive the daily rune from the runic half-month calendar. When False (or seed present), use hash-based selection.",
                        "type": "text/plain"
                      },
                      "key": "use_calendar",
                      "value": "true"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5c64d085-446e-4cd3-a18f-e2d9caced293",
              "name": "Validation error - check request format",
              "originalRequest": {
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "runes",
                    "daily"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional seed for deterministic per-user daily rune (userId, email hash, session token). Omit for the universal anonymous rune of the day.",
                        "type": "text/plain"
                      },
                      "key": "seed",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Optional life area for thematic focus",
                        "type": "text/plain"
                      },
                      "key": "life_area",
                      "value": "<string>"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "Allow reversed orientation in the daily draw",
                        "type": "text/plain"
                      },
                      "key": "use_reversals",
                      "value": "true"
                    },
                    {
                      "disabled": false,
                      "description": {
                        "content": "When True (and no seed given), derive the daily rune from the runic half-month calendar. When False (or seed present), use hash-based selection.",
                        "type": "text/plain"
                      },
                      "key": "use_calendar",
                      "value": "true"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: bearer",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "Bearer <token>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [],
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "name": "📁 Single Rune Report",
          "description": "All available examples for Single Rune Report endpoint. **Single Rune Report** - One rune drawn and interpreted with full depth\n\n**Perfect for:**\n- Daily guidance or focused meditation\n- Quick answer to a direct question\n- Introduction to runic divination\n- Building 'Rune of the Day' features with full interpretation\n\n**Options:**\n- `rune_id` - Optional: interpret a specific rune; omit for random draw\n- `orientation` - upright / reversed (only applies when rune_id is given)\n- `use_reversals` - Whether to allow reversed draws when drawing randomly\n- `life_area` - Focus the interpretation on a specific life theme\n- `interpretation_depth` - keywords / basic / detailed / professional\n- `tradition` - universal / norse / esoteric\n\n**Returns:**\n- Drawn or specified rune with full data\n- Position-specific interpretation from JSON data files\n- Summary, advice, and keywords\n- Aett context and elemental association\n\n**Response time:** ~80ms | **Traditions:** universal, norse, esoteric",
          "item": [
            {
              "id": "483688e0-dd17-4286-aee4-ce3ac268d3a1",
              "name": "General guidance draw",
              "request": {
                "name": "General guidance draw",
                "description": {
                  "content": "🎯 **Single Rune Report**\n\n📋 **Endpoint Description:**\n**Single Rune Report** - One rune drawn and interpreted with full depth\n\n**Perfect for:**\n- Daily guidance or focused meditation\n- Quick answer to a direct question\n- Introduction to runic divination\n- Building 'Rune of the Day' features with full interpretation\n\n**Options:**\n- `rune_id` - Optional: interpret a specific rune; omit for random draw\n- `orientation` - upright / reversed (only applies when rune_id is given)\n- `use_reversals` - Whether to allow reversed draws when drawing randomly\n- `life_area` - Focus the interpretation on a specific life theme\n- `interpretation_depth` - keywords / basic / detailed / professional\n- `tradition` - universal / norse / esoteric\n\n**Returns:**\n- Drawn or specified rune with full data\n- Position-specific interpretation from JSON data files\n- Summary, advice, and keywords\n- Aett context and elemental association\n\n**Response time:** ~80ms | **Traditions:** universal, norse, esoteric\n\n✨ **Example Description:**\nDraw one rune for general daily guidance\n\n🔗 **Endpoint:** `POST /api/v3/runes/reports/single`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "reports",
                    "single"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"orientation\": \"upright\",\n  \"tradition\": \"universal\",\n  \"life_area\": \"general\",\n  \"use_reversals\": true,\n  \"interpretation_depth\": \"detailed\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7268169c-a0f8-43ce-8e32-1c5e5cf98ec1",
              "name": "Interpret a specific rune",
              "request": {
                "name": "Interpret a specific rune",
                "description": {
                  "content": "🎯 **Single Rune Report**\n\n📋 **Endpoint Description:**\n**Single Rune Report** - One rune drawn and interpreted with full depth\n\n**Perfect for:**\n- Daily guidance or focused meditation\n- Quick answer to a direct question\n- Introduction to runic divination\n- Building 'Rune of the Day' features with full interpretation\n\n**Options:**\n- `rune_id` - Optional: interpret a specific rune; omit for random draw\n- `orientation` - upright / reversed (only applies when rune_id is given)\n- `use_reversals` - Whether to allow reversed draws when drawing randomly\n- `life_area` - Focus the interpretation on a specific life theme\n- `interpretation_depth` - keywords / basic / detailed / professional\n- `tradition` - universal / norse / esoteric\n\n**Returns:**\n- Drawn or specified rune with full data\n- Position-specific interpretation from JSON data files\n- Summary, advice, and keywords\n- Aett context and elemental association\n\n**Response time:** ~80ms | **Traditions:** universal, norse, esoteric\n\n✨ **Example Description:**\nRequest interpretation of Fehu in the finance life area\n\n🔗 **Endpoint:** `POST /api/v3/runes/reports/single`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "reports",
                    "single"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rune_id\": \"fehu\",\n  \"orientation\": \"upright\",\n  \"tradition\": \"universal\",\n  \"life_area\": \"finance\",\n  \"use_reversals\": true,\n  \"interpretation_depth\": \"professional\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "91b11508-d5fc-4a8a-a84b-8a752361080e",
              "name": "Norse tradition reading",
              "request": {
                "name": "Norse tradition reading",
                "description": {
                  "content": "🎯 **Single Rune Report**\n\n📋 **Endpoint Description:**\n**Single Rune Report** - One rune drawn and interpreted with full depth\n\n**Perfect for:**\n- Daily guidance or focused meditation\n- Quick answer to a direct question\n- Introduction to runic divination\n- Building 'Rune of the Day' features with full interpretation\n\n**Options:**\n- `rune_id` - Optional: interpret a specific rune; omit for random draw\n- `orientation` - upright / reversed (only applies when rune_id is given)\n- `use_reversals` - Whether to allow reversed draws when drawing randomly\n- `life_area` - Focus the interpretation on a specific life theme\n- `interpretation_depth` - keywords / basic / detailed / professional\n- `tradition` - universal / norse / esoteric\n\n**Returns:**\n- Drawn or specified rune with full data\n- Position-specific interpretation from JSON data files\n- Summary, advice, and keywords\n- Aett context and elemental association\n\n**Response time:** ~80ms | **Traditions:** universal, norse, esoteric\n\n✨ **Example Description:**\nSingle rune in strict Norse tradition without reversals\n\n🔗 **Endpoint:** `POST /api/v3/runes/reports/single`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "reports",
                    "single"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tradition\": \"norse\",\n  \"life_area\": \"spirituality\",\n  \"use_reversals\": false,\n  \"interpretation_depth\": \"basic\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Three Rune Report",
          "description": "All available examples for Three Rune Report endpoint. **Three Rune Spread** - Classic Norns or Counsel layout with three positions\n\n**Perfect for:**\n- Past / Present / Future timeline readings\n- Situation / Action / Result analysis\n- Moderate-depth readings with directional flow\n- Understanding cause, present state, and likely outcome\n\n**Layout options:**\n- `norns` - Urd (Past) / Verdandi (Present) / Skuld (Future)\n- `counsel` - Situation / Action to Take / Expected Result\n\n**Returns:**\n- Three runes with position-specific interpretations\n- Aett distribution analysis\n- Elemental balance overview\n- Summary and actionable advice\n\n**Response time:** ~100ms | **Traditions:** universal, norse, esoteric",
          "item": [
            {
              "id": "b42ec12e-46bc-4a8c-97d2-3d08070f58e7",
              "name": "Norns spread — general",
              "request": {
                "name": "Norns spread — general",
                "description": {
                  "content": "🎯 **Three Rune Report**\n\n📋 **Endpoint Description:**\n**Three Rune Spread** - Classic Norns or Counsel layout with three positions\n\n**Perfect for:**\n- Past / Present / Future timeline readings\n- Situation / Action / Result analysis\n- Moderate-depth readings with directional flow\n- Understanding cause, present state, and likely outcome\n\n**Layout options:**\n- `norns` - Urd (Past) / Verdandi (Present) / Skuld (Future)\n- `counsel` - Situation / Action to Take / Expected Result\n\n**Returns:**\n- Three runes with position-specific interpretations\n- Aett distribution analysis\n- Elemental balance overview\n- Summary and actionable advice\n\n**Response time:** ~100ms | **Traditions:** universal, norse, esoteric\n\n✨ **Example Description:**\nClassic three-rune Norns spread for general life guidance\n\n🔗 **Endpoint:** `POST /api/v3/runes/reports/three-rune`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "reports",
                    "three-rune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"layout\": \"norns\",\n  \"tradition\": \"universal\",\n  \"use_reversals\": true,\n  \"life_area\": \"general\",\n  \"interpretation_depth\": \"basic\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "4f436e01-a49e-42d4-9a05-4dd4e8c9505a",
              "name": "Counsel spread — relationships",
              "request": {
                "name": "Counsel spread — relationships",
                "description": {
                  "content": "🎯 **Three Rune Report**\n\n📋 **Endpoint Description:**\n**Three Rune Spread** - Classic Norns or Counsel layout with three positions\n\n**Perfect for:**\n- Past / Present / Future timeline readings\n- Situation / Action / Result analysis\n- Moderate-depth readings with directional flow\n- Understanding cause, present state, and likely outcome\n\n**Layout options:**\n- `norns` - Urd (Past) / Verdandi (Present) / Skuld (Future)\n- `counsel` - Situation / Action to Take / Expected Result\n\n**Returns:**\n- Three runes with position-specific interpretations\n- Aett distribution analysis\n- Elemental balance overview\n- Summary and actionable advice\n\n**Response time:** ~100ms | **Traditions:** universal, norse, esoteric\n\n✨ **Example Description:**\nSituation/Action/Result layout for a relationship question\n\n🔗 **Endpoint:** `POST /api/v3/runes/reports/three-rune`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "reports",
                    "three-rune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"layout\": \"counsel\",\n  \"tradition\": \"universal\",\n  \"use_reversals\": true,\n  \"life_area\": \"relationships\",\n  \"interpretation_depth\": \"detailed\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Five Rune Cross Report",
          "description": "All available examples for Five Rune Cross Report endpoint. **Runic Cross (Five Rune Cross)** - Five-position cross spread for deeper analysis\n\n**Perfect for:**\n- Understanding complex situations from multiple angles\n- Identifying the hidden foundation beneath current challenges\n- Mapping past influences, present obstacles, and future direction\n- Readings requiring more depth than a three-rune draw\n\n**Five Positions:**\n1. Centre — The heart of the matter\n2. Above — Challenges and opposing forces\n3. Below — Hidden foundation and unconscious energies\n4. Left — Receding past influences\n5. Right — The emerging path forward / outcome\n\n**Returns:**\n- Five runes with position-specific interpretations\n- Optional elemental analysis across the cross\n- Aett distribution and dominant themes\n- Synthesis and actionable suggestions\n\n**Response time:** ~120ms",
          "item": [
            {
              "id": "db75513f-65bd-4b52-a9ef-b212904394e6",
              "name": "General Runic Cross",
              "request": {
                "name": "General Runic Cross",
                "description": {
                  "content": "🎯 **Five Rune Cross Report**\n\n📋 **Endpoint Description:**\n**Runic Cross (Five Rune Cross)** - Five-position cross spread for deeper analysis\n\n**Perfect for:**\n- Understanding complex situations from multiple angles\n- Identifying the hidden foundation beneath current challenges\n- Mapping past influences, present obstacles, and future direction\n- Readings requiring more depth than a three-rune draw\n\n**Five Positions:**\n1. Centre — The heart of the matter\n2. Above — Challenges and opposing forces\n3. Below — Hidden foundation and unconscious energies\n4. Left — Receding past influences\n5. Right — The emerging path forward / outcome\n\n**Returns:**\n- Five runes with position-specific interpretations\n- Optional elemental analysis across the cross\n- Aett distribution and dominant themes\n- Synthesis and actionable suggestions\n\n**Response time:** ~120ms\n\n✨ **Example Description:**\nFive-rune cross for a complete situational overview\n\n🔗 **Endpoint:** `POST /api/v3/runes/reports/five-rune-cross`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "reports",
                    "five-rune-cross"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tradition\": \"universal\",\n  \"use_reversals\": true,\n  \"life_area\": \"general\",\n  \"interpretation_depth\": \"detailed\",\n  \"include_elemental_analysis\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7b97f1da-7e26-4e48-85fb-51b4f80e198e",
              "name": "Career Runic Cross",
              "request": {
                "name": "Career Runic Cross",
                "description": {
                  "content": "🎯 **Five Rune Cross Report**\n\n📋 **Endpoint Description:**\n**Runic Cross (Five Rune Cross)** - Five-position cross spread for deeper analysis\n\n**Perfect for:**\n- Understanding complex situations from multiple angles\n- Identifying the hidden foundation beneath current challenges\n- Mapping past influences, present obstacles, and future direction\n- Readings requiring more depth than a three-rune draw\n\n**Five Positions:**\n1. Centre — The heart of the matter\n2. Above — Challenges and opposing forces\n3. Below — Hidden foundation and unconscious energies\n4. Left — Receding past influences\n5. Right — The emerging path forward / outcome\n\n**Returns:**\n- Five runes with position-specific interpretations\n- Optional elemental analysis across the cross\n- Aett distribution and dominant themes\n- Synthesis and actionable suggestions\n\n**Response time:** ~120ms\n\n✨ **Example Description:**\nRunic Cross focused on career challenges and path forward\n\n🔗 **Endpoint:** `POST /api/v3/runes/reports/five-rune-cross`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "reports",
                    "five-rune-cross"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tradition\": \"universal\",\n  \"use_reversals\": true,\n  \"life_area\": \"career\",\n  \"interpretation_depth\": \"professional\",\n  \"include_elemental_analysis\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Nine Rune Grid Report",
          "description": "All available examples for Nine Rune Grid Report endpoint. **Nine Rune Grid (Yggdrasil Grid)** - Nine-position cosmological spread\n\n**Perfect for:**\n- Annual life overview readings\n- Deep spiritual guidance and cosmic perspective\n- Understanding all nine spheres of existence simultaneously\n- Comprehensive readings for major life transitions\n\n**The Nine Positions (Nine Worlds of Yggdrasil):**\n1. Asgard — Divine inspiration and higher self guidance\n2. Midgard — Present situation in the material world\n3. Niflheim — Hidden depths and unconscious forces\n4. Vanaheim — Emotions, relationships, and creative energies\n5. Muspelheim — Action, will, and fiery energy in motion\n6. Alfheim — Gifts, talents, and helpful influences\n7. Svartalfheim — Shadow aspects and unseen obstacles\n8. Jotunheim — Challenges and tests to overcome\n9. Helheim — Endings, legacy, and what must be released\n\n**Returns:**\n- Nine runes with position-specific interpretations\n- Aett distribution across all nine positions\n- Elemental balance analysis\n- Optional synthesis paragraph integrating all nine positions\n- Actionable suggestions derived from the complete grid\n\n**Response time:** ~150ms",
          "item": [
            {
              "id": "760241c5-b92f-4478-b96f-758640f6fde4",
              "name": "Annual Yggdrasil Reading",
              "request": {
                "name": "Annual Yggdrasil Reading",
                "description": {
                  "content": "🎯 **Nine Rune Grid Report**\n\n📋 **Endpoint Description:**\n**Nine Rune Grid (Yggdrasil Grid)** - Nine-position cosmological spread\n\n**Perfect for:**\n- Annual life overview readings\n- Deep spiritual guidance and cosmic perspective\n- Understanding all nine spheres of existence simultaneously\n- Comprehensive readings for major life transitions\n\n**The Nine Positions (Nine Worlds of Yggdrasil):**\n1. Asgard — Divine inspiration and higher self guidance\n2. Midgard — Present situation in the material world\n3. Niflheim — Hidden depths and unconscious forces\n4. Vanaheim — Emotions, relationships, and creative energies\n5. Muspelheim — Action, will, and fiery energy in motion\n6. Alfheim — Gifts, talents, and helpful influences\n7. Svartalfheim — Shadow aspects and unseen obstacles\n8. Jotunheim — Challenges and tests to overcome\n9. Helheim — Endings, legacy, and what must be released\n\n**Returns:**\n- Nine runes with position-specific interpretations\n- Aett distribution across all nine positions\n- Elemental balance analysis\n- Optional synthesis paragraph integrating all nine positions\n- Actionable suggestions derived from the complete grid\n\n**Response time:** ~150ms\n\n✨ **Example Description:**\nNine-rune grid for an annual life overview with full synthesis\n\n🔗 **Endpoint:** `POST /api/v3/runes/reports/nine-rune-grid`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "reports",
                    "nine-rune-grid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tradition\": \"universal\",\n  \"use_reversals\": true,\n  \"life_area\": \"general\",\n  \"interpretation_depth\": \"detailed\",\n  \"include_synthesis\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "81c98ff6-cd69-4bbd-8bdb-ca2ae6660b25",
              "name": "Spiritual Deep Dive",
              "request": {
                "name": "Spiritual Deep Dive",
                "description": {
                  "content": "🎯 **Nine Rune Grid Report**\n\n📋 **Endpoint Description:**\n**Nine Rune Grid (Yggdrasil Grid)** - Nine-position cosmological spread\n\n**Perfect for:**\n- Annual life overview readings\n- Deep spiritual guidance and cosmic perspective\n- Understanding all nine spheres of existence simultaneously\n- Comprehensive readings for major life transitions\n\n**The Nine Positions (Nine Worlds of Yggdrasil):**\n1. Asgard — Divine inspiration and higher self guidance\n2. Midgard — Present situation in the material world\n3. Niflheim — Hidden depths and unconscious forces\n4. Vanaheim — Emotions, relationships, and creative energies\n5. Muspelheim — Action, will, and fiery energy in motion\n6. Alfheim — Gifts, talents, and helpful influences\n7. Svartalfheim — Shadow aspects and unseen obstacles\n8. Jotunheim — Challenges and tests to overcome\n9. Helheim — Endings, legacy, and what must be released\n\n**Returns:**\n- Nine runes with position-specific interpretations\n- Aett distribution across all nine positions\n- Elemental balance analysis\n- Optional synthesis paragraph integrating all nine positions\n- Actionable suggestions derived from the complete grid\n\n**Response time:** ~150ms\n\n✨ **Example Description:**\nNine-rune Yggdrasil grid for deep spiritual insight\n\n🔗 **Endpoint:** `POST /api/v3/runes/reports/nine-rune-grid`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "reports",
                    "nine-rune-grid"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"tradition\": \"norse\",\n  \"use_reversals\": false,\n  \"life_area\": \"spirituality\",\n  \"interpretation_depth\": \"professional\",\n  \"include_synthesis\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Situational Rune Reading",
          "description": "All available examples for Situational Rune Reading endpoint. **Situational Rune Reading** - Question-focused reading that frames all positions around your specific situation\n\n**Perfect for:**\n- Getting runic guidance on a specific question or decision\n- Understanding a complex situation from multiple runic perspectives\n- Decision support for career, relationship, finance, or spiritual matters\n- Targeted readings that go beyond generic daily draws\n\n**How it works:**\n- Your `question` and `life_area` anchor the entire reading\n- Position names and interpretations are framed relative to your situation\n- The spread type determines the depth of the analysis\n- The question is never stored after processing\n\n**Available spread types:**\n- `single` - One direct answer or core energy\n- `three_rune` - Root / Present / Path Forward\n- `runic_cross` - Five-position situational cross\n- `nine_rune_grid` - Full Yggdrasil grid for complex situations\n\n**Returns:**\n- Drawn runes with situation-framed position interpretations\n- Situation analysis: obstacles, opportunities, and recommended actions\n- Synthesis paragraph connecting the question to all rune energies\n\n**Response time:** ~120ms | **Privacy:** Question not retained after response",
          "item": [
            {
              "id": "e5d9da00-cbe8-42c4-bb13-1ff0c169e707",
              "name": "Career decision question",
              "request": {
                "name": "Career decision question",
                "description": {
                  "content": "🎯 **Situational Rune Reading**\n\n📋 **Endpoint Description:**\n**Situational Rune Reading** - Question-focused reading that frames all positions around your specific situation\n\n**Perfect for:**\n- Getting runic guidance on a specific question or decision\n- Understanding a complex situation from multiple runic perspectives\n- Decision support for career, relationship, finance, or spiritual matters\n- Targeted readings that go beyond generic daily draws\n\n**How it works:**\n- Your `question` and `life_area` anchor the entire reading\n- Position names and interpretations are framed relative to your situation\n- The spread type determines the depth of the analysis\n- The question is never stored after processing\n\n**Available spread types:**\n- `single` - One direct answer or core energy\n- `three_rune` - Root / Present / Path Forward\n- `runic_cross` - Five-position situational cross\n- `nine_rune_grid` - Full Yggdrasil grid for complex situations\n\n**Returns:**\n- Drawn runes with situation-framed position interpretations\n- Situation analysis: obstacles, opportunities, and recommended actions\n- Synthesis paragraph connecting the question to all rune energies\n\n**Response time:** ~120ms | **Privacy:** Question not retained after response\n\n✨ **Example Description:**\nThree-rune situational reading for a career decision\n\n🔗 **Endpoint:** `POST /api/v3/runes/reports/situational`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "reports",
                    "situational"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Should I accept the new job offer in a different city?\",\n  \"life_area\": \"career\",\n  \"spread_type\": \"three_rune\",\n  \"tradition\": \"universal\",\n  \"use_reversals\": true,\n  \"interpretation_depth\": \"basic\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "187cebe1-b5fb-4c22-9a1e-dae7d6ed036a",
              "name": "Relationship insight question",
              "request": {
                "name": "Relationship insight question",
                "description": {
                  "content": "🎯 **Situational Rune Reading**\n\n📋 **Endpoint Description:**\n**Situational Rune Reading** - Question-focused reading that frames all positions around your specific situation\n\n**Perfect for:**\n- Getting runic guidance on a specific question or decision\n- Understanding a complex situation from multiple runic perspectives\n- Decision support for career, relationship, finance, or spiritual matters\n- Targeted readings that go beyond generic daily draws\n\n**How it works:**\n- Your `question` and `life_area` anchor the entire reading\n- Position names and interpretations are framed relative to your situation\n- The spread type determines the depth of the analysis\n- The question is never stored after processing\n\n**Available spread types:**\n- `single` - One direct answer or core energy\n- `three_rune` - Root / Present / Path Forward\n- `runic_cross` - Five-position situational cross\n- `nine_rune_grid` - Full Yggdrasil grid for complex situations\n\n**Returns:**\n- Drawn runes with situation-framed position interpretations\n- Situation analysis: obstacles, opportunities, and recommended actions\n- Synthesis paragraph connecting the question to all rune energies\n\n**Response time:** ~120ms | **Privacy:** Question not retained after response\n\n✨ **Example Description:**\nSingle rune for relationship clarity\n\n🔗 **Endpoint:** `POST /api/v3/runes/reports/situational`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "reports",
                    "situational"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"What do I need to understand about my relationship right now?\",\n  \"life_area\": \"relationships\",\n  \"spread_type\": \"single\",\n  \"tradition\": \"universal\",\n  \"use_reversals\": true,\n  \"interpretation_depth\": \"detailed\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "3fc3d44e-170f-44c9-9ae9-f6cf496b7a1e",
              "name": "Financial guidance",
              "request": {
                "name": "Financial guidance",
                "description": {
                  "content": "🎯 **Situational Rune Reading**\n\n📋 **Endpoint Description:**\n**Situational Rune Reading** - Question-focused reading that frames all positions around your specific situation\n\n**Perfect for:**\n- Getting runic guidance on a specific question or decision\n- Understanding a complex situation from multiple runic perspectives\n- Decision support for career, relationship, finance, or spiritual matters\n- Targeted readings that go beyond generic daily draws\n\n**How it works:**\n- Your `question` and `life_area` anchor the entire reading\n- Position names and interpretations are framed relative to your situation\n- The spread type determines the depth of the analysis\n- The question is never stored after processing\n\n**Available spread types:**\n- `single` - One direct answer or core energy\n- `three_rune` - Root / Present / Path Forward\n- `runic_cross` - Five-position situational cross\n- `nine_rune_grid` - Full Yggdrasil grid for complex situations\n\n**Returns:**\n- Drawn runes with situation-framed position interpretations\n- Situation analysis: obstacles, opportunities, and recommended actions\n- Synthesis paragraph connecting the question to all rune energies\n\n**Response time:** ~120ms | **Privacy:** Question not retained after response\n\n✨ **Example Description:**\nRunic Cross for a financial decision\n\n🔗 **Endpoint:** `POST /api/v3/runes/reports/situational`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "reports",
                    "situational"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"question\": \"Is this the right time to invest in my business idea?\",\n  \"life_area\": \"finance\",\n  \"spread_type\": \"runic_cross\",\n  \"tradition\": \"universal\",\n  \"use_reversals\": true,\n  \"interpretation_depth\": \"detailed\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Birth Rune Endpoint",
          "description": "All available examples for Get Birth Rune Endpoint endpoint. **Birth Rune Calculation** - Derive the destiny rune from a birth date\n\n**Perfect for:**\n- Personal runic natal analysis\n- Understanding a person's core runic archetype\n- Building birth-rune profile features\n- Combining with astrological natal charts\n\n**Methods:**\n- `digit_sum` - Sum all digits of YYYYMMDD, reduce to 1-24 via repeated summation\n  (Example: 19850511 → 1+9+8+5+0+5+1+1 = 30 → 3+0 = 3 → Thurisaz)\n- `half_month` - Return the runic half-month rune governing the birth date's calendar period\n  (Based on Nigel Pennick's runic calendar reconstruction)\n\n**Returns:**\n- Primary birth rune with full data and correspondences\n- Calculation details showing step-by-step derivation\n- Optional interpretation of the birth rune's significance\n\n**Response time:** ~60ms",
          "item": [
            {
              "id": "ed6e0ec1-3ee6-4c2f-a7c2-975866e251cd",
              "name": "Oleg's birth rune — digit sum",
              "request": {
                "name": "Oleg's birth rune — digit sum",
                "description": {
                  "content": "🎯 **Get Birth Rune Endpoint**\n\n📋 **Endpoint Description:**\n**Birth Rune Calculation** - Derive the destiny rune from a birth date\n\n**Perfect for:**\n- Personal runic natal analysis\n- Understanding a person's core runic archetype\n- Building birth-rune profile features\n- Combining with astrological natal charts\n\n**Methods:**\n- `digit_sum` - Sum all digits of YYYYMMDD, reduce to 1-24 via repeated summation\n  (Example: 19850511 → 1+9+8+5+0+5+1+1 = 30 → 3+0 = 3 → Thurisaz)\n- `half_month` - Return the runic half-month rune governing the birth date's calendar period\n  (Based on Nigel Pennick's runic calendar reconstruction)\n\n**Returns:**\n- Primary birth rune with full data and correspondences\n- Calculation details showing step-by-step derivation\n- Optional interpretation of the birth rune's significance\n\n**Response time:** ~60ms\n\n✨ **Example Description:**\nBirth rune for Oleg (11 May 1985) via digit-sum reduction\n\n🔗 **Endpoint:** `POST /api/v3/runes/analysis/birth-rune`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "analysis",
                    "birth-rune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 1985,\n  \"month\": 5,\n  \"day\": 11,\n  \"method\": \"digit_sum\",\n  \"tradition\": \"universal\",\n  \"include_interpretation\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d2485409-731b-43c4-818c-b86cc8fc9d38",
              "name": "Half-month runic calendar",
              "request": {
                "name": "Half-month runic calendar",
                "description": {
                  "content": "🎯 **Get Birth Rune Endpoint**\n\n📋 **Endpoint Description:**\n**Birth Rune Calculation** - Derive the destiny rune from a birth date\n\n**Perfect for:**\n- Personal runic natal analysis\n- Understanding a person's core runic archetype\n- Building birth-rune profile features\n- Combining with astrological natal charts\n\n**Methods:**\n- `digit_sum` - Sum all digits of YYYYMMDD, reduce to 1-24 via repeated summation\n  (Example: 19850511 → 1+9+8+5+0+5+1+1 = 30 → 3+0 = 3 → Thurisaz)\n- `half_month` - Return the runic half-month rune governing the birth date's calendar period\n  (Based on Nigel Pennick's runic calendar reconstruction)\n\n**Returns:**\n- Primary birth rune with full data and correspondences\n- Calculation details showing step-by-step derivation\n- Optional interpretation of the birth rune's significance\n\n**Response time:** ~60ms\n\n✨ **Example Description:**\nRune derived from the runic half-month calendar\n\n🔗 **Endpoint:** `POST /api/v3/runes/analysis/birth-rune`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "analysis",
                    "birth-rune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"year\": 1990,\n  \"month\": 8,\n  \"day\": 20,\n  \"method\": \"half_month\",\n  \"tradition\": \"universal\",\n  \"include_interpretation\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Get Name Rune Endpoint",
          "description": "All available examples for Get Name Rune Endpoint endpoint. **Name Rune Calculation** - Derive the runic identity from a name via alphabetic numerology\n\n**Perfect for:**\n- Personal runic name analysis\n- Runic transliteration for artistic or spiritual use\n- Combining name runes with birth runes for deeper profiles\n- Educational tools for learning runic phonetics\n\n**How it works:**\n- Each letter is assigned a numeric value (1-24) based on the Elder Futhark phonetic system\n- All letter values are summed, then reduced to 1-24 via repeated digit summation\n- Each letter is also mapped to its phonetically closest rune for the transliteration\n\n**Returns:**\n- Dominant name rune (the synthesised rune for the whole name)\n- Letter-by-letter rune sequence with symbols\n- Full runic transliteration string\n- Numerological value before reduction\n- Optional interpretation\n\n**Response time:** ~60ms",
          "item": [
            {
              "id": "4e42cf47-d471-4073-8295-178340f0d316",
              "name": "Name rune for Oleg",
              "request": {
                "name": "Name rune for Oleg",
                "description": {
                  "content": "🎯 **Get Name Rune Endpoint**\n\n📋 **Endpoint Description:**\n**Name Rune Calculation** - Derive the runic identity from a name via alphabetic numerology\n\n**Perfect for:**\n- Personal runic name analysis\n- Runic transliteration for artistic or spiritual use\n- Combining name runes with birth runes for deeper profiles\n- Educational tools for learning runic phonetics\n\n**How it works:**\n- Each letter is assigned a numeric value (1-24) based on the Elder Futhark phonetic system\n- All letter values are summed, then reduced to 1-24 via repeated digit summation\n- Each letter is also mapped to its phonetically closest rune for the transliteration\n\n**Returns:**\n- Dominant name rune (the synthesised rune for the whole name)\n- Letter-by-letter rune sequence with symbols\n- Full runic transliteration string\n- Numerological value before reduction\n- Optional interpretation\n\n**Response time:** ~60ms\n\n✨ **Example Description:**\nDerive the runic identity for the name Oleg\n\n🔗 **Endpoint:** `POST /api/v3/runes/analysis/name-rune`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "analysis",
                    "name-rune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Oleg\",\n  \"tradition\": \"universal\",\n  \"include_interpretation\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "1a9eb140-237b-4688-8b03-2db4359ff30d",
              "name": "Full name analysis",
              "request": {
                "name": "Full name analysis",
                "description": {
                  "content": "🎯 **Get Name Rune Endpoint**\n\n📋 **Endpoint Description:**\n**Name Rune Calculation** - Derive the runic identity from a name via alphabetic numerology\n\n**Perfect for:**\n- Personal runic name analysis\n- Runic transliteration for artistic or spiritual use\n- Combining name runes with birth runes for deeper profiles\n- Educational tools for learning runic phonetics\n\n**How it works:**\n- Each letter is assigned a numeric value (1-24) based on the Elder Futhark phonetic system\n- All letter values are summed, then reduced to 1-24 via repeated digit summation\n- Each letter is also mapped to its phonetically closest rune for the transliteration\n\n**Returns:**\n- Dominant name rune (the synthesised rune for the whole name)\n- Letter-by-letter rune sequence with symbols\n- Full runic transliteration string\n- Numerological value before reduction\n- Optional interpretation\n\n**Response time:** ~60ms\n\n✨ **Example Description:**\nName rune for a full name\n\n🔗 **Endpoint:** `POST /api/v3/runes/analysis/name-rune`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "analysis",
                    "name-rune"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Maria\",\n  \"tradition\": \"universal\",\n  \"include_interpretation\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Rune Pairs Analysis",
          "description": "All available examples for Rune Pairs Analysis endpoint. **Rune Pair Analysis** - Interaction and harmony between two runes\n\n**Perfect for:**\n- Compatibility analysis between two people's birth/name runes\n- Understanding synergy or tension in a two-rune draw\n- Elemental relationship studies\n- Building interactive runic comparison tools\n\n**What is analysed:**\n- Elemental relationship and affinity score\n- Polarity complementarity (masculine/feminine)\n- Aett relationship (same or different family)\n- Combined keyword energies and potential tensions\n- Harmony score (0-100)\n\n**Harmony score guide:**\n- 80-100: Strong natural synergy\n- 60-79: Complementary with minor friction\n- 40-59: Challenging but growth-oriented\n- 0-39: High tension; significant transformation required\n\n**Response time:** ~70ms",
          "item": [
            {
              "id": "e61092d4-263d-47a9-9df6-ac74d9b229ee",
              "name": "Fehu and Uruz",
              "request": {
                "name": "Fehu and Uruz",
                "description": {
                  "content": "🎯 **Rune Pairs Analysis**\n\n📋 **Endpoint Description:**\n**Rune Pair Analysis** - Interaction and harmony between two runes\n\n**Perfect for:**\n- Compatibility analysis between two people's birth/name runes\n- Understanding synergy or tension in a two-rune draw\n- Elemental relationship studies\n- Building interactive runic comparison tools\n\n**What is analysed:**\n- Elemental relationship and affinity score\n- Polarity complementarity (masculine/feminine)\n- Aett relationship (same or different family)\n- Combined keyword energies and potential tensions\n- Harmony score (0-100)\n\n**Harmony score guide:**\n- 80-100: Strong natural synergy\n- 60-79: Complementary with minor friction\n- 40-59: Challenging but growth-oriented\n- 0-39: High tension; significant transformation required\n\n**Response time:** ~70ms\n\n✨ **Example Description:**\nPair analysis for Fehu (wealth) and Uruz (strength)\n\n🔗 **Endpoint:** `POST /api/v3/runes/analysis/rune-pairs`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "analysis",
                    "rune-pairs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rune_ids\": [\n    \"fehu\",\n    \"uruz\"\n  ],\n  \"orientations\": [\n    \"upright\",\n    \"upright\"\n  ],\n  \"tradition\": \"universal\",\n  \"life_area\": \"career\",\n  \"interpretation_depth\": \"basic\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "cdd81084-6993-43c2-bdeb-842b81c81bea",
              "name": "Kenaz and Ansuz",
              "request": {
                "name": "Kenaz and Ansuz",
                "description": {
                  "content": "🎯 **Rune Pairs Analysis**\n\n📋 **Endpoint Description:**\n**Rune Pair Analysis** - Interaction and harmony between two runes\n\n**Perfect for:**\n- Compatibility analysis between two people's birth/name runes\n- Understanding synergy or tension in a two-rune draw\n- Elemental relationship studies\n- Building interactive runic comparison tools\n\n**What is analysed:**\n- Elemental relationship and affinity score\n- Polarity complementarity (masculine/feminine)\n- Aett relationship (same or different family)\n- Combined keyword energies and potential tensions\n- Harmony score (0-100)\n\n**Harmony score guide:**\n- 80-100: Strong natural synergy\n- 60-79: Complementary with minor friction\n- 40-59: Challenging but growth-oriented\n- 0-39: High tension; significant transformation required\n\n**Response time:** ~70ms\n\n✨ **Example Description:**\nIllumination and wisdom — a Fire/Air pairing\n\n🔗 **Endpoint:** `POST /api/v3/runes/analysis/rune-pairs`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "analysis",
                    "rune-pairs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rune_ids\": [\n    \"kenaz\",\n    \"ansuz\"\n  ],\n  \"orientations\": [\n    \"upright\",\n    \"upright\"\n  ],\n  \"tradition\": \"universal\",\n  \"life_area\": \"learning\",\n  \"interpretation_depth\": \"detailed\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "d7d5dcdb-0c76-4069-8ea4-4f4358e4bd1b",
              "name": "Reversed pair — nauthiz and isa",
              "request": {
                "name": "Reversed pair — nauthiz and isa",
                "description": {
                  "content": "🎯 **Rune Pairs Analysis**\n\n📋 **Endpoint Description:**\n**Rune Pair Analysis** - Interaction and harmony between two runes\n\n**Perfect for:**\n- Compatibility analysis between two people's birth/name runes\n- Understanding synergy or tension in a two-rune draw\n- Elemental relationship studies\n- Building interactive runic comparison tools\n\n**What is analysed:**\n- Elemental relationship and affinity score\n- Polarity complementarity (masculine/feminine)\n- Aett relationship (same or different family)\n- Combined keyword energies and potential tensions\n- Harmony score (0-100)\n\n**Harmony score guide:**\n- 80-100: Strong natural synergy\n- 60-79: Complementary with minor friction\n- 40-59: Challenging but growth-oriented\n- 0-39: High tension; significant transformation required\n\n**Response time:** ~70ms\n\n✨ **Example Description:**\nTension analysis between need and standstill, both reversed\n\n🔗 **Endpoint:** `POST /api/v3/runes/analysis/rune-pairs`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "analysis",
                    "rune-pairs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"rune_ids\": [\n    \"nauthiz\",\n    \"isa\"\n  ],\n  \"orientations\": [\n    \"reversed\",\n    \"upright\"\n  ],\n  \"tradition\": \"universal\",\n  \"life_area\": \"health\",\n  \"interpretation_depth\": \"detailed\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Natal Runes",
          "description": "All available examples for Natal Runes endpoint. **Natal Runes** - Rune reading integrated with a natal astrological chart\n\n**Perfect for:**\n- Combining runic divination with natal astrology\n- Understanding a person's runic archetype through planetary placements\n- Building integrated rune + astrology profile features\n- Deep personal readings that bridge Norse and astrological traditions\n\n**How it works:**\n1. Calculates the natal chart from birth data\n2. Maps each natal planet's sign to its primary runic correspondence (ZODIAC_RUNE_MAP)\n3. Draws runes for the chosen spread and contextualises them against the natal chart\n4. Identifies dominant aett themes based on planetary placements\n5. Synthesises rune guidance with natal chart life themes\n\n**Returns:**\n- Drawn runes with natal-chart-framed interpretations\n- Natal analysis (Sun, Moon, Rising, dominant planets)\n- Planetary rune correspondences (one rune per planet based on sign)\n- Dominant aett from planetary placements\n- Life themes derived from the combined reading\n- Synthesis paragraph integrating all elements\n\n**Response time:** ~400ms (includes natal chart calculation)",
          "item": [
            {
              "id": "111bd2be-2ebd-4c64-a505-ba33dd82d8ee",
              "name": "Natal runes for Oleg — three-rune spread",
              "request": {
                "name": "Natal runes for Oleg — three-rune spread",
                "description": {
                  "content": "🎯 **Natal Runes**\n\n📋 **Endpoint Description:**\n**Natal Runes** - Rune reading integrated with a natal astrological chart\n\n**Perfect for:**\n- Combining runic divination with natal astrology\n- Understanding a person's runic archetype through planetary placements\n- Building integrated rune + astrology profile features\n- Deep personal readings that bridge Norse and astrological traditions\n\n**How it works:**\n1. Calculates the natal chart from birth data\n2. Maps each natal planet's sign to its primary runic correspondence (ZODIAC_RUNE_MAP)\n3. Draws runes for the chosen spread and contextualises them against the natal chart\n4. Identifies dominant aett themes based on planetary placements\n5. Synthesises rune guidance with natal chart life themes\n\n**Returns:**\n- Drawn runes with natal-chart-framed interpretations\n- Natal analysis (Sun, Moon, Rising, dominant planets)\n- Planetary rune correspondences (one rune per planet based on sign)\n- Dominant aett from planetary placements\n- Life themes derived from the combined reading\n- Synthesis paragraph integrating all elements\n\n**Response time:** ~400ms (includes natal chart calculation)\n\n✨ **Example Description:**\nRune reading integrated with Oleg's natal chart from Kharkiv\n\n🔗 **Endpoint:** `POST /api/v3/runes/analysis/natal-runes`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "analysis",
                    "natal-runes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"tradition\": \"universal\",\n  \"spread_type\": \"three_rune\",\n  \"life_area\": \"career\",\n  \"use_reversals\": true,\n  \"interpretation_depth\": \"detailed\",\n  \"include_planetary_runes\": true,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "bf0a222f-cc12-41c0-b0b1-a549262a87d6",
              "name": "Single natal rune",
              "request": {
                "name": "Single natal rune",
                "description": {
                  "content": "🎯 **Natal Runes**\n\n📋 **Endpoint Description:**\n**Natal Runes** - Rune reading integrated with a natal astrological chart\n\n**Perfect for:**\n- Combining runic divination with natal astrology\n- Understanding a person's runic archetype through planetary placements\n- Building integrated rune + astrology profile features\n- Deep personal readings that bridge Norse and astrological traditions\n\n**How it works:**\n1. Calculates the natal chart from birth data\n2. Maps each natal planet's sign to its primary runic correspondence (ZODIAC_RUNE_MAP)\n3. Draws runes for the chosen spread and contextualises them against the natal chart\n4. Identifies dominant aett themes based on planetary placements\n5. Synthesises rune guidance with natal chart life themes\n\n**Returns:**\n- Drawn runes with natal-chart-framed interpretations\n- Natal analysis (Sun, Moon, Rising, dominant planets)\n- Planetary rune correspondences (one rune per planet based on sign)\n- Dominant aett from planetary placements\n- Life themes derived from the combined reading\n- Synthesis paragraph integrating all elements\n\n**Response time:** ~400ms (includes natal chart calculation)\n\n✨ **Example Description:**\nCore natal rune for a birth chart\n\n🔗 **Endpoint:** `POST /api/v3/runes/analysis/natal-runes`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "analysis",
                    "natal-runes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1990,\n    \"month\": 3,\n    \"day\": 21,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"city\": \"Kyiv\",\n    \"country_code\": \"UA\"\n  },\n  \"tradition\": \"universal\",\n  \"spread_type\": \"single\",\n  \"life_area\": \"general\",\n  \"use_reversals\": true,\n  \"interpretation_depth\": \"basic\",\n  \"include_planetary_runes\": false,\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 Transit Runes",
          "description": "All available examples for Transit Runes endpoint. **Transit Runes** - Rune recommendations derived from current or specified transit planetary positions\n\n**Perfect for:**\n- Understanding the runic energies active in the sky right now\n- Time-based runic guidance aligned with planetary cycles\n- Combining transit astrology with runic divination\n- Weekly or monthly runic forecasts based on planetary movement\n\n**How it works:**\n1. Calculates current (or specified) transit planetary positions\n2. Maps each transiting planet's sign to its primary runic correspondence\n3. Draws spread runes influenced by the most active transit energies\n4. Contextualises interpretations against the natal chart (birth data required)\n\n**Transit date:**\n- Omit `transit_date` to use the current moment at the birth location\n- Provide `transit_date` for a specific past or future transit reading\n\n**Returns:**\n- Transit rune for each major planet (based on its current sign)\n- Drawn spread runes influenced by transit energies\n- Synthesis of transiting runic forces for the period\n- Specific recommendations for the life area queried\n\n**Response time:** ~500ms (includes transit chart calculation)",
          "item": [
            {
              "id": "06ec8c7f-56b1-4470-96fd-947c9de250ae",
              "name": "Current transit runes for Oleg",
              "request": {
                "name": "Current transit runes for Oleg",
                "description": {
                  "content": "🎯 **Transit Runes**\n\n📋 **Endpoint Description:**\n**Transit Runes** - Rune recommendations derived from current or specified transit planetary positions\n\n**Perfect for:**\n- Understanding the runic energies active in the sky right now\n- Time-based runic guidance aligned with planetary cycles\n- Combining transit astrology with runic divination\n- Weekly or monthly runic forecasts based on planetary movement\n\n**How it works:**\n1. Calculates current (or specified) transit planetary positions\n2. Maps each transiting planet's sign to its primary runic correspondence\n3. Draws spread runes influenced by the most active transit energies\n4. Contextualises interpretations against the natal chart (birth data required)\n\n**Transit date:**\n- Omit `transit_date` to use the current moment at the birth location\n- Provide `transit_date` for a specific past or future transit reading\n\n**Returns:**\n- Transit rune for each major planet (based on its current sign)\n- Drawn spread runes influenced by transit energies\n- Synthesis of transiting runic forces for the period\n- Specific recommendations for the life area queried\n\n**Response time:** ~500ms (includes transit chart calculation)\n\n✨ **Example Description:**\nTransit rune reading using current planetary positions for Oleg\n\n🔗 **Endpoint:** `POST /api/v3/runes/analysis/transit-runes`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "analysis",
                    "transit-runes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1985,\n    \"month\": 5,\n    \"day\": 11,\n    \"hour\": 18,\n    \"minute\": 15,\n    \"city\": \"Kharkiv\",\n    \"country_code\": \"UA\"\n  },\n  \"tradition\": \"universal\",\n  \"spread_type\": \"three_rune\",\n  \"life_area\": \"career\",\n  \"use_reversals\": true,\n  \"interpretation_depth\": \"detailed\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "56121857-ce9f-4aa2-ab56-5b24f6fe99c9",
              "name": "Transit runes for a specific date",
              "request": {
                "name": "Transit runes for a specific date",
                "description": {
                  "content": "🎯 **Transit Runes**\n\n📋 **Endpoint Description:**\n**Transit Runes** - Rune recommendations derived from current or specified transit planetary positions\n\n**Perfect for:**\n- Understanding the runic energies active in the sky right now\n- Time-based runic guidance aligned with planetary cycles\n- Combining transit astrology with runic divination\n- Weekly or monthly runic forecasts based on planetary movement\n\n**How it works:**\n1. Calculates current (or specified) transit planetary positions\n2. Maps each transiting planet's sign to its primary runic correspondence\n3. Draws spread runes influenced by the most active transit energies\n4. Contextualises interpretations against the natal chart (birth data required)\n\n**Transit date:**\n- Omit `transit_date` to use the current moment at the birth location\n- Provide `transit_date` for a specific past or future transit reading\n\n**Returns:**\n- Transit rune for each major planet (based on its current sign)\n- Drawn spread runes influenced by transit energies\n- Synthesis of transiting runic forces for the period\n- Specific recommendations for the life area queried\n\n**Response time:** ~500ms (includes transit chart calculation)\n\n✨ **Example Description:**\nTransit rune reading for a specific future or past date\n\n🔗 **Endpoint:** `POST /api/v3/runes/analysis/transit-runes`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "runes",
                    "analysis",
                    "transit-runes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"birth_data\": {\n    \"year\": 1990,\n    \"month\": 6,\n    \"day\": 15,\n    \"hour\": 10,\n    \"minute\": 0,\n    \"city\": \"Kyiv\",\n    \"country_code\": \"UA\"\n  },\n  \"transit_date\": {\n    \"year\": 2025,\n    \"month\": 6,\n    \"day\": 21,\n    \"hour\": 12,\n    \"minute\": 0,\n    \"city\": \"Kyiv\",\n    \"country_code\": \"UA\"\n  },\n  \"tradition\": \"universal\",\n  \"spread_type\": \"three_rune\",\n  \"life_area\": \"spirituality\",\n  \"use_reversals\": false,\n  \"interpretation_depth\": \"basic\",\n  \"language\": \"en\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    },
    {
      "name": "💬 AI Chat",
      "description": "",
      "item": [
        {
          "name": "📁 💬 AI Chat",
          "description": "All available examples for 💬 AI Chat endpoint. 🤖 **Agentic chat completions** — drop-in compatible with any OpenAI SDK. Set `base_url=https://<host>/api/v3`.\n\n**Perfect for:**\n- 💬 Building astrology chat apps on mobile/web\n- 🔮 Adding AI-powered natal/synastry/transit explanations\n\n**How tools work:** pass `astrology.subjects[]` with birth data and `astrology.enabled_tools` whitelist. The LLM decides when to invoke tools; the server executes them internally and streams back the synthesized answer.\n\n**Credits:** 25 per chat-turn, plus tool invocations at their per-endpoint price.\n\n**Bring your own LLM key (BYOK):** use `/api/v3/chat/completions/byok` — only **2 credits** per turn since you pay the LLM.",
          "item": [
            {
              "id": "c96476d1-d8c1-4e77-9940-550a5ce869a2",
              "name": "1. Natal report — single subject (with custom tone)",
              "request": {
                "name": "1. Natal report — single subject (with custom tone)",
                "description": {
                  "content": "🎯 **💬 AI Chat**\n\n📋 **Endpoint Description:**\n🤖 **Agentic chat completions** — drop-in compatible with any OpenAI SDK. Set `base_url=https://<host>/api/v3`.\n\n**Perfect for:**\n- 💬 Building astrology chat apps on mobile/web\n- 🔮 Adding AI-powered natal/synastry/transit explanations\n\n**How tools work:** pass `astrology.subjects[]` with birth data and `astrology.enabled_tools` whitelist. The LLM decides when to invoke tools; the server executes them internally and streams back the synthesized answer.\n\n**Credits:** 25 per chat-turn, plus tool invocations at their per-endpoint price.\n\n**Bring your own LLM key (BYOK):** use `/api/v3/chat/completions/byok` — only **2 credits** per turn since you pay the LLM.\n\n✨ **Example Description:**\nMost common use case: ask for a written natal report. The LLM calls `analysis_natal_report` server-side and returns a synthesized interpretation in the requested language and tradition.\n\nNote the `messages[0]` system message — that's the standard OpenAI way to set tone/personality for the assistant. The server prepends its own tool-rules block, so your system prompt only needs to describe the style you want.\n\n🔗 **Endpoint:** `POST /api/v3/chat/completions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chat",
                    "completions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"messages\": [\n    {\n      \"role\": \"system\",\n      \"content\": \"Reply in a warm, vivid voice \\u2014 an experienced Jungian astrologer-psychologist. Short paragraphs, no esoteric clich\\u00e9s, end with 2-3 practical takeaways.\"\n    },\n    {\n      \"role\": \"user\",\n      \"content\": \"Give me an interpretation of my natal chart.\"\n    }\n  ],\n  \"astrology\": {\n    \"enabled_tools\": [\n      \"analysis_natal_report\"\n    ],\n    \"subjects\": [\n      {\n        \"id\": \"me\",\n        \"name\": \"Oleg\",\n        \"birth_data\": {\n          \"year\": 1985,\n          \"month\": 5,\n          \"day\": 11,\n          \"hour\": 18,\n          \"minute\": 15,\n          \"city\": \"Kharkiv\",\n          \"country_code\": \"UA\"\n        }\n      }\n    ],\n    \"defaults\": {\n      \"language\": \"en\",\n      \"tradition\": \"psychological\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "cf82d19a-d770-4da9-8891-ac9e248d8016",
              "name": "2. Custom persona + tradition + language + brevity",
              "request": {
                "name": "2. Custom persona + tradition + language + brevity",
                "description": {
                  "content": "🎯 **💬 AI Chat**\n\n📋 **Endpoint Description:**\n🤖 **Agentic chat completions** — drop-in compatible with any OpenAI SDK. Set `base_url=https://<host>/api/v3`.\n\n**Perfect for:**\n- 💬 Building astrology chat apps on mobile/web\n- 🔮 Adding AI-powered natal/synastry/transit explanations\n\n**How tools work:** pass `astrology.subjects[]` with birth data and `astrology.enabled_tools` whitelist. The LLM decides when to invoke tools; the server executes them internally and streams back the synthesized answer.\n\n**Credits:** 25 per chat-turn, plus tool invocations at their per-endpoint price.\n\n**Bring your own LLM key (BYOK):** use `/api/v3/chat/completions/byok` — only **2 credits** per turn since you pay the LLM.\n\n✨ **Example Description:**\nDemonstrates three layers of customization at once:\n• `messages[0]` system message — sets style/tone/output language (plain English, William-Lilly-style classical voice).\n• `defaults.language='en'` + `defaults.tradition='classical'` — switches the underlying tool-data to classical/Hellenistic interpretation files in English.\n• `defaults.detail_level='brief'` — server's tool-rules tell the model to compress to under 100 words. Use `'detailed'` to expand.\n\n🔗 **Endpoint:** `POST /api/v3/chat/completions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chat",
                    "completions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"messages\": [\n    {\n      \"role\": \"system\",\n      \"content\": \"You are a concise British astrologer in the classical Hellenistic tradition \\u2014 think William Lilly with modern manners. Plain English, no New-Age jargon. Reference essential dignities, sect, and house rulerships when relevant. End with one actionable takeaway.\"\n    },\n    {\n      \"role\": \"user\",\n      \"content\": \"What does my natal chart say about my career path?\"\n    }\n  ],\n  \"astrology\": {\n    \"enabled_tools\": [\n      \"analysis_natal_report\"\n    ],\n    \"subjects\": [\n      {\n        \"id\": \"me\",\n        \"name\": \"Oleg\",\n        \"birth_data\": {\n          \"year\": 1985,\n          \"month\": 5,\n          \"day\": 11,\n          \"hour\": 18,\n          \"minute\": 15,\n          \"city\": \"Kharkiv\",\n          \"country_code\": \"UA\"\n        }\n      }\n    ],\n    \"defaults\": {\n      \"language\": \"en\",\n      \"tradition\": \"classical\",\n      \"house_system\": \"W\",\n      \"detail_level\": \"brief\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "613e798c-3454-4c47-9fd7-565f565e239f",
              "name": "3. Synastry — two subjects via subject_id",
              "request": {
                "name": "3. Synastry — two subjects via subject_id",
                "description": {
                  "content": "🎯 **💬 AI Chat**\n\n📋 **Endpoint Description:**\n🤖 **Agentic chat completions** — drop-in compatible with any OpenAI SDK. Set `base_url=https://<host>/api/v3`.\n\n**Perfect for:**\n- 💬 Building astrology chat apps on mobile/web\n- 🔮 Adding AI-powered natal/synastry/transit explanations\n\n**How tools work:** pass `astrology.subjects[]` with birth data and `astrology.enabled_tools` whitelist. The LLM decides when to invoke tools; the server executes them internally and streams back the synthesized answer.\n\n**Credits:** 25 per chat-turn, plus tool invocations at their per-endpoint price.\n\n**Bring your own LLM key (BYOK):** use `/api/v3/chat/completions/byok` — only **2 credits** per turn since you pay the LLM.\n\n✨ **Example Description:**\nPass both subjects with stable ids (`me`, `partner`); the LLM references them by id when invoking `analysis_synastry_report`. Server resolves ids to full birth data — no hallucinated dates.\n\n🔗 **Endpoint:** `POST /api/v3/chat/completions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chat",
                    "completions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"messages\": [\n    {\n      \"role\": \"user\",\n      \"content\": \"Name 3 key aspects between our charts and what they mean for our day-to-day communication.\"\n    }\n  ],\n  \"astrology\": {\n    \"enabled_tools\": [\n      \"analysis_synastry_report\"\n    ],\n    \"subjects\": [\n      {\n        \"id\": \"me\",\n        \"name\": \"Oleg\",\n        \"birth_data\": {\n          \"year\": 1985,\n          \"month\": 5,\n          \"day\": 11,\n          \"hour\": 18,\n          \"minute\": 15,\n          \"city\": \"Kharkiv\",\n          \"country_code\": \"UA\"\n        }\n      },\n      {\n        \"id\": \"partner\",\n        \"name\": \"Anna\",\n        \"role\": \"partner\",\n        \"birth_data\": {\n          \"year\": 1990,\n          \"month\": 8,\n          \"day\": 15,\n          \"hour\": 14,\n          \"minute\": 30,\n          \"city\": \"Kyiv\",\n          \"country_code\": \"UA\"\n        }\n      }\n    ],\n    \"defaults\": {\n      \"language\": \"en\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "02d14ae8-5ec4-4407-9a1e-d9cec74a799a",
              "name": "4. Personal daily horoscope",
              "request": {
                "name": "4. Personal daily horoscope",
                "description": {
                  "content": "🎯 **💬 AI Chat**\n\n📋 **Endpoint Description:**\n🤖 **Agentic chat completions** — drop-in compatible with any OpenAI SDK. Set `base_url=https://<host>/api/v3`.\n\n**Perfect for:**\n- 💬 Building astrology chat apps on mobile/web\n- 🔮 Adding AI-powered natal/synastry/transit explanations\n\n**How tools work:** pass `astrology.subjects[]` with birth data and `astrology.enabled_tools` whitelist. The LLM decides when to invoke tools; the server executes them internally and streams back the synthesized answer.\n\n**Credits:** 25 per chat-turn, plus tool invocations at their per-endpoint price.\n\n**Bring your own LLM key (BYOK):** use `/api/v3/chat/completions/byok` — only **2 credits** per turn since you pay the LLM.\n\n✨ **Example Description:**\nRealistic 'what does today hold for me' query. Uses the current UTC date injected into the system prompt — no need to pass a date. The LLM calls `horoscope_personal_daily` and gives an actionable answer.\n\n🔗 **Endpoint:** `POST /api/v3/chat/completions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chat",
                    "completions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"messages\": [\n    {\n      \"role\": \"user\",\n      \"content\": \"Should I launch a new project today, or wait a couple of days? What does the day look like overall?\"\n    }\n  ],\n  \"astrology\": {\n    \"enabled_tools\": [\n      \"horoscope_personal_daily\"\n    ],\n    \"subjects\": [\n      {\n        \"id\": \"me\",\n        \"name\": \"Oleg\",\n        \"birth_data\": {\n          \"year\": 1985,\n          \"month\": 5,\n          \"day\": 11,\n          \"hour\": 18,\n          \"minute\": 15,\n          \"city\": \"Kharkiv\",\n          \"country_code\": \"UA\"\n        }\n      }\n    ],\n    \"defaults\": {\n      \"language\": \"en\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "16e4a4b7-468b-4acf-b2d5-60b734bf402a",
              "name": "5. Agentic mode — multiple tools, model decides",
              "request": {
                "name": "5. Agentic mode — multiple tools, model decides",
                "description": {
                  "content": "🎯 **💬 AI Chat**\n\n📋 **Endpoint Description:**\n🤖 **Agentic chat completions** — drop-in compatible with any OpenAI SDK. Set `base_url=https://<host>/api/v3`.\n\n**Perfect for:**\n- 💬 Building astrology chat apps on mobile/web\n- 🔮 Adding AI-powered natal/synastry/transit explanations\n\n**How tools work:** pass `astrology.subjects[]` with birth data and `astrology.enabled_tools` whitelist. The LLM decides when to invoke tools; the server executes them internally and streams back the synthesized answer.\n\n**Credits:** 25 per chat-turn, plus tool invocations at their per-endpoint price.\n\n**Bring your own LLM key (BYOK):** use `/api/v3/chat/completions/byok` — only **2 credits** per turn since you pay the LLM.\n\n✨ **Example Description:**\nWhitelist several tools; the LLM picks the right ones for each user question. Great for chat UIs where users ask whatever they want. Server enforces a per-turn budget so the loop terminates cleanly.\n\n🔗 **Endpoint:** `POST /api/v3/chat/completions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chat",
                    "completions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"messages\": [\n    {\n      \"role\": \"user\",\n      \"content\": \"Briefly tell me about the core of my chart and which transits are hitting me hardest right now.\"\n    }\n  ],\n  \"astrology\": {\n    \"enabled_tools\": [\n      \"charts_natal\",\n      \"charts_transit\",\n      \"horoscope_personal_daily\",\n      \"analysis_natal_report\"\n    ],\n    \"subjects\": [\n      {\n        \"id\": \"me\",\n        \"name\": \"Oleg\",\n        \"birth_data\": {\n          \"year\": 1985,\n          \"month\": 5,\n          \"day\": 11,\n          \"hour\": 18,\n          \"minute\": 15,\n          \"city\": \"Kharkiv\",\n          \"country_code\": \"UA\"\n        }\n      }\n    ],\n    \"defaults\": {\n      \"language\": \"en\",\n      \"house_system\": \"W\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "f094e9ee-481b-40a5-b255-204ab39186bd",
              "name": "6. Stateful conversation via session_id (Portuguese demo)",
              "request": {
                "name": "6. Stateful conversation via session_id (Portuguese demo)",
                "description": {
                  "content": "🎯 **💬 AI Chat**\n\n📋 **Endpoint Description:**\n🤖 **Agentic chat completions** — drop-in compatible with any OpenAI SDK. Set `base_url=https://<host>/api/v3`.\n\n**Perfect for:**\n- 💬 Building astrology chat apps on mobile/web\n- 🔮 Adding AI-powered natal/synastry/transit explanations\n\n**How tools work:** pass `astrology.subjects[]` with birth data and `astrology.enabled_tools` whitelist. The LLM decides when to invoke tools; the server executes them internally and streams back the synthesized answer.\n\n**Credits:** 25 per chat-turn, plus tool invocations at their per-endpoint price.\n\n**Bring your own LLM key (BYOK):** use `/api/v3/chat/completions/byok` — only **2 credits** per turn since you pay the LLM.\n\n✨ **Example Description:**\nPass the same `astrology.session_id` across turns and the server restores prior messages and subjects. First turn creates the session at the supplied id; subsequent turns prepend stored history before the new user message. TTL is 24h sliding.\n\nLanguage demo: Portuguese tool-data (`defaults.language='pt'`) while the user's question is in Portuguese — model replies in PT.\n\n🔗 **Endpoint:** `POST /api/v3/chat/completions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chat",
                    "completions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"messages\": [\n    {\n      \"role\": \"user\",\n      \"content\": \"Quais tr\\u00e2nsitos est\\u00e3o mais fortes para mim agora?\"\n    }\n  ],\n  \"astrology\": {\n    \"session_id\": \"sess_replace_with_your_own_id\",\n    \"enabled_tools\": [\n      \"charts_transit\",\n      \"charts_natal\"\n    ],\n    \"subjects\": [\n      {\n        \"id\": \"me\",\n        \"name\": \"Oleg\",\n        \"birth_data\": {\n          \"year\": 1985,\n          \"month\": 5,\n          \"day\": 11,\n          \"hour\": 18,\n          \"minute\": 15,\n          \"city\": \"Kharkiv\",\n          \"country_code\": \"UA\"\n        }\n      }\n    ],\n    \"defaults\": {\n      \"language\": \"pt\",\n      \"house_system\": \"W\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "7c125902-7295-4007-820b-e7b6f0e2d975",
              "name": "7. Streaming response (SSE) — Russian demo",
              "request": {
                "name": "7. Streaming response (SSE) — Russian demo",
                "description": {
                  "content": "🎯 **💬 AI Chat**\n\n📋 **Endpoint Description:**\n🤖 **Agentic chat completions** — drop-in compatible with any OpenAI SDK. Set `base_url=https://<host>/api/v3`.\n\n**Perfect for:**\n- 💬 Building astrology chat apps on mobile/web\n- 🔮 Adding AI-powered natal/synastry/transit explanations\n\n**How tools work:** pass `astrology.subjects[]` with birth data and `astrology.enabled_tools` whitelist. The LLM decides when to invoke tools; the server executes them internally and streams back the synthesized answer.\n\n**Credits:** 25 per chat-turn, plus tool invocations at their per-endpoint price.\n\n**Bring your own LLM key (BYOK):** use `/api/v3/chat/completions/byok` — only **2 credits** per turn since you pay the LLM.\n\n✨ **Example Description:**\nSet `stream=true` for a text/event-stream response with OpenAI-format chunks plus astrology extension events (`tool_start`, `tool_end`, `astrology.error`). Stream ends with `data: [DONE]`.\n\nLanguage demo: Russian tool-data (`defaults.language='ru'`) and the user's question in Russian — model streams the reply in RU.\n\n🔗 **Endpoint:** `POST /api/v3/chat/completions`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chat",
                    "completions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"messages\": [\n    {\n      \"role\": \"user\",\n      \"content\": \"\\u0427\\u0442\\u043e \\u0441\\u0435\\u0439\\u0447\\u0430\\u0441 \\u0432 \\u043d\\u0435\\u0431\\u0435 \\u0438 \\u043a\\u0430\\u043a \\u044d\\u0442\\u043e \\u0431\\u044c\\u0451\\u0442 \\u043f\\u043e \\u043c\\u043e\\u0435\\u0439 \\u043a\\u0430\\u0440\\u0442\\u0435?\"\n    }\n  ],\n  \"stream\": true,\n  \"astrology\": {\n    \"enabled_tools\": [\n      \"charts_transit\"\n    ],\n    \"subjects\": [\n      {\n        \"id\": \"me\",\n        \"name\": \"Oleg\",\n        \"birth_data\": {\n          \"year\": 1985,\n          \"month\": 5,\n          \"day\": 11,\n          \"hour\": 18,\n          \"minute\": 15,\n          \"city\": \"Kharkiv\",\n          \"country_code\": \"UA\"\n        }\n      }\n    ],\n    \"defaults\": {\n      \"language\": \"ru\",\n      \"house_system\": \"W\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        },
        {
          "name": "📁 🔑 AI Chat (BYOK)",
          "description": "All available examples for 🔑 AI Chat (BYOK) endpoint. 🔑 **Agentic chat completions (BYOK mode)** — same handler as hosted, but you supply your own LLM provider key in the `byok` block at the top level. You pay for tokens directly with your provider, so the credit charge is **2 per turn**.\n\n**Required:**\n- `model` — your provider-native model id (e.g., `gpt-5-mini`, `claude-sonnet-4-6`).\n- `byok.provider` and `byok.api_key` — credentials for that provider.\n\nWithout these you'll get a 400 with the missing field name.",
          "item": [
            {
              "id": "9532113c-109b-4228-84f7-9df60be54759",
              "name": "8. BYOK — your OpenAI key",
              "request": {
                "name": "8. BYOK — your OpenAI key",
                "description": {
                  "content": "🎯 **🔑 AI Chat (BYOK)**\n\n📋 **Endpoint Description:**\n🔑 **Agentic chat completions (BYOK mode)** — same handler as hosted, but you supply your own LLM provider key in the `byok` block at the top level. You pay for tokens directly with your provider, so the credit charge is **2 per turn**.\n\n**Required:**\n- `model` — your provider-native model id (e.g., `gpt-5-mini`, `claude-sonnet-4-6`).\n- `byok.provider` and `byok.api_key` — credentials for that provider.\n\nWithout these you'll get a 400 with the missing field name.\n\n✨ **Example Description:**\nUse your own OpenAI key instead of our hosted LLM. Costs you 2 credits per turn (vs 25 hosted) plus your provider's tokens. Pass any model your key has access to — `gpt-5-mini` is a sensible default; pick `gpt-5` or `gpt-5-pro` for richer reasoning, `gpt-5-nano` for the cheapest path.\n\n🔗 **Endpoint:** `POST /api/v3/chat/completions/byok`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chat",
                    "completions",
                    "byok"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"byok\": {\n    \"provider\": \"openai\",\n    \"api_key\": \"sk-...\",\n    \"model\": \"gpt-5-mini\"\n  },\n  \"messages\": [\n    {\n      \"role\": \"user\",\n      \"content\": \"Hello!\"\n    }\n  ],\n  \"astrology\": {\n    \"subjects\": [\n      {\n        \"id\": \"me\",\n        \"name\": \"Oleg\",\n        \"birth_data\": {\n          \"year\": 1985,\n          \"month\": 5,\n          \"day\": 11,\n          \"hour\": 18,\n          \"minute\": 15,\n          \"city\": \"Kharkiv\",\n          \"country_code\": \"UA\"\n        }\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "504e16ef-5d30-470d-9ab7-657fda68f7e8",
              "name": "9. BYOK — your Anthropic key",
              "request": {
                "name": "9. BYOK — your Anthropic key",
                "description": {
                  "content": "🎯 **🔑 AI Chat (BYOK)**\n\n📋 **Endpoint Description:**\n🔑 **Agentic chat completions (BYOK mode)** — same handler as hosted, but you supply your own LLM provider key in the `byok` block at the top level. You pay for tokens directly with your provider, so the credit charge is **2 per turn**.\n\n**Required:**\n- `model` — your provider-native model id (e.g., `gpt-5-mini`, `claude-sonnet-4-6`).\n- `byok.provider` and `byok.api_key` — credentials for that provider.\n\nWithout these you'll get a 400 with the missing field name.\n\n✨ **Example Description:**\nSame shape, different provider. Pass your Anthropic API key and any model your key has access to. `claude-sonnet-4-6` is the current default; use `claude-opus-4-7` for the strongest reasoning, `claude-haiku-4-5` for the cheapest path.\n\n🔗 **Endpoint:** `POST /api/v3/chat/completions/byok`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chat",
                    "completions",
                    "byok"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"byok\": {\n    \"provider\": \"anthropic\",\n    \"api_key\": \"sk-ant-...\",\n    \"model\": \"claude-sonnet-4-6\"\n  },\n  \"messages\": [\n    {\n      \"role\": \"user\",\n      \"content\": \"Hello\"\n    }\n  ],\n  \"astrology\": {\n    \"subjects\": [\n      {\n        \"id\": \"me\",\n        \"name\": \"Oleg\",\n        \"birth_data\": {\n          \"year\": 1985,\n          \"month\": 5,\n          \"day\": 11,\n          \"hour\": 18,\n          \"minute\": 15,\n          \"city\": \"Kharkiv\",\n          \"country_code\": \"UA\"\n        }\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            },
            {
              "id": "dd7b8626-02fc-4725-b306-caaab316eb89",
              "name": "10. BYOK — full parameters (everything BYOK supports)",
              "request": {
                "name": "10. BYOK — full parameters (everything BYOK supports)",
                "description": {
                  "content": "🎯 **🔑 AI Chat (BYOK)**\n\n📋 **Endpoint Description:**\n🔑 **Agentic chat completions (BYOK mode)** — same handler as hosted, but you supply your own LLM provider key in the `byok` block at the top level. You pay for tokens directly with your provider, so the credit charge is **2 per turn**.\n\n**Required:**\n- `model` — your provider-native model id (e.g., `gpt-5-mini`, `claude-sonnet-4-6`).\n- `byok.provider` and `byok.api_key` — credentials for that provider.\n\nWithout these you'll get a 400 with the missing field name.\n\n✨ **Example Description:**\nReference example showing **every parameter** the BYOK endpoint accepts. Use this as a copy-paste template and trim what you don't need. BYOK supports the exact same feature surface as the hosted endpoint — system messages, tool whitelisting, language/tradition/house-system defaults, detail level, sampling controls, streaming, and stateful sessions. The only difference is the `byok` block at the top level (and 2 credits/turn instead of 25).\n\n**What's in here:**\n• `byok` — provider + your API key + model id.\n• `messages[0]` system message — custom persona/tone/output language.\n• `astrology.enabled_tools` — whitelist multiple tools; the model picks which to call per turn.\n• `astrology.subjects` — both subjects with stable ids so synastry tools can resolve them.\n• `astrology.defaults` — `language`, `tradition`, `house_system`, `perspective`, `detail_level` (all optional, all override per-tool defaults).\n• `astrology.session_id` — stateful conversation across turns (omit on the first turn to start fresh, then reuse the same id).\n• `temperature`, `top_p`, `max_completion_tokens`, `presence_penalty`, `frequency_penalty`, `stop` — standard OpenAI-compatible sampling controls passed through to your provider.\n• `stream` — set to `true` for SSE streaming (with `stream_options`).\n\n🔗 **Endpoint:** `POST /api/v3/chat/completions/byok`",
                  "type": "text/plain"
                },
                "url": {
                  "path": [
                    "api",
                    "v3",
                    "chat",
                    "completions",
                    "byok"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "key": "Accept",
                    "value": "application/json"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"byok\": {\n    \"provider\": \"openai\",\n    \"api_key\": \"sk-...\",\n    \"model\": \"gpt-5-mini\"\n  },\n  \"messages\": [\n    {\n      \"role\": \"system\",\n      \"content\": \"You are a warm, modern Jungian astrologer. Plain English, short paragraphs, no esoteric clich\\u00e9s. End with 2-3 practical takeaways the user can act on this week.\"\n    },\n    {\n      \"role\": \"user\",\n      \"content\": \"Give me an interpretation of the core of my chart and highlight one or two key dynamics with my partner.\"\n    }\n  ],\n  \"stream\": false,\n  \"temperature\": 0.7,\n  \"top_p\": 1.0,\n  \"max_completion_tokens\": 1500,\n  \"presence_penalty\": 0.0,\n  \"frequency_penalty\": 0.0,\n  \"astrology\": {\n    \"session_id\": \"sess_replace_with_your_own_id\",\n    \"enabled_tools\": [\n      \"analysis_natal_report\",\n      \"analysis_synastry_report\",\n      \"charts_natal\",\n      \"charts_transit\",\n      \"horoscope_personal_daily\"\n    ],\n    \"subjects\": [\n      {\n        \"id\": \"me\",\n        \"name\": \"Oleg\",\n        \"birth_data\": {\n          \"year\": 1985,\n          \"month\": 5,\n          \"day\": 11,\n          \"hour\": 18,\n          \"minute\": 15,\n          \"city\": \"Kharkiv\",\n          \"country_code\": \"UA\"\n        }\n      },\n      {\n        \"id\": \"partner\",\n        \"name\": \"Anna\",\n        \"role\": \"partner\",\n        \"birth_data\": {\n          \"year\": 1990,\n          \"month\": 8,\n          \"day\": 15,\n          \"hour\": 14,\n          \"minute\": 30,\n          \"city\": \"Kyiv\",\n          \"country_code\": \"UA\"\n        }\n      }\n    ],\n    \"defaults\": {\n      \"language\": \"en\",\n      \"tradition\": \"psychological\",\n      \"house_system\": \"P\",\n      \"perspective\": \"geocentric\",\n      \"detail_level\": \"detailed\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "auth": null
              },
              "response": []
            }
          ]
        }
      ]
    }
  ],
  "event": [],
  "variable": [
    {
      "key": "baseUrl",
      "value": "http://127.0.0.1:8001",
      "type": "string"
    },
    {
      "key": "productionUrl",
      "value": "https://api.astrology-api.io",
      "type": "string",
      "description": "Production URL for the Astrology API"
    },
    {
      "key": "apiVersion",
      "value": "v3",
      "type": "string",
      "description": "API version"
    },
    {
      "key": "sampleLatitude",
      "value": "51.5074",
      "type": "string",
      "description": "Sample latitude (London)"
    },
    {
      "key": "sampleLongitude",
      "value": "-0.1278",
      "type": "string",
      "description": "Sample longitude (London)"
    },
    {
      "key": "sampleCity",
      "value": "London",
      "type": "string",
      "description": "Sample city name"
    },
    {
      "key": "sampleCountryCode",
      "value": "GB",
      "type": "string",
      "description": "Sample country code"
    },
    {
      "key": "sampleTimezone",
      "value": "Europe/London",
      "type": "string",
      "description": "Sample timezone"
    },
    {
      "key": "sampleYear",
      "value": "1990",
      "type": "string",
      "description": "Sample birth year"
    },
    {
      "key": "sampleMonth",
      "value": "5",
      "type": "string",
      "description": "Sample birth month"
    },
    {
      "key": "sampleDay",
      "value": "15",
      "type": "string",
      "description": "Sample birth day"
    },
    {
      "key": "sampleHour",
      "value": "14",
      "type": "string",
      "description": "Sample birth hour"
    },
    {
      "key": "sampleMinute",
      "value": "30",
      "type": "string",
      "description": "Sample birth minute"
    },
    {
      "key": "sampleSecond",
      "value": "0",
      "type": "string",
      "description": "Sample birth second"
    }
  ],
  "info": {
    "name": "🌟 Astrology API v3.2.0 - All-in-One Collection (684 Examples)",
    "description": "# 🌟 Astrology API v3.2.0 - Complete Professional Collection\n\n## 🚀 Generated on 2026-05-25 19:34:40\n\n### ✨ **Features**\n- **684 Real Examples** - All examples from OpenAPI schema included\n- **Organized by Use Cases** - Examples grouped by functionality\n- **Multiple Scenarios** - Different precision levels, traditions, and configurations\n- **Ready to Run** - All examples are working and tested\n\n### 📋 **Example Categories**\n- **Basic Usage** - Simple, everyday calculations\n- **High Precision** - Maximum accuracy for research\n- **Traditional Astrology** - Classical techniques and methods  \n- **Sidereal/Vedic** - Eastern astrology systems\n- **Specialized Points** - Asteroids, Arabic parts, fixed stars\n\n### 🎯 **Quick Start Guide**\n1. **Setup Environment** - All variables are built-in\n2. **Choose Your Category** - Browse folders by functionality\n3. **Pick an Example** - Each example shows different use cases\n4. **Run & Explore** - All examples work immediately\n\n### 📊 **Collection Statistics**\n- **Total Endpoints**: 249\n- **Total Examples**: 684\n- **Categories**: 8 main categories\n- **Response Time**: ~50-500ms per request\n\n### 🌍 **Sample Locations Used**\n- **London, UK** - European timezone examples\n- **New York, US** - American timezone examples\n- **Paris, FR** - Continental European examples\n- **Athens, GR** - Traditional astrology examples\n- **Varanasi, IN** - Vedic astrology examples\n\n### Server: http://127.0.0.1:8001\n\n---\n**🌟 Every example is real, tested, and ready to use!**\n\n\n## 🔧 Built-in Variables\n\nThis collection contains all necessary variables:\n- **baseUrl**: https://api.astrology-api.io (Production server)\n- **Sample data**: London, May 1990, 14:30\n\n**No need to import separate environment files!**",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "version": {
      "major": 3,
      "minor": 0,
      "patch": 0
    }
  }
}