ai content studio
Your words,
polished.
Twenty-five endpoints for drafting, rewriting, translating, and refining content. AI-powered. Paid per call, in USDC on Base.
25
endpoints
$0.03
starting price
USDC
settlement
Base
chain
pricing
Simple
$0.03
5 endpoints / call
clean, vibe-check, sort, link-slug, extract-terms
Processing
$0.08
8 endpoints / call
rework, distill, convert, flesh-out, dumb-down, reword, shift-tone, blueprint
SEO
$0.08
4 endpoints / call
snippet, headline, inquiry, audit
Generation
$0.15
8 endpoints / call
draft, longform, correspondence, broadcast, pitch, catalog, bulletin, digest
endpoints
| path | tier | description | price |
|---|---|---|---|
| /api/draft | Generation | Write content from scratch | $0.15 |
| /api/longform | Generation | Generate articles and blog posts | $0.15 |
| /api/correspondence | Generation | Compose professional emails | $0.15 |
| /api/broadcast | Generation | Social media posts | $0.15 |
| /api/pitch | Generation | Ad copy and sales copy | $0.15 |
| /api/catalog | Generation | Product descriptions | $0.15 |
| /api/bulletin | Generation | Press releases | $0.15 |
| /api/digest | Generation | Newsletters | $0.15 |
| /api/rework | Processing | Rewrite text with style control | $0.08 |
| /api/distill | Processing | Summarize text | $0.08 |
| /api/convert | Processing | Translate between languages | $0.08 |
| /api/flesh-out | Processing | Expand and elaborate text | $0.08 |
| /api/dumb-down | Processing | Simplify complex text | $0.08 |
| /api/reword | Processing | Paraphrase text | $0.08 |
| /api/shift-tone | Processing | Adjust writing tone | $0.08 |
| /api/blueprint | Processing | Content outline | $0.08 |
| /api/snippet | SEO | Generate SEO meta tags | $0.08 |
| /api/headline | SEO | Title and headline generation | $0.08 |
| /api/inquiry | SEO | FAQ generation | $0.08 |
| /api/audit | SEO | SEO content analysis | $0.08 |
| /api/clean | Simple | Grammar and spelling correction | $0.03 |
| /api/vibe-check | Simple | Sentiment analysis | $0.03 |
| /api/sort | Simple | Content classification | $0.03 |
| /api/link-slug | Simple | URL slug generation | $0.03 |
| /api/extract-terms | Simple | Keyword extraction | $0.03 |
how it works
01
Request
POST to any endpoint
02
402
Payment required
03
Pay
Sign USDC payment
04
Response
Receive your content
$ curl -X POST /api/draft \
-d '{"prompt": "Write about AI"}'
< 402 Payment Required
$ # sign USDC, retry
< 200 OK
< { "content": "..." }