Skip to main content
GET
/
products
/
{id}
/
images
/
{imageId}
Download an image
curl --request GET \
  --url https://api.autoprintfarm.com/public/v1/products/{id}/images/{imageId} \
  --header 'Authorization: Bearer <token>'
"<string>"

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
imageId
string
required

Response

Image bytes

binary