Topic Dynamics & Details
API endpoint to retrieve the list of dynamics around discovered topic including energy, sentiment and speakers
Last updated
API endpoint to retrieve the list of dynamics around discovered topic including energy, sentiment and speakers
Last updated
Name | Type | Description |
---|---|---|
The request should include the following header:
The request may include the following query parameters:
Name | Type | Required | Description |
---|---|---|---|
HTTP Code | Description |
---|---|
HTTP Code: 200
Response Body:
HTTP Code: 400
Response Body:
HTTP Code: 401
Response Body:
HTTP Code: 404
Response Body:
HTTP Code: 200
Response Body:
Authorization
Header
Bearer token for authentication.
file-hash
Query
Hash of the meeting recording file.
period_seconds
Query
Length of the period in seconds (default: 300)
file-hash
string
true
Hash of the meeting recording file.
period_seconds
integer
false
Length of the period in seconds (default: 300).
200
Success. Returns the list of details about topics in the meeting as JSON.
400
Bad request. Invalid or missing parameters.
401
Unauthorized. Invalid or expired token.
404
Meeting not found.