Skip to main content
POST
Create Response

Headers

x-api-key
string
required

Body

application/json
surveyId
string
required

The ID of the survey this response belongs to

createdAt
string<date-time>

Creation timestamp (optional; usually set by server)

data
object

Answers keyed by questionId; value shape depends on question type

finished
boolean

Whether the response is marked as finished

language
enum<string>

Language of the response (survey should have this language enabled)

Available options:
en,
de,
pt,
etc..
updatedAt
string<date-time>

Update timestamp (optional; usually set by server)

Response

OK

The response is of type object.