Emerge Link is a hosted consent flow that handles user authentication, consent collection, and data portability compliance. Users authenticate with their data provider (Google) and grant your application access to their data.Documentation Index
Fetch the complete documentation index at: https://docs.emergedata.ai/llms.txt
Use this file to discover all available pages before exploring further.
How Link works
Flow states
When a user completes (or exits) the consent flow, they’re redirected to yourredirect_uri with a status parameter:
| Status | Description |
|---|---|
success | First-time consent granted for this user |
reauthorized | User re-linked an existing consent |
failure | User cancelled or an error occurred |
Try the demo
Preview the latest single-checkbox demo flow:Wonderful AI
Endpoint coming next. This demo is configured for a single consent checkbox.
Integration steps
Get credentials
Sign up for The Control Room and create your client credentials.
If you update branding in The Control Room and want to remove a logo, clear the logo field. That sets
logo_url to null and removes the stored logo.What users see
The consent flow presents users with:- Partner context - Your company name and logo
- Data explanation - What data will be shared and why
- Google OAuth - Standard Google authentication
- Consent confirmation - Explicit consent checkbox
Next steps
Authentication
Learn about API credentials and HMAC signing
Create Links
Generate signed consent URLs