Get Asset
API to retrieve the CDN URL for an existing asset
Get Asset
Endpoint
GET /v1/businesses/{businessId}/assets/{assetId}Path Parameters
Parameter
Type
Required
Description
Response
Field
Type
Description
Example
Request
curl -X GET "https://api.connectly.ai/v1/businesses/550e8400-e29b-41d4-a716-446655440000/assets/6ba7b810-9dad-11d1-80b4-00c04fd430c8" \
-H "X-API-Key: your-api-key"Response
{
"cdnUri": "https://cdn.connectly.ai/assets/6ba7b810-9dad-11d1-80b4-00c04fd430c8"
}Error Responses
Authentication Error (401)
Asset Not Found (404)
Invalid Asset ID (400)
Rate Limiting
Last updated