POST
/spaces/
{spaceId}/recordings/{recordingId}/uploadsStart a new upload
Use this endpoint to start the upload of a media for a recording. Use the uploadId returned by the endpoint to upload content and complete the upload.
Here's a code sample on how to use our file upload APIs: Transcript File Upload Guide
Authorization
x-api-key<token>
In: header
Request Body
application/jsonOptionalMetadata
mimeTypeRequiredstring
Mime Type of the media file that is going to be uploaded. Examples of the mimeType format:
- video/mp4
- video/webm
- audio/mp4
- audio/mp3
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.
Upload metadata