Indeed Real-time API
Use the Indeed Real-time API to stream server-sent events.
Use the Indeed Real-time API to stream real-time server-sent events (SSE).
When subscribed to the Indeed Real-time API, front-end applications can update in real-time by receiving server-sent events triggered by external sources. For example, the Indeed Real-time API enables a chat thread to instantly display new messages as other users send them. After a user makes a GET
request to the endpoint, they subscribe to server-sent events (SSE) that the backend service streams.
When a new message is sent in a chat, an event is published. Front-end applications subscribed to the Indeed Real-time API then receive this event and can update the thread to display the new message.
Start here
Topic | Description |
---|---|
Indeed Real-time API get started | Get started with the Indeed Real-time API. |
Indeed Real-time API events | The Indeed Real-time API streams server-sent events. |
Indeed Real-time API reference | Get reference information for the Indeed Real-time API. |