Skip to content
@vedika-io

Xalen Technologies -Vedika.io

AI-powered Vedic Astrology API with 108+ endpoints. Natural language queries, birth charts, compatibility analysis, and more.

Vedika.io

npm version PyPI version

AI-Powered Astrology API — The only B2B astrology API with natural language AI queries, voice, and 130+ computation endpoints.

What We Build

  • 200+ AI Models — LLM, vision, audio, image generation, embeddings via OpenAI-compatible API
  • 130+ Astrology Endpoints — Birth charts, dashas, yogas, doshas, compatibility across Vedic, Western, KP, and Vastu
  • AI Chat Queries — Ask questions in plain English, Hindi, and 14 Indian languages
  • Vedika Ephemeris Precision — Accurate planetary calculations with citation-verified accuracy
  • Voice AI — Multilingual voice astrology across 14 Indian languages

Quick Links

Resource Link
Website xalen.io
Documentation xalen.io/docs
Playground xalen.io/playground
Pricing xalen.io/pricing

Official SDKs

Package Install Links
JavaScript SDK npm install xalen-sdk npm
Python SDK pip install xalen PyPI
React Hooks npm install xalen-react npm
MCP Server npx xalen-mcp npm

Quick Start

from xalen import XALEN

client = XALEN(api_key='xln_live_...')
response = client.chat.completions.create(
    model='vedika-standard',
    messages=[{'role': 'user', 'content': 'What is Shakata Yoga?'}]
)
print(response.choices[0].message.content)
import XALEN from 'xalen-sdk';

const client = new XALEN({ apiKey: 'xln_live_...' });
const response = await client.chat.completions.create({
  model: 'vedika-standard',
  messages: [{ role: 'user', content: 'Analyze planetary transits' }],
});

Support


XALEN Technology Pvt Ltd, Pune, India

Popular repositories Loading

  1. vedika-sdk-python vedika-sdk-python Public

    Official Python SDK for Vedika Astrology API - AI-powered birth charts, compatibility, horoscopes & more

    Python 1

  2. vedika-sdk-javascript vedika-sdk-javascript Public

    Official JavaScript/Node.js SDK for Vedika Astrology API - AI-powered birth charts, compatibility, horoscopes & more

    TypeScript

  3. .github .github Public

    Vedika.io organization profile

  4. vedika-wordpress-plugin vedika-wordpress-plugin Public

    Vedika Astrology WordPress Plugin — Shortcodes, Gutenberg blocks, and widgets for astrology, tarot, numerology, and horoscope features. Powered by the Vedika API (516+ endpoints).

    PHP

  5. vedika-mcp-server vedika-mcp-server Public

    Vedika Intelligence MCP Server — 36 astrology tools for Claude, Cursor, and any MCP-compatible AI

    TypeScript

  6. vedika-wix-widget vedika-wix-widget Public

    Vedika Astrology Widget for Wix websites

    JavaScript

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…