# 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.

- **Category:** video & audio
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 5
- **Triggers:** 0
- **Slug:** `CINCOPA`
- **Version:** 20260223_00

## Tools

### Upload Asset From URL

**Slug:** `CINCOPA_ASSET_UPLOAD_FROM_URL`

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.

### Abort Asset Upload From URL

**Slug:** `CINCOPA_ASSET_UPLOAD_FROM_URL_ABORT`

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.

### Get Asset Upload From URL Status

**Slug:** `CINCOPA_ASSET_UPLOAD_FROM_URL_GET_STATUS`

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.

### Get Upload Iframe

**Slug:** `CINCOPA_GET_UPLOAD_IFRAME`

Tool to get an upload iframe URL for embedding an upload widget. Use when you need to generate an HTML iframe for uploading media to a Cincopa gallery.

### Validate API Connection

**Slug:** `CINCOPA_PING`

Tool to validate API connection. Use after obtaining a valid api_token to confirm connectivity.
