API Documentation
& Interactive Playground
Enterprise Technical SEO Intelligence, Recursive Web Crawling, LLM Markdown Extraction, and SERP Analytics — accessible through a single, unified REST API with zero external dependencies. Engineered by Lushai Dev.
Get Running in 30 Seconds
Ramfangzauva endpoints accept standard JSON payloads and deliver structured intelligence. All requests must be sent to the base URL below.
# Perform full technical SEO diagnostics on any domain
curl -X POST https://ramfangzauva.com/api/v1/audit \
-H "Authorization: Bearer rfz_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"render_js": false,
"check_security": true
}'
Authentication Methods
Authenticate your API requests using your secret API key (starts with rfz_live_...). Pass your key using any of the 3 supported methods below:
Bearer Authorization Header
Standard HTTP authentication header. Suitable for all server-to-server requests.
X-API-Key Header
Compatible with standard enterprise API gateway headers and proxies.
URL Parameter
Convenient for GET requests, rapid browser debugging, and webhooks.
REST API Endpoints
Ramfangzauva exposes 22+ production endpoints categorized across 8 distinct capability suites. Click any endpoint card to inspect parameters, descriptions, and sample payloads.
Live API Playground
Directly test live Ramfangzauva endpoints with your personal API key straight from your browser. No backend proxy or installation required.
ramfangzauva.com.// Select an endpoint on the left, enter your API key, and hit "Send Live Request".
// Direct responses will render here formatted with status code and round-trip latency.
Credit Tiers & Plans
Ramfangzauva operates on a predictable, credit-based usage model. Scale seamlessly from personal exploration to enterprise indexing.