Enterprise 360 Insights

API Endpoints

Note: Need E360 Enterprise autentication for APIs to work

/health

Description: Checks the health status of the API.

Type: GET

Input Payload:

None

Output Payload:

Welcome #UserMailID, App is running 


/insights

Description: Provides insights based on the data provided.

Type: POST

Input Payload:

{
    "query": "show me retail vs lifescience unit VOC rating?"
}

Output Payload:

{
    "message": "",
    "query": "show me retail vs lifescience unit VOC rating?",
    "requestID": "INSGT_009f17ece827453db3db56c664ef8024_20240903144550",
    "status": "Success",
    "status_code": 200
}