This repository contains sample scripts that call Plunify's Web FPGA API to run applications like Vivado, InTime or your preferred Plunify Partner applications in Plunify Cloud.
- Obtain your API ID from your Plunify Partner.
- Sign up with Plunify Cloud to obtain API credentials.
- Call Plunify Web FPGA API using your favourite language or tool!
Refer to the API description below.
For more details please view the API documentation.
Creates a new execution task.
Returns a Job ID and an URL. Upload your project (in ZIP format) using the URL.
End point: http://cloudapi/v1/createjob
Starts the execution task with the specified Job ID.
A cloud instance will be started to run your application.
End point: http://cloudapi/v1/startjob
Returns a list of URLs to download results of the specified job ID.
End point: http://cloudapi/v1/getjob
Returns information on all completed tasks.
End point: http://cloudapi/v1/listjob
Cancels the execution task with the specified Job ID.
The cloud instance will running your application will be terminated.
End point: http://cloudapi/v1/canceljob