songtradr_api_client_ruby 1.12.24 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +6 -5
  4. data/docs/CategoryMediumDTO.md +3 -3
  5. data/docs/FileSmallDTO.md +16 -16
  6. data/docs/MusicalFeaturesDTO.md +62 -62
  7. data/docs/PlaylistLargeDTO.md +7 -7
  8. data/docs/ProductMediumDTO.md +8 -8
  9. data/docs/ProductPartyDTO.md +3 -3
  10. data/docs/RecordingApi.md +4 -0
  11. data/docs/RecordingGenrePredictionDTO.md +4 -4
  12. data/docs/RecordingLargeDTO.md +7 -7
  13. data/docs/RecordingMediumDTO.md +7 -5
  14. data/docs/RecordingPartyDTO.md +3 -3
  15. data/docs/TrackDTO.md +18 -0
  16. data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +1 -1
  17. data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +1 -1
  18. data/lib/songtradr_api_client_ruby/api/party_api.rb +1 -1
  19. data/lib/songtradr_api_client_ruby/api/playlist_api.rb +1 -1
  20. data/lib/songtradr_api_client_ruby/api/recording_api.rb +7 -1
  21. data/lib/songtradr_api_client_ruby/api/user_api.rb +1 -1
  22. data/lib/songtradr_api_client_ruby/api_client.rb +1 -1
  23. data/lib/songtradr_api_client_ruby/api_error.rb +1 -1
  24. data/lib/songtradr_api_client_ruby/configuration.rb +1 -1
  25. data/lib/songtradr_api_client_ruby/models/admin_api_user_dto.rb +1 -1
  26. data/lib/songtradr_api_client_ruby/models/api_key_dto.rb +1 -1
  27. data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +16 -16
  28. data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +1 -1
  29. data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +1 -1
  30. data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +1 -1
  31. data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +1 -1
  32. data/lib/songtradr_api_client_ruby/models/create_api_key_dto.rb +1 -1
  33. data/lib/songtradr_api_client_ruby/models/error_response.rb +1 -1
  34. data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +1 -1
  35. data/lib/songtradr_api_client_ruby/models/file_dto.rb +1 -1
  36. data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +1 -1
  37. data/lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb +1 -1
  38. data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +63 -63
  39. data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +1 -1
  40. data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +1 -1
  41. data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +1 -1
  42. data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +1 -1
  43. data/lib/songtradr_api_client_ruby/models/genre_dto.rb +1 -1
  44. data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +1 -1
  45. data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +1 -1
  46. data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +1 -1
  47. data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +1 -1
  48. data/lib/songtradr_api_client_ruby/models/login_dto.rb +1 -1
  49. data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +491 -491
  50. data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +1 -1
  51. data/lib/songtradr_api_client_ruby/models/party_large_dto.rb +1 -1
  52. data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +1 -1
  53. data/lib/songtradr_api_client_ruby/models/playlist_large_dto.rb +32 -32
  54. data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +40 -40
  55. data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +16 -16
  56. data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +1 -1
  57. data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +22 -22
  58. data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +44 -44
  59. data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +1 -1
  60. data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +46 -35
  61. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +1 -1
  62. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +1 -1
  63. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +1 -1
  64. data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +16 -16
  65. data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +1 -1
  66. data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +1 -1
  67. data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +1 -1
  68. data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +1 -1
  69. data/lib/songtradr_api_client_ruby/models/save_playlist_dto.rb +1 -1
  70. data/lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb +1 -1
  71. data/lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb +1 -1
  72. data/lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb +1 -1
  73. data/lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb +1 -1
  74. data/lib/songtradr_api_client_ruby/models/save_referrer_dto.rb +1 -1
  75. data/lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb +1 -1
  76. data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +1 -1
  77. data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +1 -1
  78. data/lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb +1 -1
  79. data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +1 -1
  80. data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +1 -1
  81. data/lib/songtradr_api_client_ruby/models/tag_dto.rb +1 -1
  82. data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +1 -1
  83. data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +1 -1
  84. data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +1 -1
  85. data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +1 -1
  86. data/lib/songtradr_api_client_ruby/models/title_dto.rb +1 -1
  87. data/lib/songtradr_api_client_ruby/models/token_request.rb +1 -1
  88. data/lib/songtradr_api_client_ruby/models/track_dto.rb +215 -0
  89. data/lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb +1 -1
  90. data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +1 -1
  91. data/lib/songtradr_api_client_ruby/models/usage_dto.rb +1 -1
  92. data/lib/songtradr_api_client_ruby/models/user_dto.rb +1 -1
  93. data/lib/songtradr_api_client_ruby/version.rb +2 -2
  94. data/lib/songtradr_api_client_ruby.rb +2 -1
  95. data/openapi-generator-config.yaml +1 -1
  96. data/songtradr_api_client_ruby.gemspec +1 -1
  97. data/spec/api/allowed_values_api_spec.rb +1 -1
  98. data/spec/api/api_keys_api_spec.rb +1 -1
  99. data/spec/api/party_api_spec.rb +1 -1
  100. data/spec/api/playlist_api_spec.rb +1 -1
  101. data/spec/api/recording_api_spec.rb +3 -1
  102. data/spec/api/user_api_spec.rb +1 -1
  103. data/spec/api_client_spec.rb +1 -1
  104. data/spec/configuration_spec.rb +1 -1
  105. data/spec/models/admin_api_user_dto_spec.rb +1 -1
  106. data/spec/models/api_key_dto_spec.rb +1 -1
  107. data/spec/models/category_medium_dto_spec.rb +3 -3
  108. data/spec/models/category_minimal_dto_spec.rb +1 -1
  109. data/spec/models/config_access_dto_spec.rb +1 -1
  110. data/spec/models/config_identifier_dto_spec.rb +1 -1
  111. data/spec/models/contributor_type_dto_spec.rb +1 -1
  112. data/spec/models/create_api_key_dto_spec.rb +1 -1
  113. data/spec/models/error_response_spec.rb +1 -1
  114. data/spec/models/field_summary_dto_spec.rb +1 -1
  115. data/spec/models/file_dto_spec.rb +1 -1
  116. data/spec/models/file_list_dto_spec.rb +1 -1
  117. data/spec/models/file_minimal_with_url_dto_spec.rb +1 -1
  118. data/spec/models/file_small_dto_spec.rb +15 -15
  119. data/spec/models/file_upload_dto_spec.rb +1 -1
  120. data/spec/models/file_w_ith_url_dto_spec.rb +1 -1
  121. data/spec/models/files_summary_dto_spec.rb +1 -1
  122. data/spec/models/forgot_password_dto_spec.rb +1 -1
  123. data/spec/models/genre_dto_spec.rb +1 -1
  124. data/spec/models/genre_minimal_dto_spec.rb +1 -1
  125. data/spec/models/genres_summary_dto_spec.rb +1 -1
  126. data/spec/models/init_put_recording_audio_dto_spec.rb +1 -1
  127. data/spec/models/jwt_token_dto_spec.rb +1 -1
  128. data/spec/models/login_dto_spec.rb +1 -1
  129. data/spec/models/musical_features_dto_spec.rb +199 -199
  130. data/spec/models/p_line_dto_spec.rb +1 -1
  131. data/spec/models/party_large_dto_spec.rb +1 -1
  132. data/spec/models/party_small_dto_spec.rb +1 -1
  133. data/spec/models/playlist_large_dto_spec.rb +10 -10
  134. data/spec/models/product_medium_dto_spec.rb +5 -5
  135. data/spec/models/product_party_dto_spec.rb +3 -3
  136. data/spec/models/recording_for_similarity_search_dto_spec.rb +1 -1
  137. data/spec/models/recording_genre_prediction_dto_spec.rb +3 -3
  138. data/spec/models/recording_large_dto_spec.rb +12 -12
  139. data/spec/models/recording_list_dto_spec.rb +1 -1
  140. data/spec/models/recording_medium_dto_spec.rb +16 -10
  141. data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +1 -1
  142. data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +1 -1
  143. data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +1 -1
  144. data/spec/models/recording_party_dto_spec.rb +3 -3
  145. data/spec/models/recording_playlist_dto_spec.rb +1 -1
  146. data/spec/models/recording_small_dto_spec.rb +1 -1
  147. data/spec/models/recording_tag_small_dto_spec.rb +1 -1
  148. data/spec/models/save_file_recording_dto_spec.rb +1 -1
  149. data/spec/models/save_playlist_dto_spec.rb +1 -1
  150. data/spec/models/save_recording_genre_dto_spec.rb +1 -1
  151. data/spec/models/save_recording_party_dto_spec.rb +1 -1
  152. data/spec/models/save_recording_playlist_dto_spec.rb +1 -1
  153. data/spec/models/save_recording_tag_dto_spec.rb +1 -1
  154. data/spec/models/save_referrer_dto_spec.rb +1 -1
  155. data/spec/models/save_taggrams_dto_spec.rb +1 -1
  156. data/spec/models/save_user_dto_spec.rb +1 -1
  157. data/spec/models/search_filter_values_dto_spec.rb +1 -1
  158. data/spec/models/search_recording_granular_abstraction_dto_spec.rb +1 -1
  159. data/spec/models/search_recording_granular_dto_spec.rb +1 -1
  160. data/spec/models/sign_up_dto_spec.rb +1 -1
  161. data/spec/models/tag_dto_spec.rb +1 -1
  162. data/spec/models/tag_small_dto_spec.rb +1 -1
  163. data/spec/models/taggram_dto_spec.rb +1 -1
  164. data/spec/models/tags_summary_dto_spec.rb +1 -1
  165. data/spec/models/tagstrength_dto_spec.rb +1 -1
  166. data/spec/models/title_dto_spec.rb +1 -1
  167. data/spec/models/token_request_spec.rb +1 -1
  168. data/spec/models/track_dto_spec.rb +34 -0
  169. data/spec/models/track_to_medium_product_dto_spec.rb +1 -1
  170. data/spec/models/update_password_dto_spec.rb +1 -1
  171. data/spec/models/usage_dto_spec.rb +1 -1
  172. data/spec/models/user_dto_spec.rb +1 -1
  173. data/spec/spec_helper.rb +1 -1
  174. metadata +62 -58
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f66f5d36b93dd1a67f830deb98b9f9db2b28486bd1e53650c09beffdb6467005
4
- data.tar.gz: 5130fd5e458a1606b6e23a5ba75ff0b5ec136cbc08170e1a6fbe547d2b573667
3
+ metadata.gz: 7c5a91fb9349f599efe615053df55ccd1f19578f95a58fdc17c49c8bee5bbc2a
4
+ data.tar.gz: f4c7707871ab9cf33a30e3c111853b619d5fdfadcecdb096d5672ba7406f622e
5
5
  SHA512:
