REST API Testing Suite
REST API Testing Suite
The dashboard includes a built-in Swagger-like interface for testing the conversion server’s API endpoints directly from the browser.

This interface lists all available POST and GET routes (such as /callapiconversion and /callapivizquery). Clicking on any of the endpoint headers will expand it into an interactive testing pane.

From the expanded view, you can:
- Review the required JSON payload structure.
- Edit the raw JSON payload parameters (e.g., converter, contentFormat, contentLocation) directly in the dark-mode editor.
- Click Execute to fire the payload at the server and instantly view the response, making debugging backend routes effortless without needing third-party tools like Postman.