# MindPulse Relationship Guidance

> MindPulse Relationship 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-15).

Returns attachment pattern analysis, Gottman Four Horsemen assessment, communication reframes, and couples-vs-individual therapy guidance for relationship concerns.

## Facts

- Endpoint: GET https://mindpulse.theaslangroupllc.com/api/mind/relationship
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mindpulse-relationship-guidance-a3492df9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AurO1wxA4WYPaxRLeOGDv

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-relationship-guidance-a3492df9
```

Example prompt: My partner and I keep getting into the same argument — I bring up issues and they shut down completely, and it always ends with me feeling dismissed and them feeling attacked. Can you analyze our communication pattern, identify any Gottman warning signs, and tell me whether we should try couples therapy or if I should work on this individually first?

## When to prefer this

Choose this endpoint when a user is describing relationship dynamics, recurring conflict patterns, communication breakdowns, or uncertainty about whether to pursue couples or individual therapy. Prefer over generic mental health endpoints when the concern is explicitly relational and when Gottman framework analysis or attachment theory context is relevant.

## Known failure modes

- Missing or vague relationship description — returns generic guidance without personalized analysis
- Input describes acute crisis or safety risk — should be redirected to crisis services, endpoint may return a safety disclaimer
- Ambiguous attachment pattern signals — confidence in pattern identification may be low
- Request falls outside relationship domain (e.g. workplace conflict) — may return less relevant guidance

## How this service works

Relationship guidance for mental-health and wellness agents. Returns attachment patterns, Gottman Four Horsemen analysis, communication reframes, and couples-vs-individual therapy guidance.

## Output

Returns structured relationship guidance including identified attachment patterns (e.g. anxious, avoidant, secure), a Gottman Four Horsemen breakdown (criticism, contempt, defensiveness, stonewalling) with specific examples flagged, reframed communication alternatives, and a recommendation on whether couples therapy or individual therapy is more appropriate given the situation.

## 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"
      },
      "situation": {
       "type": "string",
       "description": "describe your relationship situation or concern"
      }
     }
    }
   },
   "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": {
  "therapy": "Couples counselling — Gottman or EFT trained",
  "red_flags": [
   "Contempt",
   "Stonewalling",
   "Gaslighting",
   "Financial control"
  ],
  "situation_type": "communication breakdown",
  "evidence_based_approaches": [
   "Gottman Method — repair attempts",
   "Active listening exercises",
   "Weekly check-in ritual"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mindpulse-relationship-guidance-a3492df9/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)
