Skip to main content
GET
Generate PDF
Creates a PDF report for a completed skin analysis scan and returns its download URL.

Parameters

appIdstring
ID of the Skin Analysis app configuration used to generate the scan.
scanIdstring
Identifier of the completed scan for which the PDF report is generated.
GET/apps/{appId}/scans/{scanId}/pdf
curl -X GET "https://api.pixelbin.io/service/platform/misc/v1.0/apps/{appId}/scans/{scanId}/pdf" \
-H "Authorization: Bearer {apitoken}"
Response
201
No example available.