drop some text below and watch the magic happen bestie
↓↓↓
translate boring texts into gen z lingo
translate any text into gen z slang. bring your own anthropic api key — your key, your bill.
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"
}'
{
"translation": "this skibidi meeting was sigma-level productive no cap, +1000 aura points fr fr"
}
| Content-Type | application/json | required |
| X-Anthropic-Key | your anthropic api key | required |
| 400 | missing text, slangType, or invalid slangType |
| 401 | missing or invalid api key |
| 405 | method not allowed (use POST) |
| 500 | translation failed |
drop some text below and watch the magic happen bestie