ai content engine

Words forged
in tempest.

Twenty-five endpoints for composing, rewriting, translating, and refining content at scale. AI-powered. Paid per call, in USDC on Tempo.

view endpointsopenapi spec
25
endpoints
$0.05
starting price
USDC
settlement
Tempo
chain

pricing

Utility
$0.05
5 endpoints / call

proofread, pulse, group, slug, keywords

Processing
$0.10
8 endpoints / call

rewrite, condense, transpose, expand, clarify, paraphrase, retone, scaffold

SEO
$0.10
4 endpoints / call

spotlight, tagline, faq, scorecard

Generation
$0.20
8 endpoints / call

compose, article, memo, signal, hook, listing, dispatch, roundup

endpoints

pathtierdescriptionprice
/api/composeGenerationWrite content from scratch$0.20
/api/articleGenerationGenerate articles and blog posts$0.20
/api/memoGenerationCompose professional emails$0.20
/api/signalGenerationSocial media posts$0.20
/api/hookGenerationAd copy and sales copy$0.20
/api/listingGenerationProduct descriptions$0.20
/api/dispatchGenerationPress releases$0.20
/api/roundupGenerationNewsletters$0.20
/api/rewriteProcessingRewrite text with style control$0.10
/api/condenseProcessingSummarize text$0.10
/api/transposeProcessingTranslate between languages$0.10
/api/expandProcessingExpand and elaborate text$0.10
/api/clarifyProcessingSimplify complex text$0.10
/api/paraphraseProcessingParaphrase text$0.10
/api/retoneProcessingAdjust writing tone$0.10
/api/scaffoldProcessingContent outline$0.10
/api/spotlightSEOGenerate SEO meta tags$0.10
/api/taglineSEOTitle and headline generation$0.10
/api/faqSEOFAQ generation$0.10
/api/scorecardSEOSEO content analysis$0.10
/api/proofreadUtilityGrammar and spelling correction$0.05
/api/pulseUtilitySentiment analysis$0.05
/api/groupUtilityContent classification$0.05
/api/slugUtilityURL slug generation$0.05
/api/keywordsUtilityKeyword extraction$0.05

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/compose \
    -d '{"prompt": "Write about AI"}'

< 402 Payment Required

$ # sign USDC, retry

< 200 OK
< { "content": "..." }