OG Image Generator
OG Image Generator: Generate an Open Graph social-card image (1200x630 PNG) from a title and description. Returns a base64-encoded image (MCP content type image). Optional image URL embeds a header graphic. Title truncated to 60 chars, description to 120. Pay per call in USDC on Base via x402 — POST https://x402.freeq.one/tools/og_image_generator.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
907 msmedian answer time
$0.002listed price per call
$0.002price 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://x402.freeq.one/tools/og_image_generator
| Category | Image and media |
|---|---|
| Provider host | x402.freeq.one |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.002 | 907 ms |
Example input (from the provider)
{
"body": {
"description": "Search live job postings with USDC micro-payments on Base",
"image": "https://files.catbox.moe/x402-card.png",
"title": "Jobs API \u2014 Pay Per Call"
},
"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": {
"description": "JSON request body. See GET /tools for the parameter catalog.",
"properties": {
"description": {
"description": "Card description, max 120 chars",
"example": "Search live job postings with USDC micro-payments on Base",
"type": "string"
},
"image": {
"description": "Optional http(s) header image URL",
"example": "https://files.catbox.moe/x402-card.png",
"type": "string"
},
"title": {
"description": "Card title, max 60 chars",
"example": "Jobs API \u2014 Pay Per Call",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"description": {
"type": "string"
},
"headers": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"mcpServerUrl": {
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"queryParams": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"toolName": {
"type": "string"
},
"transport": {
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"result": {
"description": "Tool output (JSON)"
}
},
"type": "object"
},
"type": {
"const": "json",
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}