Assets
Get Asset
Retrieve the CDN URL for a previously uploaded asset by its ID 🪪
GET
Get Asset
Look up the CDN URL for an asset you previously uploaded via Create asset. Use the returned
Rate limit: 100 requests/second. Exceeding this returns
cdnUri to reference the asset in templates, campaigns, and messages.
Endpoint
429 Too Many Requests.
Path parameters
Your Connectly business ID (UUID format).
The ID of the asset to retrieve — either the UUID Connectly generated or the custom ID you provided at upload time.
Response
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
| Status | Meaning |
|---|---|
400 | Invalid assetId format. |
401 | Missing or invalid X-API-Key. |
404 | No asset found with the specified ID. |
429 | Rate limit exceeded (100 req/s). |
