> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cloudtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Create CueCard

> Pushes a CueCard to the agent currently handling a live call, so guidance appears in their CloudTalk interface while the conversation is still in progress. `call_uuid` identifies the live call; `type`, `title` and `content` are also required, and `subtitle` and `icon_url` are optional.

CueCard is served by `platform-api.cloudtalk.io`, not the main API host. A `424` means no active call matched `call_uuid` — a card can only be delivered while the call is running.



## API Specification

The full API specification for this endpoint is available in the [documentation index](https://developers.cloudtalk.io/llms.txt).


## Related topics

- [CloudTalk API Response Envelope Formats and Schema](/guides/response-envelopes.md)
- [CloudTalk REST API: Call Center Automation Platform](/guides/introduction.md)
- [CloudTalk REST API v1.7 — Complete Developer Reference](/api-reference/overview.md)
