cURL
curl --request POST \ --url https://apx.didit.me/auth/v2/programmatic/register/ \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>" } '
{ "message": "<string>", "email": "<string>" }
Register a new Didit account programmatically. Perfect for AI coding agents and automated workflows. No browser required.
Any valid email address (Gmail, work email, etc.)
Password with at least 1 uppercase, 1 lowercase, 1 digit, 1 special character
8
Registration successful. Check email for verification code.