---
title: "Create a Card details iframe"
method: POST
path: "/cards/{card_id}/create_details_iframe"
---

# Create a Card details iframe

`POST /cards/{card_id}/create_details_iframe`

Create an iframe URL for a Card to display the card details. More details about styling and usage can be found in the [documentation](/documentation/embedded-card-component).

## Path parameters

- `card_id` string, required — The identifier of the Card to create an iframe for.

## Request body

- CreateACardDetailsIframeParameters
  - `physical_card_id` string — The identifier of the Physical Card to create an iframe for. This will inform the appearance of the card rendered in the iframe.

## Response `200`

Card iframe URL

- CardIframeUrl — An object containing the iframe URL for a Card.
  - `expires_at` string, date-time, required — The time the iframe URL will expire.
  - `iframe_url` string, required — The iframe URL for the Card. Treat this as an opaque URL.
  - `type` 'card_iframe_url', required — A constant representing the object's type. For this resource it will always be `card_iframe_url`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

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