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

Pull Data API

Overseas
https://gapi.evelabinsight.com
Overseas
https://gapi.evelabinsight.com
GET
https://gapi.evelabinsight.com
/data/lists.json
Paginated list of user profiles or skin analysis reports.
The lists array structure depends on the combination of data_type and source_type. See the Schemas section for each product's full field definition:
data_type=user → UserItem
source_type=eve → ReportItem_EveM
source_type=eve20 → ReportItem_EveV
source_type=sdk or pad → ReportItem_SDK
source_type=mobile or online → ReportItem_Mobile

Request

Query Params

Responses

🟢200
application/json
Success. The lists array schema varies by data_type and source_type — see Schemas for each product type.
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://gapi.evelabinsight.com/data/lists.json?begin=&end=&data_type=&source_type=&app_id=&sig=&sig_time=&limit=&next=&merchant_id=&skin_mode='
Response Response Example
User profile list
{
    "meta": {
        "code": 0,
        "msg": "",
        "error": "",
        "request_uri": "/data/lists"
    },
    "response": {
        "next": "LBP0wUWDpQd0",
        "lists": [
            {
                "id": 100000,
                "custom_id": "",
                "merchant_id": 6768474787955148000,
                "account_id": 6768474787967898000,
                "name": "Jane Doe",
                "gender": 2,
                "birthday": "1998-01-01",
                "phone_cc": 86,
                "phone_number": "18600000000",
                "email": "jane@example.com",
                "marital_status": 0,
                "has_baby": 0,
                "has_beauty": 0,
                "is_irritability": 0,
                "target": {
                    "pore": 1,
                    "blackhead": 0,
                    "acne": 1,
                    "sensitive": 0,
                    "wrinkle": 1,
                    "speckle": 0,
                    "black_rim_of_eye": 0
                },
                "store_id": 20005,
                "store_custom_id": "store001",
                "created_at": 1594880887,
                "agree_clause_ids": [
                    "7207213999358804993"
                ],
                "reject_clause_ids": []
            }
        ]
    }
}
Previous
Push Data API
Next
Search customers
Built with