/
/PrusaLink Web
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 33m ago · Updated 2mo ago
  • getapi version informations
  • getprinter informations
  • getstorage info
  • getFile or folder metadata
  • putupload file or create folder
  • deleteDelete a file or folder.
  • headfile presence and state check
  • getGet a list of active cameras and its properties
  • putList of cameras in intended order
  • getGet current settings and properties of specific camera
  • postSetup a new camera or fix a broken one
  • deleteDelete a camera
  • getReturn a captured image from the default camera
  • getReturn a captured image from the camera with a given id
  • postMake a snapshot with the camera
  • deleteReset settings of a camera
  • patchSet new settings to a working camera
  • postRegister a camera to Connect
  • deleteUn-register a camera from Connect
  • getRetrieve information about available updates of packages and their versions
  • postUpdate packages

printer informations

get/api/v1/info

Response

OK

mmuboolean
namestring
locationstring
farm_modeboolean
nozzle_diameternumber
min_extrusion_tempinteger
serialstring
sd_readyboolean
active_cameraboolean
hostnamestring
portstring

Example response

{
  "name": "MuadDib",
  "location": "Arrakis",
  "nozzle_diameter": 0.4,
  "min_extrusion_temp": 170,
  "serial": "CZPX4720X004XC34242",
  "sd_ready": true,
  "active_camera": true,
  "hostname": "prusa-mk3.lan",
  "port": "/dev/tty"
}

Changes