/
/PrusaLink Web
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
  • getapi version informations
  • getprinter informations
  • getprinter, job and transfer telemetry info
  • getjob info
  • deletestop job
  • putpause job
  • putresume job
  • putcontinue job
  • getstorage info
  • gettransfer info
  • deletestop transfer
  • getFile or folder metadata
  • putupload file or create folder
  • postStart print of file if there's no print job running
  • 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 update of given environment
  • postUpdate given environment

upload file or create folder

put/api/v1/files/{storage}/{path}

Headers

Content-Lengthinteger
Example:101342

Length of file to upload

Content-Typestring

Type of uploaded media

Print-After-Upload'?0' | '?1'

?0=False, ?1=True, according RFC8941/3.3.6

Whether to start printing the file after upload

Overwrite'?0' | '?1'

?0=False, ?1=True, according RFC8941/3.3.6

Whether to overwrite already existing files

Response

Created

Changes