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

      Create Amazon VOC report

      POST
      /voc/reports
      Create VOC report by one or multiple ASINs

      Request

      Header Params

      Body Params application/json

      Example
      {
          "countryCode": "US",
          "asins": [
              "string"
          ]
      }

      Request Code 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 POST 'https://apps.voc.ai/api_v2/datahub//voc/reports' \
      --header 'X-Token: {token}' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "countryCode": "US",
          "asins": [
              "string"
          ]
      }'

      Responses

      🟢200OK
      application/json
      Body

      Examples
      {
          "code": 0,
          "data": {
              "reportId": "12342"
          }
      }
      Modified at 2025-06-18 07:13:46
      Previous
      Get Amazon product review information
      Next
      Get Amazon VOC report result
      Built with