PhotoMesh provides a REST API to create a project queue and then activate, monitor, and manage queue processing. The project queue is created using the add API method, in which a project queue JSON file is passed that lists all the tasks that should be performed for each of the projects in the project queue.
The following resources are available:
- View the Queue REST API
- Learn more and examples
You can test out the REST API as well as the Project Queue Editor and Queue Manager on your local PhotoMesh by running PhotoMesh.exe and PMAutomationService.exe from the PM application folder, and then clicking the links below:
- REST API Guide
- http://localhost:8087/automation/ProjectsQueueEditor.html and http://localhost:8087/automation/ProjectsQueueManager.html