6
- metadata.gz: 73653116ee27dc261a3a549e859d1c3a32ecb6383e180cba33d07e9c872727997fdf7fd962c4db0c5288f390137c7a7fc4cfa236307dff5645a67fbf47a88fdc
7
- data.tar.gz: 7e5b40ba2cbf318cb0ba53367f5ee91954743793e5397fbf8a368de5df2815721c96a6b2a13a1fb069401082126d926a469098acbc4b32f1442f0b6e996100c5
6
+ metadata.gz: e18b1e61ade1c1368a75dcfcf475025673f272e70b12fa336b5bffa6dc6a3678914683b36270e9fb1a322863ebe1b3c3c6ea3e535d0c83309f3e20f0b72733af
7
+ data.tar.gz: 0dd522b2c4a150a53ab897f0015cda80721830cadfcc2be7efab59fefeefb5123db0eb77e134b69da84adcf116fca6b429a4b7c6c7cac9449fe5ddc05b6d98b7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- songtradr_api_client_ruby (1.12.24)
4
+ songtradr_api_client_ruby (1.13.0)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart
7
7
 
@@ -59,7 +59,7 @@ GEM
59
59
  unicode-display_width (>= 1.4.0, < 1.6)
60
60
  ruby-progressbar (1.13.0)
61
61
  ruby2_keywords (0.0.5)
