Demo Homework Helper

Upload Audio

Transcribe user audio => store transcript in ephemeral conversation_history (demo). Uses base64 encoded content for compatibility with both web and mobile.

post/demo-homework-helper/{exercise_id}/audio

Path parameters

exercise_idstring required

Query parameters

session_idstring required

Demo session ID

Demo session ID

Request body

file_contentstring required
file_namestring required
content_typestring required

Response

Successful Response

statusstring required
messagestring required
dataobject nullable
transcriptstring nullable
urlstring nullable

Changes