cURL
curl --request PUT \ --url https://restapi.deepdub.ai/api/v1/issues/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "additionalComments": "Confirmed the mispronunciation reproduces with seed=42" } '
{ "id": "iss_12345abcde", "state": "open", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "generationId": "<string>", "generatedText": "<string>", "problemWord": "<string>", "voicePromptId": "<string>", "additionalComments": "<string>", "problemSeconds": 123 }
Update an existing issue. All fields are optional — only fields included in the body are updated.
API key for authentication. Must start with dd- prefix.
dd-
API Key
Issue ID
Payload for updating an existing issue. All fields are optional.
Optional base64-encoded audio clip to attach to the issue
Updated issue
Issue details
"iss_12345abcde"
Current state of the issue (e.g., open, in progress, resolved)
"open"