Upload a recording
Upload a recording
application/json
Request Body required
data base64
base64 encoded data of the audio file
name string
Name of the recording
description string
Description of the recording
Responses
- 201
- 400
- 401
- 500
Successfully created the recording
application/json
Schema
Example (from schema)
Schema
data object
id string
The ID of the created recording
{
"data": {
"id": "654367fa9ee46392f4b84247"
}
}
Bad request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors object[]
code string
Human readable error code
message string
Human readable error message
detail string
Human readable error detail
{
"errors": [
{
"code": "ERROR_CODE",
"message": "An error occurred while calling the endpoint",
"detail": "View more info at developers.rinkel.com"
}
]
}
Unauthorized
Internal Server Error
Loading...