AI
Text Summarizer
Instantly summarise any text into clear bullet points. Paste an article, report, or document and get a concise summary with key takeaways in seconds.
Pricing
Free
API Reference
REST Endpoint
POST https://agentlab.rishit.site/api/v1/agents/text-summarizer/runInput Schema
{
"text": {
"type": "textarea",
"example": "Paste any article, report, or long document here...",
"description": "The text you want to summarise"
}
}Output Schema
{
"model": "string",
"summary": "string",
"key_points": "string[]",
"word_count": "number"
}