VideoAnalysisService
Video Analysis Service
| API | Description |
|---|---|
| POST api/VideoAnalysisService/Authenticate |
Authenticates User and generates Bearer Access token |
| GET api/VideoAnalysisService?videoID={videoID} |
Gets the video analysis for a specific video, you can as well use the Callback to get instance response |
| POST api/VideoAnalysisService |
Allows posting video for AI analysis |
ConversationAnalysis
Conversation Analysis Service
| API | Description |
|---|---|
| POST api/ConversationAnalysis/Authenticate |
Authenticates User and generates Bearer Access token |
| GET api/ConversationAnalysis/GetConversationAnalysis?conversationID={conversationID} |
Gets the Conversation analysis for a specific Conversation, you can as well use the Callback to get instance response |
| POST api/ConversationAnalysis/InitializeWebHook?callbackURL={callbackURL} |
initialize WebHook which will be invoked by Flowscribe once audio anaylsis is done |
| POST api/ConversationAnalysis/PostConversationAnalysis |
Allows posting Conversation for AI analysis |
| POST api/ConversationAnalysis/PostRecognizeConversation |
Post Conversation for Speech recognition |
| GET api/ConversationAnalysis/GetSupportedLanguages |
Gets list Supported Languages 45 Languages with 119 variations |
| GET api/ConversationAnalysis/GetSupportedConversationFormats |
Gets Supported Conversation Audio Formats |