# clink-lithium-vault.fly.dev

> clink-lithium-vault.fly.dev is a paid API for AI agents from clink-lithium-vault.fly.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-16).

## Facts

- Endpoint: GET https://clink-lithium-vault.fly.dev/x/pain-points
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x-pain-points-d9297aa4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_omwcx8OEMesfE9rLEeAlF

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 x-pain-points-d9297aa4
```

## How this service works

Voice-of-customer / product complaints digest for AI agents - pass a product or brand, get clustered pain points, feature requests and praise mined from live X posts, with verbatim quotes and URLs. Product research, competitor research, churn signals, roadmap input. ?product=<name or handle>. Raw tweets + trend summary instead: /x/digest $0.05.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "product"
     ],
     "properties": {
      "product": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "product": "Cursor",
  "analysis": {
   "summary": "...",
   "pain_points": [
    {
     "count": 4,
     "theme": "...",
     "severity": "medium"
    }
   ]
  },
  "result_count": 30
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x-pain-points-d9297aa4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clink-lithium-vault.fly.dev](https://www.zero.xyz/host/clink-lithium-vault.fly.dev/llms.txt)
