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>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
LLM test result
Result of POST /api/hyper-ai/test-connection.
POST /api/hyper-ai/test-connection
Was this page helpful?