Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://end-api.shallow.ink/api/v1/auth/register \ --header 'Content-Type: application/json' \ --data ' { "username": "endfield_user", "email": "jsmith@example.com", "password": "<string>", "code": "<string>" } '
用户名
"endfield_user"
邮箱
密码(≥8位,含大小写和数字)
邮箱验证码(6位)
注册成功,返回用户信息和 Token