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

# n8n

> Usa la API en workflows no-code.

# n8n

## HTTP Request node

Configura:

* Method: `POST`
* URL: `https://api.markpdf.tech/convert/from-url`
* Authentication: none
* Headers:
  * `x-api-key`: tu API key
  * `content-type`: `application/json`
* Body:

```json theme={null}
{
  "url": "={{ $json.signedUrl }}",
  "filename": "={{ $json.filename }}",
  "mode": "fast"
}
```

La salida Markdown puede pasar directamente a un agente, resumen, clasificador o base vectorial.
