cURL
Import Reviews
Bulk Import
Import multiple text reviews from a CSV or Excel file.
POST
cURL
📥 Download Sample CSV File
The sample file includes all supported columns with example data. See the format specification below for detailed column requirements.
CSV Format
The CSV file should include the following columns:- Review Text (required): The actual review content
- Review Date (optional): Date when the review was posted
- Star Rating (optional): Rating from 1-5 (supports decimals like 1.5, 2.5)
- Name (optional): Customer’s name
- Email (optional): Customer’s email address (must be valid email format)
- Job Role (optional): Customer’s job title/position
- Company (optional): Customer’s company name
- Profile Image URL (optional): Customer’s profile image URL (must be valid URL format)
Authorizations
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 text reviews from a CSV or Excel file. The file should contain columns: Review Date, Star Rating, Review Text (required), Name, Email, Job Role, Company, Profile Image URL.
CSV or Excel file containing text reviews (required). Allowed formats: .csv, .txt, .xlsx, .xls. Max size: 10 MB