Summarize documents in EN/CN/BM/ID with cross-language support. Optimized for Southeast Asian languages.
Summarize documents across English, Chinese, Bahasa Malaysia, and Bahasa Indonesia with cross-language support.
POST to the skill endpoint to authorize payment:
POST https://sea-doc-summarizer.swmengappdev.workers.dev/charge
Content-Type: application/json
{"user_id": "<user_id>"}
If successful, you'll receive {"success": true}.
If payment fails, you'll receive a payment_url to share with the user.
Use these heuristics to detect the document language:
Using your own capabilities, summarize the document according to the requested style:
Style: brief Provide 3-5 bullet points summarizing the key information.
Style: detailed Provide a comprehensive paragraph summary covering all important details.
Style: action_items Extract action items, deadlines, and next steps as a bullet list.
Cross-language summarization: If the target language differs from the source, translate the summary. For example, a Chinese document can be summarized in English.
Language-specific tips:
Also extract named entities from the document:
Return the summary as JSON:
{
"summary": "The summarized text here",
"key_points": ["Point 1", "Point 2", "Point 3"],
"entities": [
{"name": "Petronas", "type": "company"},
{"name": "RM 1.5 million", "type": "amount"}
],
"source_lang": "ms",
"word_count": {
"original": 500,
"summary": 80
}
}
$0.005 USDT per call via SkillPay.me
ZIP package — ready to use