---
title: "Get Slack card image"
method: GET
path: "/api/v1/slack/card-image/{id}"
tags: ["Integrations"]
---

# Get Slack card image

`GET /api/v1/slack/card-image/{id}`

Get a Slack AI agent card image.
Falls back to a placeholder image if the image is not found.

Intentionally public (no auth): Slack's unfurl bot fetches preview images
without user credentials. Access is guarded by an unguessable 21-char
nanoid (only minted server-side and shared with Slack during the unfurl of
a resource the user already has access to), strict `{id}` validation, and
no-store / noindex response headers.

## Path parameters

- `id` string, required

## Response `200`

Success

- union
  - string, byte
  - unknown

## Other responses

- `default` — Error

---

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