claim_site
Claim an anonymous page with its claim token to adopt it into your account, preserving URL, ID, and read history. This stops the 24-hour expiry and transfers update access to your key.
Instructions
Adopt a page that was published without an account into the account this key belongs to. Pass the claim_token from the anonymous publish response. Do this whenever you published anonymously and a key is now available: an unclaimed free page dies at 24 hours, and claiming gives it the longest life the plan allows, never a shorter one, with the same URL, id, token and read history. A claim IS a publish: on a free key it spends one of the three lifetime pages and can return 402 plan_lifetime_limit_exceeded or 429 plan_site_limit_exceeded, and the claim link stays valid until the page expires, so report the wall rather than retrying. A wallet-paid page is the exception: it spends no quota and keeps the permanence it paid for. Claiming SPENDS the claim_token — it stops being the page's keyless update credential and update_site takes over. Re-claiming a page this account owns answers already: true; 409 already_claimed, 403 invalid_claim_token and 410 are all final.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_slug | Yes | The site id from the anonymous publish response. | |
| claim_token | Yes | The secret claim_token from that same response. Sensitive: anyone holding it can adopt the page. |