Announcements

Get an announcement

GET
https://api.tunio.ai/v1/announcements/{announcement_id}

Get a single announcement by UUID

Path parameters

NameTypeDescription
announcement_idRequiredstringAnnouncement ID

Responses

NameTypeDescription
announcementobject
Announcement provides the requested announcement data.
announcement_idstring
UUID uniquely identifies the announcement.
background_uuidstring
BackgroundUUID references selected background track.
background_volumenumber
BackgroundVolume stores chosen background volume (0..1).
created_atstring
CreatedAt is when the announcement was created.
end_datestring
EndDate optionally defines when playback must end.
has_audio_warningboolean
HasAudioWarning tells whether to prepend alert audio.
messagestring
Message stores the generated announcement text.
mix_uuidstring
MixUUID references the generated mix file UUID.
model_idstring
Model references the TTS model UUID used.
speednumber
Speed indicates final playback speed.
start_datestring
StartDate optionally defines when playback can start.
statestring
State describes the rendering state (queued/completed/etc).
titlestring
Title shows the announcement title.
tts_audio_uuidstring
TTSAudioUUID references stored TTS audio for this announcement.
tts_durationinteger
TTSDuration stores generated TTS duration in seconds.
successboolean
Success indicates retrieval succeeded.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.