---
title: "API di conversione file: lascia che il tuo agente apra qualsiasi file"
description: "Lascia che il tuo agente apra qualsiasi file. 46 endpoint per PDF, DOCX, XLSX, JPEG, PNG, WebP, HEIC, URL to PDF, screenshot e altro. Una chiamata API, sincrono in meno di 5 s. Limited Time Free."
canonical: "https://www.enconvert.com/it/file-conversion"
locale: "it"
---

API di conversione file

# Lascia che il tuo agente apra qualsiasi file.

46 formati, una chiamata API. Documenti, immagini, pagine web e dati, in entrata e in uscita. I job a file singolo rispondono in meno di 5 secondi.

[Ottieni una API key gratuita](/it/auth?mode=signup)[Vai alla documentazione](/docs/introduction.md)

-   46 endpoint
-   Sincrono in meno di 5 s
-   Limited Time Free
-   Nessuna carta di credito

[

Parte di EnConvert, il layer eyes-and-hands. Chiami da un agente? Prendi il server MCP.

](/it/mcp.md)

POST /v1/convert/url-to-pdf

Copy

```
curl -X POST "https://api.enconvert.com/v1/convert/url-to-pdf" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{"url": "https://example.com"}'

# Returns a signed download URL for the finished PDF.
```

Formati

## Ogni formato di cui il tuo prodotto ha bisogno.

Combina all'interno di una famiglia o tra famiglie diverse. La matrice completa endpoint per endpoint è nella documentazione.

### Documenti

10 formati

-   PDF
-   DOCX
-   XLSX
-   PPTX
-   ODT
-   EPUB
-   Pages
-   Numbers
-   HTML
-   Markdown

### Immagini

5 formati

-   JPEG
-   PNG
-   WebP
-   HEIC
-   SVG

### Cattura web

6 formati

-   URL to PDF
-   URL to screenshot
-   URL to Markdown
-   HTML to PDF
-   HTML to PNG
-   Site crawl

### Dati

5 formati

-   CSV
-   JSON
-   XML
-   YAML
-   TOML

## Dati del motore

### Sincrono in meno di 5 secondi

Le conversioni a file singolo rispondono nella stessa richiesta. I job più grandi passano ad asincrono con polling o webhook.

### Batch fino a 400 file

Una richiesta, molti file. Output in zip e callback webhook sui piani Studio e Production.

### Rendering qualità Chromium

Le conversioni di URL girano su un vero motore browser: banner dei cookie chiusi, immagini lazy caricate, layout intatti.

### Solo URL firmati

I file di output risiedono su storage cifrato e tornano come URL firmati con scadenza. I bucket restano privati.

Agent-first

## Da un prompt a un file aperto.

Il modello indica il file e il formato desiderato. Il server MCP sceglie lo strumento, esegue la conversione e restituisce il risultato. Niente HTTP, niente polling, niente codice collante nel tuo progetto.

[

Guarda tutti gli strumenti agente sul server MCP

](/it/mcp.md)

agente · chiamata strumento

```
> Open this report and pull out the pricing table: https://example.com/q3-report.pdf

// the agent picks one tool, no HTTP glue
convert({
  url: "https://example.com/q3-report.pdf",
  to: "markdown"
})

-> q3-report.pdf opened as Markdown in 2.1s. 1,840 words, 1 table.
```

## Un motore, cinque modi per chiamarlo.

[

REST API

HTTP puro da qualsiasi linguaggio.

](/docs/introduction.md)[

Server MCP

Strumenti nativi per Claude, Cursor, Windsurf.

](/it/mcp.md)[

Widget incorporabile

Due righe di codice su qualsiasi sito.

](/it/dashboard)[

Plugin WordPress

Senza codice, 12 plugin.

](/it/integrations/wordpress.md)[

Estensione browser

Converti senza lasciare la scheda.

](/it/integrations/browser-extension.md)

## FAQ sulla conversione dei file

Which formats does the file conversion API support?

Forty-six endpoints across four families: documents (PDF, DOCX, XLSX, PPTX, ODT, EPUB, Pages, Numbers, HTML, Markdown), images (JPEG, PNG, WebP, HEIC, SVG), web capture (URL to PDF, URL to screenshot, URL to Markdown, HTML rendering, full-site crawl), and data files (CSV, JSON, XML, YAML, TOML).

How fast are conversions?

Single-file conversions return synchronously in under 5 seconds. Large files, full-site crawls, and big batches run async: you get a job ID and can poll or receive a webhook when the output is ready.

Is there a free tier?

Yes. The free tier includes 500 ops per month with a 5 MB file size limit and requires no credit card while EnConvert is in beta. Paid plans start at $29 per month for 3,000 ops and 15 MB files.

How does batch conversion work?

Send multiple files in one request, up to 50 on Indie, 100 on Studio, and 400 on Production. Studio and Production plans can bundle results into a single zip and notify your server through a webhook callback.

Where do converted files go?

Output files are stored encrypted and returned as expiring signed URLs; storage buckets are never exposed. Files auto-delete after your plan retention window: 1 hour on Free, 7 days on Indie and Studio, 30 days on Production.

## Prima conversione nei prossimi cinque minuti.

Limited Time Free. $29/mese quando scali. Una fattura, nessuna sorpresa.

[Ottieni una API key gratuita](/it/auth?mode=signup)[Provalo nel playground](/it/playground.md)
