Recording URI Retrieval
GET /v1/recordings/{recordingId}/uri
Summary:
Retrieves the URI (URL) for the specified recording file.
Security:
Bearer Authentication required.
Path Parameter:
recordingId
: Identifier of the recording.
Query Parameter:
media
(string, optional): Specifies the type of media. Allowed values:"audio"
or"video"
. Defaults to"audio"
if not provided.
Response:
200 OK:
Returns:CODE{ "recordingUri": "https://bucketname.s3.region.amazonaws.com/file-Name.mp3" }
401, 403, 404, 500: Error responses.