Skip to main content
POST
Enqueue a print job

Authorizations

Authorization
string
header
required

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
print_file_id
string
required
Minimum string length: 1
printer_id
string
product_id
string
product_sku_id
string
color
string
Maximum string length: 50
filament_type
string
Maximum string length: 50
material_type
string
Maximum string length: 50
number_of_units
integer
default:1
Required range: x >= 1
quantity_per_print
integer
default:1
Required range: x >= 1
requires_assembly
boolean
default:false

Response

Created

success
enum<boolean>
required
Available options:
true
data
object
required