Enqueue a print job
Jobs
Enqueue a print job
Creates a new queued print job from a print_file_id. The optional printer_id pre-assigns a printer; omit it to leave the job unassigned. Server-side checks: file must exist (FILE_NOT_FOUND), printer (if provided) must exist (PRINTER_NOT_FOUND), SKU (if provided) must exist (SKU_NOT_FOUND), and printer model must match the file’s model (PRINTER_MODEL_MISMATCH).
POST
Enqueue a print job
Authorizations
API keys are minted in the AutoPrintFarm web app under Settings → API Keys. Send as Authorization: Bearer apf_live_.... Keys are shown exactly once at creation and can be revoked at any time.
Body
application/json
Minimum string length:
1Maximum string length:
50Maximum string length:
50Maximum string length:
50Required range:
x >= 1Required range:
x >= 1