Suprsonic Python SDK. One API key, 17+ capabilities for your AI agent.
Project description
suprsonic
Python SDK for Suprsonic. One API key, 17+ capabilities for your AI agent.
Install
pip install suprsonic
Usage
from suprsonic import Suprsonic
client = Suprsonic("omk_your_key")
# Search the web
result = client.search("latest AI funding rounds")
print(result.data)
# Find a professional email
result = client.emails.find(first_name="Yuma", last_name="Heymans", domain="o-mega.ai")
print(result.data["email"]) # yuma@o-mega.ai
# Scrape a webpage
result = client.scrape("https://example.com")
print(result.data["content"])
# Any capability via .run()
result = client.run("screenshot", url="https://example.com")
All Capabilities
search, scrape, profiles, emails, images, tts, stt, sms, documents, companies, email-verify, transcribe, invoice-parse, subtitle, file-convert, bg-remove, screenshot
Get your API key at suprsonic.ai.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file suprsonic-0.2.0.tar.gz.
File metadata
- Download URL: suprsonic-0.2.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
464fe7dd306749facdd11b0b73469f9357d74c0752417720822c6e2277c7d65b
|
|
| MD5 |
d2f6ccd375f2dfb806e3fc975be3c189
|
|
| BLAKE2b-256 |
c97bea635d6bf9bc9c1c5b20c3d5e5b0eac5c40274c1b3adbc6e17d1b3075f86
|
File details
Details for the file suprsonic-0.2.0-py3-none-any.whl.
File metadata
- Download URL: suprsonic-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60aeaff2ef298c415d9dc4f2d917d1a92cdc63d90cc7fc4772a2faf30fefaabe
|
|
| MD5 |
1d4d61d33b96a1a4bf44cb4cdcfff6d7
|
|
| BLAKE2b-256 |
6c6751148cc6e605f0bd89d264d1a8c2e4497d844c0415d264987b2df84d4c4d
|