Guides / Extract

EPUB → Markdown

POST /v1/epub/to-markdown  · 

Extract an e-book (EPUB) as clean Markdown for reading, summarising or RAG ingestion.

Parameters

NameTypeDescription
filefile · requiredEPUB file.
outputstring · optionalmd (file, default) or json.

Example request

curl -X POST https://api.bigapi.dev/v1/epub/to-markdown -H 'Authorization: Bearer $KEY' -F 'file=@book.epub' -o book.md

Example response

# Chapter 1

It was a bright cold day...

Related guides