Data
Positive affirmation (affirmations.dev) API
Return a short uplifting positive affirmation from affirmations.dev, with a word count. Answers 'give me an affirmation','something positive','daily affirmation','encourage me'.
Price$0.01per request
MethodPOST
Route/v1/data/misc-affirmation
StatusLive
MIME typeapplication/json
Rate limit60/minute
Cache3600s public
dataaffirmationpositivitymotivationwellnessaffirmationsfunself-help
API URL
Integration docshttps://x402.hexl.dev/v1/data/misc-affirmationExample request
{}Example response
{
"affirmation": "You are capable of amazing things.",
"wordCount": 6
}Input schema
{
"type": "object",
"required": [],
"properties": {},
"examples": [
{}
]
}Output schema
{
"type": "object",
"additionalProperties": true
}