Gov0.9.0
JINZ.AI Go SDK
A high-performance SDK for backend services
Install
$ go get github.com/jinzai/go
Built for low-latency backends and internal tooling. Full context / cancellation support with an idiomatic Go API surface.
Quickstart
client := jinz.NewClient(jinz.WithAPIKey(os.Getenv("JINZAI_API_KEY")))
jobs, err := client.Jobs.List(ctx, &jinz.JobListParams{Status: "open"})

