Speaker Audio Quality
Retrieve the technical setup information for a processed meeting.
The Meetra AI API provides endpoints for retrieving the technical setup information of a processed meeting recording. This documentation specifically covers the endpoints related to technical setup.
Retrieve Technical Setup
Endpoint
/single-feature-api/meeting/technical-setup
HTTP Method: GET
Parameters
Authorization
(header): Bearer token required for authentication.file-hash
(query): Hash of the meeting recording file.
Responses
200
Meeting technical setup successfully retrieved.
TechnicalSetup
400
Bad request.
UploadError400
401
Unauthorized.
UploadError401
404
Meeting not found.
-
TechnicalSetup (schema)
technical_setup
object
Technical setup information for each speaker in the meeting.
Example Request
Example Response
Error Responses
400
Bad request.
UploadError400
401
Unauthorized.
UploadError401
404
Meeting not found.
-
UploadError400 (schema)
message
string
Error message.
UploadError401 (schema)
message
string
Error message.
Last updated