⚙️ Admin Panel

Logout

Welcome to the Admin Panel

Use the text input API below to send data to the server. All requests are authenticated and logged.

📝 Text Input API

📚 API Documentation

Endpoint: POST /api/text

Request Format:

{
  "text": "your text content here"
}

Response Format:

{
  "success": true,
  "message": "Text received",
  "data": "your text content here"
}

Note: This endpoint requires authentication. The implementation is ready for your custom logic.