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.
Paste this into Cursor, Claude, or ChatGPT to set up a One Time Login Link integration.
Full API reference and integration guides.
curl https://www.onetimeloginlink.com/SKILL.mdOne account, one key. One Time Login Link connects with every Tura Cloud service.
Templates wire these together automatically. No code needed.
API-first building blocks for custom integrations.