Bulk Import
Import multiple text reviews from a CSV or Excel file.
📥 Download Sample CSV File The sample file includes all supported columns with example data. See the format specification below for detailed column requirements.Documentation Index
Fetch the complete documentation index at: https://docs.feedspace.io/llms.txt
Use this file to discover all available pages before exploring further.
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
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