# Recording Operations Upload and transcribe recordings ## Create Recording - [POST /recording](https://docs.skribby.io/rest-api/openapi/recording-operations/createrecording.md): Upload and transcribe a recording file or re-transcribe an existing meeting bot recording. You have three options: 1. Upload a file directly - Provide recording_file and transcription_model 2. Provide a URL - Provide recording_url and transcription_model 3. Re-transcribe from meeting bot - Provide meeting_bot_id (optionally override transcription parameters) When using meeting_bot_id, the recording and default transcription settings will be copied from the specified meeting bot. You can override transcription_model, lang, profanity_filter, and custom_vocabulary parameters if needed. ## Get Recording - [GET /recording/{id}](https://docs.skribby.io/rest-api/openapi/recording-operations/getrecording.md): Retrieve information about a specific recording, including its transcription status and transcript (if available). ## Delete Recording Data - [DELETE /recording/{id}](https://docs.skribby.io/rest-api/openapi/recording-operations/deleterecording.md): Delete all data related to the recording, including transcription and recording. Be aware, this action is not reversible!