SynhiServ Dashboard v2.2

Current Hour
--
Total CSS Requests
0
Total Colorize Requests
0
Memory Usage
-- MB
System Status
Loading...
πŸ“§ Email Health
Loading...

Hourly Statistics

Hour CSS Requests Colorize Requests Avg Response Time (ms) Peak Response Time (ms)
Last updated: --
Active Subscriptions
--
Demo Domains
--
Today Demo Usage
--
Monthly Revenue
$--

πŸ”§ Subscription Testing

πŸ§ͺ Test New Subscription Endpoints
Use these tools to test the new subscription-based and demo endpoints.

Subscription Endpoints

Demo Endpoints

Click a button above to test subscription endpoints...

Subscription Administration

Account API Key Plan Status Domains Usage Expires Actions
Loading subscriptions...

πŸ“‹ Log Viewer

The log viewing system will be loaded here. This feature allows you to view, search, and filter application logs in real-time.

Loading logs...

πŸ› οΈ Debug & Testing Tools v2.2

Use these tools to test SynhiServ endpoints and diagnose CORS or connectivity issues. All tests run server-side to avoid browser limitations.

Core Endpoints

API Endpoints

πŸ“§ Email Testing

Click a button above to test endpoints...

πŸ“š API Documentation

Available Endpoints:

πŸ†• GET /sGetCSS (Subscription)

Purpose: Get CSS styles with subscription validation

Parameters: apiKey, pageUrl, theme

Example: /sGetCSS?apiKey=sk_demo_nike123&pageUrl=https://nike.com/shoes&theme=blue

Response: {"status": "success", "data": {"css": "..."}, "usage": {...}}

GET /getCSS (Legacy)

Purpose: Get CSS styles for a specific theme

Parameters: theme (string) - Theme specification

Example: /getCSS?theme=liberal.Gray1.medium

Response: {"css": "...CSS rules..."}

POST /colorize (Legacy)

Purpose: Colorize text based on linguistic analysis

Body: {"Text": "string", "IsDark": boolean}

Response: {"colorized": "...HTML with spans..."}