Cincopa

Learn how to use Cincopa with Composio

Overview

Enum

CINCOPA

Description

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.

Authentication Details

Actions

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.

Action Parameters

fid
string
input
stringRequired
rid
string
type
string

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

status_id
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

status_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to validate api connection. use after obtaining a valid api token to confirm connectivity.

Action Parameters

Action Response

data
object
error
string
successful
boolean