Create a Distribution
Creating a new distribution to your CDN is made very easy with our wizard. You can create a distribution by clicking the “Create Distribution” button.

Origin URL and regions
Section titled “Origin URL and regions”You can add your origin URL to the distribution and select region(s) where your content will be available via our CDN.

You can choose between multiple regions we offer.

After you add all the informations you can save your distribution.
Description on how to create a CDN distribution via API.
| Request | |
|---|---|
| POST | /v1/projects/{projectId}/distributions |
Required parameters
Section titled “Required parameters”| Name | Datentyp | Required |
|---|---|---|
| projectId | String | yes |
Example value
Section titled “Example value”{ "backend": { "originUrl": "https://httpbin.org", "type": "http" }, "regions": ["EU", "ASIA"]}Example description
Section titled “Example description”Creates a distribution which is cached and served from EU and ASIA. The upstream host for this example is httpbin.org. The Type is set to http.
Response
Section titled “Response” SDK functions are not available yet.
Terraform functions are not available yet.