Files validation

Validate cover file

This endpoint allows you to validate cover file

post/validate-cover/

Request body

source_urlstring required

Public url of the cover source file

pod_package_idstring required

POD Package ID of the book.

interior_page_countinteger required

Example request

{
  "source_url": "https://www.dropbox.com/sh/p3zh22vzsaegiri/AADP367j0bTWlt8fCu-_tm2ia/161025/139056_cover.pdf?dl=1",
  "pod_package_id": "0600X0900.BW.STD.PB.060UW444.MXX",
  "interior_page_count": 210
}

Response

Created

idinteger required
source_urlstring required

The url of the source file.

errorsstring[]

List of errors detected in the file.

status'NORMALIZING' | 'NORMALIZED' | 'ERROR'

Status of source file

Example response

{
  "id": 1,
  "source_url": "https://www.dropbox.com/sh/p3zh22vzsaegiri/AADP367j0bTWlt8fCu-_tm2ia/161025/139056_cover.pdf?dl=1",
  "page_count": 210,
  "errors": null,
  "status": "NORMALIZING"
}

Changes

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