Hasta Backend
  1. tarot
  • lookup
    • Get localised seed data
      GET
    • Get core seed data
      GET
    • Get zodiac signs
      GET
    • Get subscription and pricing plans
      GET
    • Get FAQs
      GET
    • Get notification intervals
      GET
  • audit
    • Get audit logs
      GET
  • auth
    • Register device
      POST
    • Send OTP
      POST
    • Verify OTP and login
      POST
    • Resend OTP
      POST
    • Refresh access token
      POST
    • Logout
      POST
    • Google OAuth login
      POST
  • admin
    • Register admin account
      POST
    • Admin login
      POST
    • Admin logout
      POST
    • Refresh admin access token
      POST
    • Get admin profile
      GET
    • Update admin password
      PUT
    • Edit language
      PUT
    • Add language
      POST
    • Delete language
      DELETE
    • Delete user event logs
      DELETE
    • Clear lookup cache
      DELETE
    • Clear cache
      DELETE
    • List all subscription plans (admin)
      GET
    • Edit a subscription plan (admin)
      PATCH
    • Edit a subscription plan (admin)
      PATCH
    • Sync a recurring plan with Razorpay
      POST
    • Sync a recurring plan with Razorpay
      POST
    • Create a coupon (admin)
      POST
    • List coupons (admin)
      GET
    • Get a coupon (admin)
      GET
    • Get a coupon (admin)
      GET
    • Edit a coupon (admin)
      PATCH
    • Edit a coupon (admin)
      PATCH
    • List redemptions for a coupon (admin)
      GET
    • List redemptions for a coupon (admin)
      GET
    • Create a recurring scheduled notification (admin)
      POST
    • List scheduled notifications (admin)
      GET
    • Pause a scheduled notification (admin)
      PATCH
    • Resume a paused scheduled notification (admin)
      PATCH
  • blogs
    • Admin - get all blogs
    • Admin - delete a blog
    • Get all blogs
    • Get blog categories
    • Admin - get blog categories (name + slug)
    • Admin - edit a blog
    • Update blog status
    • Admin - send blog notification
    • Get blog details
    • Subscribe to blog notifications
    • Unsubscribe from blog notifications
  • feedback
    • Submit a user feedback
    • Get all queries
    • Update user query status
    • Get all reviews
    • Feature or unfeature a review
    • Get all featured reviews
  • events
    • Track a user event
    • Fetch all tracked events
  • notifications
    • Send broadcast notification
    • Send custom notification to a user
    • Send a test notification (deep link redirect check)
    • Fetch user notifications
    • Get unread notification count
    • Mark notification as read
  • reminders
    • Fetch user reminders
    • Create a reminder
    • Update a reminder
    • Delete a reminder
  • user
    • Create / complete user profile
    • Get my profile
    • Get my feature status
    • Update my intents
    • Update profile image
    • Update language preference
    • Update push notification preference
    • Update current location
    • Get my family members
    • Add a family member
    • Delete a family member
    • Update family member profile image
    • Admin - get user details with family
    • Update a family member's intents
    • Admin - list users
    • Admin - get subscribers list
    • Admin - get user details with family
    • Admin - delete user and all family members
    • Admin - update user status
  • palm
    • Get user palm reading
    • Upload user palm image
    • Upload family member palm image
    • Get family member palm reading
  • horoscopes
    • Get user kundali
    • Get family member kundali
    • Get horoscope (daily / weekly / monthly)
  • reports
    • Share a report via email
    • Get shared report PDF link
  • tarot
    • List all tarot cards
      GET
    • Get single tarot card by slug
      GET
    • Get today's daily tarot card
      GET
    • Get a 3-card tarot reading
      POST
    • Get tarot reading history
      GET
  • marriage
    • Generate marriage compatibility report
    • Get marriage compatibility report
    • List marriage report history
    • Preview the price to upgrade a compatibility report to the full Marriage Report
    • Start the compatibility -> full Marriage Report upgrade purchase
    • Consume the upgrade purchase and regenerate the full Marriage Report
  • child
    • Generate child report (baby names + birth timing)
    • Like or unlike a suggested baby name
    • Get child report (names + timing)
  • dashboard
    • Dashboard overview stats
    • User growth time-series
    • Subscription distribution by plan
    • Top-up & one-time sales distribution
    • Recent activity feed
  • Health
    • Liveness check
  • panchang
    • Get today's panchang for the user's current location
  • festivals
    • List festivals for the user's regions
    • Festival detail with full linked puja vidhis
  • library
    • List library items
    • Library filter options
    • Library content types
    • List my favourite library items
    • Add a library item to favourites
    • Remove a library item from favourites
    • Admin - list library items (incl. drafts)
    • Admin - create a library item
    • Admin - get a library item (incl. drafts)
    • Admin - edit / publish a library item
    • Stream a library item's audio
    • Get a library item
  • mantras
    • List mantras
    • List my favourite mantras
    • Add a mantra to favourites
    • Remove a mantra from favourites
    • Admin - list mantras (incl. drafts)
    • Admin - create a mantra
    • Admin - get a mantra (incl. drafts)
    • Admin - edit / publish a mantra
    • Stream a mantra's chanting audio
    • Get a mantra
  • nandini
    • Send a message and/or image(s)/PDF(s) to Nandini (reply is streamed over WebSocket)
    • List my Nandini conversations
    • Get a conversation's messages
    • Delete a conversation
  • payments
    • Validate a coupon code
    • Start a plan/report/topup purchase
    • Verify a completed Razorpay payment
    • Cancel a recurring subscription
    • Pause a recurring subscription
    • Resume a paused subscription
  • subscriptions
    • List my purchase history
    • Get one purchase's status
  • public
    • Get today's panchang for any location - no auth required
    • Free kundali preview - no auth, no account required
    • Search a place by name (keystroke-aware) - no auth required
    • Resolve a place_id to full location + timezone - no auth required
  • coupons
    • List currently applicable coupons
    • Get a currently applicable coupon
  • account-deletion
    • Request account & data deletion
  1. tarot

