---
title: "GET /api/card-share"
method: GET
path: "/api/card-share"
tags: ["CardShare"]
---

# GET /api/card-share

`GET /api/card-share`

## Query parameters

- `id` string, required
- `surface` 'web' | 'appclip'

## Response `200`

OK

- object
  - `shareId` string, required
  - `sharedByName` string, nullable, required
  - `headline` string, required
  - `summary` string, required
  - `highlights` string[], required
  - `imageUrl` string, required
  - `imageAttribution` object, nullable, required
    - `originUrl` string, required
    - `title` string, nullable
  - `sources` object[], required
    - `title` string, required
    - `url` string, required
  - `detailContent` string, nullable, required
  - `detailSources` object[], nullable, required
    - `title` string, required
    - `url` string, required

---

[API](https://skmtc.dev/fromolive/apis/olive-api.md) · [All operations](https://skmtc.dev/fromolive/apis/olive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fromolive/olive-api/revisions/01f6261481a3/schema)
