Duplicate the existing transcript

Duplicate the existing transcript

GET

{endpoint}conversion/duplicate/{id}

Example Request

curl -X GET \
  '{endpoint}conversion/duplicate/7315b9d7-a6da-4e67-ad7e-920334dc31a1' \
  -H 'Authorization: Bearer 6413a1acf4df6c41d028d0970exxxx' \

Example Response

{
    "status": "OK",
    "message": "Job received successfully",
    "id": "ee034430-87d4-4946-9d37-08431180abee"
}