Reports

Generate Stellaforge Birth-Chart Poster (PDF or HTML)

Render a data-rich, print-ready natal chart poster. A high-detail western wheel (colored element sectors, colored glyphs, degree labels, ASC arrow, MC marker, house cusps) plus the Sun/Moon/Rising trio, a placements table, element/modality balance bars, and the top aspects, fully deterministic, 0 AI. Three styles via style: editorial (light), celestial (dark + gold), classic (minimal). White-label via whitelabel. i18n via language. PDF default; ?format=html returns HTML. NB style is read from the request BODY, not the query string.

post/reports/stellaforge

Request body

style'editorial' | 'celestial' | 'classic'
language'uk' | 'en' | 'de' | 'ru' | 'pl' | 'es' | 'pt' | 'hi' | 'fr' | 'ko' | 'it' | 'ja' | 'id' | 'tr' | 'nl' | 'ro' | 'cs' | 'vi' | 'ar' | 'el' | 'hu'

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 4 of the 13 revisions of this API.6173

    • added the new optional request property chart/allOf[ChartInput]/ayanamsa

      new-optional-request-property

    • the chart/allOf[ChartInput]/timezoneOffset request property's max was set to 14.00

      request-property-max-set

    • the chart/allOf[ChartInput]/timezoneOffset request property's min was set to -14.00

      request-property-min-set

  • 994755209cea211See the full diff
    • added ChartInput subschema #2 to the chart request property allOf list

      request-property-all-of-added

    • the chart request property type/format changed from object/ to /

      request-property-type-changed

    • removed the request property chart/ayanamsaId

      request-property-removed

    • removed the request property chart/city

      request-property-removed

    • removed the request property chart/cosmogram

      request-property-removed

    • removed the request property chart/date

      request-property-removed

    • removed the request property chart/houseSystem

      request-property-removed

    • removed the request property chart/latitude

      request-property-removed

    • removed the request property chart/longitude

      request-property-removed

    • removed the request property chart/name

      request-property-removed

    • removed the request property chart/time

      request-property-removed

    • removed the request property chart/timezoneOffset

      request-property-removed

    • removed the request property chart/zodiacType

      request-property-removed

  • b0533bcc12c0442See the full diff
    • the request property chart/latitude became not nullable

      request-property-became-not-nullable

    • the request property chart/longitude became not nullable

      request-property-became-not-nullable

    • the request property chart/latitude became required

      request-property-became-required

    • the request property chart/longitude became required

      request-property-became-required

    • the chart/latitude request property's max was set to 90.00

      request-property-max-set

    • the chart/longitude request property's max was set to 180.00

      request-property-max-set

    • the chart/latitude request property's min was set to -90.00

      request-property-min-set

    • the chart/longitude request property's min was set to -180.00

      request-property-min-set

    • the latitude request property default value 0 was removed

      request-property-default-value-removed

    • the longitude request property default value 0 was removed

      request-property-default-value-removed