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

# SDK

> SDK Enrow ufficiali per Node.js, Python, PHP, Go, Java, Swift e Rust per trovare e verificare email e numeri di telefono

## SDK ufficiali

<Warning>
  Questi SDK sono in early access e non ancora pubblicati nei registri dei pacchetti. Installa dal sorgente tramite il repository GitHub indicato di seguito.
</Warning>

Installa l'SDK Enrow nel linguaggio che preferisci e inizia ad arricchire i contatti in pochi minuti. Ogni SDK incapsula gli stessi endpoint REST — [Email Finder](/it/api-reference/email-finder/find-single), [Email Verifier](/it/api-reference/email-verifier/verify-single) e [Phone Finder](/it/api-reference/phone/find-single) — e si autentica con la tua chiave API nell'header `x-api-key`. Consulta [Autenticazione](/it/authentication) per ottenere la tua chiave prima di iniziare.

<CardGroup cols={2}>
  <Card title="Node.js / TypeScript" icon="node-js" iconType="brands" href="/it/sdks/node">
    `npm install github:EnrowAPI/enrow-js`
  </Card>

  <Card title="Python" icon="python" iconType="brands" href="/it/sdks/python">
    `pip install git+https://github.com/EnrowAPI/enrow-python.git`
  </Card>

  <Card title="PHP" icon="php" iconType="brands" href="/it/sdks/php">
    `composer require enrow/enrow`
  </Card>

  <Card title="Go" icon="golang" iconType="brands" href="/it/sdks/go">
    `go get github.com/EnrowAPI/enrow-go`
  </Card>

  <Card title="Java" icon="java" iconType="brands" href="/it/sdks/java">
    Maven / Gradle
  </Card>

  <Card title="Swift" icon="swift" iconType="brands" href="/it/sdks/swift">
    Swift Package Manager
  </Card>

  <Card title="Rust" icon="rust" iconType="brands" href="/it/sdks/rust">
    `enrow = { git = "https://github.com/EnrowAPI/enrow-rust" }`
  </Card>
</CardGroup>

## Prossimi passi

<CardGroup cols={2}>
  <Card title="SDK Node.js" icon="node-js" href="/it/sdks/node">
    Installa e usa l'SDK Enrow in Node.js o TypeScript.
  </Card>

  <Card title="SDK Python" icon="python" href="/it/sdks/python">
    Installa e usa l'SDK Enrow in Python.
  </Card>

  <Card title="Autenticazione" icon="key" href="/it/authentication">
    Come passare la tua chiave API nell'header x-api-key.
  </Card>

  <Card title="Crediti e fatturazione" icon="coins" href="/it/credits-billing">
    Scopri come vengono consumati i crediti per ogni endpoint.
  </Card>
</CardGroup>
