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 "Dream Come True Reading Tarot" API request.
- Ensure the method is set to POST.
- Use this request URL: https://astroapi-5.divineapi.com/api/v2/dream-come-true-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": {
"card": "THE TOWER",
"result": "It can be difficult to face problems, especially when they disrupt the plans we have made for ourselves. But, as the Tower card reminds us, these disruptions are not necessarily a bad thing. In fact, they can be powerful catalysts for growth and transformation. When we encounter challenges or setbacks, we are forced to confront our limitations and weaknesses, and to find new ways of overcoming them.\r\n\r\nIt can be tempting to ignore these problems or to try to push through them without addressing the underlying issues. However, this approach is unlikely to lead to lasting success or fulfillment. Instead, it is important to take the time to reflect on what is truly holding you back, and to make a plan for overcoming these obstacles.\r\n\r\nRemember that the energy and power of the Tower card are within you. You have the ability to harness this energy and use it to fuel your growth and progress. Be open to change and willing to take risks. Embrace the unexpected and trust that everything will work out in the end.\r\n\r\nTake a deep breath, and remember that you are strong and capable of overcoming any obstacle that comes your way. The Tower card may be imposing, but it is also a symbol of great power and potential. Use this power to propel yourself forward, and to create the life that you truly desire.",
"image": "https://astroapi-5.divineapi.com/public/uploads/tarot_make_a_wish/17.jpg",
"image2": "https://astroapi-5.divineapi.com/public/uploads/tarot_make_a_wish/17_2.jpg",
"image3": "https://astroapi-5.divineapi.com/public/uploads/tarot_make_a_wish/17_3.jpg"
}
}
}
- This API response presents a Dream Come True tarot reading with "THE TOWER" card drawn.
- It suggests that facing problems can lead to growth and transformation, despite disrupting our plans.
- Encourage users to confront challenges head-on, reflect on underlying issues, and embrace change and risks.
- Utilize provided image URLs to visually represent the card's symbolism and convey the message of overcoming obstacles to achieve desired outcomes.
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.