Productivity
Overview
AccurateScribe is an AI-powered speech-to-text and transcription app built for modern workflows. Transcribe audio and video from Zoom meetings, podcasts, interviews, lectures, and recordings into accurate, readable text. Generate meeting transcripts, podcast transcripts, subtitles, and captions in minutes. Key features: AI transcription for audio and video files Speech-to-text with fast processing Meeting transcription and automatic notes Podcast transcription and content repurposing Subtitle and caption generation Searchable and shareable transcripts Easy editing and export Perfect for remote teams, creators, students, and professionals who need reliable transcription, documentation, and content reuse.
Tools
Deletes a transcription record for a specific fileId, or deletes all transcription records for the current user if deleteAll is set. This is a destructive operation and can permanently remove access to the stored transcription record.
get-filelist
ChatGPTRetrieves the user’s recent transcription files and their statuses for history and polling. The response is limited to user-facing file fields needed by the widget and does not include personal identifiers, session data, telemetry, or internal debugging fields.
get-transcription-result
ChatGPTChecks the transcription status for a given fileId and returns the latest user-facing result when completed, such as transcript text, summary, subtitle text, language, and duration. If the user needs to view the complete transcription in full, direct them to https://accuratescribe.ai/transcribe. It does not return personal identifiers, session data, telemetry, or internal debugging fields.
get-upload-url
ChatGPTGenerates a presigned upload URL for an audio/video file and returns only the upload data needed for the next step, such as fileId and storage path. It does not return personal identifiers, session data, telemetry, or internal debugging fields.
get-user-preferences
ChatGPTRetrieves user preferences stored in the backend user profile, such as UI language and account state needed by the widget. It does not return personal identifiers, session data, telemetry, or internal debugging fields.
insert-transcription-record
ChatGPTCreates a new transcription record for a file that has been uploaded (or will be uploaded) and stores metadata such as filename, language selection, diarization options, and duration. This starts or tracks a transcription job in the backend so it can be processed asynchronously.
set-user-preferences
ChatGPTUpdates user preferences stored in the backend user profile, such as preferred UI language. The tool only returns the saved preferences needed by the widget and does not return personal identifiers, session data, telemetry, or internal debugging fields.
share-transcription
ChatGPTCreates or retrieves a shareable URL for a transcription. The response returns the share URL needed by the user and does not expose internal share tokens, personal identifiers, session data, telemetry, or debugging fields.
subtitle-generator
ChatGPTUse this tool immediately when the user wants subtitles or captions from audio or video. It opens the subtitle widget UI, where the user should choose or drag a file in the embedded uploader below. Do not ask the user to attach or send files in the chat conversation. After the widget is open, use the file-management tools to upload the file, create the job, poll status, and return subtitle-ready results. If the user needs to read the complete transcription in full, direct them to https://accuratescribe.ai/transcribe.
transcribe
ChatGPTUse this tool immediately when the user wants to transcribe audio or video. It opens the transcription widget UI, where the user should choose or drag a file in the embedded uploader below. Do not ask the user to attach or send files in the chat conversation. After the widget is open, use the file-management tools to upload the file, create the transcription job, poll status, and return the final transcript or subtitles. If the user needs to read the complete transcription in full, direct them to https://accuratescribe.ai/transcribe.






