🔬 Content summarizer via Webhook (ApyHub)

837 views · 🔬 Document Extraction & Analysis

💡 Pro Tip — HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it — it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

This n8n template empowers you to instantly summarize long pieces of text by sending a simple webhook request. By integrating with ApyHub’s summarization API, you can distil complex articles, reports, or messages into concise summaries, significantly boosting efficiency across various domains.


🔧 How it works


👤 Who is it for?

This workflow is extremely useful for:


📑Data Structure

When you trigger the webhook, send a **POST ** request with a JSON body and an apy-token in the headers:

{
  "content": "Your very long text goes here. This could be an article, a report, a transcript, or any other textual content you want to summarize. The longer the text, the more valuable summarization becomes!",
  "summary_length": "medium" // Optional: "short", "medium", or "long"
}

Headers:

apy-token: YOUR_APYHUB_API_KEY

Note: You’ll need to obtain an API Key from ApyHub to use their API services. They typically offer a free tier for testing.

The workflow will return a JSON response similar to this (the summary content will vary based on input):

{
  "summary": "Max Verstappen believes the Las Vegas Grand Prix is '99% show and 1% sporting event', not looking forward to the razzmatazz. Other drivers, like Fernando Alonso, were more equivocal about the hype, acknowledging the investment and spectacle. Lewis Hamilton praised the city's energy but emphasized it's 'a business, ultimately', believing there will still be good racing.",
  "status": "finished",
  "result_file_id": "..." // ApyHub might provide a file ID for larger results
}

⚙️ Setup Instructions


📝 Tips

This content summarizer is a powerful component. Here’s how to supercharge it and make it an indispensable part of your automation arsenal:

🔗 Nodes Used

HTTP Request, Webhook

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup