---
title: "Get AI enhancement results for a book"
method: GET
path: "/reader/books/{book_id}/ai"
tags: ["Reader"]
---

# Get AI enhancement results for a book

`GET /reader/books/{book_id}/ai`

Returns AI-generated metadata (tags, summary, category) for a specific book

## Path parameters

- `book_id` string, required

## Response `200`

OK

- ReaderBookAiResult
  - `book_id` string
  - `category` string
  - `description` string
  - `language` string
  - `summary` string
  - `tags` string[]

## 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/versions/58911ffb3093/schema)
