Skip to main content
GET
/
files
/
{id}
/
thumbnail
Get the thumbnail image
curl --request GET \
  --url https://api.autoprintfarm.com/public/v1/files/{id}/thumbnail \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "error": {
    "code": "NOT_FOUND",
    "message": "Resource not found",
    "details": "<unknown>"
  }
}

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

id
string
required

Print file ID

Response

Thumbnail bytes