Gan.AI
gan_aiGan.AI provides advanced APIs for text-to-speech, voice cloning, and video personalization, enabling developers to integrate natural and expressive speech synthesis into their applications.
Acciones disponibles (9)
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.
GAN.AI LoginGAN_AI_GAN_AI_LOGINAcciónTool to authenticate a user and retrieve tokens. - If email/password are provided: performs classic login (POST /users/login). - Otherwise: mints a dynamic access token using existing Authorization (POST /users/create_dynamic_token_v2).
GAN_AI_GAN_AI_LOGINAcciónTool to authenticate a user and retrieve tokens. - If email/password are provided: performs classic login (POST /users/login). - Otherwise: mints a dynamic access token using existing Authorization (POST /users/create_dynamic_token_v2).
Parámetros de entrada
emailstringemailUser's email address.
passwordstringUser's password.
token_namestringOptional name for the dynamic token. Must be unique per user.
expiry_daysintegerDays until token expiry (0-30).
expiry_hoursintegerHours until token expiry (0-23).
expiry_minutesintegerMinutes until token expiry (0-59).
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
GAN AI Text-to-SpeechGAN_AI_GAN_AI_TTSAcciónTool to convert text to speech synchronously. Use after selecting a voice ID via Get Voices tool.
GAN_AI_GAN_AI_TTSAcciónTool to convert text to speech synchronously. Use after selecting a voice ID via Get Voices tool.
Parámetros de entrada
textstringObligatorioText to synthesize; length must be between 40 and 500 characters.
voice_idstringObligatorioUnique ID of the voice to use. Obtain from the Get Voices endpoint.
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 Avatar Video Inference DetailsGAN_AI_GET_AVATAR_VIDEO_INFERENCE_DETAILSAcciónTool to retrieve detailed status and metadata for a specific avatar video inference. Use when you have an inference_id and need to check its processing status and access video URLs.
GAN_AI_GET_AVATAR_VIDEO_INFERENCE_DETAILSAcciónTool to retrieve detailed status and metadata for a specific avatar video inference. Use when you have an inference_id and need to check its processing status and access video URLs.
Parámetros de entrada
inference_idstringObligatorioThe unique identifier (UUID) of the avatar video inference to retrieve.
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 Photo Avatar DetailsGAN_AI_GET_PHOTO_AVATAR_DETAILSAcciónTool to retrieve detailed information for a specific photo avatar by ID. Use when you need to check photo avatar processing status and access its metadata and image URL.
GAN_AI_GET_PHOTO_AVATAR_DETAILSAcciónTool to retrieve detailed information for a specific photo avatar by ID. Use when you need to check photo avatar processing status and access its metadata and image URL.
Parámetros de entrada
photo_avatar_idstringObligatorioUUID of the photo avatar 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 photo avatar inference detailsGAN_AI_GET_PHOTO_AVATAR_INFERENCE_DETAILSAcciónTool to fetch photo avatar inference details. Use after obtaining a valid inference ID to retrieve detailed information.
GAN_AI_GET_PHOTO_AVATAR_INFERENCE_DETAILSAcciónTool to fetch photo avatar inference details. Use after obtaining a valid inference ID to retrieve detailed information.
Parámetros de entrada
downloadable_linkbooleanInclude downloadable video link when true (default: false).
photo_avatar_inference_idstringObligatorioThe photo avatar inference ID to fetch.
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 avatar video inferencesGAN_AI_LIST_AVATAR_VIDEOSAcciónTool to list avatar video inferences. Use when you need to retrieve generated avatar videos with optional filtering by avatar ID, title, status, or date range.
GAN_AI_LIST_AVATAR_VIDEOSAcciónTool to list avatar video inferences. Use when you need to retrieve generated avatar videos with optional filtering by avatar ID, title, status, or date range.
Parámetros de entrada
skipintegerPagination offset (number of items to skip). Default is 0.
limitintegerMaximum number of items to return. Default is 10.
statusstring[]Filter by one or more inference statuses.
avatar_idstringUUID of the avatar to filter by.
avatar_titlestringFilter by avatar title.
end_datetimestringISO 8601 end timestamp for filtering.
start_datetimestringISO 8601 start timestamp for filtering.
inference_titlestringFilter by inference/video title.
Parámetros de salida
dataobject[]List of avatar video inference objects.
errorstringError if any occurred during the execution of the action
totalintegerObligatorioTotal number of matching inferences.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List photo avatar inferencesGAN_AI_LIST_PHOTO_AVATAR_INFERENCESAcciónTool to list photo avatar inferences. Use when you need to retrieve inference videos with optional filtering by avatar, title, status, or date range.
GAN_AI_LIST_PHOTO_AVATAR_INFERENCESAcciónTool to list photo avatar inferences. Use when you need to retrieve inference videos with optional filtering by avatar, title, status, or date range.
Parámetros de entrada
skipintegerPagination offset (number of items to skip).
limitintegerMaximum number of items to return.
titlestringFilter by inference title.
statusstring[]Filter by one or more inference statuses.
end_datetimestringISO 8601 end of the creation time window, e.g., '2023-01-07T23:59:59Z'.
start_datetimestringISO 8601 start of the creation time window, e.g., '2023-01-01T00:00:00Z'.
photo_avatar_idstringUUID of the photo avatar to filter by.
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 Photo AvatarsGAN_AI_LIST_PHOTO_AVATARSAcciónTool to list avatars. Use when you need a paginated collection of avatars with filters. Example: "List the first 10 published avatars created after 2023-01-01".
GAN_AI_LIST_PHOTO_AVATARSAcciónTool to list avatars. Use when you need a paginated collection of avatars with filters. Example: "List the first 10 published avatars created after 2023-01-01".
Parámetros de entrada
skipintegerNumber of records to skip for pagination (offset). Default is 0.
limitintegerMaximum number of records to return. Default is 10.
titlestringFilter by avatar title (exact match).
statusstring[]Filter by one or more statuses; common values include: consent_pending, processing, consent_failed, failed, published, deleted, draft.
end_datetimestringISO 8601 end timestamp for filtering (inclusive).
start_datetimestringISO 8601 start timestamp for filtering (inclusive).
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
LoginGAN_AI_LOGINAcciónTool to authenticate a user and retrieve access and refresh tokens. Use when you need to login before calling other GAN.AI API actions.
GAN_AI_LOGINAcciónTool to authenticate a user and retrieve access and refresh tokens. Use when you need to login before calling other GAN.AI API actions.
Parámetros de entrada
emailstringObligatorioemailUser's email address.
passwordstringObligatorioUser's password.
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