---
title: "Provides full information on a specific card"
method: POST
path: "/cards/view"
tags: ["cards"]
---

# Provides full information on a specific card

`POST /cards/view`

Full card details

## Request body

- object
  - `uid` string — optional authorized UID of the session. By providing this, the card details can provide user-specific cards
  - `card_id` integer — the card id to view

## Response `200`

successful operation

- CardDetails
  - `id` integer
  - `name` string
  - `cover` string — cover image of card
  - `cover_width` string — the width in px of the cover image
  - `cover_height` string — the height in px of the cover image
  - `price` number — the base price of a card (in USD)
  - `category_id` integer — the associated category id
  - `available_free` integer — 1 for cards that are available free
  - `orientation` string — landscape or portrait
  - `images` ImageArray[] — common return value includes items for front, back, inside and envelope
    - `name` string
    - `array` string[]

---

[API](https://skmtc.dev/swaggerhub/apis/handwrytten-api.md) · [All operations](https://skmtc.dev/swaggerhub/apis/handwrytten-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swaggerhub/handwrytten-api/revisions/45e7c951cdd6/schema)
