AI-powered API platform. Chat completions, SEO audits, copywriting, content generation, data extraction, and dev tasks. One API key, six services.
Get Your API KeyPay only for what you use. No subscriptions required.
OpenAI-compatible chat completions. Local models (Mistral, DeepSeek, Qwen) or cloud (Claude Sonnet). Drop-in replacement for any OpenAI client.
POST /v1/chat/completions
{"model": "local/mistral", "messages": [...]}
AI-powered code review with security focus. Submit code, get specific findings with line numbers and severity ratings.
POST /v1/code-review
{"code": "...", "language": "python", "focus": "security"}
Submit any URL for comprehensive SEO analysis. Quick audit: score + top 5 fixes. Deep audit: technical + content analysis with priority action plan.
POST /seo/audits
{"url": "https://example.com", "audit_type": "deep"}
Ad copy ($5 for 5 variations), email sequences ($15 for 5 emails), product descriptions ($10 for batch of 10). Multiple tones and platforms.
POST /copy/orders
{"type": "ad", "brief": "...", "platform": "facebook"}
Blog posts ($15-$35), social media packs ($5 for 10 posts), newsletters ($25). Full workflow from brief to published content.
POST /orders
{"type": "blog", "topic": "...", "word_count": 1500}
Submit text or a URL, get structured JSON back instantly. Supports custom schema hints for targeted extraction. Perfect for scraping and data pipelines.
POST /extract
{"source": "...", "source_type": "url", "schema": {}}
Submit coding tasks, our AI swarm builds it. Simple ($25), medium ($100), complex ($250). Includes revisions before payment capture.
POST /dev/tasks
{"description": "...", "language": "python"}
Direct content generation endpoint. Specify topic, type, tone, and word count. Returns finished content ready to publish.
POST /v1/content/generate
{"topic": "...", "type": "blog", "tone": "casual"}
# 1. Get your API key
curl -X POST https://api.wingmanprotocol.com/signup \
-H "Content-Type: application/json" \
-d '{"email": "you@company.com", "name": "Your Name"}'
# 2. Make your first request
curl https://api.wingmanprotocol.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-Revenue-Key: YOUR_API_KEY" \
-d '{"model": "local/mistral", "messages": [{"role": "user", "content": "Hello"}]}'
# 3. Check your usage
curl https://api.wingmanprotocol.com/usage \
-H "X-Revenue-Key: YOUR_API_KEY"
Drop-in replacement. Works with any OpenAI SDK or client library.
No subscriptions. No minimums. Pay only for what you consume.
Cheap local inference or powerful cloud models. Your choice per request.
Secure payment processing. Cards only charged on delivery.