cURL
curl --request POST \ --url https://dev.entropi.app/v1/interviews/addOne \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "productID": "<string>", "interviewName": "<string>", "guidelines": "<string>", "userID": "<string>" } '
{ "result": { "interviewID": "<string>" } }
Creates a new product under a given user and/or organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
JSON representation of your product
ID of the Product the interview is about
A name for the interview
Interview guidelines, including any insights you hope to extract, specific questiosn you'd like to ask, etc.
userID associated with this interview
API Response
Show child attributes