Start Existing Streaming Session

POSThttps://api.konpro.ai/v1/streaming/start

Activate a previously created streaming session by establishing a connection between the client and the Interactive Avatar. This call initiates real-time communication for the specified session.

Request History

Log in to see full request history

TIMESTATUSUSER AGENT
Make a request to see history.

0 Requests This Month

Request Body Parameters

FieldTypeDescription
session_idstringIdentifier of the session to start. Default example: "123456"

Response Structure

FieldTypeDescription
statusstringStatus of the start session request

cURL Request

shell
curl --request POST \
--url https://api.konpro.ai/v1/streaming/start \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-api-key: <your-api-key>' \
--data '{
  "session_id": "123456"
}'

LANGUAGE

CREDENTIALS

HEADER

RESPONSE

Examples

Choose an example:

application/json
200 - Success
400 - Bad Request