Product Sentiment Insights API: Request Bazaarvoice Product Sentiment Insights data in bulk using an HTTP interface.
Workflow Walk-Through
The following steps summarize the Product Sentiment Insights API HTTP service workflow. These steps will typically be performed in order because each step relies on information from the previous steps:
- Request manifest file list
Returns a list of available manifest files.
- Request manifest file location
Returns a 302 redirect to the manifest file.
- 302 redirect to manifest file
Returns a manifest file containing information listing what data is available.
- Request data file location
Returns a 302 redirect to a data file.
- 302 redirect to data file
Returns the data file.
Once you have finished reading about the workflow, continue on to an example using cURL where you will perform each step.