---
title: "Upload Card Image"
method: POST
path: "/cards/images/{card_image_id}/data"
tags: ["Cards"]
---

# Upload Card Image

`POST /cards/images/{card_image_id}/data`

Upload card image data

## Path parameters

- `card_image_id` string, uuid, required — The unique identifier of a card image

## Headers

- `Idempotency-Key` string

## Response `200`

Card image data was successfully uploaded

- CardImageDetails
  - `card_product_id` string, uuid, required — The unique identifier of a cards product
  - `customer_id` string, uuid, required — The unique identifier of a customer
  - `id` string, uuid, required — The unique identifier of a card image
  - `rejection_memo` string
  - `rejection_reason` 'BRANDED' | 'COPYRIGHT' | 'INAPPROPRIATE' | 'OTHER' | 'PROMOTIONAL' | 'TRADEMARK' — The category of reason that a card image was rejected
  - `status` 'APPROVED' | 'NOT_UPLOADED' | 'REJECTED' | 'UNREVIEWED', required — The status of a custom card image

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `422` — Unprocessable entity request response
- `500` — Internal server error

---

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