Skip to main content
POST
Submit interview data

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
body
string

The interview's notepad

cardIds
string[]

An array of card IDs to associate with this interview's notepad

feedbackProviders
object[]

An array of individuals who provided the interview, each with their first name (optional), last name (optional), and email

feedbackReceivers
object[]

An array of individuals who conducted the interview. If the individual isn't a member of your Vistaly organization, their value will be ignored.

parseMarkdown
boolean

Whether to parse the body content as markdown and convert to structured format (defaults to false)

timestamp
string<date-time>

The timestamp of when the interview was captured (defaults to current timestamp if not provided)

url
string<uri>

The url where the interview came from

Example:

"https://vistaly.com"

Response

Interview data submitted successfully

message
string
Example:

"System provided message"