Skip to main content
POST
/
api
/
core
/
use-cases
/
{use_case_id}
/
chats
/
{chat_id}
/
escalate
Escalate a chat thread to the support team
curl --request POST \
  --url https://api.example.com/api/core/use-cases/{use_case_id}/chats/{chat_id}/escalate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "feedback": "<string>"
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.genow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

use_case_id
string
required
chat_id
string
required

Body

application/json
feedback
string | null
Maximum string length: 2000

Response

Successful Response

message
string
required