π§ͺ Test New Subscription Endpoints
Use these tools to test the new subscription-based and demo endpoints.
| Hour | CSS Requests | Colorize Requests | Avg Response Time (ms) | Peak Response Time (ms) |
|---|
π§ͺ Test New Subscription Endpoints
Use these tools to test the new subscription-based and demo endpoints.
| 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.
Use these tools to test SynhiServ endpoints and diagnose CORS or connectivity issues. All tests run server-side to avoid browser limitations.
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": {...}}
Purpose: Get CSS styles for a specific theme
Parameters: theme (string) - Theme specification
Example: /getCSS?theme=liberal.Gray1.medium
Response: {"css": "...CSS rules..."}
Purpose: Colorize text based on linguistic analysis
Body: {"Text": "string", "IsDark": boolean}
Response: {"colorized": "...HTML with spans..."}