Skip to main content

🐍 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

microsaas_agent_api-4.0.0.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

microsaas_agent_api-4.0.0-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

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

Hashes for microsaas_agent_api-4.0.0.tar.gz
Algorithm Hash digest
SHA256 998e217570d3826a9a8df3dd6974d31cb08bb7a012dd3261c126e77fd70f35f6
MD5 f0f27db72ca1c03c0fd654bdc0034497
BLAKE2b-256 5d08b39b25b2373b299b2a11645fd56dac0974add7772e1e118436c73b52b8c5

See more details on using hashes here.

File details

Details for the file microsaas_agent_api-4.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for microsaas_agent_api-4.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 035f76ece31188eebfb3cee5e5d041260915badeca5279001fb9df2b1359878d
MD5 53e9930747c044cdfbb1db2e6910a76f
BLAKE2b-256 a6a2160c95d58ed98ab4833f885bae4cc038a8a4d59d50e8864bf6dc695d3554

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page