🐍 microsaas-agent-api (Python SDK)
Official Python SDK for the Micro-SaaS AI Agent Suite.
Access 8 high-speed serverless AI APIs with 1 line of Python:
- Review Sentiment & Feature Extractor (
analyze_review) - AI E-Commerce Copy & SEO Generator (
generate_product_copy) - Fake Review & Spam Detector (
detect_fake_review) - Support Ticket Auto-Triage Agent (
classify_ticket) - Product Specs Comparison Matrix (
compare_specs) - SmartScrape AI Web Scraping Extractor (
scrape_and_extract) - VeriMail Email & Disposable Check (
verify_email) - DocuParse Receipt & Invoice OCR (
parse_document)
⚡ Quickstart
pip install microsaas-agent-api
from microsaas_agent_api import MicroSaaSClient
client = MicroSaaSClient(api_key="YOUR_RAPIDAPI_KEY")
# 1. Verify Email
res_email = client.verify_email("user@tempmail.org")
print("Disposable Email Detected:", res_email["is_disposable"])
# 2. Generate Product Copy
res_copy = client.generate_product_copy(
product_name="UltraComfort Headphones",
key_features=["Active Noise Cancellation", "40hr Battery Life"],
target_tone="Luxury"
)
print("SEO Title:", res_copy["seo_title"])
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 microsaas_agent_api-4.0.0.tar.gz.
File metadata
- Download URL: microsaas_agent_api-4.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
998e217570d3826a9a8df3dd6974d31cb08bb7a012dd3261c126e77fd70f35f6
|
|
| MD5 |
f0f27db72ca1c03c0fd654bdc0034497
|
|
| BLAKE2b-256 |
5d08b39b25b2373b299b2a11645fd56dac0974add7772e1e118436c73b52b8c5
|
File details
Details for the file microsaas_agent_api-4.0.0-py3-none-any.whl.
File metadata
- Download URL: microsaas_agent_api-4.0.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
035f76ece31188eebfb3cee5e5d041260915badeca5279001fb9df2b1359878d
|
|
| MD5 |
53e9930747c044cdfbb1db2e6910a76f
|
|
| BLAKE2b-256 |
a6a2160c95d58ed98ab4833f885bae4cc038a8a4d59d50e8864bf6dc695d3554
|