Register Account
Step 1 of programmatic onboarding. Creates a pending account and emails a 6-char code (15 min TTL). Rate limit: 5/IP/hour.
Documentation Index
Fetch the complete documentation index at: https://docs.didit.me/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
Any valid email address (personal, work, alias). Used as the unique account identifier.
"you@yourdomain.com"
Minimum 8 characters. Must contain at least one uppercase letter (A-Z), one lowercase letter (a-z), one digit (0-9), and one special character from !@#$%^&*()_+-=[]{}|;:,.<>?. Validation reports one failed rule at a time.
8"MyStr0ng!Pass"
Response
Registration successful. A 6-character alphanumeric verification code (e.g., A3K9F2) was emailed to the supplied address and is valid for 15 minutes. Call POST /programmatic/verify-email/ next.