Guides

Content Lab

Generate high-converting affiliate content powered by AI. Reviews, top lists, how-to guides, and social packs from real program data.

Overview

Content Lab turns OpenAffiliate registry data into ready-to-publish affiliate content. Select a program, pick a content type, and get a complete article generated from real commission rates, cookie durations, and program details.

Content is generated via Kyma API, an open-source LLM gateway. You bring your own API key - free credits on signup, no card required.

Content Types

Four content formats optimized for affiliate marketing:

TypeWhat it generatesBest for
Top ListRanked listicle with comparison tableSEO blog posts, "Best X tools" articles
How-to GuideStep-by-step getting started guideTutorial content, onboarding guides
Product ReviewPros/cons review with verdictReview sites, comparison blogs
Social PackX thread, LinkedIn post, Reddit post, video scriptSocial media promotion

How to Use

1. Get a Kyma API key

Sign up at kymaapi.com/signup. You get free credits instantly - no credit card needed. Go to Dashboard and copy your API key (starts with ky-).

2. Select a program

Search across 750+ affiliate programs in the registry. Type a name, category, or tag to find what you need.

3. Pick a content type

Choose from Top List, How-to Guide, Product Review, or Social Pack. For Top Lists, you can add more programs to compare - or let the system auto-fill from the same category.

4. Paste your API key and generate

Enter your Kyma API key in the input field and hit Generate. Content streams in real-time. Copy the markdown output and publish anywhere.

How It Works

Content Lab uses a 3-step pipeline:

Registry - Real program data (commission rates, cookie durations, categories, descriptions) is pulled from the OpenAffiliate registry. No data is fabricated.

Structure - A structured prompt is built with the program context, content type template, and writing guidelines. The prompt enforces factual accuracy - the AI can only use data from the registry.

Generate - The prompt is sent to Kyma API (using DeepSeek V3 for articles, Qwen 3.6 Plus for social content). Output streams back in real-time as markdown.

Build Your Own

Content Lab is built on two public APIs. You can build your own content tools using the same stack:

Fetch program data
curl https://openaffiliate.dev/api/programs/notion
Generate content via Kyma API
curl https://kymaapi.com/v1/chat/completions \
  -H "Authorization: Bearer ky-your-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-v3",
    "stream": true,
    "messages": [
      {"role": "system", "content": "You are an affiliate content expert."},
      {"role": "user", "content": "Write a review for Notion..."}
    ]
  }'

See the Kyma content generation guide for advanced patterns (batch generation, structured output, prompt caching).

Tips

  • Top Lists work best with 5-10 programs. The auto-fill picks programs from the same category sorted by commission rate.
  • Edit before publishing. AI-generated content is a starting point. Add your personal experience, update pricing details, and verify affiliate links.
  • Social Pack gives you 4 platforms at once. Each piece is written in the native tone of that platform - no copy-paste between X and LinkedIn.
  • Content is grounded in registry data. Commission rates, cookie durations, and program details come from verified entries. The AI cannot fabricate statistics.