Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).

Body

multipart/form-data

Request body for importing a text review manually. All fields are optional, but at least one of the following must be provided: rating, review, or attachments.

customer_avatar
file

Customer avatar image (optional). Allowed formats: jpeg, png, jpg, gif, svg, webp, bmp, avif. Max size: 15 MB

customer_name
string

Customer name (optional)

customer_email
string<email>

Customer email (optional, must be valid email format)

customer_designation
string

Customer designation/job title (optional)

customer_company
string

Customer company name (optional)

customer_company_url
string<uri>

Customer company website URL (optional)

Customer company logo image (optional). Allowed formats: jpeg, png, jpg, gif, svg, webp, bmp, avif. Max size: 15 MB

rating
integer

Rating value (1 = lowest, 5 = highest). Optional, but at least one of rating, review, or attachments must be provided

Required range: 1 <= x <= 5
review_url
string<uri>

Review source URL (optional)

review
string

Review text content (optional, but at least one of rating, review, or attachments must be provided)

review_at
string<date>

Date when the review was submitted (YYYY-MM-DD format, optional)

Website logo image (optional). Allowed formats: jpeg, png, jpg, gif, svg, webp, bmp, avif. Max size: 15 MB

attachments[]
file | null

Attachment images (optional, but at least one of rating, review, or attachments must be provided). Allowed formats: jpeg, png, jpg, gif, svg, webp, bmp, avif. Max size: 15 MB per file

Response

200 - application/json

Text review imported successfully.

The response is of type object.