Request

Fetch Available Insights

GET https://api.chatsight.ai/insights/available

HEADER x-chatsight-api-auth: <API-TOKEN>

Response

{
    "api": "chatsight-lang-text",
    "success": true,
    "response": [
        "2021-03-20",
        "2021-03-21",
        "2021-03-22",
        "2021-03-23",
        "2021-03-24",
        "2021-03-25",
        "2021-03-26"
    ]
}