Skip to main content
POST
Stream generated questionnaire answers

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
organizationId
string
required

Organization ID. The API overwrites this with the authenticated active organization.

Example:

"org_abc123"

questionsAndAnswers
object[]
required

Questions to auto-answer, together with any answers already filled in.

questionnaireId
string

Questionnaire to save generated answers into. Omit to stream answers without persisting them.

Example:

"qst_abc123"

Response

201 - undefined