Send a one-time login link. Call it from your backend, get a JSON response.
curl -X POST https://www.onetimeloginlink.com/api/v1/auth/start \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "user@example.com",
"method": "ota",
"redirectUrl": "https://myapp.com/verify"
}'Uses the same TuraLogin API key across all Tura services.
Each link works exactly once. No replay attacks possible.
Links expire in 15 minutes. No stale tokens to worry about.
Verification happens server-to-server. Nothing in the browser.
Paste this into Cursor, Claude, or ChatGPT to scaffold a One Time Login Link integration.
Full API reference, integration guides, and machine-readable docs for AI agents.
Full API reference for developers and AI agents
Step-by-step integration workflow for AI coding tools
Every endpoint, request schema, and error code
curl https://www.onetimeloginlink.com/SKILL.mdTura Cloud is a suite of API services — auth, hosting, messaging, and more. One account, one API key. One Time Login Link works alongside every other Tura Cloud service.