How to define a specific region when using the Content Delivery API
Adding a region parameter to an API request
In order to use the correct region that matches the region of your space, you have to use a different base URL.
The base URL for spaces created in the EU is:
The base URL for spaces created in the US is:
The base URL for spaces created in the Australia region is:
The base URL for spaces created in the Canada region is:
The base URL for spaces created in China is:
Setting the correct region
Depending on whether your space was created in the EU, the US, Australia, Canada, or China, you may need to set the region
parameter of the API accordingly:
eu
(default): For spaces created in the EUus
: For spaces created in the USap
: For spaces created in Australiaca
: For spaces created in Canadacn
: For spaces created in China
Here's an example for a space created in the US:
Note: For spaces created in any region other than the EU, the region parameter must be specified.
Since all the Storyblok SDKs use storyblok-js-client, you can use apiOptions
to pass down any option such as region
to the JS Client.
Please consult our SDK documentation to find specific instructions for the JavaScript frontend framework of your choice:
Please note that our Ruby Client currently doesn’t support accessing spaces located in China.
Please note that our PHP Client currently doesn’t support accessing spaces located in China.
Please note that our Python Client currently doesn’t support accessing spaces located in the United States or China.
Defining Regions for Assets
It's essential to understand how asset domains vary based on the chosen location for your space.
The asset domain, or base URL, depends on the region of your Storyblok space:
The URL for assets in the US is:
The URL for assets in the EU is:
The URL for assets in the Australia region is:
The URL for assets in the Canada region is:
The URL for assets in China is: