Light Logo
Go SDK (v0.41.1)

Introduction

Overview of the WriftAI Go library and installation guide

The WriftAI Go library provides convenient access to WriftAI's services from applications written in Go.

Source Code

The WriftAI Go Client is open‑source. You can explore the codebase, track changes, or report issues using the links below:

Requirements

  • Go 1.24+

Installation

Use go get to install the package:

go get -u github.com/wriftai/wriftai-go

Include the package in your project:

import "github.com/wriftai/wriftai-go"