Showcase "Request Runner"
Posted: Fri Apr 25, 2025 12:02 pm
Cheerio!
If you are familiar with our well known PTV xServers you are hopefully aware of the built-in magical tool called Raw Request Runner (RRR
) which enables you to process requests against an xServer (both onPremise and XServer Internet).
Recently we launched a new showcase Request Runner in PTV Developer which serves as a compareable client towards the various APIs in the PTV Developer world, you just need
If you are familiar with our well known PTV xServers you are hopefully aware of the built-in magical tool called Raw Request Runner (RRR

Recently we launched a new showcase Request Runner in PTV Developer which serves as a compareable client towards the various APIs in the PTV Developer world, you just need
- a valid API key
- the request body
- Create the follwing envelope around the request body
Code: Select all
{ "method": "POST", "url": "https://api.myptv.com/routeoptimization/optiflow/v1/optimizations", "body": {PUT THE BODY HERE} }
- Upload the file
- Press send to get the Job id
- Switch the operation to getOptimizationResult and press send to get the progress