> ## 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

> Use API in no-code workflows.

# 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"
}
```

Markdown output can be passed directly to an agent, digester, classifier, or vector base.
