# MindPulse Postpartum & Perinatal Mental Health Guidance

> MindPulse Postpartum & Perinatal Mental Health Guidance is a paid API for AI agents from mindpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Provides evidence-based postpartum and perinatal mental health information, distinguishing baby blues from PPD, covering postpartum anxiety, intrusive thoughts, paternal/partner PPD, and country-specific crisis resources.

## Facts

- Endpoint: GET https://mindpulse.theaslangroupllc.com/api/mind/postpartum
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mindpulse-postpartum-perinatal-mental-health-guidance-eb0fafdd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Uh41Rr9FJNCXYePL8Ff3M

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 mindpulse-postpartum-perinatal-mental-health-guidance-eb0fafdd
```

Example prompt: I had my baby six weeks ago and I'm still feeling really low, tearful, and detached — can you tell me whether this sounds like baby blues or postpartum depression, and what resources are available in the US if I need urgent help?

## When to prefer this

Use this endpoint when a parenting or mental-health agent needs to help a new parent (mother, father, or partner) understand postpartum or perinatal mental health conditions, distinguish between normal adjustment and clinical disorders, or access country-specific crisis and helpline resources. Prefer this over general mental health endpoints when the context is explicitly postpartum or perinatal.

## Known failure modes

- Missing or unrecognized country code may return generic rather than localized crisis resources
- Highly ambiguous symptom descriptions may yield broad classifications without specificity
- Endpoint provides information only — cannot replace clinical diagnosis or emergency intervention
- Rate limiting or payment failure (x402) results in 402 Payment Required response

## How this service works

Postpartum and perinatal mental health guidance for parenting and mental-health agents. Distinguishes baby blues from postpartum depression, covers postpartum anxiety, intrusive thoughts, and paternal/partner PPD, with country-specific crisis and helpline resources.

## Output

Returns a structured mental health guidance response that classifies symptoms (baby blues, postpartum depression, postpartum anxiety, intrusive thoughts), explains each condition's hallmarks and timeline, covers paternal and partner PPD, recommends evidence-based coping steps, and provides country-specific crisis hotlines and helpline contact information.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | zh | ja | ko | pt | ar | hi"
      },
      "concern": {
       "type": "string",
       "description": "baby-blues-vs-ppd | ppa | intrusive-thoughts | partner-support | screening"
      },
      "country": {
       "type": "string",
       "description": "US | UK | AU | CA | DE | any ISO country name — never assume US"
      },
      "weeks-postpartum": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "concern_assessed": "baby-blues-vs-ppd",
  "baby_blues_vs_ppd": {
   "ppd_threshold": "Symptoms persisting beyond 2 weeks suggest PPD, not baby blues."
  },
  "country_helplines": {
   "country": "United Kingdom",
   "helplines": [
    {
     "name": "PANDAS Foundation Helpline",
     "how_to_reach": "Call 0808 1961 776"
    }
   ]
  },
  "postpartum_psychosis_note": "Hallucinations or severe confusion postpartum are a medical emergency."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mindpulse-postpartum-perinatal-mental-health-guidance-eb0fafdd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mindpulse.theaslangroupllc.com](https://www.zero.xyz/host/mindpulse.theaslangroupllc.com/llms.txt)
