📚 Zodii API Documentation

Complete guide to integrating astrology, numerology, and tarot APIs

🚀 Getting Started
Quick start guide to using the Zodii API

1. Get Your API Token

Sign up for a free account to get your unique API token:

curl -X POST "https://www.zodiiapp.com/api/signup" \
  -H "Content-Type: application/json" \
  -d '{"email": "your@email.com", "name": "Your Name"}'

2. Authentication

All API endpoints require your token as a query parameter:

?token=YOUR_API_TOKEN

3. Base URL

https://www.zodiiapp.com/api/

4. Response Format

All responses follow this structure:

{ "success": true, "data": { ... }, "message": "Success" }
📊 Rate Limits & Pricing

Free Tier

  • • 100 API calls per month
  • • All endpoints included
  • • Rate limit: 10 requests/minute
  • • Community support

Status Codes

  • •
    200
    Success
  • •
    400
    Bad Request
  • •
    401
    Unauthorized
  • •
    404
    Not Found
  • •
    500
    Server Error