Skip to main content

transcriptions

Creates, updates, deletes, gets or lists a transcriptions resource.

Overview

Nametranscriptions
TypeResource
Idopenai.audio.transcriptions

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
create_transcriptionINSERT

INSERT example

Use the following StackQL query and manifest file to create a new transcriptions resource.

/*+ create */
INSERT INTO openai.audio.transcriptions (

)
SELECT

;