Skip to main content
POST
Create Asset
Upload a media file to Connectly’s CDN by providing a publicly accessible source URL. Connectly fetches the file from your URL and stores it, returning a stable CDN URL you can reference in templates, campaigns, and messages.

Endpoint

Rate limit: 100 requests/second. Exceeding this returns 429 Too Many Requests.

Request body

string
required
Publicly accessible source URL of the file to upload. Must be reachable from Connectly’s servers — private or authenticated URLs will fail with a 400 error.
string
Optional custom identifier for the asset. If omitted, Connectly generates a UUID automatically. Useful for associating assets with your own records (e.g. a product SKU or internal asset key).
object
Optional metadata to attach to the asset.

Response

object

Examples

Error responses