POST
/spaces/
{spaceId}/recordings/{recordingId}/uploads/{uploadId}/completeComplete upload
Call this endpoint only after all part(s) of the media file have been successfully. You will use information from each part upload call to complete the upload.
Transcription will begin as soon as the upload is complete using this endpoint
Authorization
x-api-key<token>
In: header
Request Body
application/jsonOptionalParts metadata
partsRequiredarray<object>
Information of each uploaded part
Path Parameters
spaceIdRequiredstring
ID of the workspace. You can find from the url in dashboard when you open the workspace or using the list workspaces endpoint.
recordingIdRequiredstring
ID of the recording. You can find from the url in dashboard when you open the workspace or using the list recordings endpoint.
uploadIdRequiredstring
ID of the upload. You will receive this when you start an upload using the start upload endpoint
OK