Testing the "Coffee Cup Reading Tarot" API Using Postman

Introducing the Coffee Cup Reading Tarot API, a unique tool to bring the mystique of coffee cup divination to your website and applications. Access symbolic interpretations and insights derived from coffee grounds, adding a touch of intrigue and spirituality to your services.

 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 "Coffee Cup Reading Tarot" API request.
  • Ensure the method is set to POST.
  • Use this request URL: https://astroapi-5.divineapi.com/api/v2/coffee-cup-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>
    • 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": {
            "present_title": "Reptiles",
            "present_image": "https://astroapi-5.divineapi.com/public/uploads/coffee_cup/76.jpg",
            "present_content": "Reptiles in the reading are a symbolization of adapting to new thoughts, ways, and ideas that need to be implemented in one’s life. The projection of responses such as the fight, running away or fear is portrayed depending on the circumstances that have taken the toil over the situation. If such a symbol comes up, it says that you are ready enough to undergo any situation that is going to happen in your life. Nothing would come out from the unknown for you. You will be flowing smoothly in your life, devoid of stress.",
            "near_future_title": "Saw",
            "near_future_image": "https://astroapi-5.divineapi.com/public/uploads/coffee_cup/78.jpg",
            "near_future_content": "A saw is about being just and clear about what is going on. Saw is the representation of the situation where the individual is not attached or connected to the result or the consequences. He/ She does not take the stress. It is better to stay at a distance and observe the situation, & interfere later if necessary. ",
            "distant_future_title": "Rabbit",
            "distant_future_image": "https://astroapi-5.divineapi.com/public/uploads/coffee_cup/74.jpg",
            "distant_future_content": "You are the bravest one in the room. Do not lose the bravery you have. You can change things around you due to the power of your mind. Whatever you do, you like to do it fast. Do not be timid in challenging situations. "
        }
    }
}
  • The API response details a coffee cup reading with symbols for present, near future, and distant future. 
  • Each section includes a title, image URL, and content explaining the symbolism. 
  • Use the "present_image", "near_future_image", and "distant_future_image" URLs to display the corresponding images.

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.