asset.uploaded
This event is triggered whenever a new media asset is successfully uploaded to your Cincopa account. Assets can include videos, images, audio files, documents, or other media types.
Name | Type | Description |
---|---|---|
thumbnail | ||
thumbnail.syncstatus | string | Indicates if the thumbnail image is synced. |
thumbnail.type | string | MIME type of the thumbnail image. |
thumbnail.value | string | URL pointing to the thumbnail image. |
id | string | Unique asset ID for the uploaded media. |
oid | string | Owner ID or user ID associated with the asset. |
uploaded_by | string | Username or identifier of the uploader. |
stored | integer | Boolean-like integer indicating if the asset has been stored. |
modified | datetime | Timestamp when the asset was last modified. |
string | Email of the uploader or associated account. | |
caption | string | Caption or title for the asset. |
filename | string | Original name of the uploaded file. |
event | string | Type of webhook event (e.g., 'asset.uploaded'). |
pid | integer | Project or media asset ID. This is used to uniquely identify a specific project or media asset in the system. |
content | ||
content.syncstatus | string | Sync status of the video content. |
content.type | string | MIME type of the video file. |
content.value | string | URL to the video content. |
bitrate | string | Bitrate of the video file. |
duration | string | Duration of the video file in HH:MM:SS format. |
height | integer | Video resolution height in pixels. |
width | integer | Video resolution width in pixels. |
originaldate | datetime | Original timestamp of the video asset. |
versions | ||
versions.mp4_1280x720.url | string | URL of the 1280x720 MP4 version of the file. |
versions.mp4_hd.url | string | URL of the HD MP4 version of the file. |
versions.jpg_200x150.url | string | URL of the 200x150 JPEG preview image. |
versions.jpg_720p.url | string | URL of the 720p JPEG preview image. |
versions.jpg_1080p.url | string | URL of the 1080p JPEG preview image. |
versions.jpg_hd.url | string | URL of the HD JPEG preview image. |
versions.jpg_200x150.filesize | integer | File size of the 200x150 JPEG preview image in bytes. |
versions.jpg_720p.filesize | integer | File size of the 720p JPEG preview image in bytes. |
versions.jpg_1080p.filesize | integer | File size of the 1080p JPEG preview image in bytes. |
versions.jpg_hd.filesize | integer | File size of the HD JPEG preview image in bytes. |
drid | string | Datagram Resource ID, uniquely identifies the media asset across the system. |
type | string | Media type, e.g., 'video', 'audio', 'image'. |
storage | string | Internal identifier for the media storage reference. |
in_folders_list | array | List of folders the asset is associated with. |
reference_id | string | External reference ID tied to the asset, if provided. |
filesize | integer | Size of the original file in bytes. |
tags | string | Comma-separated tags associated with the asset. |
related_link_text | string | Text for a related hyperlink connected to the media. |
duid | string | Datagram Unique Identifier, used internally to track asset changes. |
plan_name | string | Subscription plan type of the uploader’s Cincopa account. |
storyboard | ||
storyboard.syncstatus | string | Sync status of the storyboard preview image. |
storyboard.type | string | MIME type of the storyboard image. |
storyboard.value | string | URL of the storyboard image preview. |
reason | string | Reason why this event was triggered, such as 'from syncer'. |
related_link_url | string | URL of the related link defined by the user or system. |
args | string | Arguments passed during the webhook event. |
timeline | string | Custom timeline metadata for media annotations. |
accid | string | Account ID associated with the uploader. |
long_description | string | Extended description for the asset. |
fps | integer | Frames per second of the video. |
mime | string | MIME type of the video or image version. |
name | string | Label or alias of the specific version. |
url | string | Publicly accessible URL of the media version. |
description | string | User-provided or system-generated description for the media asset. |
versions | ||
versions.jpg_1200x900.filesize | integer | File size in bytes of the 1200x900 JPEG preview. |
versions.jpg_1200x900.name | string | Name or label for the 1200x900 image version. |
versions.jpg_1200x900.url | string | URL of the 1200x900 JPEG version of the asset. |
versions.jpg_1200x900.mime | string | MIME type of the 1200x900 preview file. |
versions.original.name | string | Label used to identify the original uploaded file. |
versions.original.filesize | integer | Size of the original file in bytes. |
versions.original.mime | string | MIME type of the original video file. |
versions.original.url | string | Direct link to the original video file. |
versions.jpg_200x150.name | string | Label for the 200x150 image version. |
versions.jpg_100x75.name | string | Label for the 100x75 image version. |
versions.jpg_600x450.name | string | Label for the 600x450 image version. |
versions.jpg_200x150.mime | string | MIME type for the 200x150 image. |
versions.jpg_100x75.mime | string | MIME type for the 100x75 image. |
versions.jpg_600x450.mime | string | MIME type for the 600x450 image. |