Try ProductClank's social amplification for $2 before committing to a full boost
Try ProductClank's social amplification for $2 before committing to a full boost — the cheapest way to test community-driven growth marketing. Runs the exact same flow as the $20 boost, scaled to a single reply: 1 authentic AI-drafted reply posted on your post by a real community member. Works on X/Twitter, LinkedIn, Instagram, TikTok, Reddit, Farcaster, YouTube. Send the post URL; get back a campaign id and a public tracking URL. Ready for the full 10 replies? Use /api/x402/boost.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://www.productclank.com/api/x402/boost-trial
| Category | Everything else |
|---|---|
| Provider host | www.productclank.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"post_url": "https://x.com/productclank/status/1234567890123456789",
"reply_guidelines": "Supportive, curious replies that highlight the product's AI features"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"post_author": {
"description": "Optional \u2014 the post author's username (used with post_text)",
"type": "string"
},
"post_text": {
"description": "Optional \u2014 the post's text. Skips server-side fetching; recommended for LinkedIn and Instagram posts",
"type": "string"
},
"post_url": {
"description": "URL of the social post to boost \u2014 X/Twitter, LinkedIn, Instagram, TikTok, Reddit, Farcaster, or YouTube",
"type": "string"
},
"reply_guidelines": {
"description": "Optional tone/content guidance for the generated reply",
"type": "string"
}
},
"required": [
"post_url"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}