Wingman Protocol

AI-powered API platform. Chat completions, SEO audits, copywriting, content generation, data extraction, and dev tasks. One API key, six services.

Get Your API Key

Services & Pricing

Pay only for what you use. No subscriptions required.

AI Chat API

From $0.05 / 1K tokens

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": [...]}

Code Review

$0.10 / 1K tokens

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"}

SEO Audits

$10 quick / $30 deep

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"}

AI Copywriting

$5 - $15 per order

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"}

Content Pipeline

$5 - $35 per piece

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}

Data Extraction

$0.10 / 1K tokens

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": {}}

Dev Tasks

$25 - $250 per task

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"}

Content Generation API

Token-based pricing

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"}

Quick Start

# 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"

OpenAI Compatible

Drop-in replacement. Works with any OpenAI SDK or client library.

Pay Per Use

No subscriptions. No minimums. Pay only for what you consume.

Local + Cloud Models

Cheap local inference or powerful cloud models. Your choice per request.

Stripe Payments

Secure payment processing. Cards only charged on delivery.