/
/Songtradr API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9h ago · Updated 6d ago
allowed-values1
similarity-vector-controller1
user17
  • postUpdate password by using the password reset token
  • postGenerates a new JWT token for the given refresh token
  • postSign up a new user.
  • getDetails for a logged-in user
  • postEdit details for a logged-in user
  • postLogin to generate a bearer token.
  • postSend a password reset email
  • postInitialize a file upload. Responds with an URL where the file can be uploaded.
  • getRecordings by IDs with a medium sized response.
  • getStrengths as numerical representations for AI generated moods, musical features and more for recordings.
  • getTimeseries of AI generated moods, musical features and more for a list of recordings.
  • getStrengths as numerical representations for AI generated moods, musical features and more for recordings in your folder.
  • getList and search your own files.
  • getSummary fo your files.
  • getStatus details for files.
  • getDetails and a download link for a file.
  • deleteDelete file.
    user

    Update password by using the password reset token

    post/api/v1/user/update-password

    Request body

    tokenstring required
    passwordstring required

    Response

    Password was updated

    Changes

    No recorded changes to this endpoint across all 3 revisions of this API.