# ProductClank Post Boost

> ProductClank Post Boost is a paid API for AI agents from www.productclank.com, paid per call via x402, $20/call, status unknown (last checked 2026-09-15).

Boosts a social media post with real human engagement (replies, likes, or reposts) from ProductClank's creator community for $20 USDC per campaign.

## Facts

- Endpoint: POST https://www.productclank.com/api/x402/boost
- Price: $20/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/productclank-post-boost-a0c7ff7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BSoArxcrJ-RLJdciDlf6v

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 productclank-post-boost-a0c7ff7a -d '<json body>'
```

Example prompt: Boost my latest X post at https://x.com/myfounders/status/1234567890 with 10 authentic replies — keep the tone encouraging and focused on our productivity app launch.

## When to prefer this

Choose this endpoint when you need fast, authentic-looking social engagement on a specific post across major platforms and want a simple pay-per-boost model with real human community members posting. Prefer this over scheduling or analytics tools when the immediate goal is increasing visible engagement metrics (replies, likes, reposts) on a single post within 24-48 hours.

## Known failure modes

- Unsupported platform URL returns an error — only X/Twitter, LinkedIn, Instagram, TikTok, Reddit, Farcaster, and YouTube are supported
- Private or deleted post URL that cannot be fetched will fail without post_text provided
- Insufficient USDC balance causes payment failure and campaign is not created
- Invalid or malformed post URL results in a bad request error
- LinkedIn and Instagram posts may fail server-side fetching — post_text should be provided for those platforms

## How this service works

Boost any social post with real human engagement from ProductClank's creator community. $20 per boost: 10 authentic AI-drafted replies posted by real community members (or 30 likes / 10 reposts). Works on X/Twitter, LinkedIn, Instagram, TikTok, Reddit, Farcaster, and YouTube. Send the post URL; get back a campaign id and a public tracking URL. Engagement typically lands within 24-48 hours.

## Output

Returns a campaign ID and a public tracking URL where you can monitor the engagement campaign status and see real-time progress as community members deliver replies, likes, or reposts within 24-48 hours.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "post_url": {
   "type": "string",
   "description": "URL of the social post to boost — X/Twitter, LinkedIn, Instagram, TikTok, Reddit, Farcaster, or YouTube"
  },
  "post_text": {
   "type": "string",
   "description": "Optional — the post's text. Skips server-side fetching; recommended for LinkedIn and Instagram posts"
  },
  "action_type": {
   "enum": [
    "replies",
    "likes",
    "repost",
    "quote"
   ],
   "type": "string",
   "description": "Engagement type: 'replies' = 10 authentic AI-drafted replies posted by real community members (default), 'likes' = 30 likes, 'repost' = 10 reposts, 'quote' = 10 AI-drafted quote posts (a repost WITH the member's own text, landing in their followers' feeds — X only). Some platforms only support replies."
  },
  "post_author": {
   "type": "string",
   "description": "Optional — the post author's username (used with post_text)"
  },
  "reply_guidelines": {
   "type": "string",
   "description": "Optional tone/content guidance for the generated replies"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "payment": {
   "network": "eip155:8453",
   "settled": true,
   "amount_usd": 20,
   "transaction": "0xabc123…"
  },
  "success": true,
  "campaign": {
   "id": "0b0e8f7a-0000-0000-0000-000000000000",
   "url": "https://www.productclank.com/communiply/boost/0b0e8f7a-0000-0000-0000-000000000000",
   "platform": "twitter",
   "action_type": "replies",
   "campaign_number": "CP-042"
  },
  "items_generated": 10
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/productclank-post-boost-a0c7ff7a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.productclank.com](https://www.zero.xyz/host/www.productclank.com/llms.txt)
