Skip to main content

Manual Check PDF — Without Risks

Downloads a PDF report for a manual check. This version of the report does not include the list of detected risks.


HTTP Request

GET /v1/manual-checks/{id}/pdf-report-without-risks/


Path Parameters

ParameterTypeRequiredDescription
idstringYesID of the manual check (MANUAL_CHECK).

Response

The endpoint returns a PDF file.

Response Format

CodeContent TypeDescription
200application/pdfBinary PDF content.

The response body contains raw PDF bytes, not JSON. Most HTTP clients (Postman, curl, Python, JS) can save this binary content to a file.


Example (curl)

curl -X GET \
"https://kyt-api.bittax.ru/v1/manual-checks/<ID>/pdf-report-without-risks/" \
-H "X-API-KEY-ID: <your-key-id>" \
-H "X-API-KEY-SECRET: <your-key-secret>" \
--output manual-check-report.pdf

This saves the PDF to:

manual-check-report.pdf

Try it

⚠️ PDF cannot be previewed directly in the documentation UI.

However, you can still perform the request via TryIt — your browser will prompt to download the PDF file.

GET/v1/manual-checks/{id}/pdf-report-without-risks/
API KEY ID
API KEY SECRET
Path params
id
HTTP Request
Press "Send Request" to generate HTTP request.
HTTP …
{
// Response will be shown here after the request.
}