Files validation
Validate cover file
This endpoint allows you to validate cover file
post/validate-cover/
Request body
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
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.