Issues
Create a new issue
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.
post/issues
Headers
x-api-keystring required
API Key
Request body
Example request
{
"generationId": "abc123-def456",
"generatedText": "Hello world, welcome to Deepdub.",
"problemWord": "Deepdub",
"voicePromptId": "bd1b00bb-be1c-4679-8eaa-0fcbfd4ff773",
"additionalComments": "Mispronunciation of brand name",
"problemSeconds": 2.5
}Response
Issue created
Example response
{
"id": "iss_12345abcde",
"state": "open"
}