1. EveLab Insight - Report API
EvelabInsight
  • Signature Generation
  • EveLab Insight - Skin Analysis API for All Ethnicities
    • Obtain access_token
      GET
    • Facial attribute analysis
      POST
    • Facial pose analysis
      POST
    • Skin analysis
      POST
  • EveLab Insight - Basic Data API
    • Basic Data API (Universal Edition) v1.6
  • EveLab Insight - Report API
    • Push Data API
      POST
    • Pull Data API
      GET
  • EveLab Insight - CRM API
    • Search customers
      GET
  1. EveLab Insight - Report API

Push Data API

Overseas
https://gapi.evelabinsight.com
Overseas
https://gapi.evelabinsight.com
POST
https://gapi.evelabinsight.com
/your-webhook-endpoint
EvelabInsight calls this endpoint. Replace the path with your actual configured URL.
The data object schema depends on data_type + action_type + source_type. See Schemas for each product type:
User events → PushData_User
Eve M report → PushData_EveM_Report
Eve M images → PushData_EveM_Image
Eve M 3D → PushData_EveM_3D
Eve V report → PushData_EveV_Report
Eve V images → PushData_EveV_Image
SDK/PAD report → PushData_SDK_Report
Mobile/Online report → PushData_Mobile_Report

Request

Body Params application/jsonRequired

Examples

Responses

🟢200
text/plain
Return the plain string success with HTTP 200.
Bodytext/plain

Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location 'https://gapi.evelabinsight.com/your-webhook-endpoint' \
--header 'Content-Type: application/json' \
--data '{
    "data_type": "test",
    "sig": "9eade5a8e16f93df347cc56e2fd6a73a",
    "sig_time": 1595296769,
    "data": {
        "id": 99961212
    }
}'
Response Response Example
"success"
Previous
Basic Data API (Universal Edition) v1.6
Next
Pull Data API
Built with