cURL
curl --request POST \ --url https://api.illocution.ai/analyze/live/{session_id}/control \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "action": "finalize" } '
{ "status": "<string>" }
Control a live session: finalize processing, cancel, or extend TTL.
API key for authentication. Can also be passed as query parameter: api_key=
Live session identifier
Control action: finalize stops ingest and moves to final processing stages; cancel emits an error event; keepalive extends the TTL
finalize
cancel
keepalive
Optional reason for the action
Control action successful