# HerbaPulse Cannabis Intelligence API

> HerbaPulse Cannabis Intelligence API is a paid API for AI agents from herbapulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Returns evidence base, drug interactions, and global legal status for cannabis and cannabinoids

## Facts

- Endpoint: GET https://herbapulse.theaslangroupllc.com/api/herba/cannabis
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/herbapulse-cannabis-intelligence-api-138e4f8c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VAuxncCFQsha7DLYwX3ZA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability herbapulse-cannabis-intelligence-api-138e4f8c
```

Example prompt: What does the current evidence say about cannabis for chronic pain, are there any serious drug interactions I should know about especially with opioids, and is it legally accessible in Canada?

## When to prefer this

Use this endpoint when an agent needs structured, evidence-grounded cannabis intelligence — specifically the combination of clinical evidence, drug interactions, and legal status in one call. Prefer it over general web search when you need structured, machine-readable pharmacological and legal data about cannabis or specific cannabinoids for a wellness, health, or compliance use case.

## Known failure modes

- Unrecognized cannabinoid name returns 404 or empty result
- Overly broad queries without a specific compound may return general results
- Legal status data may lag behind rapidly changing regulations
- Drug interaction data may be incomplete for novel cannabinoids like THCV or CBG

## How this service works

Cannabis intelligence for wellness and health agents. Returns the evidence base, drug interactions, and global legal status for cannabis and cannabinoids.

## Output

A structured payload covering: the scientific and clinical evidence base for cannabis/cannabinoids, known drug-drug interactions with other medications, and a jurisdiction-by-jurisdiction global legal status summary for cannabis and relevant cannabinoids.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "topic": {
   "type": "string",
   "description": "anxiety | pain | sleep | epilepsy | nausea | inflammation | general"
  },
  "compound": {
   "type": "string",
   "description": "Default: both"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/herbapulse-cannabis-intelligence-api-138e4f8c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from herbapulse.theaslangroupllc.com](https://www.zero.xyz/host/herbapulse.theaslangroupllc.com/llms.txt)
