Create a review
POST
https://api.tamio.com/v2/reviews/create
Creates a new product review with a star rating, text content, and reviewer name. Optionally attach an image (by asset UUID), set a custom creation timestamp, flag as a verified customer review, or add external references.
Body Parameters
product
string*
UUID of the product being reviewed.
rating
integer*
Star rating (0–5).
review_text
string*
Main review content.
name
string*
Name of the reviewer.
image
string
UUID of an image asset to attach.
customer_review
boolean
Whether this is a verified customer review.
created_at
string
Custom creation timestamp (ISO string or Unix timestamp).
external_review
string
URL to an external review document or image.
external_link
string
External URL related to the review.
Responses
200
Review created
Review created
status
integer
reviews
Review
400
Validation or business-logic error
Validation or business-logic error
status
integer
error
string
error_code
integer
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string
error_code
integer