# CDN Link Creation

## Responses

### `201`
CDN link created successfully

### `400`
Invalid request body, asset too large for CDN links, or missing storage location

### `409`
An evergreen CDN link already exists for this asset

### `422`
CDN Links are not enabled for this workspace

## Updated
Updated about 1 month ago

## cURL Example

```bash
curl --request POST \
     --url https://api.air.inc/v1/assets/assetId/cdnLink \
     --header 'accept: application/json'
```

## Try It!
Click `Try It!` to start a request and see the response here! Or choose an example:

### Request Format

application/json
