> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Reactivate an onboarding request

> Records that the business wants to continue a paused review.

`POST /public/document-requests/reactivate` records the business intent and runs the onboarding analysis again.

The signed token is delivered in the final notice link. The operation is idempotent: reusing the same link does not create duplicate runs. The entity remains inactive until an operator completes a later decision.

```json theme={null}
{
  "token": "<signed token>"
}
```

A successful response returns `success: true`. An invalid token returns `401`; an expired token, `410`; and an unavailable request, `409`.
