Skip to content

Render Chart (PNG)

GET
/api/chart/image.png

Render an astrological chart as PNG image. Requires query parameters: width, height, dateTime, location.longitude, location.latitude, location.timezone

Authorizations

ApiKeyAuth

API key for authentication. Get your API key from the dashboard.

Type
API Key (header: X-Api-Key)

Parameters

Query Parameters

width*
Type
string
Required
height*
Type
string
Required
dateTime*
Type
string
Required
location.longitude*
Type
string
Required
location.latitude*
Type
string
Required
location.timezone*
Type
string
Required
transit.dateTime
Type
string
transit.timezone
Type
string
transit.longitude
Type
string
transit.latitude
Type
string

Responses

Chart rendered successfully

image/png
JSON
[
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation