Shulex VOC API English Version
    Shulex VOC API English Version
    • Submit Amazon product review information Task
      POST
    • Get Amazon product review information
      GET
    • Create Amazon VOC report
      POST
    • Get Amazon VOC report result
      GET
    • Create custom VOC report
      POST
    • Get custom VOC report result
      GET

      Get Amazon VOC report result

      GET
      /voc/reports/{reportId}
      Get VOC report result

      Request

      Path Params
      reportId
      string 
      required
      VOC report id
      Example:
      123456789
      Query Params
      language
      string 
      optional
      The display language of reviews analysis results, the default is English
      Example:
      English
      Header Params
      X-Token
      string 
      required
      API Key
      Example:
      42e9fb1c94c842cd9495c812a4c8fe05

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://apps.voc.ai/api_v2/datahub//voc/reports/123456789?language=English' \
      --header 'X-Token: 42e9fb1c94c842cd9495c812a4c8fe05'

      Responses

      🟢200成功
      application/json
      Body
      code
      integer 
      required
      Result code
      msg
      string 
      optional
      Error message
      data
      object 
      optional
      data
      finish
      boolean 
      required
      Is report finish
      list
      array [object {5}] 
      required
      Result data list
      Examples
      {
          "code": 0,
          "data": {
              "finish": true,
              "list": [
                  {
                      "type": "Usage Scenario",
                      "reasons": "The headset is considered a good gift option, with many users reporting that it makes a great birthday gift or gift for a son.",
                      "percent": "0.08",
                      "tag": "Gift"
                  },
                  {
                      "type": "Negative Feedback",
                      "reasons": "Customers have reported a short lifespan.",
                      "percent": "0.35",
                      "tag": "Short Lifespan"
                  },
                  {
                      "type": "Positive Feedback",
                      "reasons": "Wonderful Bath Experience",
                      "percent": "0.18",
                      "tag": "Wonderful Bath Experience"
                  },
                  {
                      "type": "Buyers Motivation",
                      "reasons": "Customers have praised the durability of these headsets, noting that they are very durable and can withstand heavy use.",
                      "percent": "0.11",
                      "tag": "Durability"
                  },
                  {
                      "type": "Unmet Needs",
                      "reasons": "Customers have reported malfunctioning out of the box, but have found clearer instructions and a longer lifespan with better quality control.",
                      "percent": "0.26",
                      "tag": "Longer Lifespan"
                  },
                  {
                      "type": "Unmet Needs",
                      "reasons": "Improved connection to PS4/PS5, better plug, and better microphone quality are all highly valued by users, making the headset more effective for communication and gaming purposes.",
                      "percent": "0.12",
                      "tag": "Better Microphone Quality",
                      "parentTag": "Longer Lifespan"
                  }
              ]
          }
      }
      Previous
      Create Amazon VOC report
      Next
      Create custom VOC report
      Built with