---
title: "EpubParse"
method: POST
path: "/api/v1/crawler/epub/parse"
tags: ["crawler"]
---

# EpubParse

`POST /api/v1/crawler/epub/parse`

EpubParse

## Request body

- V1EpubParseReq
  - `filename` string, required
  - `kb_id` string, required
  - `key` string, required

## Response `200`

OK

- object
  - `code` integer
  - `data` V1EpubParseResp
    - `task_id` string
  - `message` string
  - `success` boolean

## Changes

- **2025-10-20** `381889362c45` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/chaitin/apis/panda-wiki-api/changes/api/v1/crawler/epub/parse/post.md)

---

[API](https://skmtc.dev/chaitin/apis/panda-wiki-api.md) · [All operations](https://skmtc.dev/chaitin/apis/panda-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/panda-wiki-api/revisions/fbd0a6dc1920/schema)