62
- stringio (3.0.7)
62
+ stringio (3.0.8)
63
63
  unicode-display_width (1.5.0)
64
64
 
65
65
  PLATFORMS
data/README.md CHANGED
@@ -33,8 +33,8 @@ You can either search the released music via the /public/recording endpoints or
33
33
 
34
34
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
35
35
 
36
- - API version: 1.12.24
37
- - Package version: 1.12.24
36
+ - API version: 1.13.0
37
+ - Package version: 1.13.0
38
38
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
39
39
  For more information, please visit [https://songtradr.com](https://songtradr.com)
40
40
 
@@ -51,16 +51,16 @@ gem build songtradr_api_client_ruby.gemspec
51
51
  Then either install the gem locally:
52
52
 
53
53
  ```shell
54
- gem install ./songtradr_api_client_ruby-1.12.24.gem
54
+ gem install ./songtradr_api_client_ruby-1.13.0.gem
55
55
  ```
56
56
 
57
- (for development, run `gem install --dev ./songtradr_api_client_ruby-1.12.24.gem` to install the development dependencies)
57
+ (for development, run `gem install --dev ./songtradr_api_client_ruby-1.13.0.gem` to install the development dependencies)
58
58
 
59
59
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
60
60
 
61
61
  Finally add this to the Gemfile:
62
62
 
63
- gem 'songtradr_api_client_ruby', '~> 1.12.24'
63
+ gem 'songtradr_api_client_ruby', '~> 1.13.0'
64
64
 
65
65
  ### Install from Git
66
66
 
@@ -221,6 +221,7 @@ Class | Method | HTTP request | Description
221
221
  - [SongtradrApiClientRuby::TagstrengthDTO](docs/TagstrengthDTO.md)
222
222
  - [SongtradrApiClientRuby::TitleDTO](docs/TitleDTO.md)
223
223
  - [SongtradrApiClientRuby::TokenRequest](docs/TokenRequest.md)
224
+ - [SongtradrApiClientRuby::TrackDTO](docs/TrackDTO.md)
224
225
  - [SongtradrApiClientRuby::TrackToMediumProductDTO](docs/TrackToMediumProductDTO.md)
225
226
  - [SongtradrApiClientRuby::UpdatePasswordDTO](docs/UpdatePasswordDTO.md)
226
227
  - [SongtradrApiClientRuby::UsageDTO](docs/UsageDTO.md)
@@ -5,8 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **id** | **Integer** | | |
8
- | **name** | **String** | | |
9
8
  | **tags** | [**Array&lt;TagSmallDTO&gt;**](TagSmallDTO.md) | | [optional] |
9
+ | **name** | **String** | | |
10
10
 
11
11
  ## Example
12
12
 
@@ -15,8 +15,8 @@ require 'songtradr_api_client_ruby'
15
15
 
16
16
  instance = SongtradrApiClientRuby::CategoryMediumDTO.new(
17
17
  id: null,
18
- name: null,
19
- tags: null
18
+ tags: null,
19
+ name: null
20
20
  )
21
21
  ```
22
22
 
data/docs/FileSmallDTO.md CHANGED
@@ -8,17 +8,17 @@
8
8
  | **id** | **Integer** | | |
9
9
  | **extension** | **String** | extension of the file | |
10
10
  | **error_message** | **String** | | [optional] |
11
- | **error_time** | **Time** | | [optional] |
12
- | **fingerprint_end_time** | **Time** | | [optional] |
13
- | **inference_start_time** | **Time** | | [optional] |
14
- | **fingerprint_start_time** | **Time** | | [optional] |
11
+ | **folder** | **String** | | |
12
+ | **object_key** | **String** | | |
13
+ | **upload_start_time** | **Time** | | [optional] |
14
+ | **upload_end_time** | **Time** | | [optional] |
15
15
  | **fingerprint_status** | **String** | status of the audio recognition | [optional] |
16
+ | **fingerprint_start_time** | **Time** | | [optional] |
17
+ | **fingerprint_end_time** | **Time** | | [optional] |
16
18
  | **inference_status** | **String** | status of the auto-tagging | [optional] |
19
+ | **inference_start_time** | **Time** | | [optional] |
17
20
  | **inference_end_time** | **Time** | | [optional] |
18
- | **folder** | **String** | | |
19
- | **upload_end_time** | **Time** | | [optional] |
20
- | **upload_start_time** | **Time** | | [optional] |
21
- | **object_key** | **String** | | |
21
+ | **error_time** | **Time** | | [optional] |
22
22
 
23
23
  ## Example
24
24
 
@@ -30,17 +30,17 @@ instance = SongtradrApiClientRuby::FileSmallDTO.new(
30
30
  id: null,
31
31
  extension: null,
32
32
  error_message: null,
33
- error_time: null,
34
- fingerprint_end_time: null,
35
- inference_start_time: null,
36
- fingerprint_start_time: null,
33
+ folder: null,
34
+ object_key: null,
35
+ upload_start_time: null,
36
+ upload_end_time: null,
37
37
  fingerprint_status: null,
38
+ fingerprint_start_time: null,
39
+ fingerprint_end_time: null,
38
40
  inference_status: null,
41
+ inference_start_time: null,
39
42
  inference_end_time: null,
40
- folder: null,
41
- upload_end_time: null,
42
- upload_start_time: null,
43
- object_key: null
43
+ error_time: null
44
44
  )
45
45
  ```
46
46
 
@@ -6,6 +6,29 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **space** | **String** | Search for space | [optional] |
8
8
  | **language_of_performance** | **String** | | [optional] |
9
+ | **arousal** | **String** | Search for an arousal | [optional] |
10
+ | **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
11
+ | **energy** | **String** | Search for energy | [optional] |
12
+ | **engagement** | **String** | Search for an engagement | [optional] |
13
+ | **groovyness** | **String** | Search for groovyness | [optional] |
14
+ | **harmony** | **String** | Search for a degree of harmoniousness | [optional] |
15
+ | **pleasantness** | **String** | Search for pleasantness | [optional] |
16
+ | **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
17
+ | **primary_sound_character** | **String** | Search for a sound character | [optional] |
18
+ | **rhythm** | **String** | Search for rhythm | [optional] |
19
+ | **roughness** | **String** | Search for roughness | [optional] |
20
+ | **scale** | **String** | Search for a tonal scale | [optional] |
21
+ | **sound_generation** | **String** | Search for type of sound generation | [optional] |
22
+ | **tempo** | **String** | Search for tempo | [optional] |
23
+ | **texture** | **String** | Search for texture | [optional] |
24
+ | **timbre** | **String** | Search for timbre | [optional] |
25
+ | **tonality** | **String** | Search for tonality | [optional] |
26
+ | **valence** | **String** | Search for a valence | [optional] |
27
+ | **vocals** | **String** | Search for a vocal gender or instrumental songs | [optional] |
28
+ | **origin_decade** | **String** | Search for origin decade | [optional] |
29
+ | **curateability** | **String** | Search for curatebility | [optional] |
30
+ | **use_case** | **String** | Search for use case | [optional] |
31
+ | **channel_suitability** | **String** | Search for social media suitability | [optional] |
9
32
  | **primary_mood_cluster_affinity** | **Float** | | [optional] |
10
33
  | **secondary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
11
34
  | **secondary_mood_cluster_affinity** | **Float** | | [optional] |
@@ -49,46 +72,23 @@
49
72
  | **use_case_affinity** | **Float** | | [optional] |
50
73
  | **industry_suitability** | **String** | Search for Industry suitability | [optional] |
51
74
  | **industry_suitability_affinity** | **Float** | | [optional] |
52
- | **arousal** | **String** | Search for an arousal | [optional] |
53
- | **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
54
- | **energy** | **String** | Search for energy | [optional] |
55
- | **engagement** | **String** | Search for an engagement | [optional] |
56
- | **groovyness** | **String** | Search for groovyness | [optional] |
57
- | **harmony** | **String** | Search for a degree of harmoniousness | [optional] |
58
- | **pleasantness** | **String** | Search for pleasantness | [optional] |
59
- | **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
60
- | **primary_sound_character** | **String** | Search for a sound character | [optional] |
61
- | **rhythm** | **String** | Search for rhythm | [optional] |
62
- | **roughness** | **String** | Search for roughness | [optional] |
63
- | **scale** | **String** | Search for a tonal scale | [optional] |
64
- | **sound_generation** | **String** | Search for type of sound generation | [optional] |
65
- | **tempo** | **String** | Search for tempo | [optional] |
66
- | **texture** | **String** | Search for texture | [optional] |
67
- | **timbre** | **String** | Search for timbre | [optional] |
68
- | **tonality** | **String** | Search for tonality | [optional] |
69
- | **valence** | **String** | Search for a valence | [optional] |
70
75
  | **audience_region** | **String** | | [optional] |
71
- | **vocals** | **String** | Search for a vocal gender or instrumental songs | [optional] |
72
- | **origin_decade** | **String** | Search for origin decade | [optional] |
73
- | **curateability** | **String** | Search for curatebility | [optional] |
74
- | **use_case** | **String** | Search for use case | [optional] |
75
- | **channel_suitability** | **String** | Search for social media suitability | [optional] |
76
- | **key** | **String** | Search for a harmonic key | [optional] |
77
- | **channel_suitability_affinity** | **Float** | | [optional] |
76
+ | **valence_affinity** | **Float** | | [optional] |
77
+ | **arousal_affinity** | **Float** | | [optional] |
78
78
  | **pleasantness_affinity** | **Float** | | [optional] |
79
+ | **engagement_affinity** | **Float** | | [optional] |
80
+ | **energy_affinity** | **Float** | | [optional] |
79
81
  | **tempo_affinity** | **Float** | | [optional] |
80
82
  | **scale_affinity** | **Float** | | [optional] |
81
83
  | **timbre_affinity** | **Float** | | [optional] |
82
- | **engagement_affinity** | **Float** | | [optional] |
83
- | **energy_affinity** | **Float** | | [optional] |
84
+ | **roughness_affinity** | **Float** | | [optional] |
85
+ | **harmony_affinity** | **Float** | | [optional] |
84
86
  | **texture_affinity** | **Float** | | [optional] |
85
87
  | **groovyness_affinity** | **Float** | | [optional] |
86
- | **valence_affinity** | **Float** | | [optional] |
87
- | **arousal_affinity** | **Float** | | [optional] |
88
88
  | **space_affinity** | **Float** | | [optional] |
89
89
  | **key_affinity** | **Float** | | [optional] |
90
- | **roughness_affinity** | **Float** | | [optional] |
91
- | **harmony_affinity** | **Float** | | [optional] |
90
+ | **channel_suitability_affinity** | **Float** | | [optional] |
91
+ | **key** | **String** | Search for a harmonic key | [optional] |
92
92
 
93
93
  ## Example
94
94
 
@@ -98,6 +98,29 @@ require 'songtradr_api_client_ruby'
98
98
  instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
99
99
  space: null,
100
100
  language_of_performance: null,
101
+ arousal: null,
102
+ dominant_instrument: null,
103
+ energy: null,
104
+ engagement: null,
105
+ groovyness: null,
106
+ harmony: null,
107
+ pleasantness: null,
108
+ primary_mood_cluster: null,
109
+ primary_sound_character: null,
110
+ rhythm: null,
111
+ roughness: null,
112
+ scale: null,
113
+ sound_generation: null,
114
+ tempo: null,
115
+ texture: null,
116
+ timbre: null,
117
+ tonality: null,
118
+ valence: null,
119
+ vocals: null,
120
+ origin_decade: null,
121
+ curateability: null,
122
+ use_case: null,
123
+ channel_suitability: null,
101
124
  primary_mood_cluster_affinity: null,
102
125
  secondary_mood_cluster: null,
103
126
  secondary_mood_cluster_affinity: null,
@@ -141,46 +164,23 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
141
164
  use_case_affinity: null,
142
165
  industry_suitability: null,
143
166
  industry_suitability_affinity: null,
144
- arousal: null,
145
- dominant_instrument: null,
146
- energy: null,
147
- engagement: null,
148
- groovyness: null,
149
- harmony: null,
150
- pleasantness: null,
151
- primary_mood_cluster: null,
152
- primary_sound_character: null,
153
- rhythm: null,
154
- roughness: null,
155
- scale: null,
156
- sound_generation: null,
157
- tempo: null,
158
- texture: null,
159
- timbre: null,
160
- tonality: null,
161
- valence: null,
162
167
  audience_region: null,
163
- vocals: null,
164
- origin_decade: null,
165
- curateability: null,
166
- use_case: null,
167
- channel_suitability: null,
168
- key: null,
169
- channel_suitability_affinity: null,
168
+ valence_affinity: null,
169
+ arousal_affinity: null,
170
170
  pleasantness_affinity: null,
171
+ engagement_affinity: null,
172
+ energy_affinity: null,
171
173
  tempo_affinity: null,
172
174
  scale_affinity: null,
173
175
  timbre_affinity: null,
174
- engagement_affinity: null,
175
- energy_affinity: null,
176
+ roughness_affinity: null,
177
+ harmony_affinity: null,
176
178
  texture_affinity: null,
177
179
  groovyness_affinity: null,
178
- valence_affinity: null,
179
- arousal_affinity: null,
180
180
  space_affinity: null,
181
181
  key_affinity: null,
182
- roughness_affinity: null,
183
- harmony_affinity: null
182
+ channel_suitability_affinity: null,
183
+ key: null
184
184
  )