Get a 3-card tarot reading

POST
https://uat-api.hastaai.in/api/v1/tarot/reading
tarot
Last modified:2026-08-20 11:43:27
Draws 3 random cards (Past / Present / Future) and generates an AI interpretation via Claude Sonnet. Real-time response (~4s) - this is synchronous, the full result is returned in the POST response (no polling). Saved permanently.
Request: Bearer token | optional header X-Enforce-Paywall: true
Body: question (optional, max 300 chars)
Success: 200 - data contains reading_key (Tarot-XXXXX), cards[] (3 cards: position [Past/Present/Future], name, slug, image_url, orientation, meaning), and ai_interpretation (text). Also returns 200 with success: false and code: PLAN_LIMIT (not an HTTP error) when X-Enforce-Paywall: true is sent and no unconsumed tarot-reading purchase exists (get one via POST /subscriptions/checkout with slug tarot-reading first - checkout never generates the reading itself, this endpoint is always the separate step-2 call, paid or free-via-coupon; every 3-card reading consumes its own credit - there's no free-forever unlock, unlike the other one-time reports). If a purchase is still pending (paid moments ago, webhook not yet processed), this call reconciles it against Razorpay live before deciding - if confirmed paid the credit activates and the reading proceeds normally; if not, the message is "We're still verifying your payment..." instead of the plain "this report needs to be purchased" text shown when no attempt exists at all
A failed call never consumes the credit: the reading row is only ever written to the DB AFTER the AI interpretation succeeds - if this call errors (e.g. 503 when Claude is unavailable), nothing was saved and the purchased credit is untouched. Just call this endpoint again with the same purchase - no need to call POST /subscriptions/checkout again first.
Errors: 401 - expired/invalid token | 406 - missing/revoked token | 404 - user not found | 503 - AI temporarily unavailable, retry (credit not consumed, see above)

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Body Params application/json

Example
{
    "question": "What should I focus on in my career?"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://uat-api.hastaai.in/api/v1/tarot/reading' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "question": "What should I focus on in my career?"
}'

Responses

🟢200OK
application/json
Successful Response
Bodyapplication/json

Example
{
    "success": true,
    "message": "Success",
    "data": {
        "reading_key": "Tarot-44290",
        "cards": [
            {
                "position": "Past",
                "name": "The Chariot",
                "slug": "the-chariot",
                "image_url": "https://cdn.hastaai.in/tarot/the-chariot.jpg",
                "orientation": "upright",
                "meaning": "Victory, determination, willpower.",
                "takeaway": "Career: the discipline that won your past battles is still your greatest asset."
            },
            {
                "position": "Present",
                "name": "The Hierophant",
                "slug": "the-hierophant",
                "image_url": "https://cdn.hastaai.in/tarot/the-hierophant.jpg",
                "orientation": "upright",
                "meaning": "Tradition, guidance, beliefs.",
                "takeaway": "Guidance: seek advice from someone you trust before deciding."
            },
            {
                "position": "Future",
                "name": "The Empress",
                "slug": "the-empress",
                "image_url": "https://cdn.hastaai.in/tarot/the-empress.jpg",
                "orientation": "upright",
                "meaning": "Fertility, abundance, nurturing.",
                "takeaway": "Growth: a season of abundance is coming - keep tending what you've planted."
            }
        ],
        "ai_interpretation": "Your past was driven by The Chariot's sheer willpower - you fought hard and won through discipline. The Hierophant now invites you to seek wisdom beyond your own effort, leaning on tradition and trusted guidance. The Empress ahead promises a season of abundance and creativity that blooms from what you have patiently tended."
    }
}
🟠401Unauthorized
🟠404Record Not Found
🟠406Parameter Error
🟠422Parameter Error
Modified at 2026-08-20 11:43:27
Previous
Get today's daily tarot card
Next
Get tarot reading history
Built with