Skip to main content
GET
Get Asset
Look up the CDN URL for an asset you previously uploaded via Create asset. Use the returned cdnUri to reference the asset in templates, campaigns, and messages.

Endpoint

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

Path parameters

string
required
Your Connectly business ID (UUID format).
string
required
The ID of the asset to retrieve — either the UUID Connectly generated or the custom ID you provided at upload time.

Response

string
The Connectly CDN URL where the asset is hosted (e.g. https://cdn.connectly.ai/assets/6ba7b810-9dad-11d1-80b4-00c04fd430c8). Use this URL when embedding media in templates or messages.

Example

Error responses