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

# SDKs

> Officiële Enrow-SDKs voor Node.js, Python, PHP, Go, Java, Swift en Rust om e-mailadressen en telefoonnummers te vinden en te verifiëren

## Officiële SDKs

<Warning>
  Deze SDKs zijn in early access en nog niet gepubliceerd in package registries. Installeer vanuit de broncode via de hieronder gelinkte GitHub-repository.
</Warning>

Installeer de Enrow SDK in de taal van je keuze en begin binnen enkele minuten met het verrijken van contacten. Elke SDK omhult dezelfde REST-endpoints — [Email Finder](/nl/api-reference/email-finder/find-single), [Email Verifier](/nl/api-reference/email-verifier/verify-single) en [Phone Finder](/nl/api-reference/phone/find-single) — en authenticeert met je API-sleutel in de `x-api-key`-header. Zie [Authenticatie](/nl/authentication) om je sleutel te verkrijgen voordat je begint.

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

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

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

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

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

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

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

## Volgende stappen

<CardGroup cols={2}>
  <Card title="Node.js SDK" icon="node-js" href="/nl/sdks/node">
    Installeer en gebruik de Enrow SDK in Node.js of TypeScript.
  </Card>

  <Card title="Python SDK" icon="python" href="/nl/sdks/python">
    Installeer en gebruik de Enrow SDK in Python.
  </Card>

  <Card title="Authenticatie" icon="key" href="/nl/authentication">
    Hoe je je API-sleutel meegeeft in de x-api-key-header.
  </Card>

  <Card title="Credits & facturatie" icon="coins" href="/nl/credits-billing">
    Bekijk hoe credits worden verbruikt voor elk endpoint.
  </Card>
</CardGroup>
