# Convrgent.ai Multi-Dimensional Compatibility Analysis

> Convrgent.ai Multi-Dimensional Compatibility Analysis is a paid API for AI agents from convrgent.ai, paid per call via x402, $5/call, status unknown (last checked 2026-09-13).

Analyzes relationship compatibility between two people across 5+ frameworks including synastry astrology, socionics, Chinese zodiac, Enneagram, and Life Path numerology

## Facts

- Endpoint: POST https://convrgent.ai/api/kyh/multi/compatibility
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/convrgent-ai-dd8de7a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D4RehvKdA-Z0Kv_xpOXwa

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 convrgent-ai-dd8de7a0 -d '<json body>'
```

Example prompt: Can you run a full multi-framework compatibility analysis between Alex (born March 14, 1990 at 8:30am in Chicago) and Jamie (born July 22, 1988 at 11:45pm in New York) — I want synastry aspects, socionics intertype, Chinese zodiac, Enneagram pairing, and Life Path compatibility all in one report?

## When to prefer this

Use this endpoint when you need a comprehensive, multi-framework compatibility analysis between two specific people in a single call. Prefer this over single-dimension endpoints when the user wants a holistic relationship assessment spanning astrology, psychology, numerology, and typology simultaneously rather than just one system.

## Known failure modes

- Missing or incomplete birth data for one or both persons returns validation error
- Invalid date/time format causes parsing failure
- Insufficient profile data to compute one or more frameworks may return partial results
- Network timeout for complex multi-framework computation
- Payment failure via x402 protocol blocks request

## How this service works

Compatibility analysis — relationship match between two humans. Synastry aspects, socionics intertype relations, Chinese zodiac compatibility, Enneagram pairing dynamics, Life Path compatibility, personality compatibility across 5+ dimensions, partner matching.

## Output

Returns a structured compatibility report covering 5+ dimensions: synastry astrological aspects between two natal charts, socionics intertype relationship classification, Chinese zodiac pairing, Enneagram dynamic analysis, Life Path number compatibility, and an overall personality match score synthesized across all frameworks.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "bodyType",
    "body",
    "method"
   ],
   "properties": {
    "body": {
     "required": [
      "humanA",
      "humanB"
     ],
     "properties": {
      "humanA": {
       "type": "object",
       "properties": {
        "birthData": {
         "type": "object",
         "required": [
          "year",
          "month",
          "day",
          "location"
         ],
         "properties": {
          "day": {
           "type": "integer"
          },
          "hour": {
           "type": "integer",
           "description": "Highly recommended. Defaults to 12 if omitted."
          },
          "year": {
           "type": "integer"
          },
          "month": {
           "type": "integer"
          },
          "minute": {
           "type": "integer",
           "description": "Defaults to 0 if omitted."
          },
          "latitude": {
           "type": "number",
           "description": "Optional override"
          },
          "location": {
           "type": "string",
           "description": "City and country. Coordinates auto-resolved."
          },
          "timezone": {
           "type": "number",
           "description": "Optional — auto-resolved from location"
          },
          "longitude": {
           "type": "number",
           "description": "Optional override"
          }
         }
        },
        "responses": {
         "type": "object"
        },
        "textSamples": {
         "type": "array",
         "items": {
          "type": "object",
          "required": [
           "text"
          ],
          "properties": {
           "text": {
            "type": "string"
           },
           "context": {
            "type": "string"
           }
          }
         }
        },
        "observations": {
         "type": "object"
        }
       }
      },
      "humanB": {
       "type": "object",
       "properties": {
        "birthData": {
         "type": "object",
         "required": [
          "year",
          "month",
          "day",
          "location"
         ],
         "properties": {
          "day": {
           "type": "integer"
          },
          "hour": {
           "type": "integer",
           "description": "Highly recommended. Defaults to 12 if omitted."
          },
     
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "risks": [
   "Different conflict approaches"
  ],
  "strengths": [
   "Complementary thinking styles"
  ],
  "confidence": 0.75,
  "dimensions": {
   "values": 68,
   "cognitive": 75,
   "emotional": 65,
   "practical": 70,
   "communication": 80
  },
  "overallScore": 72,
  "recommendations": [
   "..."
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/convrgent-ai-dd8de7a0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from convrgent.ai](https://www.zero.xyz/host/convrgent.ai/llms.txt)
