Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
A single interview
Example:
"cm393cvz80bdpmcedfzacog26"
List of facets associated with the interview
Example:
[
{ "label": "Age", "values": ["35"] },
{ "label": "Gender", "values": ["Female"] },
{
"label": "Country",
"values": ["United States"]
},
{
"label": "Car Ownership",
"values": ["Electric Vehicle", "Previous ICE Owner"]
},
{
"label": "Opinion on Jaguar's Strategy",
"values": [
"Positive impression",
"Interested in future models"
]
}
]
Temporary URL to download the interview video. Only present when a video is available. The URL expires after 15 minutes.
Example:
"https://..."
The interview transcript in WebVTT format. Only present when a transcript is available.