AstroAsk Docs
API referenceChartsV1ChartNorth indian

POST /v1/chart/north-indian

North Indian (Lahiri) birth chart as a ready-to-render SVG or PNG image — the same chart image API /kundali returns in SVG mode, with themes, data table and layout options. Indian birth chart SVG API.

POST
/v1/chart/north-indian

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/north-indian" \  -H "Content-Type: application/json" \  -d '{    "date": "1990-01-15T10:30:00",    "lat": 28.6139,    "lng": 77.209  }'
{  "success": true,  "data": {    "svg": "[string: 21853 bytes — omitted for brevity]"  }}