Skip to main content
POST
/
v1
/
voice
/
post-processing
/
{postProcessing}
/
run
cURL
curl --request POST \
  --url https://api.comm.com/api/v1/voice/post-processing/{postProcessing}/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "call_id": "<string>"
}
'
true

Documentation Index

Fetch the complete documentation index at: https://docs.commvoice.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

postProcessing
string<uuid>
required

The post processing ID

Body

application/json
call_id
string
required

Response

The response is of type boolean.