185
185
  ```
186
186
 
@@ -6,15 +6,15 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | | |
8
8
  | **state** | **String** | | [optional] |
9
- | **usages** | [**Array&lt;UsageDTO&gt;**](UsageDTO.md) | | [optional] |
10
9
  | **description** | **String** | | [optional] |
10
+ | **created** | **Time** | | [optional] |
11
+ | **updated** | **Time** | | [optional] |
12
+ | **usages** | [**Array&lt;UsageDTO&gt;**](UsageDTO.md) | | [optional] |
11
13
  | **songtradr_playlist_guid** | **String** | | [optional] |
12
14
  | **asset_url** | **String** | | [optional] |
13
15
  | **pretzel_tier** | **String** | | [optional] |
14
16
  | **usage** | **String** | | [optional] |
15
17
  | **tracks** | [**Array&lt;RecordingPlaylistDTO&gt;**](RecordingPlaylistDTO.md) | | [optional] |
16
- | **created** | **Time** | | [optional] |
17
- | **updated** | **Time** | | [optional] |
18
18
 
19
19
  ## Example
20
20
 
@@ -24,15 +24,15 @@ require 'songtradr_api_client_ruby'
24
24
  instance = SongtradrApiClientRuby::PlaylistLargeDTO.new(
25
25
  name: null,
26
26
  state: null,
27
- usages: null,
28
27
  description: null,
28
+ created: null,
29
+ updated: null,
30
+ usages: null,
29
31
  songtradr_playlist_guid: null,
30
32
  asset_url: null,
31
33
  pretzel_tier: null,
32
34
  usage: null,
33
- tracks: null,
34
- created: null,
35
- updated: null
35
+ tracks: null
36
36
  )
37
37
  ```
