> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yampi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Portal Article

> Añade un artículo a un portal (Help Center). Cuerpo según schema article_create_update_payload.

Requiere **userApiKey**.

<ParamField path="account_id" type="integer" required>ID de la cuenta.</ParamField>
<ParamField path="id" type="integer" required>ID del portal.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X POST 'https://app.yampi.ai/api/v1/accounts/1/portals/1/articles' \
    -H 'api_access_token: TU_TOKEN' -H 'Content-Type: application/json' \
    -d '{"title":"Título","content":"Contenido"}'
  ```
</RequestExample>
