# Lead Capture — Unique Capture URLs

**Document Version:** 1.0.0 (Phase 11)

---

## 1. Overview

Capture URLs are unique, secure landing page links generated by a workspace. They are designed for direct sharing in emails, social bios, QR codes at trade shows/events, or individual campaign links.

---

## 2. Endpoints

### Hosted Capture Page
```http
GET /capture/url/{token}
```
Renders a branded enquiry landing page.

### Submission Handler
```http
POST /capture/url/{token}
```
Submits enquiry directly into the workspace's default or configured pipeline stage and follow-up sequence.

---

## 3. Token Rotation & Security

- **Secure Tokens:** Cryptographically random 48-character tokens.
- **Sequential ID Protection:** Workspace IDs and numeric database IDs are never exposed in public URLs.
- **One-Click Token Rotation:** Rotating a token immediately invalidates the previous link.
- **Rate Limiting:** 15 submissions per minute per IP address.
