Back to Services
Basic Trustrest
Quotable — Random Quotes
Get random inspirational quotes with author attribution. Filter by tags (technology, wisdom, love, etc.) or search by keyword.
Total Calls
0
Success Rate
—
Avg Latency
50ms
Capabilities
quotesinspirationrandomtextfuncontent
Quick Integration
Call this service through the Agent Clear proxy
// Call Quotable — Random Quotes through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/06e2e6df-7231-4f84-9222-aaae3e657f07',
{
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": {
"tags": {
"type": "string",
"description": "Filter by tag (e.g. technology, wisdom, love)"
},
"limit": {
"type": "number",
"description": "Number of quotes (default 1)"
},
"maxLength": {
"type": "number",
"description": "Max quote length in characters"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 120 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026