NAiOS IconNAiOS Logo
Volver al catálogo

Cincopa

cincopa

Cincopa is a comprehensive media platform offering tools for uploading, managing, and customizing multimedia content, including videos, images, and audio, with robust APIs for seamless integration.

Acciones
4
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 (4)

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.

Upload Asset From URLCINCOPA_ASSET_UPLOAD_FROM_URLAcción

Tool to upload a new asset directly from a provided external url and receive a status id for tracking. use when you need to import media from a remote source and optionally specify a gallery or existing asset.

Parámetros de entrada

  • fidstring

    Unique identifier for the gallery where the asset should be uploaded. Required when adding to a gallery.

  • ridstring

    Unique identifier for an existing asset to attach this asset to. If provided, 'type' must also be specified.

  • typestring

    Defines the type of the attached asset. Default is 'thumb'.

  • inputstringObligatorio

    The URL of the source asset to be uploaded.

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

Abort Asset Upload From URLCINCOPA_ASSET_UPLOAD_FROM_URL_ABORTAcción

Tool to abort an ongoing asset upload-in-progress by providing its status id. use when an upload is no longer needed, was initiated by mistake, or is taking too long.

Parámetros de entrada

  • status_idstringObligatorio

    Unique identifier of the in-progress upload to abort. This is returned when the upload was first initiated.

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 Asset Upload From URL StatusCINCOPA_ASSET_UPLOAD_FROM_URL_GET_STATUSAcción

Tool to check the status of an asset upload initiated via url by its status id. use after calling 'upload asset from url' to poll for completion.

Parámetros de entrada

  • status_idstringObligatorio

    Unique identifier for the upload process, returned by the initial 'Upload Asset From URL' call.

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

Validate API ConnectionCINCOPA_PINGAcción

Tool to validate api connection. use after obtaining a valid api token to confirm connectivity.

Parámetros de entrada

Sin parámetros.

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