🟢API for PDF report
This page contains description how to download a PDF report via API.
Last updated
This page contains description how to download a PDF report via API.
Last updated
If you want to view and share algorithms results to the user, you can generate a PDF report like this:
Make a PDF of the given image.
Arguments: company_id -- company UUID dataset_id -- dataset UUID subject_id -- subject UUID batch_id -- batch UUID image_id -- image UUID
Keyword Arguments:
access_token -- token without the "Bearer: " prefix
options -- JSON object with timeout
and waitUntil
fields
Returns: fastapi.responses.FileResponse: a generated PDF
Successful Response