> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/espanol/skyone-studio/how-to/parametros-de-url-en-el-api-gateway.md).

# Parámetros de URL en el API Gateway

En algunos casos, puede ser necesario obtener el contenido de la URL de una llamada API. Esto se puede hacer usando los parámetros de **API Gateway** en **Skyone Studio**.

Para ello, sigue estos pasos:

1. Accede al menú **“API Gateway”**, ubicado en el lateral izquierdo de la pantalla. La siguiente pantalla se mostrará:

<figure><img src="/files/KBGzQat5XRZQP638qEGx" alt=""><figcaption></figcaption></figure>

2. Haz clic en **"Crear API Gateway"** o selecciona uno ya existente para editarlo.\
   Si este es tu primer API Gateway, [puedes aprender cómo crearlo aquí](/espanol/skyone-studio/api-gateway.md).
3. Al seleccionar el API Gateway, verás la siguiente pantalla:

<figure><img src="/files/AKiE6vZKPxm5QTG92YIU" alt=""><figcaption></figcaption></figure>

4. Haz clic en el ícono de edición de la versión. Si aún no tienes una versión, [consulta aquí cómo crearla](/espanol/skyone-studio/api-gateway.md).
5. En la pantalla de edición de la versión, haz clic en **"Nueva ruta"**. Completa los campos con los datos necesarios. En **"URL de la Ruta"**, coloca el parámetro que deseas recibir con un prefijo **":"**, como en el siguiente ejemplo:

<figure><img src="/files/Dcv9NTK1xaWNMvKmfF5X" alt=""><figcaption></figcaption></figure>

6. A continuación, guarda los cambios. De esta manera, el parámetro **id** estará disponible en el flujo.
7. En la configuración del disparador (**trigger**) en el flujo, puedes definir un valor, por ejemplo:

<figure><img src="/files/SH06vx3zf36582tX92g6" alt=""><figcaption></figcaption></figure>

Y puedes trabajar con los valores en los próximos componentes.

<figure><img src="/files/Xeog8CJMNIBADtdMlmDv" alt=""><figcaption></figcaption></figure>

Para realizar la llamada, solo reemplaza la parte de la URL precedida por **":"** con el valor real.

**Lee también:**

[Caso de uso: parámetros de activación del **API Gateway**](/espanol/skyone-studio/how-to/caso-de-uso-parametros-del-disparador-api-gateway.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.skyone.cloud/espanol/skyone-studio/how-to/parametros-de-url-en-el-api-gateway.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
