Edit Transcription File

Edit Transcription File

POST

{endpoint}conversion/edit/{id}

MANDATORY PARAMETERS

Name Descriptions
to Trancription id
name New title to get update for the transcription

Example Request

curl -X POST \
  {endpoint}conversion/edit/ee034430-87d4-4946-9d37-08431180abee \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -H 'Authorization: Bearer 6413a1acf4df6c41d028d0970ecc8b28' \
  -d name=new%20title

Example Response


{
    "status": "OK",
    "message": "Conversion updated successfully"
}