{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "x402-dexter-cash-api-tools-memes-jobs",
  "title": "Dexter \u00b7 Meme Generator Job Queue",
  "url": "https://x402.dexter.cash/api/tools/memes/jobs",
  "category": "media",
  "summary": "Submit an asynchronous request to generate a meme and receive a job reference for tracking.",
  "seo": {
    "title": "AI Meme Generator API | Dexter x402 | Base, Solana",
    "description": "Create memes via asynchronous job queue on Dexter. Pay 0.5 USDC per meme generation job. Supports Base and Solana networks. Returns job ID for status polling."
  },
  "use_cases": [
    "Generate memes for social media campaigns",
    "Create visual content for community engagement",
    "Produce branded meme content at scale"
  ],
  "ideal_buyer": "Social media automation agents and content creators needing programmatic meme generation.",
  "example_prompt": "Create a meme about AI agents taking over the economy.",
  "example_request_body": {
    "style": "meme",
    "prompt": "AI agents taking over the economy"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 25,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "verified_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "DevFFyNWxZPtYLpEjzUnN1PFc9Po6PH7eZCi9f3tTkTw",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "500000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Dexter Meme generator job",
      "verified": true,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "prompt": {
              "type": "string",
              "description": "Creative brief for the meme render (defaults to \u201cA futuristic cyberpunk city with neon lights and flying cars\u201d when blank)."
            },
            "tokens": {
              "type": "array",
              "properties": {
                "mint": {
                  "type": "string",
                  "description": "SPL mint to showcase."
                },
                "symbol": {
                  "type": "string",
                  "description": "Ticker/nickname for captions (optional)."
                },
                "logoUrl": {
                  "type": "string",
                  "description": "Logo override URL (optional)."
                },
                "headerUrl": {
                  "type": "string",
                  "description": "Banner override URL (optional)."
                }
              },
              "description": "Provide custom tokens (mint + optional symbol/media) instead of the auto Solscan picks."
            },
            "tokenCount": {
              "type": "integer",
              "description": "Optional number of tokens featured in the meme."
            },
            "trendingLimit": {
              "type": "integer",
              "description": "How many Solscan trending tokens to auto-embed (1-10). Defaults to the provider\u2019s standard bundle when blank."
            },
            "twitterHandle": {
              "type": "string",
              "description": "Optional Twitter/X handle (with or without @). Dexter will mention it when the meme is ready."
            },
            "referenceImageIds": {
              "type": "array",
              "description": "Attach previously uploaded asset IDs for remix-style memes."
            },
            "referenceImageCount": {
              "type": "integer",
              "description": "Optional number of reference images attached."
            },
            "includeProfileImages": {
              "type": "boolean",
              "description": "true/false to render profile avatars along the caption rows (defaults to true)."
            },
            "includeDexterBranding": {
              "type": "boolean",
              "description": "true/false to toggle Dexter branding (defaults to true)."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean"
          },
          "job": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string",
                "description": "Job identifier."
              },
              "status": {
                "type": "string",
                "description": "pending/queued/running/completed/failed."
              },
              "jobType": {
                "type": "string",
                "description": "Worker type handling the request."
              },
              "statusUrl": {
                "type": "string",
                "description": "Public URL for monitoring job progress."
              },
              "transport": {
                "type": "string",
                "description": "Submission origin (web, api, mcp, etc.)."
              },
              "notification": {
                "type": "object",
                "properties": {
                  "twitterHandle": {
                    "type": [
                      "string",
                      "null"
                    ],
                    "description": "Handle captured for Twitter mentions."
                  },
                  "twitterNotifiedAt": {
                    "type": [
                      "string",
                      "null"
                    ],
                    "description": "ISO timestamp when the Twitter notification was sent."
                  }
                },
                "description": "Notification metadata for downstream alerts."
              },
              "publicAccessToken": {
                "type": "string",
                "description": "Token used to poll the job without Dex auth."
              }
            },
            "description": "Asynchronous job reference for the requested render."
          }
        }
      }
    },
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9421c7ca7d8dcee9760d72be81137ee162003c36",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "500000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Dexter Meme generator job",
      "verified": true,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "prompt": {
              "type": "string",
              "description": "Creative brief for the meme render (defaults to \u201cA futuristic cyberpunk city with neon lights and flying cars\u201d when blank)."
            },
            "tokens": {
              "type": "array",
              "properties": {
                "mint": {
                  "type": "string",
                  "description": "SPL mint to showcase."
                },
                "symbol": {
                  "type": "string",
                  "description": "Ticker/nickname for captions (optional)."
                },
                "logoUrl": {
                  "type": "string",
                  "description": "Logo override URL (optional)."
                },
                "headerUrl": {
                  "type": "string",
                  "description": "Banner override URL (optional)."
                }
              },
              "description": "Provide custom tokens (mint + optional symbol/media) instead of the auto Solscan picks."
            },
            "tokenCount": {
              "type": "integer",
              "description": "Optional number of tokens featured in the meme."
            },
            "trendingLimit": {
              "type": "integer",
              "description": "How many Solscan trending tokens to auto-embed (1-10). Defaults to the provider\u2019s standard bundle when blank."
            },
            "twitterHandle": {
              "type": "string",
              "description": "Optional Twitter/X handle (with or without @). Dexter will mention it when the meme is ready."
            },
            "referenceImageIds": {
              "type": "array",
              "description": "Attach previously uploaded asset IDs for remix-style memes."
            },
            "referenceImageCount": {
              "type": "integer",
              "description": "Optional number of reference images attached."
            },
            "includeProfileImages": {
              "type": "boolean",
              "description": "true/false to render profile avatars along the caption rows (defaults to true)."
            },
            "includeDexterBranding": {
              "type": "boolean",
              "description": "true/false to toggle Dexter branding (defaults to true)."
            }
          },
          "discoverable": true
        },
        "output": {
          "ok": {
            "type": "boolean"
          },
          "job": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string",
                "description": "Job identifier."
              },
              "status": {
                "type": "string",
                "description": "pending/queued/running/completed/failed."
              },
              "jobType": {
                "type": "string",
                "description": "Worker type handling the request."
              },
              "statusUrl": {
                "type": "string",
                "description": "Public URL for monitoring job progress."
              },
              "transport": {
                "type": "string",
                "description": "Submission origin (web, api, mcp, etc.)."
              },
              "notification": {
                "type": "object",
                "properties": {
                  "twitterHandle": {
                    "type": [
                      "string",
                      "null"
                    ],
                    "description": "Handle captured for Twitter mentions."
                  },
                  "twitterNotifiedAt": {
                    "type": [
                      "string",
                      "null"
                    ],
                    "description": "ISO timestamp when the Twitter notification was sent."
                  }
                },
                "description": "Notification metadata for downstream alerts."
              },
              "publicAccessToken": {
                "type": "string",
                "description": "Token used to poll the job without Dex auth."
              }
            },
            "description": "Asynchronous job reference for the requested render."
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-cf0cf4854b5b",
  "origin": {
    "slug": "x402-dexter-cash",
    "host": "x402.dexter.cash",
    "title": "Public x402 Facilitator for API Payments \u2022 Dexter",
    "description": "Integrate Dexter's public x402 facilitator for verification, signing, and settlement across supported chains.",
    "url": "https://x402.dexter.cash",
    "og_image": "https://dexter.cash/og-images/v2/default",
    "favicon": "https://dexter.cash/assets/logos/logo.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402-dexter-cash-api-tools-memes-jobs",
    "url": "https://x402all.com/resource/x402-dexter-cash-api-tools-memes-jobs",
    "name": "Dexter \u00b7 Meme Generator Job Queue",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-tools-memes-jobs",
        "@type": "Offer",
        "price": "0.5",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.500000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      },
      {
        "url": "https://x402all.com/resource/x402-dexter-cash-api-tools-memes-jobs",
        "@type": "Offer",
        "price": "0.5",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.500000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ]
      }
    ],
    "sameAs": "https://x402.dexter.cash/api/tools/memes/jobs",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402-dexter-cash",
      "url": "https://x402.dexter.cash",
      "name": "Public x402 Facilitator for API Payments \u2022 Dexter",
      "@type": "Organization"
    },
    "identifier": "x402-dexter-cash-api-tools-memes-jobs",
    "description": "Create memes via asynchronous job queue on Dexter. Pay 0.5 USDC per meme generation job. Supports Base and Solana networks. Returns job ID for status polling.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-dexter-cash-api-tools-memes-jobs",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402-dexter-cash-api-tools-memes-jobs"
}
