Class TranscriptionCreateParams

  • All Implemented Interfaces:
    dev.case.api.core.Params

    
    public final class TranscriptionCreateParams
     implements Params
                        

    Creates an asynchronous transcription job for audio files. Supports two modes:

    Vault-based (recommended): Pass vault_id and object_id to transcribe audio from your vault. The transcript will automatically be saved back to the vault when complete.

    Direct URL (legacy): Pass audio_url for direct transcription without automatic storage.