Using shotstack-sdk-golang with shotstack.io

Go integration

Install
go get github.com/harshmangalam/shotstack-sdk-golang
Quick start
import "shotstack-sdk-golang"

// Initialize client
client := shotstack-sdk-golang.NewClient("YOUR_API_KEY")
Get Asset
curl \
  -H "x-api-key: $API_KEY" \
  https://api.shotstack.io/v1/assets/{id}
Get Render Status
curl \
  -H "x-api-key: $API_KEY" \
  https://api.shotstack.io/v1/render/{id}
Get Asset by Render ID
curl \
  -H "x-api-key: $API_KEY" \
  https://api.shotstack.io/v1/assets/render/{id}
SDK on GitHub 📄 API Docs
SDK
shotstack-sdk-golang
Go
API
shotstack.io
shotstack.io
At a glance
Language Go
Endpoints5
Base URLhttps://api.shotstack.io/v1