Skip to main content
POST
Create CueCard

Authorizations

Authorization
string
header
required

HTTP Basic Authentication. Use your API Access Key ID as the username and your API Access Key Secret as the password. Generate keys in the CloudTalk Dashboard under Account -> Settings -> API Keys (https://dashboard.cloudtalk.io/menu/account/settings/API-keys).

Body

application/json

Cue Card request definition

call_uuid
string
required

unique id of the active call

type
string
required
title
string
required

Cue card Title

content
required

The value as typed in html text editor

subtitle
string

Cue card Subtitle

icon_url
string

Url path to the cue card icon

Response

CueCard request processed correctly

success
boolean