My Courses

Upload Audio

Transcribe user audio and store transcript in user-specific conversation. Uses base64 encoded content for compatibility with both web and mobile.

post/my-courses/{course_id}/audio

Path parameters

course_idstring required

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