Files validation

Retrieve a single file validation record

Retrieve a single file validation record

get/validate-interior/{id}/

Path parameters

idinteger required

Id of the resource

Response

OK

idinteger required
source_urlstring required

The url of the source file.

page_countstring

Detected page count of the file.

errorsstring[]

List of errors detected in the file.

status'VALIDATING' | 'VALIDATED' | 'ERROR'

Status of source file

valid_pod_package_idsstring[]

List of detected valid POD package IDs for source file.

Example response

{
  "id": 1,
  "source_url": "https://www.dropbox.com/sh/p3zh22vzsaegiri/AACOUn3LFKsITDzylh13bQpsa/161025/thesis2.pdf?dl=1",
  "page_count": 210,
  "errors": null,
  "status": "VALIDATING",
  "valid_pod_package_ids": null
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.