Generate transcription summary asynchronously.
| Parameter | Type | Description |
|---|---|---|
| code | string | Response code indicating the result status |
| msg | string | Response message describing the operation result |
| data | object | Response data object containing task information |
| data.task_id | string | Unique identifier of the summary generation task |
| success | boolean | Indicates whether the operation was successful |
| failed | boolean | Indicates whether the operation failed |
| Parameter | Type | Description |
|---|---|---|
| code | string | Response code (“0000” indicates success) |
| message | string | Status message (e.g., “SUCCESS”) |
| data | object | Response data object containing the summary result and metadata |
| data.data | object | Inner data object containing summary and usage information |
| data.data.summary | string | The generated summary text of the video content |
| data.data.usage | object | Usage statistics for the API call |
| data.data.usage.duration | number | Processing duration in seconds |
| data.data.usage.model | string | The AI model used for summary generation (e.g., “gemini-2.5-flash”) |
| data.data.usage.output_tokens | integer | Number of tokens in the generated summary |
| data.data.usage.prompt_tokens | integer | Number of tokens in the input prompt |
| data.msg | string | Detailed message about the operation result |
| data.success | boolean | Indicates whether the summary generation was successful |
| task_id | string | The task ID associated with this summary generation request |
data.data.
Response Structure:
callback_response.data.data.summarycallback_response.data.data.usagecallback_response.data.data.usage.modelcallback_response.data.data.usage.output_tokens and callback_response.data.data.usage.prompt_tokenscallback_response.data.successcallback_response.task_idThe transcription asset ID
"re_657929111888723968"
Summary generation task information
Response code indicating the result status
"0000"
Response message describing the operation result
"success"
Response data object containing task information
Indicates whether the operation was successful
true
Indicates whether the operation failed
false