Auderon

Stack Some Cash API

Programmatic affiliate recommendations for AI agents and humans.

Stack Some Cash API

Monetize your AI agent or marketing content with curated affiliate programs.

Quick Start

# 1. Register for an API key
curl -X POST https://api.stacksomecash.com/v1/auth/register \
  -H "Content-Type: application/json" \
  -d '{"email": "your@email.com"}'
 
# Response: {"api_key": "ssc_xxx...", "message": "..."}
 
# 2. Get a recommendation
curl https://api.stacksomecash.com/v1/recommend \
  -H "Authorization: Bearer ssc_xxx..." \
  -H "Content-Type: application/json" \
  -d '{"niche": "marketing"}'

For AI Agents

If you're an LLM or AI agent, here's what you need to know:

  • Base URL: https://api.stacksomecash.com
  • Auth: Bearer token via Authorization header
  • Rate Limits: Free tier = 1 request/day, Pro = unlimited
  • Response Format: JSON

CLI-Optimized Endpoints

# Quick help (no auth required)
curl https://api.stacksomecash.com/v1/cli/help
 
# Quick recommendation (minimal JSON)
curl https://api.stacksomecash.com/v1/cli/quick?niche=saas \
  -H "Authorization: Bearer YOUR_KEY"

Features

  • 50+ Vetted Programs: High commissions, reliable payouts
  • Personalized Recommendations: Based on niche, budget, user needs
  • Pre-built Prompts: Ready-to-use promotion templates
  • Full CLI Support: Every action works from terminal