NAiOS IconNAiOS Logo
Volver al catálogo

Gan.AI

gan_ai

Gan.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
9
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • emailstringemail

    User's email address.

  • passwordstring

    User's password.

  • token_namestring

    Optional name for the dynamic token. Must be unique per user.

  • expiry_daysinteger

    Days until token expiry (0-30).

  • expiry_hoursinteger

    Hours until token expiry (0-23).

  • expiry_minutesinteger

    Minutes until token expiry (0-59).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

GAN AI Text-to-SpeechGAN_AI_GAN_AI_TTSAcción

Tool to convert text to speech synchronously. Use after selecting a voice ID via Get Voices tool.

Parámetros de entrada

  • textstringObligatorio

    Text to synthesize; length must be between 40 and 500 characters.

  • voice_idstringObligatorio

    Unique ID of the voice to use. Obtain from the Get Voices endpoint.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Avatar Video Inference DetailsGAN_AI_GET_AVATAR_VIDEO_INFERENCE_DETAILSAcción

Tool 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_idstringObligatorio

    The unique identifier (UUID) of the avatar video inference to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Photo Avatar DetailsGAN_AI_GET_PHOTO_AVATAR_DETAILSAcción

Tool 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_idstringObligatorio

    UUID of the photo avatar to retrieve details for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get photo avatar inference detailsGAN_AI_GET_PHOTO_AVATAR_INFERENCE_DETAILSAcción

Tool to fetch photo avatar inference details. Use after obtaining a valid inference ID to retrieve detailed information.

Parámetros de entrada

  • downloadable_linkboolean

    Include downloadable video link when true (default: false).

  • photo_avatar_inference_idstringObligatorio

    The photo avatar inference ID to fetch.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List avatar video inferencesGAN_AI_LIST_AVATAR_VIDEOSAcción

Tool 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

  • skipinteger

    Pagination offset (number of items to skip). Default is 0.

  • limitinteger

    Maximum number of items to return. Default is 10.

  • statusstring[]

    Filter by one or more inference statuses.

  • avatar_idstring

    UUID of the avatar to filter by.

  • avatar_titlestring

    Filter by avatar title.

  • end_datetimestring

    ISO 8601 end timestamp for filtering.

  • start_datetimestring

    ISO 8601 start timestamp for filtering.

  • inference_titlestring

    Filter by inference/video title.

Parámetros de salida

  • dataobject[]

    List of avatar video inference objects.

  • errorstring

    Error if any occurred during the execution of the action

  • totalintegerObligatorio

    Total number of matching inferences.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List photo avatar inferencesGAN_AI_LIST_PHOTO_AVATAR_INFERENCESAcción

Tool 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

  • skipinteger

    Pagination offset (number of items to skip).

  • limitinteger

    Maximum number of items to return.

  • titlestring

    Filter by inference title.

  • statusstring[]

    Filter by one or more inference statuses.

  • end_datetimestring

    ISO 8601 end of the creation time window, e.g., '2023-01-07T23:59:59Z'.

  • start_datetimestring

    ISO 8601 start of the creation time window, e.g., '2023-01-01T00:00:00Z'.

  • photo_avatar_idstring

    UUID of the photo avatar to filter by.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Photo AvatarsGAN_AI_LIST_PHOTO_AVATARSAcción

Tool 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

  • skipinteger

    Number of records to skip for pagination (offset). Default is 0.

  • limitinteger

    Maximum number of records to return. Default is 10.

  • titlestring

    Filter 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_datetimestring

    ISO 8601 end timestamp for filtering (inclusive).

  • start_datetimestring

    ISO 8601 start timestamp for filtering (inclusive).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

LoginGAN_AI_LOGINAcción

Tool 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

  • emailstringObligatorioemail

    User's email address.

  • passwordstringObligatorio

    User's password.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not