Skip to content

apizedev/apize-go

Repository files navigation

apize-go

The official Apize SDK for the Go programming language, for adding AI-powered intelligence to your apps.

Overview

This module provides access to the Apize APIs from your Go code, handling authentication and the processing of API requests.

Summarization example

import "github.com/apizedev/apize-go"

// Create an Apize client with your API token
client := apize.New("token")

// Summarize some text
ctx := context.Background()
res, _ := client.Summarize(ctx, &apize.SummarizeRequest{
    Text: "The quick brown fox jumped over the lazy dog",
})
fmt.Println("Summary: ", res.Summary)

Resources

About

Apize SDK for the Go programming language

Topics

Resources

License

Stars

Watchers

Forks

Languages