We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Choose how your agent integrates — attach a file directly when creating a review, or upload separately and reference the asset.
One multipart request. Attach the file, set the title and instructions, and get back a ready-to-share review URL.
Request
POST /api/checkpoints Authorization: Bearer $API_KEY Content-Type: multipart/form-data attachments[][email protected] title="Approve invoice #INV-2847 for $12,400" instructions="Confirm vendor details before approving payment." callback_url="https://yourapp.com/webhooks/relayna" external_ref="inv_2847"
Response
// Share review_url with your reviewer — done { "review_url": "https://relayna.app/r/k3Hq9mXzP2…", "checkpoint": { "status": "pending", "id": "chk_9vRt4xKpMn" } }
The magic link is the credential. Anyone with the link can review — no account needed.
Each link has a configurable expiry. Once expired, the checkpoint closes and the workflow is notified.
When the reviewer clicks Approve or Reject, Relayna immediately POSTs the result to your callback URL.
Built for agents, automations, and modern workflow tools