Brainrot API
Transform your text between English and Internet slang with our simple API
Your API Key
API Documentation
Authentication
Include your API key in the x-internal-key
header with all requests:
x-internal-key: YOUR_API_KEY
Endpoints
POST /api/v1/translate
Translate text between English and Brainrot.
Request Body:
{ "text": "Hello world", "direction": "to-brainrot" | "to-english" }
Response:
{ "translated": "hello wrld fr" }
Rate Limits
- 100 requests per hour per API key
- Minimum 500ms between requests
Example
curl -X POST https://brainrot.csmit195.com/api/v1/translate \ -H "x-internal-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "text": "Hello world", "direction": "to-brainrot" }'
Terms of Service
- Usage Limits: The API is rate-limited to prevent abuse. Excessive requests may result in temporary or permanent key deactivation.
- Acceptable Use: You agree not to use the API for any illegal, harmful, or malicious purposes.
- Content Guidelines: While the API translates internet slang, you are responsible for the content you translate.
- No Warranty: The API is provided "as is" without any warranties of accuracy or availability.
- Key Security: You are responsible for keeping your API key secure. Do not share it with others.
- Termination: We reserve the right to revoke API access for any violation of these terms.