/
/Songtradr API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 8h 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

    Edit details for a logged-in user

    post/api/v1/user/me

    Request body

    system'musicube' | 'cloud'
    emailAddressstring required
    passwordstring
    fullNamestring
    companyNamestring
    language'en' | 'de'

    Current status of the recording.

    Response

    Edited user details.

    object required

    Changes

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