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-3.0.0.tar.gz (3.0 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-3.0.0-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file microsaas_agent_api-3.0.0.tar.gz.

File metadata

  • Download URL: microsaas_agent_api-3.0.0.tar.gz
  • Upload date:
  • Size: 3.0 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-3.0.0.tar.gz
Algorithm Hash digest
SHA256 57172b96aa76109e69f258c900a7557e172fb6acb87af571804e4ac0a7b1d3c2
MD5 95a3e222c4c96320f25363fc9853c2ad
BLAKE2b-256 350f9278f7f459354451dcddbc5da6ef3ddc59d8de82d12ee99239388e4eeead

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for microsaas_agent_api-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ff3e4d5832066510d7038d7d04171916ccfab660c75b4c91fe3bf671ca2f4c1b
MD5 629ad46b87548bde0464c55a9624197a
BLAKE2b-256 18943467135685625cb56aaac03734c830e51fb00773d40424b433d56796423d

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