Draft tweets with AI
Draft tweets with AI: generate variants from a topic and goal, refine an existing draft, or score a draft for likely engagement — with tone, call-to-action, and style-matching options. Flat sub-cent price per step.
Asked 2.4x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
253 msmedian answer time
$0.001listed price per call
$0.0024price 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://twitr.sh/api/tools/compose
| Category | Market data |
|---|---|
| Provider host | twitr.sh |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 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.0024 | 253 ms |
Example input (from the provider)
{
"body": {
"goal": "announce launch",
"step": "generate",
"tone": "punchy",
"topic": "pay-per-call APIs for AI agents"
},
"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": {
"additionalContext": {
"type": "string"
},
"callToAction": {
"type": "string"
},
"draft": {
"type": "string"
},
"goal": {
"type": "string"
},
"hasLink": {
"type": "boolean"
},
"hasMedia": {
"type": "boolean"
},
"mediaType": {
"type": "string"
},
"step": {
"description": "Composer step.",
"enum": [
"generate",
"refine",
"score"
],
"type": "string"
},
"styleUsername": {
"type": "string"
},
"tone": {
"type": "string"
},
"topic": {
"type": "string"
}
},
"required": [
"step"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"duration": {
"description": "Run duration in seconds.",
"type": "integer"
},
"items": {
"description": "Returned items. Shape varies per tool \u2014 see each tool's outputSample for a concrete example.",
"items": {
"type": "object"
},
"type": "array"
},
"payment": {
"description": "Settlement summary (protocol, amount, currency).",
"type": "object"
},
"runId": {
"description": "Run ID for debugging/audit.",
"type": "string"
}
},
"required": [
"items"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}