API Endpoints
Proxy
RAG-Buddy Proxy endpoint to transparently read and write to cache and forward requests to the LLM API.
POST
/
proxy
/
{cache_type}
/
{version}
/
{path}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
helvia-rag-buddy-token
string
requiredPath Parameters
cache_type
enum<string>
requiredAvailable options:
ragc
, tc
, sem
version
string
requiredpath
string
requiredBody
application/json
prompt
string
requiredmodel
string
requiredResponse
200 - application/json
id
string
requiredchoices
object[]
requiredcreated
integer
requiredmodel
string
requiredobject
any
requiredsystem_fingerprint
string | null
usage
object | null