Store event data associated with a session
POST/session/events
Used to store event data associated with a session. This endpoint is used internally by DataWollet as part of its own client libraries to record events such as document uploads, extraction status changes, and other relevant actions.
Clients should not use this endpoint directly as the event format and semantics may change without notice, and the data is not made available through the standard DataWollet APIs.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Events stored successfully
Bad Request
Unauthorized
Forbidden
Internal Server Error