---
title: "Get companion profile"
method: GET
path: "/user/companion"
tags: ["User"]
---

# Get companion profile

`GET /user/companion`

Get the AI companion personality configuration for the current user

## Response `200`

OK

- SchemaCompanionProfile
  - `annotateHardWords` boolean
  - `autoChapterRecap` boolean
  - `autoKnowledgeGraph` boolean
  - `crossBookAlerts` boolean
  - `ctime` integer
  - `depth` integer
  - `id` integer
  - `name` string
  - `postChapterQuestions` boolean
  - `preset_name` string
  - `proactivity` integer
  - `style` integer
  - `user_id` integer
  - `utime` integer
  - `voice` string
  - `warmth` integer

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/lxpio/apis/omnigram-api.md) · [All operations](https://skmtc.net/lxpio/apis/omnigram-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lxpio/omnigram-api/revisions/58911ffb3093/schema)
