Skip to main content
POST
/
api
/
review
/
redetect
Re-run detection on the envelope under review
curl --request POST \
  --url https://api.atlaswork.ai/api/review/redetect \
  --header 'Authorization: Bearer <token>'
{
  "status": "requested"
}

Authorizations

Authorization
string
header
required

HMAC-signed review token (minted into the envelope's review URL at creation), as a bearer token or a token query param. Capabilities are split per token: a read token grants view + draft editing, a send token grants the dispatch action only — so a forwarded review link can be shared read-only. Scoped to exactly one envelope; never valid as a signer credential.

Response

Detection was requested (runs asynchronously)

status
enum<string>
required
Available options:
requested