Skip to main content
Leadping publishes generated SDKs for teams that want typed API clients instead of hand-built HTTP calls. The SDKs are generated from the Leadping OpenAPI document with Microsoft Kiota and use the same API surface as the API Reference.

Packages

LanguagePackageInstallRegistryRepository
TypeScript@leadping/sdknpm install @leadping/sdknpmleadpingai/leadping-typescript
Pythonleadpingpip install leadpingPyPIleadpingai/leadping-python
.NETLeadping.OpenApiClientdotnet add package Leadping.OpenApiClientNuGetleadpingai/leadping-dotnet
Gogithub.com/leadpingai/leadping-gogo get github.com/leadpingai/leadping-goGo moduleleadpingai/leadping-go

Authentication

Each SDK accepts a Kiota request adapter. Configure that adapter to send the correct Leadping authentication header:
HeaderUse
Authorization: Bearer <token>User or account-scoped API access
X-Leadping-Api-Key: <key>Business API key integrations
The generated clients set https://api.leadping.ai as the base URL when the adapter does not already have one.

Client entry points

LanguageEntry point
TypeScriptcreateLeadpingOpenApiClient(requestAdapter)
PythonLeadpingOpenApiClient(request_adapter)
.NETnew LeadpingOpenApiClient(requestAdapter)
Goleadping.NewLeadpingOpenApiClient(requestAdapter)
Use the SDK for typed route builders and model types. Use the API Reference when you need endpoint-specific request and response details.

Versioning

SDK releases use normal vX.Y.Z tags. Publish workflows automatically choose the next patch version from the latest Git tag and the relevant package registry version.

Language guides