---
title: "Add cover page"
method: POST
path: "/services/{id}/coverPages"
tags: ["Cover pages"]
---

# Add cover page

`POST /services/{id}/coverPages`

Add a cover page to your service

## Request body

- CoverPage — A cover page resource
  - `id` string, ulid — ID of the cover page
  - `name` string, required — The friendly name of the cover page.
  - `file` object, required — A PDF Cover encoded as base64
    - `fileContent` string, base64, required — A PDF Cover encoded as base64
    - `fileType` 'PDF', required — For now only PDF is supported.
  - `projectId` string — The `Id` of the project associated with the call.
  - `serviceId` string — ID of the fax service used.
  - `createdTime` string, date-time — The date and time the cover page was created.
  - `updatedTime` string, date-time — The date and time the cover page was updated.

## Response `200`

The added  coverpage, or an [Error](https://developers.sinch.com/docs/fax/api-reference/status-codes)

- CoverPage — A cover page resource
  - `id` string, ulid — ID of the cover page
  - `name` string, required — The friendly name of the cover page.
  - `file` object, required — A PDF Cover encoded as base64
    - `fileContent` string, base64, required — A PDF Cover encoded as base64
    - `fileType` 'PDF', required — For now only PDF is supported.
  - `projectId` string — The `Id` of the project associated with the call.
  - `serviceId` string — ID of the fax service used.
  - `createdTime` string, date-time — The date and time the cover page was created.
  - `updatedTime` string, date-time — The date and time the cover page was updated.

---

[API](https://skmtc.net/sinch/apis/fax-api.md) · [All operations](https://skmtc.net/sinch/apis/fax-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/fax-api/revisions/ebcbb377ee0f/schema)
