InsionInsion
Ruby

Ruby SDK

Add Insion moderation and content management to Ruby applications

The Ruby SDK exposes Insion::Client for records, users, and appeals. Methods use keyword arguments and return typed Insion::Types models.

gem install insion
require "insion"

client = Insion::Client.new(token: ENV.fetch("INSION_API_KEY"))

Use Moderate a record when you need a decision now, or Ingest a record for asynchronous moderation.