songtradr_api_client_ruby 1.12.21 → 1.12.22
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +5 -5
- data/docs/CategoryMediumDTO.md +3 -3
- data/docs/FileSmallDTO.md +3 -3
- data/docs/MusicalFeaturesDTO.md +38 -38
- data/docs/PlaylistLargeDTO.md +7 -7
- data/docs/ProductMediumDTO.md +5 -5
- data/docs/ProductPartyDTO.md +3 -3
- data/docs/RecordingGenrePredictionDTO.md +3 -3
- data/docs/RecordingLargeDTO.md +11 -11
- data/docs/RecordingMediumDTO.md +11 -11
- data/docs/RecordingMinimalWithMusicalFeaturesDTO.md +3 -3
- data/docs/RecordingPartyDTO.md +3 -3
- data/docs/RecordingSmallDTO.md +4 -4
- data/getspec.rb +28 -5
- data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/party_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/playlist_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/recording_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api/user_api.rb +1 -1
- data/lib/songtradr_api_client_ruby/api_client.rb +1 -1
- data/lib/songtradr_api_client_ruby/api_error.rb +1 -1
- data/lib/songtradr_api_client_ruby/configuration.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +14 -14
- data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/error_response.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +19 -19
- data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/genre_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/login_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +273 -273
- data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/party_large_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/playlist_large_dto.rb +36 -36
- data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +29 -29
- data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +14 -14
- data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +19 -19
- data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +64 -64
- data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +60 -60
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +14 -14
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +14 -14
- data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +22 -22
- data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_referrer_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tag_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/title_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/token_request.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/usage_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/models/user_dto.rb +1 -1
- data/lib/songtradr_api_client_ruby/version.rb +2 -2
- data/lib/songtradr_api_client_ruby.rb +1 -1
- data/openapi-generator-config.yaml +4 -3
- data/songtradr_api_client_ruby.gemspec +4 -4
- data/spec/api/allowed_values_api_spec.rb +1 -1
- data/spec/api/party_api_spec.rb +1 -1
- data/spec/api/playlist_api_spec.rb +1 -1
- data/spec/api/recording_api_spec.rb +1 -1
- data/spec/api/user_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/category_medium_dto_spec.rb +3 -3
- data/spec/models/category_minimal_dto_spec.rb +1 -1
- data/spec/models/config_access_dto_spec.rb +1 -1
- data/spec/models/config_identifier_dto_spec.rb +1 -1
- data/spec/models/contributor_type_dto_spec.rb +1 -1
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/field_summary_dto_spec.rb +1 -1
- data/spec/models/file_dto_spec.rb +1 -1
- data/spec/models/file_list_dto_spec.rb +1 -1
- data/spec/models/file_minimal_with_url_dto_spec.rb +1 -1
- data/spec/models/file_small_dto_spec.rb +7 -7
- data/spec/models/file_upload_dto_spec.rb +1 -1
- data/spec/models/file_w_ith_url_dto_spec.rb +1 -1
- data/spec/models/files_summary_dto_spec.rb +1 -1
- data/spec/models/forgot_password_dto_spec.rb +1 -1
- data/spec/models/genre_dto_spec.rb +1 -1
- data/spec/models/genre_minimal_dto_spec.rb +1 -1
- data/spec/models/genres_summary_dto_spec.rb +1 -1
- data/spec/models/init_put_recording_audio_dto_spec.rb +1 -1
- data/spec/models/jwt_token_dto_spec.rb +1 -1
- data/spec/models/login_dto_spec.rb +1 -1
- data/spec/models/musical_features_dto_spec.rb +104 -104
- data/spec/models/p_line_dto_spec.rb +1 -1
- data/spec/models/party_large_dto_spec.rb +1 -1
- data/spec/models/party_small_dto_spec.rb +1 -1
- data/spec/models/playlist_large_dto_spec.rb +10 -10
- data/spec/models/product_medium_dto_spec.rb +7 -7
- data/spec/models/product_party_dto_spec.rb +3 -3
- data/spec/models/recording_for_similarity_search_dto_spec.rb +1 -1
- data/spec/models/recording_genre_prediction_dto_spec.rb +4 -4
- data/spec/models/recording_large_dto_spec.rb +12 -12
- data/spec/models/recording_list_dto_spec.rb +1 -1
- data/spec/models/recording_medium_dto_spec.rb +11 -11
- data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +3 -3
- data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +1 -1
- data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +1 -1
- data/spec/models/recording_party_dto_spec.rb +3 -3
- data/spec/models/recording_playlist_dto_spec.rb +1 -1
- data/spec/models/recording_small_dto_spec.rb +3 -3
- data/spec/models/recording_tag_small_dto_spec.rb +1 -1
- data/spec/models/save_file_recording_dto_spec.rb +1 -1
- data/spec/models/save_playlist_dto_spec.rb +1 -1
- data/spec/models/save_recording_genre_dto_spec.rb +1 -1
- data/spec/models/save_recording_party_dto_spec.rb +1 -1
- data/spec/models/save_recording_playlist_dto_spec.rb +1 -1
- data/spec/models/save_recording_tag_dto_spec.rb +1 -1
- data/spec/models/save_referrer_dto_spec.rb +1 -1
- data/spec/models/save_taggrams_dto_spec.rb +1 -1
- data/spec/models/save_user_dto_spec.rb +1 -1
- data/spec/models/search_filter_values_dto_spec.rb +1 -1
- data/spec/models/search_recording_granular_abstraction_dto_spec.rb +1 -1
- data/spec/models/search_recording_granular_dto_spec.rb +1 -1
- data/spec/models/sign_up_dto_spec.rb +1 -1
- data/spec/models/tag_dto_spec.rb +1 -1
- data/spec/models/tag_small_dto_spec.rb +1 -1
- data/spec/models/taggram_dto_spec.rb +1 -1
- data/spec/models/tags_summary_dto_spec.rb +1 -1
- data/spec/models/tagstrength_dto_spec.rb +1 -1
- data/spec/models/title_dto_spec.rb +1 -1
- data/spec/models/token_request_spec.rb +1 -1
- data/spec/models/track_to_medium_product_dto_spec.rb +1 -1
- data/spec/models/update_password_dto_spec.rb +1 -1
- data/spec/models/usage_dto_spec.rb +1 -1
- data/spec/models/user_dto_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +58 -78
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9496e7db7452484fd349e9c0b8801a55995babe6369d12f5f9c0759cb7724ea8
|
|
4
|
+
data.tar.gz: c76963a03ad269009cdb5b6a3e43be94427afb208187430030ac9c8106b196de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6f8b98686bf5eaa89ba0dec350271d2384c3f88af348283a09df72976c4f698e5570d72fc31c00a05eed54188be3d795028a1d290e44682137f08a7550dca71
|
|
7
|
+
data.tar.gz: bbae3628a9c165262cdcd31e90b53ddc37484da4cab4d9038151468ec5081154d4f17189964d7a4e259f85fb91f169aa0ed307f7a70a870b76c64820bf791a39
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
songtradr_api_client_ruby (1.12.
|
|
4
|
+
songtradr_api_client_ruby (1.12.22)
|
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
|
6
6
|
faraday-multipart
|
|
7
7
|
|
|
@@ -33,7 +33,7 @@ GEM
|
|
|
33
33
|
pry (>= 0.13, < 0.15)
|
|
34
34
|
psych (5.1.0)
|
|
35
35
|
stringio
|
|
36
|
-
racc (1.7.
|
|
36
|
+
racc (1.7.1)
|
|
37
37
|
rainbow (3.1.1)
|
|
38
38
|
rake (13.0.6)
|
|
39
39
|
rspec (3.12.0)
|
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.
|
|
37
|
-
- Package version: 1.12.
|
|
36
|
+
- API version: 1.12.22
|
|
37
|
+
- Package version: 1.12.22
|
|
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.
|
|
54
|
+
gem install ./songtradr_api_client_ruby-1.12.22.gem
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
(for development, run `gem install --dev ./songtradr_api_client_ruby-1.12.
|
|
57
|
+
(for development, run `gem install --dev ./songtradr_api_client_ruby-1.12.22.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.
|
|
63
|
+
gem 'songtradr_api_client_ruby', '~> 1.12.22'
|
|
64
64
|
|
|
65
65
|
### Install from Git
|
|
66
66
|
|
data/docs/CategoryMediumDTO.md
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **id** | **Integer** | | |
|
|
8
|
-
| **tags** | [**Array<TagSmallDTO>**](TagSmallDTO.md) | | [optional] |
|
|
9
8
|
| **name** | **String** | | |
|
|
9
|
+
| **tags** | [**Array<TagSmallDTO>**](TagSmallDTO.md) | | [optional] |
|
|
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
|
-
|
|
19
|
-
|
|
18
|
+
name: null,
|
|
19
|
+
tags: null
|
|
20
20
|
)
|
|
21
21
|
```
|
|
22
22
|
|
data/docs/FileSmallDTO.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **id** | **Integer** | | |
|
|
9
9
|
| **extension** | **String** | extension of the file | |
|
|
10
10
|
| **error_message** | **String** | | [optional] |
|
|
11
|
+
| **folder** | **String** | | |
|
|
11
12
|
| **object_key** | **String** | | |
|
|
12
13
|
| **upload_start_time** | **Time** | | [optional] |
|
|
13
14
|
| **upload_end_time** | **Time** | | [optional] |
|
|
@@ -18,7 +19,6 @@
|
|
|
18
19
|
| **inference_start_time** | **Time** | | [optional] |
|
|
19
20
|
| **inference_end_time** | **Time** | | [optional] |
|
|
20
21
|
| **error_time** | **Time** | | [optional] |
|
|
21
|
-
| **folder** | **String** | | |
|
|
22
22
|
|
|
23
23
|
## Example
|
|
24
24
|
|
|
@@ -30,6 +30,7 @@ instance = SongtradrApiClientRuby::FileSmallDTO.new(
|
|
|
30
30
|
id: null,
|
|
31
31
|
extension: null,
|
|
32
32
|
error_message: null,
|
|
33
|
+
folder: null,
|
|
33
34
|
object_key: null,
|
|
34
35
|
upload_start_time: null,
|
|
35
36
|
upload_end_time: null,
|
|
@@ -39,8 +40,7 @@ instance = SongtradrApiClientRuby::FileSmallDTO.new(
|
|
|
39
40
|
inference_status: null,
|
|
40
41
|
inference_start_time: null,
|
|
41
42
|
inference_end_time: null,
|
|
42
|
-
error_time: null
|
|
43
|
-
folder: null
|
|
43
|
+
error_time: null
|
|
44
44
|
)
|
|
45
45
|
```
|
|
46
46
|
|
data/docs/MusicalFeaturesDTO.md
CHANGED
|
@@ -5,12 +5,8 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **space** | **String** | Search for space | [optional] |
|
|
8
|
-
| **curateability** | **String** | Search for curatebility | [optional] |
|
|
9
|
-
| **use_case** | **String** | Search for use case | [optional] |
|
|
10
|
-
| **channel_suitability** | **String** | Search for social media suitability | [optional] |
|
|
11
8
|
| **arousal** | **String** | Search for an arousal | [optional] |
|
|
12
9
|
| **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
13
|
-
| **language_of_performance** | **String** | | [optional] |
|
|
14
10
|
| **energy** | **String** | Search for energy | [optional] |
|
|
15
11
|
| **engagement** | **String** | Search for an engagement | [optional] |
|
|
16
12
|
| **groovyness** | **String** | Search for groovyness | [optional] |
|
|
@@ -29,12 +25,9 @@
|
|
|
29
25
|
| **valence** | **String** | Search for a valence | [optional] |
|
|
30
26
|
| **vocals** | **String** | Search for a vocal gender or instrumental songs | [optional] |
|
|
31
27
|
| **origin_decade** | **String** | Search for origin decade | [optional] |
|
|
32
|
-
| **
|
|
33
|
-
| **
|
|
34
|
-
| **
|
|
35
|
-
| **tertiary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
36
|
-
| **tertiary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
37
|
-
| **vocals_affinity** | **Float** | | [optional] |
|
|
28
|
+
| **language_of_performance** | **String** | | [optional] |
|
|
29
|
+
| **primary_sound_character_affinity** | **Float** | | [optional] |
|
|
30
|
+
| **tonality_affinity** | **Float** | | [optional] |
|
|
38
31
|
| **bpm** | **Float** | | [optional] |
|
|
39
32
|
| **production_rating** | **String** | | [optional] |
|
|
40
33
|
| **production_rating_affinity** | **Float** | | [optional] |
|
|
@@ -50,15 +43,6 @@
|
|
|
50
43
|
| **tertiary_audience_age_affinity** | **Float** | | [optional] |
|
|
51
44
|
| **audience_gender** | **String** | | [optional] |
|
|
52
45
|
| **audience_gender_affinity** | **Float** | | [optional] |
|
|
53
|
-
| **dominant_instrument_affinity** | **Float** | | [optional] |
|
|
54
|
-
| **secondary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
55
|
-
| **secondary_instrument_affinity** | **Float** | | [optional] |
|
|
56
|
-
| **tertiary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
57
|
-
| **tertiary_instrument_affinity** | **Float** | | [optional] |
|
|
58
|
-
| **sound_generation_affinity** | **Float** | | [optional] |
|
|
59
|
-
| **rhythm_affinity** | **Float** | | [optional] |
|
|
60
|
-
| **primary_sound_character_affinity** | **Float** | | [optional] |
|
|
61
|
-
| **tonality_affinity** | **Float** | | [optional] |
|
|
62
46
|
| **audience_region_affinity** | **Float** | | [optional] |
|
|
63
47
|
| **secondary_audience_region** | **String** | | [optional] |
|
|
64
48
|
| **secondary_audience_region_affinity** | **Float** | | [optional] |
|
|
@@ -73,6 +57,22 @@
|
|
|
73
57
|
| **industry_suitability** | **String** | Search for Industry suitability | [optional] |
|
|
74
58
|
| **industry_suitability_affinity** | **Float** | | [optional] |
|
|
75
59
|
| **audience_region** | **String** | | [optional] |
|
|
60
|
+
| **curateability** | **String** | Search for curatebility | [optional] |
|
|
61
|
+
| **use_case** | **String** | Search for use case | [optional] |
|
|
62
|
+
| **channel_suitability** | **String** | Search for social media suitability | [optional] |
|
|
63
|
+
| **primary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
64
|
+
| **secondary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
65
|
+
| **secondary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
66
|
+
| **tertiary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
|
|
67
|
+
| **tertiary_mood_cluster_affinity** | **Float** | | [optional] |
|
|
68
|
+
| **vocals_affinity** | **Float** | | [optional] |
|
|
69
|
+
| **dominant_instrument_affinity** | **Float** | | [optional] |
|
|
70
|
+
| **secondary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
71
|
+
| **secondary_instrument_affinity** | **Float** | | [optional] |
|
|
72
|
+
| **tertiary_instrument** | **String** | Search for a dominant instrument | [optional] |
|
|
73
|
+
| **tertiary_instrument_affinity** | **Float** | | [optional] |
|
|
74
|
+
| **sound_generation_affinity** | **Float** | | [optional] |
|
|
75
|
+
| **rhythm_affinity** | **Float** | | [optional] |
|
|
76
76
|
| **valence_affinity** | **Float** | | [optional] |
|
|
77
77
|
| **arousal_affinity** | **Float** | | [optional] |
|
|
78
78
|
| **pleasantness_affinity** | **Float** | | [optional] |
|
|
@@ -97,12 +97,8 @@ require 'songtradr_api_client_ruby'
|
|
|
97
97
|
|
|
98
98
|
instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
99
99
|
space: null,
|
|
100
|
-
curateability: null,
|
|
101
|
-
use_case: null,
|
|
102
|
-
channel_suitability: null,
|
|
103
100
|
arousal: null,
|
|
104
101
|
dominant_instrument: null,
|
|
105
|
-
language_of_performance: null,
|
|
106
102
|
energy: null,
|
|
107
103
|
engagement: null,
|
|
108
104
|
groovyness: null,
|
|
@@ -121,12 +117,9 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
|
121
117
|
valence: null,
|
|
122
118
|
vocals: null,
|
|
123
119
|
origin_decade: null,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
tertiary_mood_cluster: null,
|
|
128
|
-
tertiary_mood_cluster_affinity: null,
|
|
129
|
-
vocals_affinity: null,
|
|
120
|
+
language_of_performance: null,
|
|
121
|
+
primary_sound_character_affinity: null,
|
|
122
|
+
tonality_affinity: null,
|
|
130
123
|
bpm: null,
|
|
131
124
|
production_rating: null,
|
|
132
125
|
production_rating_affinity: null,
|
|
@@ -142,15 +135,6 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
|
142
135
|
tertiary_audience_age_affinity: null,
|
|
143
136
|
audience_gender: null,
|
|
144
137
|
audience_gender_affinity: null,
|
|
145
|
-
dominant_instrument_affinity: null,
|
|
146
|
-
secondary_instrument: null,
|
|
147
|
-
secondary_instrument_affinity: null,
|
|
148
|
-
tertiary_instrument: null,
|
|
149
|
-
tertiary_instrument_affinity: null,
|
|
150
|
-
sound_generation_affinity: null,
|
|
151
|
-
rhythm_affinity: null,
|
|
152
|
-
primary_sound_character_affinity: null,
|
|
153
|
-
tonality_affinity: null,
|
|
154
138
|
audience_region_affinity: null,
|
|
155
139
|
secondary_audience_region: null,
|
|
156
140
|
secondary_audience_region_affinity: null,
|
|
@@ -165,6 +149,22 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
|
|
|
165
149
|
industry_suitability: null,
|
|
166
150
|
industry_suitability_affinity: null,
|
|
167
151
|
audience_region: null,
|
|
152
|
+
curateability: null,
|
|
153
|
+
use_case: null,
|
|
154
|
+
channel_suitability: null,
|
|
155
|
+
primary_mood_cluster_affinity: null,
|
|
156
|
+
secondary_mood_cluster: null,
|
|
157
|
+
secondary_mood_cluster_affinity: null,
|
|
158
|
+
tertiary_mood_cluster: null,
|
|
159
|
+
tertiary_mood_cluster_affinity: null,
|
|
160
|
+
vocals_affinity: null,
|
|
161
|
+
dominant_instrument_affinity: null,
|
|
162
|
+
secondary_instrument: null,
|
|
163
|
+
secondary_instrument_affinity: null,
|
|
164
|
+
tertiary_instrument: null,
|
|
165
|
+
tertiary_instrument_affinity: null,
|
|
166
|
+
sound_generation_affinity: null,
|
|
167
|
+
rhythm_affinity: null,
|
|
168
168
|
valence_affinity: null,
|
|
169
169
|
arousal_affinity: null,
|
|
170
170
|
pleasantness_affinity: null,
|
data/docs/PlaylistLargeDTO.md
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **name** | **String** | | |
|
|
8
8
|
| **state** | **String** | | [optional] |
|
|
9
|
+
| **description** | **String** | | [optional] |
|
|
10
|
+
| **usages** | [**Array<UsageDTO>**](UsageDTO.md) | | [optional] |
|
|
9
11
|
| **created** | **Time** | | [optional] |
|
|
10
12
|
| **updated** | **Time** | | [optional] |
|
|
11
|
-
| **description** | **String** | | [optional] |
|
|
12
13
|
| **songtradr_playlist_guid** | **String** | | [optional] |
|
|
14
|
+
| **tracks** | [**Array<RecordingPlaylistDTO>**](RecordingPlaylistDTO.md) | | [optional] |
|
|
13
15
|
| **asset_url** | **String** | | [optional] |
|
|
14
16
|
| **pretzel_tier** | **String** | | [optional] |
|
|
15
17
|
| **usage** | **String** | | [optional] |
|
|
16
|
-
| **tracks** | [**Array<RecordingPlaylistDTO>**](RecordingPlaylistDTO.md) | | [optional] |
|
|
17
|
-
| **usages** | [**Array<UsageDTO>**](UsageDTO.md) | | [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
|
+
description: null,
|
|
28
|
+
usages: null,
|
|
27
29
|
created: null,
|
|
28
30
|
updated: null,
|
|
29
|
-
description: null,
|
|
30
31
|
songtradr_playlist_guid: null,
|
|
32
|
+
tracks: null,
|
|
31
33
|
asset_url: null,
|
|
32
34
|
pretzel_tier: null,
|
|
33
|
-
usage: null
|
|
34
|
-
tracks: null,
|
|
35
|
-
usages: null
|
|
35
|
+
usage: null
|
|
36
36
|
)
|
|
37
37
|
```
|
|
38
38
|
|
data/docs/ProductMediumDTO.md
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **duration** | **Time** | | [optional] |
|
|
8
8
|
| **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
|
|
9
|
-
| **parties** | [**Array<ProductPartyDTO>**](ProductPartyDTO.md) | | [optional] |
|
|
10
|
-
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
11
9
|
| **genres** | [**Array<GenreMinimalDTO>**](GenreMinimalDTO.md) | | [optional] |
|
|
10
|
+
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
12
11
|
| **gtin** | **String** | | [optional] |
|
|
13
12
|
| **grid** | **String** | | [optional] |
|
|
14
13
|
| **release_date** | **Time** | | [optional] |
|
|
15
14
|
| **takedown_date** | **Time** | | [optional] |
|
|
15
|
+
| **parties** | [**Array<ProductPartyDTO>**](ProductPartyDTO.md) | | [optional] |
|
|
16
16
|
|
|
17
17
|
## Example
|
|
18
18
|
|
|
@@ -22,13 +22,13 @@ require 'songtradr_api_client_ruby'
|
|
|
22
22
|
instance = SongtradrApiClientRuby::ProductMediumDTO.new(
|
|
23
23
|
duration: null,
|
|
24
24
|
pline: null,
|
|
25
|
-
parties: null,
|
|
26
|
-
titles: null,
|
|
27
25
|
genres: null,
|
|
26
|
+
titles: null,
|
|
28
27
|
gtin: null,
|
|
29
28
|
grid: null,
|
|
30
29
|
release_date: null,
|
|
31
|
-
takedown_date: null
|
|
30
|
+
takedown_date: null,
|
|
31
|
+
parties: null
|
|
32
32
|
)
|
|
33
33
|
```
|
|
34
34
|
|
data/docs/ProductPartyDTO.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **contributor_types** | [**Array<ContributorTypeDTO>**](ContributorTypeDTO.md) | | [optional] |
|
|
8
7
|
| **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
|
|
8
|
+
| **contributor_types** | [**Array<ContributorTypeDTO>**](ContributorTypeDTO.md) | | [optional] |
|
|
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
|
-
|
|
17
|
-
|
|
16
|
+
party: null,
|
|
17
|
+
contributor_types: null
|
|
18
18
|
)
|
|
19
19
|
```
|
|
20
20
|
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **genre_type** | **String** | | |
|
|
7
8
|
| **genre** | [**GenreMinimalDTO**](GenreMinimalDTO.md) | | |
|
|
8
9
|
| **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
18
|
genre: null,
|
|
18
|
-
probability: null
|
|
19
|
-
genre_type: null
|
|
19
|
+
probability: null
|
|
20
20
|
)
|
|
21
21
|
```
|
|
22
22
|
|
data/docs/RecordingLargeDTO.md
CHANGED
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **duration** | **Integer** | | [optional] |
|
|
8
|
-
| **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
|
|
9
|
-
| **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
|
|
10
|
-
| **isrc** | **String** | | |
|
|
11
|
-
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
12
8
|
| **tracks** | [**Array<TrackToMediumProductDTO>**](TrackToMediumProductDTO.md) | | [optional] |
|
|
13
9
|
| **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
|
|
10
|
+
| **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
|
|
11
|
+
| **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
|
|
14
12
|
| **parties** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
|
15
13
|
| **genres** | [**Array<GenreDTO>**](GenreDTO.md) | | [optional] |
|
|
16
14
|
| **language_of_performance** | **String** | | [optional] |
|
|
15
|
+
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
16
|
+
| **isrc** | **String** | | |
|
|
17
|
+
| **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
|
|
17
18
|
| **spotify_id** | **String** | | [optional] |
|
|
18
|
-
| **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
|
|
19
19
|
|
|
20
20
|
## Example
|
|
21
21
|
|
|
@@ -24,17 +24,17 @@ require 'songtradr_api_client_ruby'
|
|
|
24
24
|
|
|
25
25
|
instance = SongtradrApiClientRuby::RecordingLargeDTO.new(
|
|
26
26
|
duration: null,
|
|
27
|
-
tags: null,
|
|
28
|
-
pline: null,
|
|
29
|
-
isrc: null,
|
|
30
|
-
titles: null,
|
|
31
27
|
tracks: null,
|
|
32
28
|
musical_features: null,
|
|
29
|
+
pline: null,
|
|
30
|
+
genre_predictions: null,
|
|
33
31
|
parties: null,
|
|
34
32
|
genres: null,
|
|
35
33
|
language_of_performance: null,
|
|
36
|
-
|
|
37
|
-
|
|
34
|
+
titles: null,
|
|
35
|
+
isrc: null,
|
|
36
|
+
tags: null,
|
|
37
|
+
spotify_id: null
|
|
38
38
|
)
|
|
39
39
|
```
|
|
40
40
|
|
data/docs/RecordingMediumDTO.md
CHANGED
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
|
|
8
|
-
| **isrc** | **String** | | |
|
|
9
|
-
| **release_date** | **Time** | | [optional] |
|
|
10
|
-
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
11
7
|
| **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
|
|
8
|
+
| **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
|
|
12
9
|
| **recording_party_entities** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
|
13
10
|
| **genres** | [**Array<GenreDTO>**](GenreDTO.md) | | [optional] |
|
|
14
11
|
| **language_of_performance** | **String** | | [optional] |
|
|
12
|
+
| **release_date** | **Time** | | [optional] |
|
|
13
|
+
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
14
|
+
| **isrc** | **String** | | |
|
|
15
|
+
| **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
|
|
15
16
|
| **spotify_id** | **String** | | [optional] |
|
|
16
|
-
| **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
|
|
17
17
|
|
|
18
18
|
## Example
|
|
19
19
|
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
require 'songtradr_api_client_ruby'
|
|
22
22
|
|
|
23
23
|
instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
|
|
24
|
-
tags: null,
|
|
25
|
-
isrc: null,
|
|
26
|
-
release_date: null,
|
|
27
|
-
titles: null,
|
|
28
24
|
musical_features: null,
|
|
25
|
+
genre_predictions: null,
|
|
29
26
|
recording_party_entities: null,
|
|
30
27
|
genres: null,
|
|
31
28
|
language_of_performance: null,
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
release_date: null,
|
|
30
|
+
titles: null,
|
|
31
|
+
isrc: null,
|
|
32
|
+
tags: null,
|
|
33
|
+
spotify_id: null
|
|
34
34
|
)
|
|
35
35
|
```
|
|
36
36
|
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **isrc** | **String** | | |
|
|
8
7
|
| **musical_features** | [**Array<MusicalFeaturesDTO>**](MusicalFeaturesDTO.md) | | [optional] |
|
|
8
|
+
| **isrc** | **String** | | |
|
|
9
9
|
|
|
10
10
|
## Example
|
|
11
11
|
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
require 'songtradr_api_client_ruby'
|
|
14
14
|
|
|
15
15
|
instance = SongtradrApiClientRuby::RecordingMinimalWithMusicalFeaturesDTO.new(
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
musical_features: null,
|
|
17
|
+
isrc: null
|
|
18
18
|
)
|
|
19
19
|
```
|
|
20
20
|
|
data/docs/RecordingPartyDTO.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **contributor_types** | [**Array<ContributorTypeDTO>**](ContributorTypeDTO.md) | | [optional] |
|
|
8
7
|
| **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
|
|
8
|
+
| **contributor_types** | [**Array<ContributorTypeDTO>**](ContributorTypeDTO.md) | | [optional] |
|
|
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
|
-
|
|
17
|
-
|
|
16
|
+
party: null,
|
|
17
|
+
contributor_types: null
|
|
18
18
|
)
|
|
19
19
|
```
|
|
20
20
|
|
data/docs/RecordingSmallDTO.md
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **duration** | **Integer** | | [optional] |
|
|
8
|
-
| **isrc** | **String** | | |
|
|
9
|
-
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
10
8
|
| **parties** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
|
|
9
|
+
| **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
|
|
10
|
+
| **isrc** | **String** | | |
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
@@ -16,9 +16,9 @@ require 'songtradr_api_client_ruby'
|
|
|
16
16
|
|
|
17
17
|
instance = SongtradrApiClientRuby::RecordingSmallDTO.new(
|
|
18
18
|
duration: null,
|
|
19
|
-
|
|
19
|
+
parties: null,
|
|
20
20
|
titles: null,
|
|
21
|
-
|
|
21
|
+
isrc: null
|
|
22
22
|
)
|
|
23
23
|
```
|
|
24
24
|
|
data/getspec.rb
CHANGED
|
@@ -3,8 +3,31 @@
|
|
|
3
3
|
require "json"
|
|
4
4
|
require 'net/http'
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
MAX_RETRIES = 5
|
|
7
|
+
DELAY_SECONDS = 1
|
|
8
|
+
|
|
9
|
+
def fetch_gem_version(version)
|
|
10
|
+
response = Net::HTTP.get_response(URI("https://rubygems.org/gems/songtradr_api_client_ruby/versions/#{version}"))
|
|
11
|
+
response.code
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
def fetch_api_version
|
|
15
|
+
retries = 0
|
|
16
|
+
api_response = Net::HTTP.get_response(URI(ENV['SONGTRADR_API']))
|
|
17
|
+
|
|
18
|
+
until api_response.code == "200" || retries >= MAX_RETRIES
|
|
19
|
+
sleep(DELAY_SECONDS)
|
|
20
|
+
api_response = Net::HTTP.get_response(URI(ENV['SONGTRADR_API']))
|
|
21
|
+
retries += 1
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
begin
|
|
25
|
+
json = JSON.parse(api_response.body)
|
|
26
|
+
version = json["info"]["version"]
|
|
27
|
+
rescue
|
|
28
|
+
version = "0.0.0"
|
|
29
|
+
end
|
|
30
|
+
fetch_gem_version(version) == "404" ? version : "0.0.0"
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
puts fetch_api_version
|
|
@@ -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.
|
|
6
|
+
The version of the OpenAPI document: 1.12.22
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.12.22
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.12.22
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.12.22
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.12.22
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.12.22
|
|
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.
|
|
6
|
+
The version of the OpenAPI document: 1.12.22
|
|
7
7
|
Contact: info@songtradr.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.0.0-SNAPSHOT
|