no cap translator

translate boring texts into gen z lingo

translation history
no translations yet bestie
api docs v1
POST /api/translate

translate any text into gen z slang. bring your own anthropic api key — your key, your bill.

request
curl -X POST https://YOUR_URL/api/translate \
  -H "Content-Type: application/json" \
  -H "X-Anthropic-Key: sk-ant-YOUR-KEY" \
  -d '{
    "text": "This meeting was very productive",
    "slangType": "brainrot"
  }'
response
{
  "translation": "this skibidi meeting was sigma-level productive no cap, +1000 aura points fr fr"
}
slang types
"brainrot" skibidi sigma ohio energy
"tiktok" delulu slay main character era
"stan" ate no crumbs mother purr
"chill" no cap bet fr fr bussin
headers
Content-Typeapplication/jsonrequired
X-Anthropic-Keyyour anthropic api keyrequired
deploy your own

want to run your own instance? one click:

Deploy with Vercel view source on github
errors
400missing text, slangType, or invalid slangType
401missing or invalid api key
405method not allowed (use POST)
500translation failed
💬

drop some text below and watch the magic happen bestie

Copied to clipboard!