Python + Vedika API

Introduction

Use Vedika API with Python. Requests, async, pandas integration.

Prerequisites

  • Vedika API key (get from dashboard)
  • Basic knowledge of the target platform
  • Node.js 18+ or equivalent runtime

Installation

npm install vedika-sdk
# or
yarn add vedika-sdk

Basic Usage

import { VedikaClient } from 'vedika-sdk';

const client = new VedikaClient({ apiKey: process.env.VEDIKA_API_KEY });

const chart = await client.getBirthChart({
  datetime: '1990-05-15T10:30:00',
  latitude: 28.61,
  longitude: 77.21
});

Get Started Free

Try our sandbox API with no authentication required

Try Sandbox Read Docs