/api/mind/addictionAddiction support and harm-reduction guidance for mental-health and wellness agents. Honest, stage-matched guidance on alcohol, opioids, stimulants, gambling, and gaming — including MAT/MOUD treatment landscape and country-specific helplines.
Addiction support and harm-reduction guidance
Addiction and harm-reduction guidance for alcohol, opioids, stimulants, gambling, gaming, nicotine, and benzodiazepines — matched to the person's stage (curious, cutting back, quitting, relapse, or supporting someone). Covers moderation-vs-abstinence evidence for alcohol, frames MAT/MOUD (methadone/buprenorphine) as the evidence-based gold standard for opioid use disorder rather than a lesser recovery path, flags overdose prevention (naloxone), and returns country-specific helplines.
**Price:** $0.1 USDC per call
Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.
No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.
{
"properties": {
"country": {
"description": "User's country for localized helplines (e.g. US, UK, AU, CA, DE)",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"lang": {
"description": "Response language",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"stage": {
"description": "Stage: curious, cutting-back, quitting, relapse, supporting-someone",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"substance-or-behavior": {
"description": "Substance or behavior (e.g. alcohol, opioids, stimulants, gambling, gaming, nicotine, benzodiazepines)",
"required": true,
"type": "string",
"x-parameter-location": "query"
}
},
"required": [
"substance-or-behavior"
],
"type": "object"
}