Fortune Cookie

POST https://divineapi.com/api/1.0/get_fortune_cookie.php

Returns Fortune Cookie in response

Request Body

NameTypeDescription

api_key*

String

Your API Key (can be found on your Divineapi dashboard)

{
    "success":1,
    "message":"Fortune Cookie result.",
    "data":{
        "prediction":{
            "result":"Do not stress. Good times are coming
soon."
        }
    }
}
curl --location 'https://divineapi.com/api/1.0/get_fortune_cookie.php' \
--form 'api_key="Your Api Key"'

Last updated