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.
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.
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.
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.
Tool to validate api connection. use after obtaining a valid api token to confirm connectivity.