Skip to main content
PUT
/
files
/
upload
/
{token}
{
  "success": true,
  "data": {
    "size_bytes": 123
  }
}

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.

Path Parameters

token
string
required

Single-use-ish upload token returned by POST /files/upload-url.

Body

application/octet-stream

The body is of type any.

Response

Uploaded

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