38
38
 
@@ -5,14 +5,14 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **duration** | **Time** | | [optional] |
8
- | **genres** | [**Array&lt;GenreMinimalDTO&gt;**](GenreMinimalDTO.md) | | [optional] |
9
- | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
8
+ | **takedown_date** | **Time** | | [optional] |
9
+ | **parties** | [**Array&lt;ProductPartyDTO&gt;**](ProductPartyDTO.md) | | [optional] |
10
10
  | **gtin** | **String** | | [optional] |
11
11
  | **grid** | **String** | | [optional] |
12
12
  | **release_date** | **Time** | | [optional] |
13
13
  | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
14
- | **takedown_date** | **Time** | | [optional] |
15
- | **parties** | [**Array&lt;ProductPartyDTO&gt;**](ProductPartyDTO.md) | | [optional] |
14
+ | **genres** | [**Array&lt;GenreMinimalDTO&gt;**](GenreMinimalDTO.md) | | [optional] |
15
+ | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
16
16
 
17
17
  ## Example
18
18
 
@@ -21,14 +21,14 @@ require 'songtradr_api_client_ruby'
21
21
 
22
22
  instance = SongtradrApiClientRuby::ProductMediumDTO.new(
23
23
  duration: null,
24
- genres: null,
25
- titles: null,
24
+ takedown_date: null,
25
+ parties: null,
26
26
  gtin: null,
27
27
  grid: null,
28
28
  release_date: null,
29
29
  pline: null,
30
- takedown_date: null,
31
- parties: null
30
+ genres: null,
31
+ titles: null
32
32
  )
