Introduction

The MyCosmicAdvisor API allows you to integrate astrological blueprint generation into your applications. Generate complete natal charts, Human Design profiles, and AI-powered interpretations programmatically.

Available Endpoints

1. Modular Blueprint Generation

POST /api/v1/generate-blueprint - Flexible module selection with optional AI (4-684 credits)

Generate a comprehensive astrological profile with full control over which modules to include and which get AI interpretations:

  • Astrology Module: Complete natal chart (1 credit data, +380 credits for AI)
  • Human Design Module: Type, centers, gates, channels, profile (2 credits data, +280 credits for AI)
  • Numerology Module: Life path numbers and cycles (1 credit data, +20 credits for AI)

Flexible AI Generation: Choose which modules get AI interpretations (per-module, not per-section)

2. Transit Analysis

POST /api/v1/transits - Calculate astrological transits (variable pricing)

Analyze planetary transits for any birth chart:

  • Daily Transits: Current day analysis (1 credit)
  • Weekly Transits: 7-day forecast (2 credits)
  • Monthly Transits: 30-day forecast (3 credits)
  • Optional AI Interpretation: Add +20 credits for detailed AI insights (defaults to no AI)

3. Quick Calculators

1 credit each - Fast, lightweight calculations:

  • POST /api/v1/calculators/life-path: Calculate Life Path number
  • POST /api/v1/calculators/big-3: Calculate Sun, Moon, Rising signs
  • POST /api/v1/calculators/natal-chart: Complete natal chart (data only, no AI)

4. Daily Horoscopes

1 credit - AI-generated daily horoscopes:

  • GET /api/v1/horoscope/:sign: Single zodiac sign horoscope
  • GET /api/v1/horoscope/all: All 12 signs in one request (same 1 credit!)

Pricing (Credits)

Blueprint Generation (Modular)

DATA COSTS (always charged for selected modules):

ModuleData CostAI Cost (optional)Sections
Astrology1 credit+380 credits19 AI sections
Human Design2 credits+280 credits14 AI sections
Numerology1 credit+20 credits1 AI section

Examples:

  • All data only (no AI): 4 credits (1+2+1)
  • Astrology data + AI: 381 credits (1+380)
  • All data + Astrology AI only: 384 credits (1+2+1+380)
  • All data + ALL AI: 684 credits (1+2+1+20+380+280)
  • Numerology only (data + AI): 21 credits (1+20)

Quick Calculators

CalculatorCreditsWhat's Included
Life Path1Life Path number + description
Big Three1Sun, Moon, Rising signs + descriptions
Natal Chart1Complete chart data (no AI interpretations)

Transit Analysis

PeriodData OnlyWith AI (+20)
Daily1 credit21 credits
Weekly2 credits22 credits
Monthly3 credits23 credits

Daily Horoscopes

EndpointCreditsNote
Single Sign1One zodiac sign
All Signs1All 12 signs (92% savings!)

Coming Soon

FeatureStatusDescription
Synastry AnalysisPlannedRelationship compatibility between two birth charts
AI ConsultationsPlannedInteractive Q&A with AI astrologer about your chart
Chart ComparisonPlannedSide-by-side analysis of multiple charts

Getting Started

  1. Create an API key from your dashboard
  2. Purchase credits from your credits page
  3. Make your first API call using the examples in this documentation

Base URL

https://mycosmicadvisor.com/api/v1

All API requests must be made over HTTPS.