Request a signed upload URL
Mints a signed token bound to your account. Use the returned upload_url (token in the path) with PUT /files/upload/{token} to upload the file directly. Token TTL = 1 hour; the API key is still required on the PUT for rate-limit and audit. Tokens can be replayed within their TTL — each replay overwrites the same storage location — so treat the token as a secret.
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
Print filename including extension (3mf, gcode, stl, obj, amf). Used as the on-printer filename when the file is sent to print, so must be a single safe path segment.
1 - 255Optional MIME type. Defaults to the type derived from the filename extension.