Rescued.Click API Documentation
A small token-scoped API for followed public sitemap 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 sites are also allowed for the account that owns them.
Identifier Policy
Use short stable string IDs for mutable resources. Domains stay in sitemap report paths because the domain is the report identity.
name: "sites/site-k9q2m7x4p3"is a canonical site resource name.GET /v1/sites?domain=pinklily.comlooks up an owned site by domain.POST /v1/users:lookuplooks up users with email in the request body.
Endpoints
GET /v1/mereturns token account metadata.GET /v1/sitesreturns owned sites.GET /v1/sites/{site}returns one owned site.GET /v1/sites/{site}/usersreturns site users.GET /v1/sites/{site}/redirect-rulesreturns redirect rules.GET /v1/sites/{site}/redirect-rules/{rule}returns one redirect rule.GET /v1/followsreturns followed sitemap domains.GET /v1/sitemaps/{domain}returns counts and capped URL samples.
Redirect Rules
Redirect-rule endpoints are read-only in the public token API. Use them to review saved rules for sites your account owns; create, edit, test, and archive rules in the app.
GET /v1/sites/{site}/redirect-ruleslists saved redirect rules for one site.GET /v1/sites/{site}/redirect-rules/{rule}returns one saved redirect rule.- Requires
redirect-rules:readplus access to the parent site. - Responses include
name,rule,site,match_type,match_value,destination_url,status_code,match_case,is_enabled,sort_order, andarchived_at.
GET /v1/sites/site-k9q2m7x4p3/redirect-rules
GET /v1/sites/site-k9q2m7x4p3/redirect-rules/rule-7v2m4q9p8x
Agent Files
Public agent instructions and downloadable skill.
Report Availability
Use the API to read sitemap reports for domains you follow or own. Add or follow a domain in the app first; once Rescued.Click has processed the sitemap, the same report is available through the API.