En esta página, se muestra cómo ejecutar varias API independientes en tu propio dominio personalizado (por ejemplo, example.com).
Antes de comenzar
Para usar un dominio personalizado, sigue las instrucciones en Verificar un nombre de dominio.
Durante ese proceso, debes confirmar la propiedad del dominio. Esta confirmación te permite implementar y entregar las API en cualquiera de sus subdominios.
Por ejemplo, si se establece la propiedad del dominio para example.com, los nombres de servicio pueden incluir subdominios de example.com, como api.example.com o catalog.api.example.com.
Implementar una API en un subdominio
En el ejemplo siguiente, se implementa la API en el subdominio first_api.example.com:
Establece el campo host de tu documento de OpenAPI en first_api.example.com y configura los otros campos como se describe en Configura Cloud Endpoints.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-04-02 (UTC)"],[[["This guide explains how to run multiple independent APIs on a custom domain, such as `example.com`."],["To use a custom domain, you must first verify ownership of the domain, which allows deploying APIs to any of its subdomains."],["Deploying an API to a subdomain involves setting the `host` field in the OpenAPI document and then deploying both the Endpoints configuration and the API backend."],["Each new API you deploy on your custom domain will require a unique subdomain, with the process being repeated for each one."]]],[]]