PNG/PDF Request Info


PNG/PDF Request Info

"patents/png" Endpoint

The "patents/png" Endpoint will convert Patent Image TIF Files to PNG format via GET Request.

The GET Request is structured as the following:

https://api.ktmine.com/api/v2/patents/png/docdb_document_number?key=API_KEY&reductionPercentage=reduction_percentage&imageFilename=imageFilename

Additionally, the Endpoint offers the capability to reduce the size of the Image (0-100).

The imageFilename of the Image you are looking to retrieve can be found by referencing the imageFilename(s) found within the "imagePaths" Array.

Setting "returnFields": ["images"] will return this Array.


"patents/pdf" Endpoint

The "patents/pdf" Endpoint is set up to Return the applicable Original Document in PDF format; based on the "docdb_document_number" via GET Request

The GET Request is structured as the following:

https://api.ktmine.com/api/v2/patents/pdf/docdb_document_number?key=API_Key