curl --location --request POST '/v1/sessions//insertions'{
"endpoint": "POST /v1/sessions/{id}/insertions",
"session": {
"id": "11111111-1111-1111-1111-111111111111",
"userID": "local-user-001",
"workflow": "dictation",
"status": "inserted",
"capabilitySnapshot": {
"allowsRealtime": true,
"allowsRefine": true,
"allowsInsert": true
},
"providerRoute": {
"asrProvider": "aliyun.realtime.asr",
"refineProvider": "aliyun.refine"
},
"createdAt": "2026-04-01T16:19:40Z",
"startedAt": "2026-04-01T16:19:45Z",
"endedAt": "2026-04-01T16:20:00Z",
"recordingDurationSeconds": 18.4,
"partialTranscript": "hey can you help me rewrite",
"finalTranscript": "hey can you help me rewrite this note",
"refinedText": "Could you help me rewrite this note?",
"billingStatus": {
"state": "quota_consumed",
"quotaSource": "pro",
"consumedSeconds": 18.4,
"updatedAt": "2026-04-01T16:20:00Z"
},
"privacyFlags": {
"values": [
"audit_trail_recorded"
]
},
"insertionStatus": "inserted_via_accessibility"
}
}