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

Implementations API

Manage link implementations

Create Implementation

Create a new implementation:

POST /api/projects/{projectId}/implementations

Request Body:

{
  "suggestionIds": ["sugg_123", "sugg_456"],
  "platform": "custom"
}

Response:

{
  "data": {
    "id": "impl_123",
    "suggestionIds": ["sugg_123", "sugg_456"],
    "status": "pending",
    "createdAt": "2024-01-01T00:00:00Z"
  }
}

List Implementations

List all implementations:

GET /api/projects/{projectId}/implementations

Query Parameters:

  • status - Filter by status
  • limit - Number of results (default: 50)
  • offset - Pagination offset (default: 0)

Get Implementation

Get a specific implementation:

GET /api/projects/{projectId}/implementations/{implementationId}

Response:

{
  "data": {
    "id": "impl_123",
    "suggestionIds": ["sugg_123"],
    "status": "completed",
    "implementedAt": "2024-01-01T00:00:00Z",
    "summary": {
      "succeeded": 1,
      "failed": 0
    }
  }
}

Rollback Implementation

Rollback an implementation:

POST /api/projects/{projectId}/implementations/{implementationId}/rollback

Request Body:

{
  "reason": "Incorrect placement"
}
PreviousSuggestions APINextAnalytics API
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.