Create custom VOC report
POST
/voc/custom/reports/
Request
Header Params
X-Token
string
required
Example:
42e9fb1c94c842cd9495c812a4c8fe05
Body Params application/json
category
string
required
Example:
Patio, Lawn & Garden:Patio Furniture & Accessories:Umbrellas & Shade:Shade Sails
reviews
array [object {2}]
required
<= 1000 items
stars
string
optional
message
string
required
Example
{
"category": "Patio, Lawn & Garden:Patio Furniture & Accessories:Umbrellas & Shade:Shade Sails",
"reviews": [
{
"message": "Not worth your money - only had up for one week and it ripped. Our coolaroo lasted over 10 years. Unfortunately they no longer make the size we need."
},
{
"message": "Awesome buy. Very tough material and several sizes to choose from."
},
{
"message": "I was disappointed . There were no attached clips. I had one before and it had the built in clips. I just hung it up. This sunshade was a lot of money and I’m buying clips to"
},
{
"message": "I ordered this to use for coverage on a 16 x 16 full-sun deck. Sizing chart indicated to order it big enough to leave 6 on each side so I ordered 15 x 15. The sail was up only 2 days before it started sagging due to stretching. Nothing in the size guide indicated to order anything smaller due to stretch. Please update the size guide!"
}
]
}
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 POST 'https://apps.voc.ai/api_v2/datahub//voc/custom/reports/' \
--header 'X-Token: 42e9fb1c94c842cd9495c812a4c8fe05' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": "Patio, Lawn & Garden:Patio Furniture & Accessories:Umbrellas & Shade:Shade Sails",
"reviews": [
{
"message": "Not worth your money - only had up for one week and it ripped. Our coolaroo lasted over 10 years. Unfortunately they no longer make the size we need."
},
{
"message": "Awesome buy. Very tough material and several sizes to choose from."
},
{
"message": "I was disappointed . There were no attached clips. I had one before and it had the built in clips. I just hung it up. This sunshade was a lot of money and I’m buying clips to"
},
{
"message": "I ordered this to use for coverage on a 16 x 16 full-sun deck. Sizing chart indicated to order it big enough to leave 6 on each side so I ordered 15 x 15. The sail was up only 2 days before it started sagging due to stretching. Nothing in the size guide indicated to order anything smaller due to stretch. Please update the size guide!"
}
]
}'
Responses
🟢200成功
application/json
Body
code
integer
required
msg
string
optional
data
object
optional
reportId
string
required
Examples
{
"code": 200,
"data": {
"reportId": "2134"
}
}
Modified at 2023-12-19 09:00:28