SDK
Ruby SDK
An idiomatic gem for Rails and Ruby services.
The Ruby gem gives you a clean client for reading pages, extracting fields, enriching brands, and crawling sites — no runtime dependencies, just net/http. Responses come back as plain Ruby hashes.
Install and call it
gem install synoppy
require "synoppy"
client = Synoppy::Client.new(api_key: ENV["SYNOPPY_API_KEY"])
result = client.read("https://example.com", formats: ["markdown"])
puts result["markdown"]Works with your Synoppy API key — the same key powers every capability, from a single Read call to a full crawl. Grab one from the dashboard.
Product and company names belong to their respective owners.
See the full docsGive your agents the whole web
Read, crawl, map, extract, enrich, classify, and images are live today — all on one key. Agent actions are on the way. Build the next thing on Synoppy.