Skip to main content
POST
/
api
/
account
/
test-llm
cURL
curl --request POST \
  --url https://api.production.hyperoru.com/api/account/test-llm \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "latency_ms": 123,
  "message": "<string>",
  "model": "<string>"
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

LLM test result

Result of POST /api/hyper-ai/test-connection.

success
boolean
required
latency_ms
number<double> | null
message
string | null
model
string | null