33
33
  ```
34
34
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
8
7
  | **contributor_types** | [**Array&lt;ContributorTypeDTO&gt;**](ContributorTypeDTO.md) | | [optional] |
8
+ | **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
9
9
 
10
10
  ## Example
11
11
 
@@ -13,8 +13,8 @@
13
13
  require 'songtradr_api_client_ruby'
14
14
 
15
15
  instance = SongtradrApiClientRuby::ProductPartyDTO.new(
16
- party: null,
17
- contributor_types: null
16
+ contributor_types: null,
17
+ party: null
18
18
  )
19
19
  ```
20
20
 
data/docs/RecordingApi.md CHANGED
@@ -566,6 +566,8 @@ opts = {
566
566
  use_case: 'background', # String | Search for use case.
567
567
  channel_suitability: 'Spotify', # String | Search for channel suitability.
568
568
  songtradr_track_id: 'songtradr_track_id_example', # String | Search for Songtradr track id.
569
+ usage: 'usage_example', # String | Search for recording usage.
570
+ similar_to_songtradr_track_id: '1bF118m', # String | Search for songs similar to a recording by songtradr Track Id.
569
571
  shuffled: 'true', # String | Sort the results randomly.
570
572
  sort: 'popularityDesc', # String | Sort the results.
571
573
  page: 56, # Integer | Zero-based page index (0..N)
@@ -637,6 +639,8 @@ end
637
639
  | **use_case** | **String** | Search for use case. | [optional] |
638
640
  | **channel_suitability** | **String** | Search for channel suitability. | [optional] |
639
641
  | **songtradr_track_id** | **String** | Search for Songtradr track id. | [optional] |
642
+ | **usage** | **String** | Search for recording usage. | [optional] |
643
+ | **similar_to_songtradr_track_id** | **String** | Search for songs similar to a recording by songtradr Track Id. | [optional] |
640
644
  | **shuffled** | **String** | Sort the results randomly. | [optional][default to &#39;false&#39;] |
641
645
  | **sort** | **String** | Sort the results. | [optional][default to &#39;popularityDesc&#39;] |
642
646
  | **page** | **Integer** | Zero-based page index (0..N) | [optional][default to 0] |
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **genre_type** | **String** | | |
8
- | **probability** | **Float** | | |
9
7
  | **genre** | [**GenreMinimalDTO**](GenreMinimalDTO.md) | | |
8
+ | **probability** | **Float** | | |
9
+ | **genre_type** | **String** | | |
10
10
 
11
11
  ## Example
12
12
 
@@ -14,9 +14,9 @@
14
14
  require 'songtradr_api_client_ruby'
15
15
 
16
16
  instance = SongtradrApiClientRuby::RecordingGenrePredictionDTO.new(
17
- genre_type: null,
17
+ genre: null,
18
18
  probability: null,
19
- genre: null
19
+ genre_type: null
20
20
  )
21
21
  ```
22
22
 
@@ -5,6 +5,9 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **duration** | **Integer** | | [optional] |
8
+ | **spotify_id** | **String** | | [optional] |
9
+ | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
10
+ | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
8
11
  | **isrc** | **String** | | |
9
12
  | **parties** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
10
13
  | **genres** | [**Array&lt;GenreDTO&gt;**](GenreDTO.md) | | [optional] |
@@ -13,9 +16,6 @@
13
16
  | **tracks** | [**Array&lt;TrackToMediumProductDTO&gt;**](TrackToMediumProductDTO.md) | | [optional] |
14
17
  | **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
15
18
  | **tags** | [**Array&lt;RecordingTagSmallDTO&gt;**](RecordingTagSmallDTO.md) | | [optional] |
16
- | **spotify_id** | **String** | | [optional] |
17
- | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
18
- | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
19
19
 
20
20
  ## Example
21
21
 
@@ -24,6 +24,9 @@ require 'songtradr_api_client_ruby'
24
24
 
25
25
  instance = SongtradrApiClientRuby::RecordingLargeDTO.new(
26
26
  duration: null,
27
+ spotify_id: null,
28
+ pline: null,
29
+ genre_predictions: null,
27
30
  isrc: null,
28
31
  parties: null,
29
32
  genres: null,
@@ -31,10 +34,7 @@ instance = SongtradrApiClientRuby::RecordingLargeDTO.new(
31
34
  titles: null,
32
35
  tracks: null,
33
36
  musical_features: null,
34
- tags: null,
35
- spotify_id: null,
36
- pline: null,
37
- genre_predictions: null
37
+ tags: null
38
38
  )
39
39
  ```
40
40
 
@@ -4,16 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **spotify_id** | **String** | | [optional] |
8
+ | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
7
9
  | **isrc** | **String** | | |
8
10
  | **recording_party_entities** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
9
11
  | **genres** | [**Array&lt;GenreDTO&gt;**](GenreDTO.md) | | [optional] |
10
12
  | **language_of_performance** | **String** | | [optional] |
11
13
  | **release_date** | **Time** | | [optional] |
12
14
  | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
15
+ | **tracks** | [**Array&lt;TrackDTO&gt;**](TrackDTO.md) | | [optional] |
13
16
  | **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
14
17
  | **tags** | [**Array&lt;RecordingTagSmallDTO&gt;**](RecordingTagSmallDTO.md) | | [optional] |
15
- | **spotify_id** | **String** | | [optional] |
16
- | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
17
18
 
18
19
  ## Example
19
20
 
@@ -21,16 +22,17 @@
21
22
  require 'songtradr_api_client_ruby'
22
23
 
23
24
  instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
25
+ spotify_id: null,
26
+ genre_predictions: null,
24
27
  isrc: null,
25
28
  recording_party_entities: null,
26
29
  genres: null,
27
30
  language_of_performance: null,
28
31
  release_date: null,
29
32
  titles: null,
33
+ tracks: null,
30
34
  musical_features: null,
31
- tags: null,
32
- spotify_id: null,
33
- genre_predictions: null
35
+ tags: null
34
36
  )
35
37
  ```
36
38
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
8
7
  | **contributor_types** | [**Array&lt;ContributorTypeDTO&gt;**](ContributorTypeDTO.md) | | [optional] |
8
+ | **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
9
9
 
10
10
  ## Example
11
11
 
@@ -13,8 +13,8 @@
13
13
  require 'songtradr_api_client_ruby'
14
14
 
15
15
  instance = SongtradrApiClientRuby::RecordingPartyDTO.new(
16
- party: null,
17
- contributor_types: null
16
+ contributor_types: null,
17
+ party: null
18
18
  )
19
19
  ```
20
20
 
data/docs/TrackDTO.md ADDED
@@ -0,0 +1,18 @@
1
+ # SongtradrApiClientRuby::TrackDTO
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **songtradr_track_id** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'songtradr_api_client_ruby'
13
+
14
+ instance = SongtradrApiClientRuby::TrackDTO.new(
15
+ songtradr_track_id: null
16
+ )
17
+ ```
18
+
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.12.24
6
+ The version of the OpenAPI document: 1.13.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.12.24
6
+ The version of the OpenAPI document: 1.13.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.12.24
6
+ The version of the OpenAPI document: 1.13.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.12.24
6
+ The version of the OpenAPI document: 1.13.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0-SNAPSHOT