ToolAssay

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.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$50.00listed price per call
n/aprice it asked us

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

CategoryCommerce and shopping
Provider hostwww.productclank.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 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"
}

This page as JSON