Skip to main content
GET
/
api
/
hyper-ai
/
profile
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/hyper-ai/profile \
  --header 'Authorization: Bearer <token>'
{
  "onboarding_completed": true,
  "llm_model": "<string>",
  "llm_provider": "<string>",
  "preferences": "<unknown>"
}

Authorizations

Authorization
string
header
required

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

Response

HyperAI profile + preferences

User's stored HyperAI profile + preferences.

onboarding_completed
boolean
required
llm_model
string | null
llm_provider
string | null
preferences
any