Default
Last updated
Last updated
GET /api/ping HTTP/1.1
Host: localhost:7777
Accept: */*
{
"status": "text",
"version": "text"
}POST /api/create-session HTTP/1.1
Host: localhost:7777
Accept: */*
{
"sessionId": "text"
}GET /api/plugin-state?session=text HTTP/1.1
Host: localhost:7777
Accept: */*
{
"conversations": [
{}
],
"npcs": [
{}
]
}POST /api/plugin-state?session=text HTTP/1.1
Host: localhost:7777
Content-Type: application/json
Accept: */*
Content-Length: 34
{
"conversations": [
{}
],
"npcs": [
{}
]
}{
"status": "text",
"message": "text"
}