diff --git a/templates/documentation/get-started/infra.md b/templates/documentation/get-started/infra.md new file mode 100644 index 00000000..199b26f2 --- /dev/null +++ b/templates/documentation/get-started/infra.md @@ -0,0 +1,48 @@ +--- +title: "api.video location and infrastructure" +slug: "infra" +meta: + description: Learn about selecting the optimal hosting location for your videos. +--- + +# Selecting the hosting region + +api.video is unwavering in its dedication to providing top-tier performance worldwide. Our mission is to ensure that your video content ingestion and delivery transcends geographical boundaries, guaranteeing an exceptional experience for your audience worldwide. + +To fulfill this commitment, we've meticulously crafted a robust infrastructure that spans both the European Union and the United States. Our strategically positioned servers and data centers in these regions are engineered to optimize video content ingestion and delivery, ensuring lightning-fast load times and seamless streaming experiences, no matter where your audience is located. With api.video, you can trust in the reliability and speed of your video content, making global reach more accessible than ever. + +## How it works? + +When creating a new account or adding a project, you will be prompted to choose the region from which your videos will be hosted and delivered. You will encounter two primary options: + +* United States +* European Union + +The primary consideration while selecting the region should be: + +* Proximity to the majority of your user base +* Company legal requirements + +api.video utilizes a robust CDN service with a vast network of [multiple Points of Presence (POPs) worldwide](https://www.fastly.com/network-map/). Upon a user's request, the video is promptly cached at the CDN edge, ensuring expedited delivery. The regional aspect primarily influences the initial hosting location of the video and where it is served to the CDN, streamlining the entire process. + +## FAQ + +### How do I change a region + +At present, to modify the region you have previously selected, kindly reach out to our dedicated support team. + +### Can I have different regions for different projects? + +Yes, on each new project creation process you will be presented with the selection of a region. Each project can exist in a different region. + +### What if my users are in Asia, Africa or Oceania, which region should I select? + +For optimal performance for Asia, Africa and Oceania, we recommend to select the EU region. We are constantly working on improving our infrastructure and making sure that your users will have seamless experience while uploading and streaming videos. + + + + + + + + diff --git a/templates/documentation/navigation.yaml b/templates/documentation/navigation.yaml index 8d2b015b..c146be02 100644 --- a/templates/documentation/navigation.yaml +++ b/templates/documentation/navigation.yaml @@ -4,6 +4,8 @@ href: /README.md - label: Start building href: /get-started/start-building.md + - label: Selecting the hosting region + href: /get-started/infra.md - label: Migration guides href: /get-started/migration-guides.md collapsed: true