Reuse audio articles across multiple projects or websites without generating audio for each one.
source_id
in both requests:
Project A (Website 1) will generate the audio.
Project B (Website 2) will create a new audio article that reuses Project A’s audio file.
source_id
, a new audio file is generated.
source_id
exists in any of your other projects, the existing audio file is reused. is_copy
property that is returned in the response or the audio.updated
payload:
is_copy
: false → The original (parent) article that generated the audio.
is_copy
: true → A duplicated (child) article that reuses the audio.
source_id
, certain fields are automatically inherited from the original (parent) article. These fields cannot be overwritten in the new (child) article:
status
title
type
summary
body
audio
video
summarization
segments
source_url
can be modified as needed in the POST
request.
This ensures that core audio content remains consistent across projects.