Announcements

Get an announcement

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

Get a single announcement by UUID

路径参数

名称类型说明
announcement_idRequiredstringAnnouncement ID

响应

名称类型说明
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.
名称类型说明
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
名称类型说明
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
名称类型说明
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
名称类型说明
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.