Creates a signed URL for uploading a recording
Creates a signed URL for uploading a recording
Responses
- 200
- 401
Generates a signed URL for uploading the recording file via HTTP PUT. Specify the correct Content-Type header. Once the recording is used for processing a session, it will be deleted.
- application/json
- Schema
- Example (from schema)
Schema
- recordingUrl string required
Signed URL for uploading a recording. The url is typically rather long and contains some parameters in the query string. Please use exactly as is.
- uploadTimeWindow int64 required
Time window [s] for uploading the recording
{
"recordingUrl": "string",
"uploadTimeWindow": 0
}
Authentication problem.
Loading...