Topic Dynamics & Details
API endpoint to retrieve the list of dynamics around discovered topic including energy, sentiment and speakers
Endpoint
Parameters
Name | Type | Description |
---|---|---|
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) |
Request Headers
The request should include the following header:
Request Query Parameters
The request may include the following query parameters:
Name | Type | Required | Description |
---|---|---|---|
file-hash | string | true | Hash of the meeting recording file. |
period_seconds | integer | false | Length of the period in seconds (default: 300). |
Responses
HTTP Code | Description |
---|---|
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. |
Success Response
HTTP Code: 200
Response Body:
Error Responses
HTTP Code: 400
Response Body:
HTTP Code: 401
Response Body:
HTTP Code: 404
Response Body:
Example Response
HTTP Code: 200
Response Body:
Last updated