# Assets API

## Asset Service API

### Authentication

All Asset API endpoints require authentication via API key in the request header:

```
X-API-Key: your-api-key
```

### Base URL

```
https://api.connectly.ai
```

### Available Endpoints

| Method | Endpoint                                       | Description                  |
| ------ | ---------------------------------------------- | ---------------------------- |
| POST   | `/v1/businesses/{businessId}/assets`           | Create an asset from a URL   |
| GET    | `/v1/businesses/{businessId}/assets/{assetId}` | Get the CDN URL for an asset |

### Rate Limiting

This endpoint is limited to **100 requests per second**. If the limit is exceeded, the API will return a `429 Too Many Requests` response.
