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 "Wisdom Reading Tarot" API request.
- Ensure the method is set to POST.
- Use this request URL: https://astroapi-5.divineapi.com/api/v2/wisdom-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": {
"card1": "TEMPERANCE",
"card2": "THE HANGED MAN",
"card1_image": "https://astroapi-5.divineapi.com/public/uploads/tarot-zen/15.png",
"card2_image": "https://astroapi-5.divineapi.com/public/uploads/tarot-zen/13.png",
"ying": "If you're feeling overwhelmed by your current situation, the Temperance card encourages you to take a step back and find balance. Your emotions are likely running high and it can be difficult to make decisions or take action. This is the time to slow down and be patient with yourself. It may seem like progress is slow or even nonexistent, but trust that you are moving forward towards your goals.\r\n\r\nIncorporating mindfulness practices into your routine, such as meditation or yoga, can be especially beneficial during this time. These practices can help you to stay centered and find peace within yourself, even amidst chaos. You may also benefit from seeking the advice or support of a trusted friend or therapist to help you navigate through the emotions that may arise.\r\n\r\nRemember, every step you take, no matter how small, brings you closer to your desired outcome. Trust in yourself and your journey, and know that with time and patience, you will find the balance and harmony that you seek.",
"yang": "By freeing yourself from the past and embracing change, you can create a bright future. Take a moment to consider what changes you can make to better yourself and your surroundings. Embracing new perspectives and ideas can lead to exciting opportunities that you never would have considered before. The Hanged Man is a reminder that sometimes we need to step back and reassess our situation in order to move forward. It's okay to take a break and recharge your batteries, as this can lead to a clearer mind and a fresh outlook on life. Trust that the universe has a plan for you, and be open to the possibilities that come your way."
}
}
}
- This Wisdom Reading Tarot API provides insights through two tarot cards: "Temperance" and "The Hanged Man."
- The "ying" section advises on finding balance amidst overwhelming emotions, suggesting mindfulness practices and seeking support.
- The "yang" section encourages embracing change and new perspectives to create a brighter future, emphasizing the need to reassess and recharge.
- Display the respective card images using the provided URLs to enhance understanding.
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.