Operations for retrieving, deleting, and downloading the sliced output of quotes (FDM and SLA). Requires Cloud Slicer Token
Get Quote Record
Retrieve a quote record by its ID.
Requires a valid API token in the Authorization header (Bearer scheme).
path Parameters
quote_idID for the uploaded file (this can be found in the upload response)
ID for the uploaded file (this can be found in the upload response)
Get Quote Record › Responses
Quote details retrieved successfully
quote_iduser_idstatustimestampFile and G-code details:
Code
Time estimation details:
Code
Detailed pricing information:
Code
Configuration IDs and full config data:
Code
progressDelete Quote
Deletes the quote record and its associated output file (G-code or SLA archive) for the given Quote ID.
Requires a valid API token in the Authorization header (Bearer scheme). You can generate a token from the Cloud Slicer website in your account settings. Accepts the file ID as a query parameter. Returns a success message and the path of the removed file if deletion is successful.
path Parameters
quote_idID for the quote to delete
ID for the quote to delete
Delete Quote › Responses
Quote deleted successfully
user_idquote_idstatustimestampremoved_gcode_pathDownload Quote Gcode
Retrieve the sliced output file (G-code or SLA archive) for the quote that matches quote_id.
Requires a valid API token in the Authorization header (Bearer scheme).
path Parameters
quote_idID for the generated quote (this can be found in the quote response)
ID for the generated quote (this can be found in the quote response)
Download Quote Gcode › Responses
Sliced output file downloaded successfully