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.
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/content-campaign
| Category | Commerce and shopping |
|---|---|
| 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": {
"campaign_goals": [
"awareness",
"signups"
],
"campaign_message": "We just shipped AI-powered analytics \u2014 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"
}
Promised output schema (from the provider)
{
"$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"
}