# Regional cluster API URL updates The following changes and additions were made to the regional cluster API URLs. See [Regional base URLs](/docs/api/using-zoom-apis/#regional-base-urls) for details. The global, default API URL continues to be `https://api.zoom.us`. | Region Name | Region | Cluster | New API URL | Comments | | -------------- | ------ | ------- | ------------------------ | -------------------------- | | Australia | AU | AU01 | `https://api-au.zoom.us` | | Canada | CA | CA01 | `https://api-ca.zoom.us` | | European Union | EU | EU01 | `https://api-eu.zoom.us` | | European Union | EU | EU02 | `https://api-eu.zoom.us` | | India | IN | IN01 | `https://api-in.zoom.us` | | Saudi Arabia | SA | SA01 | `https://api-sa.zoom.us` | | Singapore | SG | SG01 | `https://api-sg.zoom.us` | | US | US | US01 | `https://api-us.zoom.us` | | US | US | US02 | `https://api-us.zoom.us` | | US | US | US03 | `https://api-us.zoom.us` | | US | US | US04 | `https://api-us.zoom.us` | | US | US | US05 | `https://api-us.zoom.us` | | US | US | US06 | `https://api-us.zoom.us` | | US | US | US07 | `https://api-us.zoom.us` | | Account vanity | N/A | N/A | N/A | `https://{vanity}.zoom.us` | Use the `api_url` to create a regional base URL to send requests. For example, use the base URL `https://api-eu.zoom.us/v2/` to send API requests directly to the EU cluster if it was returned in the `api_url` field. Regardless of the `api_url` value, you can continue to use the `https://api.zoom.us` cluster for all requests.