Get the Gist

Instantly Summarize Any Text

Quickly get the core message from articles, documents, and more with our AI-powered agent.

Join waitlist

summarize.do

import { Agent } from "agentic.do";

async function summarizeText(longText: string): Promise {
  const summarizeAgent = new Agent({
    id: "summarize.do",
    version: "1.0"
  });

  const result = await summarizeAgent.invoke({
    prompt: `Please provide a concise summary of the following text:`,
    text: longText
  });

  return result.summary as string;
}

const longArticle = "..."; // Your long text here
summarizeText(longArticle).then(summary => console.log(summary));

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.