Overview

Introduction

Welcome to the RobotSpeed API documentation. This documentation provides comprehensive guides and reference for integrating your SEO articles with the RobotSpeed platform.

Quick Start

  1. Get your API KeyNavigate to Settings > API Keys in your RobotSpeed dashboard
  2. AuthenticateAdd the X-API-Key header to your requests
  3. Make API callsUse the REST endpoints to list and retrieve your articles

Base URL

https://robot-speed.com/api/public

API Versions

We currently support one API version:

  • v1Current recommended API version.

Authentication

API keys start with rs_. Include in the X-API-Key header.

cURL
curl -X GET 'https://robot-speed.com/api/public/articles' \
  -H 'X-API-Key: rs_your_api_key_here'

Endpoints

GET/api/public/articles

Returns published articles with pagination.

GET/api/public/articles/:id

Returns a single article with full content, quality metrics, and pipeline steps.

Webhooks

Receive HTTP POST requests when articles are published, updated, or deleted.

EventDescription
article.publishedNew article published
article.updatedPublished article modified
article.deletedArticle deleted

Code Examples

Examples available in JavaScript, Python, PHP, and Next.js below.

Error Handling

CodeMeaning
200Success
401Invalid or missing API key
403Article exists but is not approved/published yet
404Article not found
500Internal server error

Need help?

hello@robot-speed.com