Cincopa
cincopaCincopa 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 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ónTool 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.
CINCOPA_ASSET_UPLOAD_FROM_URLAcciónTool 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
fidstringUnique identifier for the gallery where the asset should be uploaded. Required when adding to a gallery.
ridstringUnique identifier for an existing asset to attach this asset to. If provided, 'type' must also be specified.
typestringDefines the type of the attached asset. Default is 'thumb'.
inputstringObligatorioThe URL of the source asset to be uploaded.
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
Abort Asset Upload From URLCINCOPA_ASSET_UPLOAD_FROM_URL_ABORTAcciónTool 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.
CINCOPA_ASSET_UPLOAD_FROM_URL_ABORTAcciónTool 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_idstringObligatorioUnique identifier of the in-progress upload to abort. This is returned when the upload was first initiated.
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 Asset Upload From URL StatusCINCOPA_ASSET_UPLOAD_FROM_URL_GET_STATUSAcciónTool 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.
CINCOPA_ASSET_UPLOAD_FROM_URL_GET_STATUSAcciónTool 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_idstringObligatorioUnique identifier for the upload process, returned by the initial 'Upload Asset From URL' call.
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
Validate API ConnectionCINCOPA_PINGAcciónTool to validate api connection. use after obtaining a valid api token to confirm connectivity.
CINCOPA_PINGAcciónTool 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
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