RankVectorsRankVectors
FeaturesPricing
Log in →
  • Introduction
  • Quickstart
  • Authentication
  • Syncing Content
  • Generating Link Suggestions
  • Implementing Links
  • Integrations Overview
  • JavaScript SDK
  • TypeScript SDK
  • Python SDK
  • Go SDK
  • PHP SDK
  • C# SDK
  • Ruby SDK
  • Rust SDK
  • API Reference Overview
  • Projects API
  • Pages API
  • Suggestions API
  • Implementations API
  • Analytics API
  • Integrations Overview
  • WordPress Integration
  • Shopify Integration
  • Vercel Integration
  • Custom Integration

Ruby SDK

Install and use the RankVectors Ruby SDK

Installation

gem install rankvectors

Quick Start

require 'rankvectors'

RankVectors.configure do |config|
  config.api_key = 'YOUR_API_KEY'
end

api_instance = RankVectors::ProjectsApi.new
create_project_request = RankVectors::CreateProjectRequest.new(
  name: 'My Website',
  domain: 'https://example.com',
  preferred_sdk: 'ruby'
)

begin
  project = api_instance.create_project(create_project_request)
  puts "Project created: #{project.id}"
rescue RankVectors::ApiError => e
  puts "Exception: #{e}"
end

More Examples

See the API Reference for complete API documentation.

PreviousC# SDKNextRust SDK
RankVectorsRankVectors

AI-powered internal linking optimization. Improve your SEO with intelligent semantic analysis and automated link recommendations.

XGitHubLinkedIn

Product

  • Features
  • Pricing
  • Documentation
  • Integrations

Support

  • Documentation
  • Quick Start
  • API Reference
  • Contact

Company

  • About
  • Blog
  • Contact
  • Partners

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 RankVectors. All rights reserved.