Testing the "Which Animal Are You Reading Tarot" API Using Postman

Embark on a journey to discover your spirit animal with our "Which Animal Are You Reading Tarot" API. This guide will show you how to use Postman to test the API, enabling you to uncover your animal guide, receive messages, and gain understanding of your behaviors and actions.

 Last updated : 13 Dec, 2024
 Guide

1. Securing Your API Key

To start, you need an API key. Head over to https://divineapi.com/ and register to initiate your 7-day trial.

  • Select the APIs you are interested in; you can change these selections at any time. You can add or remove APIs in the future.
  • Click on checkout, fill out the sign-up form, and enter your payment details on the next page.

Your trial will begin immediately. You won't be charged during the trial period, and you can cancel anytime without incurring any charges.

  • After logging in, your API key will be visible on your dashboard on the API Key page ( https://divineapi.com/api-keys)

 

2. Importing the Postman Collection

Import our Postman collection to facilitate your API testing:

  • After logging into your Postman account:
  • Open This link: https://documenter.getpostman.com/view/27195761/2sA3Qs8rfV 
  • Click “Run in Postman” and then select “Run in Web”.
  • Select your workspace and then select ‘import’.

 

3. Configuring Your API Request

Once the collection is imported:

  • Locate the "Which Animal Are You Reading Tarot" API request.
  • Ensure the method is set to POST.
  • Use this request URL: https://astroapi-5.divineapi.com/api/v2/which-animal-are-you-reading 

 

4. Setting Request Parameters

This API call necessitates only your API key. To find your API key.

  • Go to your DivineAPI dashboard > API Key page.
  • Click on “Copy” next to the API key

 Notice the difference between the key, and the Access Token.

 

Go back to Postman to set the parameters.

  • Navigate to “Authorization”, select “Bearer Token” in the Auth type, and then add the token from your Divine API profile.
  • Navigate to 'Body', select 'form_data', and then add:
    • Key : api_key | Value: <Your_API_Key>
    • full_name: “Rahul Kumar” - Enter name.
    • day: “13” - Enter the date of birth.
    • month: “04” - Enter the month of birth.
    • year: "2024" - The year of interest.
    • lan: “en” - Enter the language.
  • Please ensure that the bearer token is exactly the same as in your profile, with no changes in spacing or formatting.

 

5. Making the Request

Hit the 'Send' button to submit your request.

 

6. Deciphering the Response

The API's response will be structured as follows:

{

{
    "success": 1,
    "data": {
        "prediction": {
            "birth_number": 7,
            "animal": "Flamingo (Temperance)",
            "result": "If you're reading this, it's likely that you're the type of person who embodies the characteristics of the easygoing Flamingo. You are a pleasure to be around because you are easy to get along with and have a relaxed demeanor that puts others at ease. People are drawn to your energy and drive, which help you to achieve your goals.\r\n\r\nHowever, it's important to remember that while you may be easygoing, you still need to be willing to forgive and cooperate with others. This means being open-minded and willing to compromise in order to achieve the best outcome for everyone involved.\r\n\r\nAt times, you may find yourself getting too attached to someone without really knowing them well enough. It's important to take a step back and evaluate your relationships to ensure that you're not putting too much energy into someone who may not be worth it in the long run.\r\n\r\nOne of the most important things to remember is that balance is key. You can't be too extreme in any one area of your life. Remember that justice and compassion are not the same thing, and that flexibility is necessary in order to attract new opportunities and experiences.\r\n\r\nOverall, embracing your inner Flamingo means being easygoing, driven, and flexible. By embodying these traits, you'll be well on your way to living your best life and achieving your goals.",
            "image": "https://astroapi-5.divineapi.com/public/uploads/tarot-inner-animal/7.png"
        }
    }
}
  • This API response provides a "Which Animal Are You" tarot reading, revealing the Flamingo (Temperance) as the user's animal. 
  • It suggests that the user embodies the Flamingo's easygoing nature, drawing people in with their relaxed demeanor and drive for success. 
  • However, it advises the user to maintain balance by being open-minded, forgiving, and cautious in relationships. 
  • The Flamingo represents flexibility and moderation, guiding the user to live harmoniously and achieve their goals. 
  • Display the Flamingo image URL to visually represent the user's animal and reinforce the message of balance and adaptability.

7. Error Resolution

Ensure your API key is correctly entered if you encounter errors, as most issues are due to invalid or missing API keys.

8. Further Assistance

For additional support or inquiries, feel free to contact our customer service team at admin@divineapi.com.