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.

view endpointsopenapi spec
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

pathtierdescriptionprice
/api/draftGenerationWrite content from scratch$0.15
/api/longformGenerationGenerate articles and blog posts$0.15
/api/correspondenceGenerationCompose professional emails$0.15
/api/broadcastGenerationSocial media posts$0.15
/api/pitchGenerationAd copy and sales copy$0.15
/api/catalogGenerationProduct descriptions$0.15
/api/bulletinGenerationPress releases$0.15
/api/digestGenerationNewsletters$0.15
/api/reworkProcessingRewrite text with style control$0.08
/api/distillProcessingSummarize text$0.08
/api/convertProcessingTranslate between languages$0.08
/api/flesh-outProcessingExpand and elaborate text$0.08
/api/dumb-downProcessingSimplify complex text$0.08
/api/rewordProcessingParaphrase text$0.08
/api/shift-toneProcessingAdjust writing tone$0.08
/api/blueprintProcessingContent outline$0.08
/api/snippetSEOGenerate SEO meta tags$0.08
/api/headlineSEOTitle and headline generation$0.08
/api/inquirySEOFAQ generation$0.08
/api/auditSEOSEO content analysis$0.08
/api/cleanSimpleGrammar and spelling correction$0.03
/api/vibe-checkSimpleSentiment analysis$0.03
/api/sortSimpleContent classification$0.03
/api/link-slugSimpleURL slug generation$0.03
/api/extract-termsSimpleKeyword 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": "..." }