SDKs

Extend provides official SDKs in Python, TypeScript, Java, and Go to help you integrate faster and with better type safety. These SDKs are automatically generated from our API specification, ensuring they’re always up to date with our latest features.

Installing the Extend SDK

In the following getting started guide we will provide sample code using both cURL requests and our SDKs (Python, Typescript, Java, and Go). If you wish to follow along with one of the SDKs, you should install the SDKs as follows:

Python:

$pip install extend-ai

Typescript:

$npm install extend-ai

Java:

1dependencies {
2 implementation 'ai.extend:extend-java-sdk'
3}

Go:

$go get github.com/extend-hq/extend-go-sdk

Official SDKs

Community SDKs