Gateway endpoint (JWT-authenticated). Marks an existing session as completed and releases associated resources.
curl --request POST \
--url https://api.svantic.com/sessions/close \
--header 'Content-Type: application/json' \
--data '
{
"session_id": "string"
}
'{
"ok": true,
"session_id": "string",
"status": "completed"
}Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.svantic.com/sessions/close \
--header 'Content-Type: application/json' \
--data '
{
"session_id": "string"
}
'{
"ok": true,
"session_id": "string",
"status": "completed"
}