Amara
amaraAmara is an online platform that enables users to create, edit, and manage subtitles and captions for videos, facilitating accessibility and multilingual content.
Acciones disponibles (15)
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.
Add Subtitle NoteAMARA_ADD_SUBTITLE_NOTEAcciónTool to add a note to a subtitle set. use after retrieving the notes uri of the subtitle set.
AMARA_ADD_SUBTITLE_NOTEAcciónTool to add a note to a subtitle set. use after retrieving the notes uri of the subtitle set.
Parámetros de entrada
bodystringObligatorioText of the note to add to the subtitle set.
video_idstringObligatorioAmara video ID.
language_codestringObligatorioBCP-47 code for the subtitle language.
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
Create Subtitle LanguageAMARA_CREATE_SUBTITLE_LANGUAGEAcciónTool to create a new subtitle language for a video. use when you need to add a language track (iso 639-1 code) before uploading subtitles.
AMARA_CREATE_SUBTITLE_LANGUAGEAcciónTool to create a new subtitle language for a video. use when you need to add a language track (iso 639-1 code) before uploading subtitles.
Parámetros de entrada
languagestringObligatorioISO 639-1 language code to add (e.g., 'fr').
video_idstringObligatorioThe ID or slug of the video to which to add the subtitle language.
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
Fetch Subtitles DataAMARA_FETCH_SUBTITLES_DATAAcciónTool to fetch subtitle data for a video in a specific language. use when you need to retrieve subtitle segments after confirming video id and language code.
AMARA_FETCH_SUBTITLES_DATAAcciónTool to fetch subtitle data for a video in a specific language. use when you need to retrieve subtitle segments after confirming video id and language code.
Parámetros de entrada
formatstringenumSubtitle format to retrieve. Defaults to 'json' when omitted.
jsonsrtvttvideo_idstringObligatorioAmara video ID.
language_codestringObligatorioBCP-47 code for the subtitle language.
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 Subtitle Language DetailsAMARA_GET_SUBTITLE_LANGUAGE_DETAILSAcciónTool to retrieve details for a single subtitle language. use when you have video id and language code and need metadata about that language track.
AMARA_GET_SUBTITLE_LANGUAGE_DETAILSAcciónTool to retrieve details for a single subtitle language. use when you have video id and language code and need metadata about that language track.
Parámetros de entrada
video_idstringObligatorioAmara video ID.
language_codestringObligatorioBCP-47 code for the subtitle language.
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 Team DetailsAMARA_GET_TEAM_DETAILSAcciónTool to get details on a specific team by slug. use when you need metadata for a single team.
AMARA_GET_TEAM_DETAILSAcciónTool to get details on a specific team by slug. use when you need metadata for a single team.
Parámetros de entrada
slugstringObligatorioMachine name (slug) of the team to retrieve details for.
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 User DataAMARA_GET_USER_DATAAcciónTool to get user data by username or id. use when you need to fetch account details for a user.
AMARA_GET_USER_DATAAcciónTool to get user data by username or id. use when you need to fetch account details for a user.
Parámetros de entrada
identifierstringObligatorioUser identifier: username or user ID prefixed with 'id$'.
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 Video URL DetailsAMARA_GET_VIDEO_URL_DETAILSAcciónTool to get details for a specific video url. use when you have a public or embeddable video url and need its amara metadata (id, title, duration, thumbnails, etc.).
AMARA_GET_VIDEO_URL_DETAILSAcciónTool to get details for a specific video url. use when you have a public or embeddable video url and need its amara metadata (id, title, duration, thumbnails, etc.).
Parámetros de entrada
urlstringObligatorioA public or embeddable video URL to look up.
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 Available LanguagesAMARA_LIST_AVAILABLE_LANGUAGESAcciónTool to get a list of all supported languages. use when you need to know available language options from amara.
AMARA_LIST_AVAILABLE_LANGUAGESAcciónTool to get a list of all supported languages. use when you need to know available language options from amara.
Parámetros de entrada
Sin parámetros.
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 Subtitle LanguagesAMARA_LIST_SUBTITLE_LANGUAGESAcciónTool to list all subtitle languages for a video. use when you have a video id and need to fetch its available subtitle languages.
AMARA_LIST_SUBTITLE_LANGUAGESAcciónTool to list all subtitle languages for a video. use when you have a video id and need to fetch its available subtitle languages.
Parámetros de entrada
video_idstringObligatorioAmara video ID for which to list subtitle languages.
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 TeamsAMARA_LIST_TEAMSAcciónTool to list all teams. use when you need to retrieve your accessible teams with pagination.
AMARA_LIST_TEAMSAcciónTool to list all teams. use when you need to retrieve your accessible teams with pagination.
Parámetros de entrada
limitintegerMaximum number of teams to return.
offsetintegerResults offset for pagination.
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 VideosAMARA_LIST_VIDEOSAcciónTool to list all videos. use when you need to fetch a paginated list of videos with optional filters.
AMARA_LIST_VIDEOSAcciónTool to list all videos. use when you need to fetch a paginated list of videos with optional filters.
Parámetros de entrada
pageintegerPage number of results to fetch.
sortstringSorting order, e.g., '-created' or '-primary_audio_language_code'.
teamstringFilter by team slug.
ownerstringFilter by owner username.
archivebooleanIf true, only archived videos are returned.
projectstringFilter by project slug.
languagestringFilter by language code (BCP-47), e.g., 'en'.
video_idstringComma-separated list of video IDs to filter.
page_sizeintegerNumber of results per page.
video_urlstringFilter by exact video URL.
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 Video URLsAMARA_LIST_VIDEO_URLSAcciónTool to list all urls associated with a video. use when you need to retrieve every url for embedding or processing.
AMARA_LIST_VIDEO_URLSAcciónTool to list all urls associated with a video. use when you need to retrieve every url for embedding or processing.
Parámetros de entrada
limitintegerMaximum number of URLs to return.
offsetintegerIndex of the first URL to return (0-indexed).
video_idstringObligatorioAmara video ID for which to list all associated video URLs.
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
Make Video URL PrimaryAMARA_MAKE_VIDEO_URL_PRIMARYAcciónTool to set a video url as the primary url. use when you need to designate one of a video's urls as primary for embedding and display. call after listing video urls to confirm the url id.
AMARA_MAKE_VIDEO_URL_PRIMARYAcciónTool to set a video url as the primary url. use when you need to designate one of a video's urls as primary for embedding and display. call after listing video urls to confirm the url id.
Parámetros de entrada
url_idintegerObligatorioThe internal ID of the video URL resource to mark as primary.
primarybooleanObligatorioSet to true to mark this URL as the primary URL.
video_idstringObligatorioThe Amara video identifier (e.g., 'NI1hLjBxuTpk').
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
Update Subtitle LanguageAMARA_UPDATE_SUBTITLE_LANGUAGEAcciónTool to update a subtitle language for a video. use after reviewing existing subtitle language settings and needing to adjust completeness flags or soft-limit constraints.
AMARA_UPDATE_SUBTITLE_LANGUAGEAcciónTool to update a subtitle language for a video. use after reviewing existing subtitle language settings and needing to adjust completeness flags or soft-limit constraints.
Parámetros de entrada
video_idstringObligatorioAmara video ID.
language_codestringObligatorioBCP-47 code for the subtitle language.
soft_limit_cplintegerMaximum characters per line; warning shown if exceeded.
soft_limit_cpsintegerMaximum characters per second; warning shown if exceeded.
soft_limit_linesintegerMaximum number of lines per subtitle; warning shown if exceeded.
subtitles_completebooleanIndicates if the subtitles are complete for this language.
soft_limit_max_durationintegerMaximum subtitle duration in milliseconds; used in guidelines dialog.
soft_limit_min_durationintegerMinimum subtitle duration in milliseconds; warning shown if violated.
is_primary_audio_languagebooleanIndicates if this is the primary spoken language of the video.
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
View Video DetailsAMARA_VIEW_VIDEO_DETAILSAcciónTool to view details of a specific video by id. use when you need complete metadata for a given video.
AMARA_VIEW_VIDEO_DETAILSAcciónTool to view details of a specific video by id. use when you need complete metadata for a given video.
Parámetros de entrada
video_idstringObligatorioAmara video identifier
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