{
"type": "session.audio.created",
"idempotencyKey": "<string>",
"data": {
"id": "<string>",
"createdAt": "2023-12-25T00:00:00.000Z",
"updatedAt": "2023-12-25T00:00:00.000Z",
"sessionId": "<string>",
"workspaceId": "<string>",
"personId": "<string>",
"mergedDurationMs": -1,
"mergedSizeBytes": -1,
"mergedAudioUrl": "<string>"
}
}Sessions
Session Audio Created
WEBHOOK
session.audio.created
{
"type": "session.audio.created",
"idempotencyKey": "<string>",
"data": {
"id": "<string>",
"createdAt": "2023-12-25T00:00:00.000Z",
"updatedAt": "2023-12-25T00:00:00.000Z",
"sessionId": "<string>",
"workspaceId": "<string>",
"personId": "<string>",
"mergedDurationMs": -1,
"mergedSizeBytes": -1,
"mergedAudioUrl": "<string>"
}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200
Accepted
⌘I