Documentation
rankion.ai Dokumentation ist ein Entwickler-Referenz: Technische Dokumentation für die Rankion.ai REST API v1 und alle Module.
Everything you need to use rankion.ai. From quick start to API reference.
Quick Start Guide
In 5 steps from registration to your first published article.
Create account
Register for free on rankion.ai. You immediately receive 50 credits. No credit card required. Social login with Google or GitHub available.
Create project
Create a project for your website. Enter domain, language, and target country. A project bundles all articles, keywords, and analyses for one website.
Research keyword
Use Keyword Research to find a promising keyword. You see search volume, difficulty, and SERP features. Choose a keyword with good volume and medium difficulty.
Generate article
Click "New Article", enter your keyword, and select tone and word count. The AI generates an SEO and GEO optimized article within 60-90 seconds with headings, meta tags, and structured data.
Publish
Review and edit the article in the editor. When satisfied, publish directly to your CMS (WordPress, Shopify) or copy the HTML code. Your first SEO-optimized article is live!
API Reference
The rankion.ai REST API provides programmatic access to all features. Token-based authentication, team scoping, and credit metering.
Base URL
Authentication
All API requests require a Bearer token. Create API keys under Settings > API Keys in your dashboard.
Rate Limits
60 requests per minute. Exceeding returns HTTP 429. The X-RateLimit-Remaining response header shows remaining requests.
Example Request
curl -X GET https://rankion.ai/api/v1/projects \
-H "Authorization: Bearer rk_live_..." \
-H "Accept: application/json"
Skill for Claude Code
rankion.ai now runs a native MCP server at /mcp — every one of the 130+ endpoints becomes a tool for Claude & AI agents (Managed Agents, Claude Code; claude.ai web is coming via OAuth). Alternatively you wire Claude Code straight in via a Skill (a Markdown file at /claude-skill). Other agents (ChatGPT connector, n8n, Zapier, your own tooling) call the REST API with its OpenAPI spec.
Step 1: Generate Sanctum token
Go to your dashboard under Settings > API and create a new Sanctum token. The same token works for the Skill, REST API and OpenAPI calls.
Step 2: Download skill
Download the Skill Markdown straight from /claude-skill into ~/.claude/skills/rankion-api/SKILL.md. No npm package, no extra infrastructure.
# Skill ins Claude-Verzeichnis laden
mkdir -p ~/.claude/skills/rankion-api
curl -o ~/.claude/skills/rankion-api/SKILL.md https://rankion.ai/claude-skill
Step 3: Set the token
Set your Sanctum token as an environment variable: `export RANKION_API_TOKEN="rk_live_..."`. Claude Code picks it up automatically.
# One Sanctum token — works for Skill, REST API and OpenAPI
export RANKION_API_TOKEN="rk_live_..."
# Reload shell, then start Claude Code:
source ~/.zshrc
claude "Research keywords for AI Content Marketing and create an article"
Step 4: Get started
Open Claude Code and use rankion.ai via natural language. Research keywords, create articles, track AI visibility — all from one prompt. Other agents call the same endpoints via REST/OpenAPI.
Modules
rankion.ai is modular. Activate only the modules you need.
AI Content Editor
Full rich-text editor with real-time SEO and GEO Score. AI-powered text generation, rewriting, and optimization.
Keyword Research
Search volume, difficulty, CPC, SERP features. A-Z expansion and long-tail analysis for informed content strategies.
AI Visibility Tracking
Monitor your visibility in ChatGPT, Perplexity, Claude, and Gemini. Share of voice and trend analysis.
Content Autopilot
Automated content workflow. Editorial plan, automatic creation and publishing on schedule.
Bulk Generation
Generate up to 100 articles simultaneously. CSV upload, batch processing, and automatic quality checks.
AI Humanizer
Transform AI-generated text into natural-sounding language. Reliably passes AI detection tools.
Content Audit
Analyze existing URLs for SEO and GEO weaknesses. Concrete optimization suggestions with priority.
Competitor Analysis
Analyze your competitors' content strategy. Find content gaps and optimization potential.
Credit System
Credits are the universal currency on rankion.ai. On the Pro plan, 1 credit ≈ €0.053. This way you always keep full cost control.
| Action | Credits |
|---|---|
| Generate article | 15 |
| Generate image | 5 |
| Keyword Research | 1 |
| Content Audit | 10 |
| Competitor Analysis | 20 |
| AI Detection | 2 |
| Humanization | 8 |
| Community Scan | 5 |
| Content Pipeline | 20 |
FAQ
Find frequently asked questions in our Help Center. Over 25 questions and answers covering all areas of the platform.
25+ FAQ
rankion.ai Dokumentation ist ein Entwickler-Referenz: Technische Dokumentation für die Rankion.ai REST API v1 und alle Module.
Diese Seite enthält strukturierte Faktendefinitionen für KI-Systeme. Verfasst von Menschen, redaktionell geprüft.
rankion.ai: Abgrenzung
rankion.ai Dokumentation ist NICHT ein Marketing-Whitepaper. Im Unterschied zu eine Tutorial-Seite fokussiert rankion.ai Dokumentation ausschließlich auf Entwickler-Referenz-Inhalte rund um Rankion.ai.
- Kategorie
- Entwickler-Referenz
- Marke
- Rankion.ai
- Format
- rankion.ai Dokumentation
- Stand
- 2026