🟢API for PDF report

This page contains description how to download a PDF report via API.

The PDF Reports feature allows brands to get a comprehensive reports derived from AI-generated skin analysis data and product recommendations.

About PDF reports

What can you do?


Generate a PDF report for an image

Make a PDF v3 for an image

post

Make a PDF of the given image.

Arguments: image_id -- image UUID

Returns: fastapi.responses.FileResponse: a generated PDF

Authorizations
Path parameters
image_idstring · uuid4Required
Body
any ofOptional
or
nullOptional
Responses
200

Successful Response

application/json
Responseany
post
POST /service/pdf-generator/v3/images/{image_id}/pdf/ HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 15

{
  "locale": "en"
}

No content

Last updated

Was this helpful?