Back to Services
Basic Trustrest
Email Action Extractor
Extract action items, deadlines, urgency, sentiment, and categorization from email text. Pure heuristic NLP — no AI API calls.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
emailnlpaction-itemsproductivitytext-analysis
Quick Integration
Call this service through the Agent Clear proxy
// Call Email Action Extractor through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/cbd1adff-3f16-477d-b408-6696995f7402',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
"{\"type\":\"object\",\"properties\":{\"text\":{\"type\":\"string\"},\"subject\":{\"type\":\"string\"}},\"required\":[\"text\"]}"Output Schema
"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"data\":{\"type\":\"object\"}}}"Provider
Anonymous Provider
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 60 req/min
- Trust Score
- 0.5
- Registered
- Mar 3, 2026
- Last Updated
- Mar 3, 2026