Reviews
Submit review with media
Submit a customer review and attach images or videos in a single multipart request, with media processed asynchronously.
POST
POST {BASE_URL}/reviews/with-media
The API creates your review immediately with
mediaStatus: "processing". Media processes in the background.
A media failure does not roll back the review.Body parameters
This endpoint uses
multipart/form-data encoding. Send all fields as form values, not JSON.Product ID.
1–5.
Customer display name.
Customer email.
Image or video. Repeat key for multiple files. Max 50 MB each.
Review headline.
Review body.
Order ID for verified purchase.
Incentive claim ID.
"true" to confirm FTC disclosure."true" or "false".Free-text pros.
Free-text cons.
Custom attributes as a JSON-stringified string, e.g.,
'{"fit":"true_to_size"}'.