Recuvix
Docsv1.0
← Back to App
Systems v1.0 Operational

CORE

POST/api/blog/generatePOST/api/outline/generatePOST/api/titles/suggest

SEO

POST/api/seo/meta

VOICE

POST/api/voice/transcribe

API Reference

The Recuvix API allows you to programmatically generate SEO-optimized content, track rankings, and manage workspaces.

The Recuvix public API is currently in beta. Endpoints and schemas may change as we stabilize the platform.

Base URL

All API requests should be made to our production base URL:

bash

Authentication

Recuvix uses bearer token authentication. You can obtain your JWT from the Supabase session in the browser.

Learn more about authentication

Features

Real-time Streaming

Get content as it's generated via Server-Sent Events.

Secure BYOK

Your API keys never touch our database.

Developer Focused

Clean RESTful endpoints with comprehensive error codes.

Quick Start

Test your authentication by fetching your current credit balance.

bash
View Endpoint Documentation