Go
Go SDK
Add Insion moderation and content management to Go applications
The Go SDK exposes client.Client. Every API method takes a context.Context, a typed request, optional request options, and returns a typed response plus error.
go get github.com/insion/insion-goclient := client.NewClient(option.WithToken(os.Getenv("INSION_API_KEY")))Use Moderate a record for immediate decisions or Ingest a record for asynchronous moderation.