Receives an external transcription job completion callback for a specific asset.

Behavior: Validates the transcription result, verifies the asset and its content access key, then sends a batch action message to complete the transcription workflow. The content access key is deleted after successful validation.

Authorization: No authorization required.

Side Effects: The content access key for the asset is deleted. A batch action message is sent to finalize the transcription. Processor job status is updated on failure.

Error Scenarios: Returns 400 Bad Request if the model is null, the asset ID is invalid, the transcription status is not COMPLETED, or the access key is missing or expired.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the asset whose transcription job has completed.

Body Params

The transcription result model containing status and transcription data.

uuid
string | null

Gets or Sets the Status, one-of("COMPLETE" || "FAILED").

string | null
string | null
uuid
string | null
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses
200

Transcription job completion was processed successfully.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json