Get Audio retrieval
Retrieve the audio submitted for analysis
Query Parameters
stream_id string required
Responses
- 200
- 404
Successful Response: a link to the audio file
The resources were not found.
schema
Schema
Example (from schema)
Schema
error object
Example:{"message":Resources not found}
code integer
message string
errors string[]
{
"error": {
"code": 0,
"message": "string",
"errors": [
"string"
]
}
}
Loading...