Skip to main content
POST
/
chat_sessions
/
{id}
/
pause_session
Pause Session
curl --request POST \
  --url https://api.osvi.ai/chat_sessions/{id}/pause_session \
  --header 'API-Token: <api-key>'
{
  "success": true,
  "data": {
    "success": true,
    "session_id": "4718a326-417b-4dda-90d0-21fd65a11cb8",
    "message": "Session paused"
  }
}

Authorizations

API-Token
string
header
required

Path Parameters

id
string
required

The session ID

Example:

"8de63236-e013-42dd-9d99-1be5521701d4"

Response

200 - application/json

Successful response

success
boolean
Example:

true

data
object