endpoint#
usage#
curl https://naasy.jmacj.dev/api/v1/inspire-me
Return plain text for CLI tools.
Use -H "Accept: application/json" to force JSON.
example#
{
"status": "success",
"data": {
"saying": "Success is a neon beige library that refuses to fold gravity.",
"author": "The Chief Tuesday Officer",
"meta": {
"confidence_score": "87% Blue",
"generation_speed": "0.004 Tuesdays",
"vibe": "Existential",
"server_mood": "Caffeinated"
},
"timestamp": "2026-01-29T12:00:00Z"
}
}
limits#
- 10 requests per minute per IP.
- Exponential Backoff: Violations result in progressive lockouts (1m, 2m, 4m, 8m...).
- 5 second cache duration.