AstroAsk Docs
API referenceChartsV1ChartWestern wheel

POST /v1/chart/western-wheel

Western natal wheel chart as a ready-to-render SVG or PNG image — the same wheel /western returns in SVG mode, with house system, zodiac glyphs, aspect lines and element fills. Western birth chart image API.

POST
/v1/chart/western-wheel

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/chart/western-wheel" \  -H "Content-Type: application/json" \  -d '{    "date": "1990-01-15T10:30:00"  }'
{  "success": true,  "data": {    "svg": "[string: 33191 bytes — omitted for brevity]"  }}