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 "Power Life Reading Tarot" API request.
- Ensure the method is set to POST.
- Use this request URL: https://astroapi-5.divineapi.com/api/v2/power-life-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": "STRENGTH",
"result": "If you've been struggling with inner demons for a while now, you're not alone. Many people find themselves caught between their desires and the practical realities of life. It can be tough to decide between what you really want and what is necessary to maintain a healthy, stable financial and living situation.\r\n\r\nHowever, it's important to remember that sometimes compromise is necessary. Refusing to accept less than what you think you deserve may actually be keeping you from achieving your goals. It's important to evaluate your priorities and determine what really matters most to you. Are you willing to make some sacrifices in order to achieve your dreams, or are you holding out for something that may never come?\r\n\r\nAt the same time, it's important to keep your hope alive. It can be easy to get discouraged or to lose sight of the things that are most important to you. But if you stay focused on your goals and remain optimistic about your future, you'll be much more likely to achieve the success and fulfillment you desire.\r\n\r\nRemember, too, that you're not in this alone. There are people in your life who care about you and want to see you succeed. Lean on them for support and encouragement as you navigate these difficult decisions and work towards a brighter future. With determination, patience, and a positive attitude, you can overcome your inner demons and achieve your dreams.",
"image": "https://astroapi-5.divineapi.com/public/uploads/tarot_power/9.png",
"image2": "https://astroapi-5.divineapi.com/public/uploads/tarot_power/9_2.jpg",
"image3": "https://astroapi-5.divineapi.com/public/uploads/tarot_power/9_3.jpg"
}
}
}
- The API response provides a "Power Life Reading" with the "STRENGTH" card.
- The "result" field advises balancing desires with practical realities and making necessary compromises.
- Display the card images using the "image", "image2", and "image3" URLs.
- The main message is to prioritize goals, stay optimistic, and seek support from others to overcome challenges and achieve success.
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.