Rescued.Click API Documentation

A small customer-scoped API for followed public URL-history reports and owned-site URL-change summaries.

Base URL

https://api.rescued.click

Authentication

Create an API token in the app, then send Authorization: Bearer rca_....

Authorization Scope

Follow the domain in the app before requesting it through the API. Owned customer sites are also allowed for the account that owns them.

Endpoints

  • GET /v1/me returns token account metadata.
  • GET /v1/follows returns followed URL-history domains.
  • GET /v1/url-history/{domain} returns counts and capped URL samples.

Agent Files

Public agent instructions and downloadable skill.

Cost and Use Guardrails

The API reads bounded D1 projection rows. It does not crawl sitemaps or verify URLs on demand. Keep limits small and avoid bulk scraping.

On this page