Skip to content

TODO

POST
/api/llm/{serverId}/{path}
curl --request POST \
--url http://localhost:5173/api/llm/example/example \
--cookie authjs.session-token=<authjs.session-token>
serverId
required
string
path
required
string

Catch-all segment; may contain slashes.

TODO