The unified agent API.
Suprsonic gives your agents superpowers in one HTTP call. Web, vision, voice, code, data, memory, and communication. One API key, no OAuth dance, no quota juggling.
1,000 free credits / month. No credit card.
curl https://api.suprsonic.ai/v1/web/search \
-H "Authorization: Bearer $SUPRSONIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "latest funding rounds in agent infrastructure",
"limit": 5
}'Capabilities
30+
Across web, vision, voice, code, data, and memory.
Auth setup
0
No OAuth flows. No vendor accounts. Just one Suprsonic key.
API surface
One
A single REST API and one SDK across every capability.
Latency
< 250 ms
Median time-to-first-token on language and routing endpoints.
Capabilities
30 agent superpowers, behind one key.
Pick what your agent needs and start calling. Every capability is on the same auth, same SDK, same billing, and same dashboard.
Web Search
Live results from the open web.
POST /v1/web/searchWeb Scrape
Any URL to clean Markdown.
POST /v1/web/scrapeBrowser Automation
Full-page agent inside a browser.
POST /v1/browser/runURL to Markdown
Reader mode for agents.
POST /v1/web/readerImage Generate
Text to image, agent-ready.
POST /v1/image/generateImage Edit
Inpaint, outpaint, restyle.
POST /v1/image/editImage Understand
Caption, classify, and answer questions about an image.
POST /v1/image/understandOCR
Pixels to text.
POST /v1/vision/ocrVideo Generate
Text or image to short video.
POST /v1/video/generateBuilt for agents
Every superpower an agent needs.
Suprsonic groups capabilities into the categories agents actually use. Each category shares the same auth, billing, and SDK, so your agent never juggles vendors.
4 capabilities
Web
Read, scrape, and interact with the live internet.
4 capabilities
Vision
Generate, edit, and understand images.
3 capabilities
Media
Create video, charts, slides, and other visual artifacts.
3 capabilities
Voice
Transcribe, synthesize, and translate speech.
2 capabilities
Documents
Parse, extract, and understand PDFs and files.
3 capabilities
Code
Run, generate, and review code in a sandbox.
4 capabilities
Language
Translate, summarize, classify, and analyze text.
3 capabilities
Data
Embed, search, query, and structure information.
3 capabilities
Communication
Send email, SMS, and schedule events.
1 capabilities
Memory
Persistent vector memory for your agents.
One SDK
Swap five vendors for one client.
Search the web, generate an image, transcribe audio, run code in a sandbox, and write a memory: all from a single typed SDK with one API key.
- Typed SDKs for TypeScript and Python
- Streaming responses where it matters
- Built-in retries, idempotency, rate limit handling
- Webhook events for async capabilities
import { Suprsonic } from "suprsonic";
const sonic = new Suprsonic({ apiKey: process.env.SUPRSONIC_API_KEY! });
// 25+ capabilities. One client. Zero auth setup.
const search = await sonic.web.search({ query: "agent infrastructure" });
const summary = await sonic.language.summarize({ text: search.results[0].snippet });
const audio = await sonic.voice.synthesize({ text: summary.summary, voice: "violet" });
console.log(audio.url);from suprsonic import Suprsonic
sonic = Suprsonic(api_key=os.environ["SUPRSONIC_API_KEY"])
result = sonic.browser.run(
task="Find the cheapest non-stop flight Amsterdam to Tokyo on June 4."
)
print(result.result) # "$612 on JAL"How it works
Three steps to give your agent superpowers.
Step 1
Get a key.
Sign up, copy your Suprsonic API key. No OAuth, no vendor accounts to chase, no payment required to start.
Step 2
Call any capability.
Hit one of 25+ capabilities directly through HTTP or one of our SDKs. Same auth header, same shape, same dashboard.
Step 3
Ship your agent.
Watch usage and credits in the dashboard. Issue per-environment keys. Rotate, revoke, and scale on demand.
Why Suprsonic
Stop wiring six vendors into your agent.
Most agents fail not because of the model, but because the integration surface around it is too brittle. Suprsonic is one API surface that replaces a stack.
Zero auth ceremony
No OAuth callbacks for end users. No vendor account per capability. One Suprsonic key, scoped per environment.
Unified billing
Credits, not 25 invoices. One Stripe relationship, one dashboard, one budget for the whole agent stack.
Predictable shapes
Every capability returns the same envelope. One error model. One retry policy. One observability story.
Built for agents, not humans
Endpoints are designed to be called by code. Clean Markdown out, no rate-limit footguns, no human-only UI tokens.
Pricing
Credits scale with you.
One unified credit pool covers every capability. Start free, upgrade when you ship.
Free
$0
1,000 credits / month
Build a prototype, no card required.
- All 25+ capabilities
- 1,000 credits per month
- Single API key
- Community support
Developer
$29 / month
50,000 credits / month
Ship a real agent product.
- Everything in Free
- 50,000 credits per month
- Up to 5 API keys
- Webhook event stream
- Email support
Scale
$299 / month
1,000,000 credits / month
When agents become a product.
- Everything in Developer
- 1M credits per month
- Unlimited API keys
- Priority routing and SLO
- Slack support channel
Enterprise
Custom
Volume pricing on credits
Procurement, MSA, DPA, regional routing.
- Everything in Scale
- Custom credit volume
- MSA, DPA, security review
- Region-pinned compute
- Dedicated solutions engineer
Volume credit pricing is available on Scale and Enterprise. See the full pricing page for credit costs per capability.
Ready to ship
Your next agent deserves Suprsonic.
Sign up, get a key, call any of our 25+ capabilities. Free tier, no card.