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>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
HyperAI profile + preferences
User's stored HyperAI profile + preferences.
Was this page helpful?