Yes or No Tarot
Integrate instant Yes or No Tarot card readings with Divine API. Offer quick, insightful guidance based on a single tarot draw, perfect for fast decision-making tools.
Introducing the Yes or No Tarot API, a poawerful tool for seeking quick answers to pressing questions. Easily integrate this API into your website and applications and services to provide users with straightforward and intuitive tarot card-based responses.
POST https://astroapi-5.divineapi.com/api/v2/yes-or-no-tarot
Returns Yes or No Tarot in response
Headers
Name
Type
Description
Authorization*
String
your API Access Token
eg: Bearer {token}
Request Body
Name
Type
Description
api_key*
String
Your API Key (can be found on your Divineapi dashboard)
{
"success": 1,
"data": {
"prediction": {
"card": "ACE OF CUPS",
"category": "Upright",
"yes_no": "YES",
"result": "Aces are believed to symbolize a fresh start, and the Ace of Cups card is no exception. The emergence of an upright Ace of Cups is a sign that you should let go of the psychological issues that have been dragging you back and keeping you from enjoying life without worry. This card represents a chance to offer oneself a fresh start, which may be in the shape of a new relationship or even a new career. Based on what you've been dealing with, this card may represent an emotional or spiritual release. The existence of an Ace of Cups card indicates that it is time to turn over a fresh leaf.",
"image": "https://divineapi.com/admin/uploads/yes_no_tarot/51_2.jpg",
"image2": "https://divineapi.com/admin/uploads/yes_no_tarot/51.jpg"
}
}
}
Take a look at how you might call this method via cURL, NodeJS, JavaScript jQuery AJAX or Python:
curl --location 'https://astroapi-5.divineapi.com/api/v2/yes-or-no-tarot' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'lan="en"'
Last updated