Keep Streaming Session Alive
POST
https://api.konpro.ai/v1/streaming/keep_aliveReset the idle timeout countdown for an active streaming session, preventing the session from closing due to inactivity.
Request History
Log in to see full request history
| TIME | STATUS | USER AGENT |
|---|---|---|
| Make a request to see history. | ||
0 Requests This Month
Request Body Parameters
| Field | Type | Description |
|---|---|---|
| session_id | string | Unique identifier of the streaming session to keep alive |
Response Structure
| Field | Type | Description |
|---|---|---|
| code | integer | Status code of the request response |
| message | string | Informational message about the request outcome |
cURL Request
shell
curl --request POST \
--url https://api.konpro.ai/v1/streaming/keep_alive \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-api-key: <your-api-key>' \
--data '{
"session_id": "session_id"
}'LANGUAGE
CREDENTIALS
HEADER
RESPONSE
Examples
Choose an example:
application/json
200 - Success
400 - Bad Request
LANGUAGE
CREDENTIALS
HEADER
RESPONSE
Examples
Choose an example:
application/json
200 - Success
400 - Bad Request