Skip to main content
GET
/
api
/
chat
/
system-prompt
/
{threadId}
cURL
curl --request GET \
  --url https://api.kazzle.app/api/chat/system-prompt/{threadId} \
  --header 'Authorization: Bearer <token>'
{
  "systemPrompt": "<string>"
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

threadId
string
required

Response

200 - application/json

System prompt

systemPrompt
string
required