API Endpoints
Rag Citation
RAG-Buddy API endpoint for the RAG-Citation use case.
POST
/
ragc
/
{version}
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
version
string
requiredVersion of the API to use
Allowed value:
"v1"
Body
application/json
remote_llm_url
string
requireduser_message
string
requiredsystem_intro
string
requiredsystem_instructions
string | null
articles
object[]
requiredResponse
200 - application/json
id
string
requiredchoices
object[]
requiredcreated
integer
requiredmodel
string
requiredobject
any
requiredsystem_fingerprint
string | null
usage
object | null