transcriptions
Creates, updates, deletes, gets or lists a transcriptions resource.
Overview
| Name | transcriptions |
| Type | Resource |
| Id | openai.audio.transcriptions |
Fields
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
| Name | Accessible by | Required Params | Description |
|---|---|---|---|
create_transcription | INSERT | |
INSERT example
Use the following StackQL query and manifest file to create a new transcriptions resource.
- All Properties
- Manifest
/*+ create */
INSERT INTO openai.audio.transcriptions (
)
SELECT
;
- name: transcriptions
props: []