Skip to main content
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",
    "status": "PROCESSING",
    "sessionId": "<string>",
    "workspaceId": "<string>",
    "personId": "<string>",
    "mergedDurationMs": -1,
    "mergedSizeBytes": -1,
    "mergedAudioUrl": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
enum<string>
required
Available options:
session.audio.created
idempotencyKey
string<cuid2>
required
data
object
required

Response

200

Accepted