Software Development Kit (SDK) is a collection of tools, libraries, and documentation that helps developers build applications for a specific platform or integrate with a specific service more easily.
Recommended Use Case#
Use the SDK when building backend services, automation scripts, or integrations that interact with Zid APIs, allowing you to integrate quickly without handling low-level API requests and responses.What is Zid SDKs?#
Zid SDKs are a set of libraries that provide a ready-to-use interface for interacting with Zid APIs. They handle the communication with our APIs out of the box, allowing developers to access available functionalities without implementing the integration logic manually.In addition, the SDKs include predefined data models for API responses, making it easier to work with and access objects within the response payload.
Why it matters?#
Faster integration – Start using Zid APIs quickly without building the HTTP communication, authentication, and request handling from scratch.
Cleaner and more reliable code – Predefined data models and structured responses reduce parsing errors and make your code easier to maintain.
Consistent developer experience – A standardized way to interact with Zid APIs across different applications and environments.
What are the available SDKs?#
We will provide SDKs in 3 programming languages:Python#
You can start your app by using the SDK demo app from here Laravel#
Typescript#