Unscripted
Recommended Summary Information for Each Section
- /score_audio_plus
- This endpoint allows you to submit an audio file for unscripted assessment scoring. The API processes the audio and returns an evaluation based on predefined criteria.
Includes:
• Audio file submission
• Transcription & analysis
• Scoring and structured feedback
- /asr (Automatic Speech Recognition)
- This endpoint provides speech-to-text conversion for various audio formats. It returns an accurate transcription of spoken content.
Includes:
• Supports MP3, WAV, FLAC formats
• High-accuracy speech recognition
• Multi-language support (if applicable)
- Get Results Retrieval
- Allows users to retrieve transcription results when the API is used asynchronously (sync=false).
Includes:
• Querying processed transcription results
• Asynchronous request handling
• JSON response with transcription data
- Get Audio Retrieval
Summary:
- This endpoint enables users to retrieve the original audio file that was submitted for analysis.
Includes:
• Access to previously uploaded audio
• Useful for debugging and verification
• Secure file retrieval
🗃️ /score_audio_plus
3 items
🗃️ /asr
3 items
📄️ Get results retrieval
When using the optional parameter sync = false the API will return right away with a json structure containing a stream_id property. This identifier can be then used to fetch the results, after the audio transmission is finished.
📄️ Get Audio retrieval
Retrieve the audio submitted for analysis