Submit Amazon product review information Task
Developing
Submit the task of getting Amazon product review information
Request
Body Params application/json
Allowed values:USUKDEFRITCAESJP
Request samples
curl --location --request POST 'https://apps.voc.ai/api_v2/datahub//voc/B07ZF8T63K/reviews' \
--header 'X-Token: {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"countryCode": "US"
}'
Responses
application/json {
"code": 200,
"msg": "success",
"data": {
"finish": false
}
}
Modified at 2025-06-18 07:13:49