Skip to main content
POST
Text Classification

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

helvia-rag-buddy-token
string
required

Path Parameters

version
string
required

Version of the API to use

Allowed value: "v1"

Body

application/json
remote_llm_url
string
required
user_message
string
required
system_instructions
string
required

Response

Successful Response

id
string
required
choices
Choice · object[]
required
created
integer
required
model
string
required
object
any
required
system_fingerprint
string | null
usage
CompletionUsage · object | null