Skip to main content

Overview

Chat with Websites lets you paste any URL and instantly get a summary of the page content. Ask follow-up questions to dive deeper into articles, blog posts, news, or any web page.

How to Use (Web App)

1

Copy URL

Copy the URL of the webpage you want to analyze.
2

Paste URL

Select Chat with Websites and paste the URL.
3

Get Summary

Skimming AI extracts the page content and generates a summary.
4

Ask Questions

Ask specific questions about the page content.

How to Use (API)

Step 1: Ingest the Website

curl -X POST https://api.skimming.ai/ingest/v1/api/website \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com/article"
  }'

Step 2: Chat with the Website

curl -X POST https://api.skimming.ai/chat/v1/api/website/website \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "YOUR_FILE_ID",
    "question": "What is the main argument of this article?",
    "streaming": false
  }'

Use Cases

Research

Quickly summarize research articles and papers.

News

Get key points from news articles without reading everything.

Competitive Analysis

Analyze competitor websites and content.

Learning

Summarize documentation and tutorials.