# CDN Link Creation

## Responses

### 201
CDN link created successfully

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

### 409
A CDN link already exists for this version

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

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

## Try It!

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

### Expected Response
```json
{
  "status": "201"
}
```
