---
title: "Validate cover file"
method: POST
path: "/validate-cover/"
tags: ["Files validation"]
---

# Validate cover file

`POST /validate-cover/`

This endpoint allows you to validate cover file

## Request body

- object
  - `source_url` string, required — Public url of the cover source file
  - `pod_package_id` string, required — POD Package ID of the book.
  - `interior_page_count` integer, required

## Response `201`

Created

- object
  - `id` integer, required
  - `source_url` string, required — The url of the source file.
  - `errors` string[] — List of errors detected in the file.
  - `status` 'NORMALIZING' | 'NORMALIZED' | 'ERROR' — Status of source file

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/lulu/apis/universal-publishing-platform-api.md) · [All operations](https://skmtc.dev/lulu/apis/universal-publishing-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lulu/universal-publishing-platform-api/revisions/3119f71811f8/schema)
