# Convrgent.ai Personality-Driven Persuasion Strategy

> Convrgent.ai Personality-Driven Persuasion Strategy is a paid API for AI agents from convrgent.ai, paid per call via x402, $2.5/call, status unknown (last checked 2026-09-15).

Generates a multi-step influence plan using Cialdini principles, ELM routing, cognitive bias applications, and personality-specific levers to move a specific person toward a target decision.

## Facts

- Endpoint: POST https://convrgent.ai/api/blah/persuade
- Price: $2.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/convrgent-ai-99ef3476
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_53AbQ0mehFdvRlXWo8fuZ

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-99ef3476 -d '<json body>'
```

Example prompt: Using the vault profile for Jordan (wallet-namespaced), build me a multi-step Cialdini-based persuasion plan to get them to approve our Q3 budget proposal — focus on their risk tolerance and openness dimensions and route through the central ELM path.

## When to prefer this

Choose this endpoint when you need an outcome-oriented, personality-tailored influence plan — not just communication style advice — that sequences multiple psychological mechanisms (Cialdini, ELM, cognitive biases) into actionable steps toward a specific decision. Prefer this over the communication-adaptation endpoint when the goal is to move someone to a decision rather than simply adapt tone, and over generic persuasion guides when you have a stored personality profile to leverage.

## Known failure modes

- Profile not found in vault — returns error if the target person's profile hasn't been created
- Insufficient personality data — plan may be generic if profile lacks enough behavioral dimensions
- Missing outcome specification — endpoint requires a clear target decision/goal
- Invalid or unrecognized personality signals — may fall back to general persuasion heuristics
- Rate limiting or payment failure — x402 payment not processed correctly

## How this service works

Personality-driven persuasion strategy — multi-step influence plan using Cialdini principles, ELM routing, cognitive bias applications, and personality-specific levers. Outcome-oriented: moves a person toward a specific decision.

## Output

A structured multi-step influence plan that maps Cialdini principles (reciprocity, commitment, social proof, authority, liking, scarcity) to the target person's personality profile, identifies which cognitive biases are most applicable, specifies the ELM (central vs. peripheral) processing route, and outlines personality-specific levers and sequenced action steps to move the person toward the specified decision outcome.

## 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": [
      "objective",
      "target_action",
      "domain"
     ],
     "properties": {
      "domain": {
       "type": "string"
      },
      "objective": {
       "type": "string"
      },
      "kyh_profile": {
       "type": "object"
      },
      "target_action": {
       "type": "string"
      },
      "known_objections": {
       "type": "array",
       "items": {
        "type": "string"
       }
      },
      "resistance_level": {
       "type": "integer",
       "maximum": 5,
       "minimum": 1
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "mode": "contextual",
  "avoid": [
   "High-pressure closing",
   "Artificial urgency"
  ],
  "strategies": [
   {
    "tactic": "Reference similar companies",
    "timing": "Early",
    "principle": "Social Proof",
    "example_phrase": "Teams like yours at Acme saw 40% faster onboarding."
   },
   {
    "tactic": "Frame cost of inaction",
    "timing": "Mid-conversation",
    "principle": "Loss Aversion",
    "example_phrase": "Every month on the old plan costs roughly $12K in manual overhead."
   }
  ],
  "elm_approach": "hybrid",
  "persuasion_arc": "Build credibility through social proof, anchor on ROI, close with commitment consistency",
  "cognitive_biases": [
   "Anchoring â lead with the premium tier",
   "Loss aversion â frame as cost of NOT switching"
  ],
  "personality_levers": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/convrgent-ai-99ef3476/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)
