Server-Sent Events endpoint for streaming interview responses. The client sends a message via query parameter and receives the AI response as a stream of chunks.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params
Query Params
Responses
🟢200OK
application/json
Successful response
Body
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/requests/123/interview/stream?message' \
--header'Authorization: Bearer <token>'