PATCH
/
v1
/
webhooks
/
calls
/
{call}
/
transcription
cURL
curl --request PATCH \
  --url https://api.comm.com/api/v1/webhooks/calls/{call}/transcription \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "transcription": [
    "<string>"
  ]
}'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

call
string<uuid>
required

The call ID

Body

application/json

Response

200
application/json

The response is of type object.