Launch a community content campaign for your product on ProductClank
Launch a community content campaign for your product on ProductClank. $50 per launch: real creators produce and post original content (threads, posts, videos) about your product, and you track submissions on a public campaign page. Requires a ProductClank product id — create one free at www.productclank.com. Send the product id plus a campaign message; the brief is AI-composed and the campaign auto-activates within minutes. Returns campaign id, public URL, and admin URL.
50000000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-27
updated
Provider
www.productclank.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x876Be690234aaD9C7ae8bb02c6900f5844aCaF68",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"campaign_goals": [
"awareness",
"signups"
],
"campaign_message": "We just shipped AI-powered analytics — get creators to show how they use it in real workflows",
"product_id": "0f1e2d3c-0000-0000-0000-000000000000",
"target_audience": "Indie hackers and data-curious founders"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"campaign": {
"campaign_number": "GB-017",
"campaign_type": "take_action",
"id": "7a1b2c3d-0000-0000-0000-000000000000",
"public_url": "https://www.productclank.com/communiply/content/7a1b2c3d-0000-0000-0000-000000000000",
"status": "processing",
"title": "Show your AI analytics workflow"
},
"payment": {
"amount_usd": 50,
"network": "eip155:8453",
"settled": true,
"transaction": "0xabc123…"
},
"success": true
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"additional_guidelines": {
"description": "Optional extra content guidelines for creators",
"type": "string"
},
"campaign_goals": {
"description": "Optional campaign goals, e.g. awareness, signups, launches",
"items": {
"type": "string"
},
"type": "array"
},
"campaign_message": {
"description": "The core brief: what the community's content should communicate about the product",
"type": "string"
},
"preferred_platform": {
"description": "Optional preferred platform for the content (e.g. twitter, youtube)",
"type": "string"
},
"product_id": {
"description": "ProductClank product id the campaign is for. Create or find your product at https://www.productclank.com",
"type": "string"
},
"target_audience": {
"description": "Optional description of the audience the content should reach",
"type": "string"
}
},
"required": [
"product_id",
"campaign_message"
],
"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"
}
}
}Use it
curl
curl "https://www.productclank.com/api/x402/content-campaign" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://www.productclank.com/api/x402/content-campaign");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://www.productclank.com/api/x402/content-campaign")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8449.json, and this resource appears in /discovery/resources and /discovery/search.