New APINew API
API Reference
Authentication System Description (Auth)
Send Password Reset Email GETGet User Group List GETTwo-Factor Authentication Login POSTUser Login POSTUser Logout GETStart Passkey Login POSTComplete Passkey Login POSTUser Registration POSTReset Password POSTSend Email Verification Code GET
User GuideInstallationAPI ReferenceAI ApplicationsSkillsHelp & SupportBusiness Cooperation
Management APIUser auth

Reset Password

šŸ”“ No Authentication Required

POST
/api/user/reset

Request Body

application/json

email?string
token?string
password?string

Response Body

curl -X POST "https://loading/api/user/reset" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?

Last updated on

User Registration POST

Previous Page

Send Email Verification Code GET

Next Page

Explore the New API project and ecosystem

New API official websitenewapi.aiNew API official websitenewapi.pro

About Us

  • About Project
  • Contact Us
  • Features

Docs

  • Installation
  • User Guide
  • API Docs

Related Projects

  • One API
  • Midjourney-Proxy
  • new-api-key-tool

Friendship Links

  • CoAI
  • new-api-horizon
  • GPT-Load
  • LangBot

Ā© 2025 QuantumNous. All Rights Reserved.

ęµ™ICP备2025190188号-2浙公网安备33010602014019号
curl -X POST "https://loading/api/user/reset" \
  -H "Content-Type: application/json" \
  -d '{}'