Manual Check PDF
Downloads a PDF report for a manual check.
HTTP Request
GET /v1/manual-checks/{id}/pdf-report/
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | ID of the manual check (MANUAL_CHECK). |
Response
The endpoint returns a PDF file.
Response Format
| Code | Content Type | Description |
|---|---|---|
| 200 | application/pdf | Binary 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/" \
-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/
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.
}