GET
Generate PDF
This endpoint triggers PDF generation for an existing scan and returns a downloadable PDF URL.
Parameters
appIdstring
Unique ID of the Skin Analysis app whose scan you want to export.
scanIdstring
Unique ID of the scan to generate the PDF report for.
Tip
scanId is returned by POST Generate Skin Analysis. Use the same scanId and predictionId from the Generate step when calling this endpoint.GET/apps/{appId}/scans/{scanId}/pdf
curl -X GET "https://api.pixelbin.io/service/private/misc/v1.0/apps/{appId}/scans/{scanId}/pdf" \
-H "Authorization: Bearer {accesskey}"
Response
201
No example available.