POST
/spaces/
{spaceId}/recordings/{recordingId}/uploads/{uploadId}/parts/{partNumber}Upload permit
This endpoint will return an url where you can upload a part or all of your media. You will be uploading the media straight to S3 compatible storage by performing a PUT request with the content of the part.
NOTE:
- Part numbers start from 1, strictly monotonic, and have no gaps
- Search for guides on S3 multipart uploads on how it works
- Upload ID is returned by the Start a new upload endpoint
Authorization
x-api-key<token>
In: header
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
partNumberRequiredinteger
Index of the part you are uploading
Part upload permit