Report a problem with a TTS generation by creating a new issue. Issues are tracked internally by the Deepdub team and used to improve voice quality. The problemAudioFile field can optionally include base64-encoded audio attached to the issue, and problemSeconds indicates the timestamp in the audio where the problem appears.
generationId — the ID of the affected generationgeneratedText — the exact text passed to TTSproblemWord — the specific word or phrase that was generated incorrectlyvoicePromptId — the voice prompt that was usedproblemSeconds — timestamp (in seconds) where the problem occursproblemAudioFile (optional) — base64-encoded clip of the problem audioadditionalComments (optional) — anything else that helps reproduce or explain the issueid you can use with the GET, PUT, and DELETE endpoints.API key for authentication. Must start with dd- prefix.
API Key
Payload for creating a new issue against a TTS generation
ID of the generation that has the problem
"abc123-def456"
Text that was passed to the TTS endpoint
"Hello world, welcome to Deepdub."
Word (or phrase) that was generated incorrectly
"Deepdub"
ID of the voice prompt used in the generation
"bd1b00bb-be1c-4679-8eaa-0fcbfd4ff773"
Free-form comments describing the problem
"Mispronunciation of brand name"
Optional base64-encoded audio clip to attach to the issue
Seconds in the audio where the problem appears
2.5
Issue created
Issue details