SubmitAudioNote
Submits a recording notes task.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AgentId |
string |
Yes |
The ID of the notes agent. Specify the ID of a published recording notes agent. |
200 |
| FilePath |
string |
Yes |
The storage path of the recording file in OSS. Use the FilePath returned by the upload address retrieval operation. |
audio-note/100/uuid/test.wav |
| BizId |
string |
No |
The custom task ID defined by the business side. This ID is used to associate external business records during callbacks or troubleshooting. |
biz-001 |
| LlmModelId |
integer |
No |
The ID of the LLM model used for notes inference. If this parameter is not specified, the default model configuration of the agent is used. |
88 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The detailed reason why access is denied. |
None |
| Message |
string |
The description of the status code. |
成功 |
| RequestId |
string |
The request ID. |
12345678-1234-1234-1234-123456789012 |
| Data |
string |
The recording notes task ID returned after successful submission. This value corresponds to the CallId in the subsequent asynchronous notes result callback. |
100000000000000001_100000000000000002 |
| Code |
string |
The request status code. |
OK |
| Success |
boolean |
Indicates whether the API call is successful. |
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "成功",
"RequestId": "12345678-1234-1234-1234-123456789012",
"Data": "100000000000000001_100000000000000002",
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.