Chat with EPUB

Ask questions about EPUB e-books using AI. Extract insights and get answers from digital books.

Fast
Average 2s response
🛡️
Secure
Enterprise-grade
⏱️
Reliable
99.9% uptime SLA
example.js
REST API
const response = await fetch(
  'https://api.skimming.ai/chat/v1/api/document/epub',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      file_id: 'abc123-def456-ghi789',
      question: 'What are the main points?',
      streaming: false
    })
  }
);
const data = await response.json();
console.log(data);

What's in the API

Powerful features designed to help you build amazing applications with ease.

Chapter Navigation

Query specific chapters or sections while maintaining the book's structural context.

Table of Contents

Leverage the book's table of contents for precise navigation and contextual answers.

Quote Extraction

Extract specific quotes and passages with accurate chapter and section references.

Character Analysis

For fiction, track character appearances, relationships, and story arcs across the book.

Metadata Access

Access book metadata including author, publication date, and subject classifications.

Cross-Reference Search

Find related content across chapters for comprehensive understanding of topics.

Common Use Cases

See how developers are using this API to solve real-world problems.

Book Research

Extract insights and quotes from e-books for research projects.

Study Companion

Ask questions about textbooks and educational materials.

Literature Analysis

Analyze themes, characters, and plot elements in fiction.

Reference Lookup

Quickly find specific information in reference books and manuals.

Quote & Citation Gathering

Pull supporting passages quickly for writing, reviews, or academic work.

Learning Summaries

Generate chapter summaries and key takeaways for faster reading and retention.

Technical Specifications

Everything you need to know to integrate this API.

Endpoint

Base URL

/v1/chat/v1/api/document/epub

HTTP Method

Request type

POST

Authentication

Security method

Bearer Token (API Key)

Rate Limit

Request limits

Based on subscription tier

Frequently Asked Questions

Haven’t got your answer? Contact our support now

How do I get started with this API?

What authentication method does this API use?

What are the required headers?

Does this endpoint support streaming?

What AI models are available?