Gladia
gladiaGladia provides state-of-the-art audio transcription and intelligence services through a simple API, enabling real-time and asynchronous transcription, translation, and audio analysis.
Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get live transcription resultGLADIA_GET_LIVE_TRANSCRIPTION_RESULTAcciónTool to retrieve metadata and results of a live transcription job. Use when you need detailed status or results for a specific live transcription session.
GLADIA_GET_LIVE_TRANSCRIPTION_RESULTAcciónTool to retrieve metadata and results of a live transcription job. Use when you need detailed status or results for a specific live transcription session.
Parámetros de entrada
idstringObligatorioUnique identifier of the live transcription job
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Pre-recorded Transcription ResultGLADIA_GET_PRE_RECORDED_TRANSCRIPTION_RESULTAcciónTool to retrieve metadata for a pre-recorded transcription job. Use when checking the status or retrieving results of a specific job ID.
GLADIA_GET_PRE_RECORDED_TRANSCRIPTION_RESULTAcciónTool to retrieve metadata for a pre-recorded transcription job. Use when checking the status or retrieving results of a specific job ID.
Parámetros de entrada
idstringObligatorioUUID of the pre-recorded transcription job
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Initiate Live Transcription SessionGLADIA_INITIATE_LIVE_SESSIONAcciónTool to initiate a live transcription session. Use before streaming audio to get a WebSocket URL.
GLADIA_INITIATE_LIVE_SESSIONAcciónTool to initiate a live transcription session. Use before streaming audio to get a WebSocket URL.
Parámetros de entrada
modelstringenumTranscription model to use.
solaria-1solaria-2regionstringenumProcessing region; one of 'us-west' or 'eu-west'.
us-westeu-westcallbackbooleanWhether to enable callback delivery.
channelsintegerNumber of audio channels (1-8).
encodingstringenumAudio encoding format.
wav/pcmwav/alawwav/ulawbit_depthintegerenumAudio sample bit depth.
8162432endpointingnumberSilence duration in seconds to end an utterance.
sample_rateintegerenumAudio sample rate in Hz.
800016000320004410048000pre_processingobjectOptional pre-processing settings object.
callback_configobjectCallback delivery settings if callback is true.
custom_metadataobjectArbitrary key/value metadata for the session.
language_configobjectOptional language settings object.
messages_configobjectOptional WebSocket message delivery configuration.
post_processingobjectOptional post-processing settings object.
realtime_processingobjectOptional realtime processing settings object.
maximum_duration_without_endpointingnumberMaximum seconds before forcing utterance end.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Initiate Pre-Recorded TranscriptionGLADIA_INITIATE_PRE_RECORDED_TRANSCRIPTIONAcciónTool to initiate a pre-recorded transcription job. Use when you have an audio URL and need asynchronous transcription results.
GLADIA_INITIATE_PRE_RECORDED_TRANSCRIPTIONAcciónTool to initiate a pre-recorded transcription job. Use when you have an audio URL and need asynchronous transcription results.
Parámetros de entrada
modelstringenumTranscription model to use.
solaria-1solaria-2audio_urlstringObligatorioURL to an audio or video file (public URL or previously uploaded Gladia file).
custom_metadataobjectOptional arbitrary metadata to attach to the job.
language_configobjectConfiguration for preferred language handling.
subtitles_configobjectConfiguration for subtitle generation.
diarization_configobjectConfiguration for speaker diarization.
translation_configobjectConfiguration for translation of transcription.
summarization_configobjectConfiguration for summarization of transcription.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List live transcription jobsGLADIA_LIST_LIVE_TRANSCRIPTIONSAcciónTool to list live transcription jobs. Use when you need an overview of live transcription sessions with optional filtering and pagination. Use after setting up live transcription.
GLADIA_LIST_LIVE_TRANSCRIPTIONSAcciónTool to list live transcription jobs. Use when you need an overview of live transcription sessions with optional filtering and pagination. Use after setting up live transcription.
Parámetros de entrada
datestringFilter items relevant to a specific date in ISO format (YYYY-MM-DD).
limitintegerMax number of items to return.
offsetintegerThe starting point for pagination; 0 starts from the first item.
statusstring[]Filter by item status; accepts multiple values (e.g., ['running','completed']).
after_datestringFilter for items after the specified ISO date-time (use with before_date for a range).
before_datestringInclude items that occurred before the specified ISO date-time.
custom_metadataobjectFilter by custom metadata object (e.g., {'user': 'John Doe'}).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Gladia List Pre-Recorded TranscriptionsGLADIA_LIST_PRE_RECORDED_TRANSCRIPTIONSAcciónTool to list pre-recorded transcription jobs with optional filters. Use after submitting or querying jobs to retrieve paginated results.
GLADIA_LIST_PRE_RECORDED_TRANSCRIPTIONSAcciónTool to list pre-recorded transcription jobs with optional filters. Use after submitting or querying jobs to retrieve paginated results.
Parámetros de entrada
datestringFilter for a specific date in ISO format (YYYY-MM-DD)
limitintegerMaximum number of items to return; must be >= 1
offsetintegerStart index for pagination; must be >= 0
statusstring[]Filter by one or more job statuses
after_datestringInclude items after this ISO date-time (e.g., 2023-08-01T00:00:00Z)
before_datestringInclude items before this ISO date-time (e.g., 2023-08-15T13:45:30Z)
custom_metadataobjectCustom metadata filter, e.g., {"user": "John Doe"}
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload Audio/Video FileGLADIA_UPLOAD_AUDIO_VIDEO_FILEAcciónTool to upload an audio or video file to Gladia's servers. Use when preparing a file for transcription.
GLADIA_UPLOAD_AUDIO_VIDEO_FILEAcciónTool to upload an audio or video file to Gladia's servers. Use when preparing a file for transcription.
Parámetros de entrada
file_pathstringObligatorioAbsolute or relative path to the audio/video file
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not