Import a video review manually into the workspace. All fields are optional. If type is ‘file’, then attachments[] (video files) is required. If type is not ‘file’ or omitted, then attachment_urls[] (S3 URLs) is 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).
Request body for importing a video review manually. All fields are optional. If type is 'file', then attachments[] (video files) is required. If type is not 'file' or omitted, then attachment_urls[] (S3 URLs) is required.
Customer avatar image (optional). Allowed formats: jpeg, png, jpg, gif, svg, webp, bmp, avif. Max size: 15 MB
Customer name (optional)
Customer email (optional, must be valid email format)
Customer designation/job title (optional)
Customer company name (optional)
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 value (0 = lowest, 5 = highest, optional)
0 <= x <= 5Review source URL (optional)
Review text content (optional)
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
Type of import. Use 'file' to upload video files via attachments[], or omit/use other value to provide S3 URLs via attachment_urls[] (optional)
Video files (required if type='file'). Must be valid video files (video/* mime types)
S3 URLs for video files (required if type is not 'file' or omitted). Must be valid S3 URLs
Video review imported successfully.
The response is of type object.