{"info":{"_postman_id":"e25a9929-95ab-4b8d-a6c9-bd9fa1d120a1","name":"AIMS API docs","description":"<html><head></head><body><p>This is a documentation for AIMS Similarity Search. If you're looking for documentation for AIMS Auto-Tagging, please continue to <a href=\"https://docs-auto-tagging.aimsapi.com\">docs-auto-tagging.aimsapi.com</a>.</p>\n<p>Live API: <a href=\"https://api.aimsapi.com/v1/\">api.aimsapi.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7012487","collectionId":"e25a9929-95ab-4b8d-a6c9-bd9fa1d120a1","publishedId":"S17qTprj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"8137cf"},"publishDate":"2021-03-11T12:00:16.000Z"},"item":[{"name":"Concepts","item":[{"name":"Typical integration roadmap","item":[],"id":"ef1a9377-f093-4c39-84bc-4dc76442a847","description":"<p>The integration roadmap depends on your preferences and the features you're going to use. The description below is purely orientational. To get a better idea of what the implementation of AIMS might look like, check out this tutorial video for our demo application. You can also play with the demo application yourself (<a href=\"https://mailto:jan.novotny@aimsapi.com\">contact us</a> if you didn't receive a link to test the demo application yet). Finally, you can also check examples of actual client integrations at the end of this section.</p>\n<p><a href=\"https://vimeo.com/538302138\"><img src=\"https://i.vimeocdn.com/filter/overlay?src0=https://i.vimeocdn.com/video/1115080774_1280x720&amp;src1=https://f.vimeocdn.com/images_v6/share/play_icon_overlay.png\" alt=\"Tutorial Video\" /></a></p>\n<p>You can split the integration into two parts - core features and advanced features. First, there's a minimal amount of bootstrapping needed before you start calling the endpoints. The exact steps depend on your system's specifics, but generally, you \"only\" need a client that calls HTTP requests. All programming languages usually have many libraries that can do the complicated part for you. We can also recommend some of them that we have experience with if you'd like.</p>\n<h3 id=\"core-features\">Core features</h3>\n<p>Core features are the ones that provide the similarity search functionality itself and are also the easiest to integrate.</p>\n<h4 id=\"search-by-id\">Search by ID</h4>\n<p><a href=\"#0c67f49d-5fba-4c66-bf11-df5e67df2318\">Search by ID</a> is usually the easiest thing to integrate. From the front-end point of view, you only need to add a button to each track to perform the similarity search action and display the results in the same way you do with your current search or listing.</p>\n<h4 id=\"search-by-url\">Search by URL</h4>\n<p>As long as you already have a search bar, <a href=\"#f03f51a6-0190-4abb-9020-2b0124f29190\">URL search</a> is also easy to integrate. The user can paste a link into the search bar, you do some necessary validation (i.e. check if the URL leads to a supported host), and you display the results in the same way you do with your current search. You might also skip the validation since AIMS API will let you know in the response in case you submit an unsupported or invalid link (see <a href=\"#e8777b84-37d5-45f6-b85a-9d1c67c442a7\">exceptions</a>).</p>\n<h4 id=\"search-by-an-audio-file\">Search by an audio file</h4>\n<p><a href=\"#234b8391-c1bf-440c-afcc-f2e634e370b9\">Search by an audio file</a> is a bit more complicated than the previous two endpoints unless you already have an upload feature for some other use case. Ideally, you could make your search bar capable of accepting drag-n-dropped audio files and add an alternative way of uploading for users who can't (or don't want to) use dragging (e.g. an upload-icon button in the search bar). You might also want to add a progress indicator for uploading. Search by an audio file is the only search endpoint that requires multipart requests, making it a bit different on the back end as well. Still, the HTTP communication libraries usually have an easy way to create multipart requests. Displaying the results would be the same as with other endpoints.</p>\n<h4 id=\"search-by-file-url\">Search by file URL</h4>\n<p><a href=\"#6b05e815-a95e-4ef6-9add-b6d10c587370\">By file URL</a> is also easy to integrate. The user can paste a link into the search bar to search similarities to track by audio file publicly accessible on a URL. You do some necessary validation (i.e. the provided URL must be publicly accessible by GET method), and you display the results in the same way you do with your current search. You might also skip the validation since AIMS API will let you know in the response in case you submit an unsupported or invalid link (see <a href=\"#e8777b84-37d5-45f6-b85a-9d1c67c442a7\">exceptions</a>).</p>\n<h4 id=\"adding-new-tracks\">Adding new tracks</h4>\n<p>You need to keep AIMS API in sync with your newest additions to search for the similarity among them. The <a href=\"#6cb9163b-adcf-496b-8276-3a4dd1b975e6\">add new track</a> endpoint allows you to submit a new track. You upload an audio file and specify the metadata (most notably the <code>id_client</code> value for you to match the results from AIMS API with your database(s)). The endpoint provides a webhook functionality, so if you pass a webhook URL within the request, we will let you know once the track is processed. You can then make it available for search on your site (i.e. start showing the similarity button for this track).</p>\n<h4 id=\"deleting-and-updating-track-metadata\">Deleting and updating track metadata</h4>\n<p>Depending on how your publishing process looks, you might also need to implement <a href=\"#33e45732-bf6f-4e3d-b613-0d241c00c510\">deleting tracks</a> and <a href=\"#606b7c1b-a459-4745-b849-87a429c9dcfd\">updating track</a> metadata.</p>\n<p>If you remove a track from your system, it's also necessary to remove it from AIMS (otherwise, AIMS can still return it within results to search queries). Therefore, integration of <a href=\"#33e45732-bf6f-4e3d-b613-0d241c00c510\">Delete track by client ID</a> is required to perform deletions.</p>\n<h3 id=\"advanced-features\">Advanced features</h3>\n<h4 id=\"prompt-search\">Prompt Search</h4>\n<p><a href=\"#30a0532b-2bdf-4f9f-96d3-a77e7985fe31\">Prompt Search</a> is a feature that allows you to search music using natural language. You can now explore music catalogues using natural phrases, synch briefs, scene descriptions, or any other prompts you can think of.</p>\n<p>Typically, when people search for music, they use keywords that align with the music catalogue and its taxonomy. However, with AIMS Prompt Search, you can simply describe what you're looking for, and you'll receive accurate results.</p>\n<p>For instance, search \"desert scene\" for Western vibes. But, tweak it to \"desert scene with camels\" and you'll find more Eastern-themed tracks.</p>\n<h4 id=\"segment-selection-tool\">Segment selection tool</h4>\n<p>The <a href=\"#f172f3e1-e57d-4326-981f-f111fc5ce9ac\">segment selection tool</a> allows your users to set a specific part of the track they want to use for the similarity search. This feature improves the search results, especially if the user is looking for a distinct part of the track (e.g. the intro). The segment selection tool is a purely UI thing. You only need to supply <code>time_offset</code> and <code>time_limit</code> parameters within the search request on the back end. The front-end implementation depends on the technologies you use on your site. You usually want to display a waveform of the seed track, allow the user to play the track and drag some handles over it to select the segment. You can check a reference implementation in our demo application (and we can also provide you with code samples from it). If you didn't see the demo, please contact us; we will grant you access so that you can check it.</p>\n<p>Furthermore, we created an <a href=\"https://docs.google.com/document/d/1nYDYrgX7zXUpNboScfD0xuIBmchxR2zJaMHOJXkJEKo/edit?usp=sharing\">implementation guide for the segment tool</a>.</p>\n<h4 id=\"highlights\">Highlights</h4>\n<p>The <a href=\"#69ec476b-b9a6-4b49-b4bb-03c5e84538bf\">highlights</a> feature allows you to show your users where the similarity is in the resulting track. The response contains one or more segments (specified by the start point and duration) for each result. You should highlight those parts of the resulting track to show where the similarity is best. For example, if you're displaying waveforms in the results, you might \"just\" highlight the waveform's respective parts. If you don't have waveforms, you might want to start the playback at the first highlight segment's starting point. That way, the user starts listening to the track at the right point and can hear the similar part right away without skipping through the track. You can also check how we implemented highlights in our demo application.</p>\n<h4 id=\"ignore-vocals\">Ignore vocals</h4>\n<p>Sometimes, the user only wants results similar to the instrumental part of a vocal track. You should use the <a href=\"#9275fd83-b2ce-482d-9143-437c9c5d497c\">ignore vocals</a> feature in such a case, which disregards the vocal part and searches according to the instrumental part. Then, on the back end, you only need to supply the <code>suppress_vocals</code> parameter. On the front end, adding a checkbox with appropriate text should be the most suitable option.</p>\n<h4 id=\"bpm-prioritisation\">BPM prioritisation</h4>\n<p>Sometimes, the user only wants results with BPM similar to the seed track. In such a case, you should use the <a href=\"#735c777b-dfc5-47ce-a648-c09442d2be6d\">prioritise BPM</a> feature. On the back end, you only need to supply the <code>prioritise_bpm</code> parameter. On the front end, adding a checkbox with appropriate text should be the most suitable option.</p>\n<h4 id=\"search-by-tag\">Search by tag</h4>\n<p><a href=\"#70d43fb8-6439-44f7-a631-ed04c10540e5\">Tag search</a> can do a tag-based search even with no tags on your tracks. It would be best to display a select box or similar control on the front end to allow your users to choose from a list of supported tags. Apart from this extra control, there is no difference compared to the other search endpoints.</p>\n<h4 id=\"playlist-generator\">Playlist generator</h4>\n<p>The <a href=\"#a1c1ff13-d54a-4753-a83a-4433c74ca91f\">playlist generator</a> functionality integration depends mainly on the use case for which you intend to use it. You can check the implementation in our demo application, and we can also set up a call to discuss the integration of the playlist generator for your specific needs.</p>\n<h4 id=\"smart-projects\">Smart Projects</h4>\n<p><a href=\"#b1771f41-801c-436c-a76e-15e32d8893e7\">Smart Projects</a> functionality allows you to get recommendations of tracks to add to your projects based on music already present in the project.</p>\n<p>Imagine a scenario where a user is editing a cinema magazine. They're looking for an underscore. They already chose a few tracks that might fit and look for more. Instead of the user going back to search for more similar tracks, you can use projects functionality to suggest similar tracks to add to the project right away based on the tracks already present in the project.</p>\n<h4 id=\"playlists\">Playlists</h4>\n<p><a href=\"#125c3196-a541-41f4-ab75-3680996a664e\">Playlists</a> functionality allows you to</p>\n<ul>\n<li><p>get recommendations of tracks to add to your playlist based on music already present in the playlist (Dynamic Playlists),</p>\n</li>\n<li><p>find similar playlists,</p>\n</li>\n<li><p>get recommended playlists to add a seed track to (<a href=\"#068b22fd-6c7a-4d13-b9c2-3cb824230be8\">Playlist Plugging</a>).</p>\n</li>\n</ul>\n<h3 id=\"examples-of-actual-client-integrations\">Examples of actual client integrations</h3>\n<p><a href=\"https://storage.googleapis.com/aims-public-assets/docs/cdm-001.jpg\"><img src=\"https://storage.googleapis.com/aims-public-assets/docs/cdm-001-th.jpg\" alt=\"CDM\" /></a></p>\n<p><a href=\"https://storage.googleapis.com/aims-public-assets/docs/hb-001.jpg\"><img src=\"https://storage.googleapis.com/aims-public-assets/docs/hb-001-th.jpg\" alt=\"Hudební Banka\" /></a></p>\n<p><a href=\"https://storage.googleapis.com/aims-public-assets/docs/jaguarec-001.jpg\"><img src=\"https://storage.googleapis.com/aims-public-assets/docs/jaguarec-001-th.jpg\" alt=\"Jaguarec\" /></a></p>\n<p><a href=\"https://storage.googleapis.com/aims-public-assets/docs/jaguarec-002.jpg\"><img src=\"https://storage.googleapis.com/aims-public-assets/docs/jaguarec-002-th.jpg\" alt=\"jaguarec\" /></a></p>\n<p><a href=\"https://storage.googleapis.com/aims-public-assets/docs/sonoton-001.jpg\"><img src=\"https://storage.googleapis.com/aims-public-assets/docs/sonoton-001-th.jpg\" alt=\"Sonoton\" /></a></p>\n<p><a href=\"https://storage.googleapis.com/aims-public-assets/docs/sonoton-002.jpg\"><img src=\"https://storage.googleapis.com/aims-public-assets/docs/sonoton-002-th.jpg\" alt=\"Sonoton\" /></a></p>\n<p><a href=\"https://storage.googleapis.com/aims-public-assets/docs/sonoton-003.jpg\"><img src=\"https://storage.googleapis.com/aims-public-assets/docs/sonoton-003-th.jpg\" alt=\"Sonoton\" /></a></p>\n<p><a href=\"https://storage.googleapis.com/aims-public-assets/docs/umpm-001.jpg\"><img src=\"https://storage.googleapis.com/aims-public-assets/docs/umpm-001-th.jpg\" alt=\"UMPM\" /></a></p>\n<p><a href=\"https://storage.googleapis.com/aims-public-assets/docs/umpm-002.jpg\"><img src=\"https://storage.googleapis.com/aims-public-assets/docs/umpm-002-th.jpg\" alt=\"UMPM\" /></a></p>\n<p><a href=\"https://storage.googleapis.com/aims-public-assets/docs/umpm-003.jpg\"><img src=\"https://storage.googleapis.com/aims-public-assets/docs/umpm-003-th.jpg\" alt=\"UMPM\" /></a></p>\n","_postman_id":"ef1a9377-f093-4c39-84bc-4dc76442a847"},{"name":"Authentication","item":[{"name":"Generate one-off temporary token","id":"e2108864-0526-48b0-9263-f9a892b9166c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/token/generate","description":"<h5 id=\"important-information\">Important information</h5>\n<ul>\n<li>Each token can only be used once.</li>\n<li>Each token has an 1 hour expiration limit.</li>\n<li>Expiration datetime is relative to UTC time zone.</li>\n</ul>\n<h5 id=\"example-uri\">Example URI</h5>\n<p><a href=\"https://api.aimsapi.com/v1/token/generate\">https://api.aimsapi.com/v1/token/generate</a></p>\n<h5 id=\"response-schema\">RESPONSE SCHEMA</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"token\": \"aBcdeFGh1jpQlInBseI9jf5vNqfEPWj1PxK6YUYoVInyhpZntbBC7dVUpDCcSgb6\",\n    \"expires\": \"2020-01-01T12:34:56+00:00\"\n}\n</code></pre>\n<h5 id=\"how-to-use-the-token\">How to use the token</h5>\n<p><strong>Important:</strong> Token authentication is only available for endpoints within <a href=\"https://docs.aimsapi.com/#40d5d52c-5b59-4569-8070-459e405a4a30\">AIMS queries</a> and <a href=\"https://docs.aimsapi.com/#6a190643-14aa-4dbf-b591-ab4e3f3627a2\">Feedback</a>. Other endpoints require full authentication using the API key.</p>\n<p>Supply the token using <code>X-Token</code> header like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">X-Token: aBcdeFGh1jpQlInBseI9jf5vNqfEPWj1PxK6YUYoVInyhpZntbBC7dVUpDCcSgb6\n</code></pre>\n<p>Do not use <code>Authorization</code> header!</p>\n<p><code>401 Unauthorized</code> HTTP status code is returned in case of invalid token. The response body contains informative message such as:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": \"Token has been used already\"\n}\n</code></pre>\n","urlObject":{"path":["v1","token","generate"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"0014daf9-2eba-4933-85a8-3fa6d4668324","name":"Generate one-off temporary token","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/token/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"token\": \"aBcdeFGh1jpQlInBseI9jf5vNqfEPWj1PxK6YUYoVInyhpZntbBC7dVUpDCcSgb6\",\n  \"expires\": \"2020-01-01T12:34:56+00:00\"\n}"}],"_postman_id":"e2108864-0526-48b0-9263-f9a892b9166c"}],"id":"8b65d53e-00ce-4012-844c-14adec979e60","event":[{"listen":"prerequest","script":{"id":"cdb8f98f-7e56-45e9-ac18-70aa05e10ed4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2d8f8227-1ba0-49e7-87c8-058653dca276","type":"text/javascript","exec":[""]}}],"_postman_id":"8b65d53e-00ce-4012-844c-14adec979e60","description":""},{"name":"Data types","item":[],"id":"1945f857-9319-48e0-b478-ed75924ffef4","description":"<p>List of data types</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>default required</th>\n<th>type</th>\n<th>example</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>track</td>\n<td>yes</td>\n<td><code>file</code></td>\n<td>[binary contents of mp3 file]</td>\n<td>audio file for this track</td>\n</tr>\n<tr>\n<td>id_client</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>id-1234 (your ID)</td>\n<td>unique identifier for your system to be able to match results from AIMS with your internal databases</td>\n</tr>\n<tr>\n<td>track_name</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>Morning Bell</td>\n<td>name of the track</td>\n</tr>\n<tr>\n<td>release_year</td>\n<td>yes</td>\n<td><code>int</code></td>\n<td>2015</td>\n<td>release year of the track</td>\n</tr>\n<tr>\n<td>track_number</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>12</td>\n<td>number of the track on an album</td>\n</tr>\n<tr>\n<td>track_code</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>SPRT2#12</td>\n<td>code of the track - usually created from label code, album number and track number</td>\n</tr>\n<tr>\n<td>track_description</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>Intense tune for monday morning</td>\n<td>description of the track</td>\n</tr>\n<tr>\n<td>filepath</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>Sprint Records/SPRT2 Everyday Tunes/12 Morning Bell.mp3</td>\n<td>path to the uploaded audio file</td>\n</tr>\n<tr>\n<td>version</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>indicates if the track is a version of anouther track</td>\n</tr>\n<tr>\n<td>version_tag</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>Main</td>\n<td>type of version (e.g. Main, 60s, No Drums, ...)</td>\n</tr>\n<tr>\n<td>version_name</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>Morning Bell (Main)</td>\n<td>name of the track with version tag</td>\n</tr>\n<tr>\n<td>master_track_number</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>11</td>\n<td>number of a track that this track is version of</td>\n</tr>\n<tr>\n<td>isrc</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>AB-123-45-12345</td>\n<td>international standard recording code</td>\n</tr>\n<tr>\n<td>label_name</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>Sprint Records</td>\n<td>name of the label</td>\n</tr>\n<tr>\n<td>label_code</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>SPRT</td>\n<td>code of the label</td>\n</tr>\n<tr>\n<td>label_lc_name</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>12345</td>\n<td>unique five-digit code allocated to a specific marketing label that releases recordings in Germany</td>\n</tr>\n<tr>\n<td>album_number</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>2</td>\n<td>number of the album</td>\n</tr>\n<tr>\n<td>album_code</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>SPRT2</td>\n<td>code of the album (usually label code and album number)</td>\n</tr>\n<tr>\n<td>album_name</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>Everyday tunes</td>\n<td>name of the album</td>\n</tr>\n<tr>\n<td>album_description</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>Music for every day</td>\n<td>description of the album</td>\n</tr>\n<tr>\n<td>album_keywords</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Easy listening\", \"Enticing\"]</td>\n<td>keywords related to the album</td>\n</tr>\n<tr>\n<td>tempo</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>slow</td>\n<td>tempo of the track <em>(not BPM)</em></td>\n</tr>\n<tr>\n<td>bpm</td>\n<td>no</td>\n<td><code>int</code></td>\n<td>80</td>\n<td>bytes per minute</td>\n</tr>\n<tr>\n<td>music_key</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>D#m</td>\n<td>music key of the track</td>\n</tr>\n<tr>\n<td>music_meter</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>2/2</td>\n<td>music meter of the track</td>\n</tr>\n<tr>\n<td>lyrics</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>Morning Bell, Morning Bell, ...</td>\n<td>lyrics of the track</td>\n</tr>\n<tr>\n<td>lyrics_language</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>en</td>\n<td>language of the lyrics</td>\n</tr>\n<tr>\n<td>artists</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"John Doe\", \"Jane Doe\"]</td>\n<td>an array of artists who created the track</td>\n</tr>\n<tr>\n<td>composers</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"John Doe\", \"Jane Doe\"]</td>\n<td>an array of composers who created the track</td>\n</tr>\n<tr>\n<td>publisher</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>Studio Fontana</td>\n<td>name of the publisher</td>\n</tr>\n<tr>\n<td>genres</td>\n<td>yes</td>\n<td><code>array</code></td>\n<td>[\"Rock\", \"Alternative Rock\"]</td>\n<td>an array of genres of the track</td>\n</tr>\n<tr>\n<td>instruments</td>\n<td>yes</td>\n<td><code>array</code></td>\n<td>[\"Guitar\", \"Piano\"]</td>\n<td>an array of instruments featured in the track</td>\n</tr>\n<tr>\n<td>moods</td>\n<td>yes</td>\n<td><code>array</code></td>\n<td>[\"Joyful\", \"Happy\"]</td>\n<td>an array of moods of the track</td>\n</tr>\n<tr>\n<td>music_for</td>\n<td>yes</td>\n<td><code>array</code></td>\n<td>[\"Commercial\", \"Circus\"]</td>\n<td>an array of possible usages (music for/suitable for)</td>\n</tr>\n<tr>\n<td>album_keywords</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Chill-out\", \"Positive\"]</td>\n<td>an array of keywords for the album the track belongs to</td>\n</tr>\n<tr>\n<td>active</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>true</td>\n<td>use this field to mark tracks if you need to filter them based on some arbitrary criteria</td>\n</tr>\n<tr>\n<td>licensable</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>true</td>\n<td>use this field if you need to filter by licensability of your tracks</td>\n</tr>\n<tr>\n<td>restricted</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>true</td>\n<td>use this field if you need to filter by some internal restrictions on you your tracks</td>\n</tr>\n<tr>\n<td>commercial</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>true</td>\n<td>use this field if you need to distinguish commercial and non-commercial tracks</td>\n</tr>\n<tr>\n<td>hook_url</td>\n<td>no</td>\n<td><code>string</code></td>\n<td><a href=\"https://your-server.com/aims-processing-webhook-target/\">https://your-server.com/aims-processing-webhook-target/</a></td>\n<td>URL to call after the track is processed (see above for more information)</td>\n</tr>\n<tr>\n<td>territories</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"us\", \"uk\", \"de\", \"fr\"]</td>\n<td>an array of territories (use this field if you need filtering based on territory)</td>\n</tr>\n<tr>\n<td>decades</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"1980s\"]</td>\n<td>an array of decades</td>\n</tr>\n<tr>\n<td>vocals</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"vocal\", \"male vocal\"]</td>\n<td>an array of vocal information tags</td>\n</tr>\n<tr>\n<td>sync_history</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you need to filter by having a sync history</td>\n</tr>\n<tr>\n<td>recognisable</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you want to filter by recognisability</td>\n</tr>\n<tr>\n<td>jam_sync</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you want to filter by jam sync</td>\n</tr>\n<tr>\n<td>hit</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you want to filter by the track being a hit</td>\n</tr>\n<tr>\n<td>top</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you want to filter by the track being top</td>\n</tr>\n<tr>\n<td>publishing_partner_us</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Partner name\"]</td>\n<td>publishing partner for the US market</td>\n</tr>\n<tr>\n<td>publishing_partner</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Partner name\"]</td>\n<td>publishing partner world-wide</td>\n</tr>\n<tr>\n<td>share</td>\n<td>no</td>\n<td><code>float</code></td>\n<td>0.5</td>\n<td>use this field if you need to filter by the your share on a track</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Owner name\"]</td>\n<td>use this field if you want to filter by track owner</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>abcde-1234</td>\n<td>use this field if you want to filter by any external ID you use</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Foo\", \"Foo2\"]</td>\n<td>use this field if you want to filter by category</td>\n</tr>\n<tr>\n<td>looped</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>true</td>\n<td>use this field if you want to filter by the track being looped</td>\n</tr>\n<tr>\n<td>pro_affiliated</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you want to filter by the track being pro_affiliated</td>\n</tr>\n<tr>\n<td>content_id_registered</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you want to filter by the track being content_id_registered</td>\n</tr>\n<tr>\n<td>released_at</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>\"2024-01-25 16:46:15\"</td>\n<td>use this field if you want to filter by released_at timestamp</td>\n</tr>\n<tr>\n<td>visibility</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Foo\", \"Foo2\"]</td>\n<td>use this field if you want to filter by visibility</td>\n</tr>\n<tr>\n<td>custom_data</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Foo\", \"Foo2\"]</td>\n<td>not filterable</td>\n</tr>\n<tr>\n<td>artist_ids</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Foo\", \"Foo2\"]</td>\n<td>use this field if you want to filter by artist ID</td>\n</tr>\n<tr>\n<td>image</td>\n<td>no</td>\n<td><code>file, string</code></td>\n<td>[binary contents of image file] or image file URL</td>\n<td>image file [JPEG, PNG, WEBP, GIF] or URL to an image (the URL must end in <code>.jpg</code>, <code>.webp</code>, <code>.png</code> or <code>.gif</code>)</td>\n</tr>\n<tr>\n<td>master_track_id</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>abc-5678</td>\n<td>ID of the master track this track is version of</td>\n</tr>\n<tr>\n<td>cuesheet_info</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>Cue 1: 00:00-01:30 Main Theme</td>\n<td>cuesheet information for the track (UTF-8)</td>\n</tr>\n<tr>\n<td>explicit</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>indicates if the track contains explicit content</td>\n</tr>\n<tr>\n<td>profane</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>indicates if the track contains profane content</td>\n</tr>\n<tr>\n<td>subgenres</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Dream Pop\", \"Indie Rock\"]</td>\n<td>an array of subgenres of the track</td>\n</tr>\n<tr>\n<td>filenames</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"morning_bell.mp3\", \"morning_bell_60s.mp3\"]</td>\n<td>an array of filenames associated with the track</td>\n</tr>\n<tr>\n<td>title</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>My Collection</td>\n<td>title of the collection (min 3 chars)</td>\n</tr>\n<tr>\n<td>key</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>my-collection-2024</td>\n<td>unique key identifying the collection within the account</td>\n</tr>\n<tr>\n<td>contact</td>\n<td>no</td>\n<td><code>string</code></td>\n<td><a href=\"mailto:contact@label.com\">contact@label.com</a></td>\n<td>contact information for the collection</td>\n</tr>\n<tr>\n<td>description</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>A curated set of chill tracks</td>\n<td>description of the collection</td>\n</tr>\n<tr>\n<td>keywords</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"chill\", \"background\"]</td>\n<td>an array of keywords associated with the collection</td>\n</tr>\n<tr>\n<td>track_ids</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"id-1234\", \"id-5678\"]</td>\n<td>an array of track IDs belonging to the collection</td>\n</tr>\n<tr>\n<td>featuring</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[{\"name\": \"John Doe\", \"role\": \"vocalist\"}]</td>\n<td>an array of featured artist objects in the collection</td>\n</tr>\n<tr>\n<td>socials</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"<a href=\"https://socials.com/social%22%5C%5D\">https://socials.com/social\"\\]</a></td>\n<td>an array of social media links for the collection</td>\n</tr>\n<tr>\n<td>listener_territories</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"us\", \"de\", \"uk\"]</td>\n<td>an array of territories where the collection is available to listeners</td>\n</tr>\n<tr>\n<td>monthly_listeners</td>\n<td>no</td>\n<td><code>int</code></td>\n<td>150000</td>\n<td>number of monthly listeners for the collection</td>\n</tr>\n<tr>\n<td>first_release_year</td>\n<td>no</td>\n<td><code>int</code></td>\n<td>2010</td>\n<td>year of the first release in the collection</td>\n</tr>\n<tr>\n<td>last_release_year</td>\n<td>no</td>\n<td><code>int</code></td>\n<td>2024</td>\n<td>year of the most recent release in the collection</td>\n</tr>\n<tr>\n<td>followers</td>\n<td>no</td>\n<td><code>int</code></td>\n<td>32000</td>\n<td>number of followers of the collection</td>\n</tr>\n<tr>\n<td>popularity</td>\n<td>no</td>\n<td><code>int</code></td>\n<td>87</td>\n<td>popularity score of the collection</td>\n</tr>\n<tr>\n<td>on_tour</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>indicates if the artist/collection is currently on tour</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"1945f857-9319-48e0-b478-ed75924ffef4"},{"name":"Exceptions","item":[],"id":"e8777b84-37d5-45f6-b85a-9d1c67c442a7","description":"<p>Several exceptions may occur when you use the API. The AIMS API returns all exceptions in the same JSON structure containing unique error code, short textual message and optional payload with more information.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": 4102,\n  \"message\": \"Time offset must be lesser than the duration!\",\n  \"payload\": {\n    \"offset\": 10000,\n    \"duration\": 166.71\n  }\n}\n\n</code></pre>\n<p>The HTTP status code indicates whether the client can solve the issue by correcting the request (4xx codes) or whether the issue needs to be solved on AIMS API servers (5xx codes).</p>\n<p>Please consult a list of possible exceptions with codes and explanations below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>HTTP</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1001</td>\n<td>503</td>\n<td>This functionality is currently not available. Please try again later!</td>\n<td>Signals an internal error that resulted in a denial of service.</td>\n</tr>\n<tr>\n<td>2001</td>\n<td>422</td>\n<td>The track is already in the index!</td>\n<td>Returned when a duplicate track is added to the index.</td>\n</tr>\n<tr>\n<td>2101</td>\n<td>500</td>\n<td>Source audio file not found!</td>\n<td>Returned when a source audio file is missing (corrupted upload).</td>\n</tr>\n<tr>\n<td>2102</td>\n<td>500</td>\n<td>Source audio file failed to upload!</td>\n<td>Returned when a source audio file doesn't exist (empty upload).</td>\n</tr>\n<tr>\n<td>3001</td>\n<td>422</td>\n<td>No resource identifier can be found in the url!</td>\n<td>Returned when there is no identificator in the link (e.g. <a href=\"https://www.youtube.com/\">https://www.youtube.com/</a>).</td>\n</tr>\n<tr>\n<td>3002</td>\n<td>422</td>\n<td>The requested media is too long!</td>\n<td>Returned when the requested resource media is longer than 15 minutes.</td>\n</tr>\n<tr>\n<td>3003</td>\n<td>422</td>\n<td>The link is not a valid url!</td>\n<td>The string value supplied as an URL is not a valid URL.</td>\n</tr>\n<tr>\n<td>3004</td>\n<td>422</td>\n<td>The linked resource is not a track but a playlist, album, or similar!</td>\n<td>The URL doesn't point to a track but to a playlist, set, album, user or other resource.</td>\n</tr>\n<tr>\n<td>3005</td>\n<td>422</td>\n<td>The server hosting the linked resource returned 404: Not Found!</td>\n<td>The requested resource can not found on the source platform (e.g. YouTube).</td>\n</tr>\n<tr>\n<td>3006</td>\n<td>422</td>\n<td>The server hosting the linked resource reported the resource is unavailable!</td>\n<td>The requested resource is not available on the source platform.</td>\n</tr>\n<tr>\n<td>3007</td>\n<td>422</td>\n<td>This resource is blocked in your country on copyright grounds!</td>\n<td>The requested resource has been blocked by the source platform on copyright grounds.</td>\n</tr>\n<tr>\n<td>3008</td>\n<td>422</td>\n<td>This video has been removed by the uploader!</td>\n<td>The requested resource has been removed from the source platform.</td>\n</tr>\n<tr>\n<td>3009</td>\n<td>422</td>\n<td>The uploader has not made this video available in your country!</td>\n<td>The requested resource is blocked from downloading by the uploader.</td>\n</tr>\n<tr>\n<td>3010</td>\n<td>422</td>\n<td>This video is private or protected by a password!</td>\n<td>The requested resource can not be retrieved because it is protected by a password/private.</td>\n</tr>\n<tr>\n<td>3011</td>\n<td>422</td>\n<td>There is no audio data for the linked resource! Please check that time_offset and time_limit parameters are within the length of the linked resource.</td>\n<td>The requested resource is probably shorter than the requested offset and limit.</td>\n</tr>\n<tr>\n<td>3012</td>\n<td>422</td>\n<td>The identifier for this video is invalid!</td>\n<td>The identifier of YouTube video is not valid (e.g. a part is missing).</td>\n</tr>\n<tr>\n<td>3013</td>\n<td>422</td>\n<td>This live stream recording is not available!</td>\n<td>YouTube reports the requested video belongs to a live stream that has ended and is no longer available.</td>\n</tr>\n<tr>\n<td>3014</td>\n<td>422</td>\n<td>There's no preview URL for the requested track.</td>\n<td>Spotify doesn't guarantee there will be a preview for all tracks.</td>\n</tr>\n<tr>\n<td>3015</td>\n<td>422</td>\n<td>This video has not been rated!</td>\n<td>Vimeo doesn't allow public access to unrated videos.</td>\n</tr>\n<tr>\n<td>3101</td>\n<td>502</td>\n<td>The resource can not be downloaded at the moment!</td>\n<td>Returned when a requested linked media can't be downloaded (possible encoding issue, 3rd party server hosting the media is down, ...).</td>\n</tr>\n<tr>\n<td>3501</td>\n<td>422</td>\n<td>Resource type can not be determined! Host is not supported.</td>\n<td>Returned when the hosting service for linked media is not recognized or supported (e.g. <a href=\"https://metube.id\">https://metube.id</a>).</td>\n</tr>\n<tr>\n<td>3601</td>\n<td>502</td>\n<td>Requested resource is unavailable.</td>\n<td>Returned when a requested linked media is not available (location-blocked or not allowed to download by the uploader).</td>\n</tr>\n<tr>\n<td>3801</td>\n<td>502</td>\n<td>Downloader service is unavailable!</td>\n<td>Signals an error in downloader service that resulted in a denial of service.</td>\n</tr>\n<tr>\n<td>4102</td>\n<td>422</td>\n<td>Time offset must be lesser than the duration!</td>\n<td>Returned when the offset parameter is set to a value higher than the duration of the media.</td>\n</tr>\n<tr>\n<td>4103</td>\n<td>422</td>\n<td>Time limit must be equal or lesser than the duration!</td>\n<td>Returned when the limit parameter is set to a value higher than the duration of the media.</td>\n</tr>\n<tr>\n<td>4104</td>\n<td>422</td>\n<td>The uploaded file is corrupted!</td>\n<td>The file is not a valid readable audio file (e.g. corrupted streams, invalid headers).</td>\n</tr>\n<tr>\n<td>5001</td>\n<td>404</td>\n<td>Track has not been found!</td>\n<td>Returned when a non-existent track has been requested.</td>\n</tr>\n<tr>\n<td>5101</td>\n<td>422</td>\n<td>Track has not been processed yet!</td>\n<td>Returned when a non yet processed track has been requested.</td>\n</tr>\n<tr>\n<td>5201</td>\n<td>404</td>\n<td>Tag has not been found!</td>\n<td>Returned when a non-existent tag has been requested.</td>\n</tr>\n<tr>\n<td>5401</td>\n<td>422</td>\n<td>Invalid combination of operator and field type!</td>\n<td>Returned when a filtering operator is not supported for requested field.</td>\n</tr>\n<tr>\n<td>5402</td>\n<td>422</td>\n<td>Invalid filtering field requested!</td>\n<td>Returned when a non-existent or not supported field has been requested for filtering.</td>\n</tr>\n<tr>\n<td>5403</td>\n<td>422</td>\n<td>Filter structure is not valid! Please check that your request contains valid JSON/FormData.</td>\n<td>Returned when a syntactically invalid filtering request has been submitted.</td>\n</tr>\n<tr>\n<td>5501</td>\n<td>404</td>\n<td>Collection has not been found!</td>\n<td>Returned when you request a non-existing album, artist, custom tag, project or playlist.</td>\n</tr>\n<tr>\n<td>5502</td>\n<td>404</td>\n<td>Collection is not yet processed! Please try again later.</td>\n<td>Returned if you attempt search or suggest with an album, custom tag, playlist or project that is not yet processed.</td>\n</tr>\n<tr>\n<td>5601</td>\n<td>404</td>\n<td>No track with specified hash found!</td>\n<td>Returned if you attempt to use a non-existing hash for a previously performed file search.</td>\n</tr>\n<tr>\n<td>5701</td>\n<td>501</td>\n<td>This type of search is not supported on your account!</td>\n<td>Your account doesn't have the functionality enabled. Please contact us.</td>\n</tr>\n<tr>\n<td>6001</td>\n<td>422</td>\n<td>Invalid request received!</td>\n<td>Returned when a request is not valid (e.g. no audio file supplied for search by audio file; more information is to be found in the payload).</td>\n</tr>\n<tr>\n<td>6002</td>\n<td>422</td>\n<td>No file supplied in the request! Please include the contents of the file.</td>\n<td>The request doesn't contain a file.</td>\n</tr>\n<tr>\n<td>6003</td>\n<td>422</td>\n<td>Request is malformed. This is usually caused by missing mutlipart boundary. If you're using Angular or Ember, make sure to leave the http client to set correct content-type header.</td>\n<td>Request is malformed. Probably due to a binary file being sent as a string due to missing multipart boundary.</td>\n</tr>\n<tr>\n<td>6004</td>\n<td>422</td>\n<td>The BPM-prioritising functionality is not enabled on your account!</td>\n<td>BPM-prioritisation needs to be enabled before it can be used. Please contact us.</td>\n</tr>\n<tr>\n<td>6005</td>\n<td>422</td>\n<td>Internal search only supports <code>time_offset</code> and <code>time_limit</code> parameters on accounts with highlights functionality enabled!</td>\n<td>If you don't use highlights, internal search with offset is not supported. Please contact us.</td>\n</tr>\n<tr>\n<td>6006</td>\n<td>422</td>\n<td>Failed to ignore tracks from the same album, because the original track does not have an album code!</td>\n<td>Ignoring search results from the same album is only supported for tracks that have album codes.</td>\n</tr>\n<tr>\n<td>6007</td>\n<td>422</td>\n<td>Failed to ignore other versions of the original track, because it does not have an album code!</td>\n<td>Ignoring other versions of the seed track in the search results is only supported if the seed track has an album code, and track number (version) or master track number (main track).</td>\n</tr>\n<tr>\n<td>6008</td>\n<td>422</td>\n<td>Failed to ignore other versions of the original track, because it does not have a master track number!</td>\n<td>Ignoring other versions of the seed track in the search results is only supported if the seed track has an album code, and track number (version) or master track number (main track).</td>\n</tr>\n<tr>\n<td>6009</td>\n<td>422</td>\n<td>Failed to ignore other versions of the original track, because it does not have a track number!</td>\n<td>Ignoring other versions of the seed track in the search results is only supported if the seed track has an album code, and track number (version) or master track number (main track).</td>\n</tr>\n<tr>\n<td>6101</td>\n<td>429</td>\n<td>Too many requests!</td>\n<td>Returned when more than 300 requests are made within a minute.</td>\n</tr>\n<tr>\n<td>6102</td>\n<td>429</td>\n<td>FUP limit reached!</td>\n<td>Returned when more than the reserved amount of requests is made.</td>\n</tr>\n<tr>\n<td>6201</td>\n<td>405</td>\n<td>Method not allowed!</td>\n<td>Returned if you attempt to call en endpoint using an unsupported HTTP method.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Please note that the table above is exapandable if your viewport is not large enough.</em></p>\n","event":[{"listen":"prerequest","script":{"id":"ef038d25-88e2-4ea7-8374-8ffd93363a79","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0a406348-fdfe-4724-82e2-f249667856a5","type":"text/javascript","exec":[""]}}],"_postman_id":"e8777b84-37d5-45f6-b85a-9d1c67c442a7"},{"name":"Feedback","item":[{"name":"Conversion","id":"b11b498b-d1ed-40ab-9a5d-85fc42875f2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id_client\": \"SOME#ID\",\n    \"type\": \"track_like\",\n\t\"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\"\n}"},"url":"https://api.aimsapi.com/v1/feedback/conversion","description":"<p>This endpoint allows you to send feedback to the AIMS API. Response to each call to one of the \"<a href=\"#40d5d52c-5b59-4569-8070-459e405a4a30\">AIMS queries</a>\" endpoints (\"<a href=\"#dbcc2cc8-20f9-4602-be1c-192036791ce5\">Search by URL</a>\", \"<a href=\"#102fc94b-484c-49ba-bc50-9330cf5543c7\">Search by audio file</a>\", \"<a href=\"#203d9e6c-4c76-473e-9535-534e03cd61b4\">Search by URL</a>\") contains a field called <code>query_id</code>. You may use this ID to send feedback regarding the conversions of search results for the referenced query.</p>\n<h5 id=\"important-information\">Important information</h5>\n<p>Please use one of these conversion types. Do you have more possible conversion types within your system? Please contact us via <a href=\"mailto:admin@aimsapi.com\">admin@aimsapi.com</a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>track_download</code></td>\n<td>The user downloaded a track shown in the search results.</td>\n</tr>\n<tr>\n<td><code>track_similar</code></td>\n<td>The user used AIMS again to search for tracks similar to a track shown in the search results.</td>\n</tr>\n<tr>\n<td><code>track_add_to_project</code></td>\n<td>The user added a track shown in the search results to a project/cart.</td>\n</tr>\n<tr>\n<td><code>track_like</code></td>\n<td>The user liked a track shown in the search results.</td>\n</tr>\n<tr>\n<td><code>track_dislike</code></td>\n<td>The user disliked a track shown in the search results.</td>\n</tr>\n<tr>\n<td><code>track_play</code></td>\n<td>The user played a track shown in the search results.</td>\n</tr>\n<tr>\n<td><code>album_download</code></td>\n<td>The user downloaded an album that a track shown in the search results is contained in.</td>\n</tr>\n<tr>\n<td><code>track_is_similar</code></td>\n<td>The user considered a track shown in the search results similar to the seed track.</td>\n</tr>\n<tr>\n<td><code>track_is_not_similar</code></td>\n<td>The user considered a track shown in the search results not similar to the seed track.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Please note:</strong> Only use <code>track_is_similar</code> and <code>track_is_not_similar</code> types when the user is explicitly asked if the track is similar (e.g. in a modal window after the user interacts with a track in results). Prefer to use <code>track_like</code> and <code>track_dislike</code> for implicit UI controls (e.g. thumbs up/down, \"+\" or \"-\" buttons etc.).</p>\n<h5 id=\"example-uri\">Example URI</h5>\n<p><a href=\"https://api.aimsapi.com/v1/feedback/conversion\">https://api.aimsapi.com/v1/feedback/conversion</a></p>\n<h5 id=\"request-schema\">REQUEST SCHEMA</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query_id\": {\n    \"type\": \"uuid\",\n    \"description\": \"The ID of a referenced query.\"\n},\n\"type\": {\n    \"type\": \"enum\",\n    \"description\": \"The type of conversion.\"\n},\n\"id_client\": {\n    \"type\": \"uuid\",\n    \"description\": \"The ID of the track from the search results that triggered the conversion.\"\n}\n\"required\": [\n    \"query_id\",\n    \"type\",\n    \"id_client\"\n]\n</code></pre>\n<h5 id=\"response-body\">RESPONSE BODY</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"message\": \"Your feedback has been received. Thank you.\"\n}\n</code></pre>","urlObject":{"path":["v1","feedback","conversion"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"4a7f979e-1714-49e4-a0e5-00ce2d89595a","name":"Conversion","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id_client\": \"SOME#ID\",\n    \"type\": \"track_like\",\n\t\"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/feedback/conversion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Your feedback has been received. Thank you.\"\n}"}],"_postman_id":"b11b498b-d1ed-40ab-9a5d-85fc42875f2a"}],"id":"6a190643-14aa-4dbf-b591-ab4e3f3627a2","_postman_id":"6a190643-14aa-4dbf-b591-ab4e3f3627a2","description":""},{"name":"Multiple accounts","item":[],"id":"3161ad56-4d47-4330-8195-eaa9dacb34bd","description":"<p>You might need to handle multiple accounts with different tracks. Imagine serving several markets, and you can't use all of your tracks for some of them. If you had to maintain separate accounts in AIMS, and you needed to add a track that belongs into multiple accounts, you'd have to add this track numerous times (once for each account). This approach is tedious and unnecessary. There are two strategies how to handle this in AIMS. First, you'll need to have one \"main account\" in AIMS that will contain all your music for both scenarios.</p>\n<p><strong>1. Filtering</strong></p>\n<p>This strategy is preferred since it has the lowest impact on your usage of AIMS and is more flexible than the second strategy. You can add all your music into the main (and only) account and filter the results on any search. This way, you can achieve having multiple separated sets of music within the same account. You can, e.g., filter based on territory, label code, release year or any other metadata field that is filled in your account. See <a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">filtering</a> for more information.</p>\n<p><strong>2. Connected accounts</strong></p>\n<p>If the above strategy doesn't work for you for some reason, you can also try using connected accounts. This way, you have multiple accounts - the main account into which you add all your tracks and one or more \"child\" accounts that receive the music from the main account based on some predefined criteria. If you want to connect multiple accounts this way, please contact us at <a href=\"mailto:admin@aimsapi.com\">admin@aimsapi.com</a>. Please note that the criteria to share music from the main account to the child account(s) need to be much simpler than the filtering criteria from the first strategy (e.g. a list of label codes or territories that match exactly).</p>\n","_postman_id":"3161ad56-4d47-4330-8195-eaa9dacb34bd"}],"id":"5d9d8f00-df6f-44dc-99d4-23a2f9ed293b","_postman_id":"5d9d8f00-df6f-44dc-99d4-23a2f9ed293b","description":""},{"name":"Endpoints","item":[{"name":"AIMS queries","item":[{"name":"Search similar tracks by ID","item":[{"name":"Search by ID","id":"dbcc2cc8-20f9-4602-be1c-192036791ce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"track\",\n            \"value\": \"ID123\"\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<h5>Important information</h5>\n\n<ul><li><div>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the <a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion </a>endpoint below.</div></li><li><div>Filtering is available for this endpoint. See the <a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering </a>section.</div></li><li><div>Highlights are available for this endpoint. See the <a href=\"#69ec476b-b9a6-4b49-b4bb-03c5e84538bf\">Highlights </a>section.</div></li><li><div>You can define the exact part that should be used from the track. Use <code>offset</code> and <code>limit</code> request parameters. <b>Please note that selecting a segment of the track only works if the </b><a href=\"#69ec476b-b9a6-4b49-b4bb-03c5e84538bf\"><b>Highlights </b></a><b>functionality is enabled for your account. Also, please note that the segment must be at most 60 seconds long. </b>See section <a href=\"#f172f3e1-e57d-4326-981f-f111fc5ce9ac\">Segment Tool</a><b>.</b></div></li><li><div>You can avoid results from the same album using the <code>ignore_same_album</code> request parameter. <b>Please note that </b><code><b>album_code</b></code><b> field needs to be populated in your metadata for this feature to work.</b></div></li><li><div>You can avoid other versions of the seed track in results using the <code>ignore_versions</code> request parameter. <b>Please note that </b><code><b>version</b></code><b>, </b><code><b>album_code</b></code><b>, </b><code><b>track_number</b></code><b> and </b><code><b>master_track_number</b></code><b> fields need to be populated and correct in your metadata for this feature to work.</b></div></li></ul>\n\n<p><b>REQUEST SCHEMA</b></p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">type Seed = {\n    type: \"track\"\n    value: string           // track ID (id_client)\n    offset: int             // min 1, within the bounds of the track duration\n    limit: int              // max 60, within the bounds of the track duration\n    ignore_same_album: bool // default false\n    ignore_versions: bool   // default false\n    prioritise_bpm: bool    // default false\n}\ntype SearchRequest = {\n    seeds: []Seed      // required\n    detailed?: bool    // default false\n    page?: int         // default 1, min 1\n    page_size?: int    // default 20, min 1, max 1000\n    highlights?: bool  // default false\n    filter?: Filter    // see filtering\n}\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"900500f0-ff7e-430f-842b-e4ed75e5c7cb","name":"Search by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"track\",\n            \"value\": \"ID123\"\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"did_you_mean\": [\n        {\n            \"included\": true,\n            \"type\": \"track\",\n            \"value\": {\n                ...\n                \"id\": 2,\n                \"id_client\": \"ID123\",\n                ...\n            }\n        }\n    ],\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ]\n}"},{"id":"5a90abf2-13b2-454e-96fd-0b833dc7a0d5","name":"Search by ID with Filters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"track\",\n            \"value\": \"ID123\",\n            \"offset\": 20,\n            \"limit\": 30,\n            \"ignore_same_album\": true,\n            \"ignore_versions\": true,\n            \"prioritise_bpm\": true\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20,\n    \"filter\": {\n        \"logic\": \"and\",\n        \"conditions\": [\n            {\n                \"field\": \"duration\",\n                \"operator\": \"gte\",\n                \"value\": 60\n            },\n            {\n                \"logic\": \"or\",\n                \"conditions\": [\n                    {\n                        \"field\": \"tags\",\n                        \"operator\": \"in\",\n                        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n                    },\n                    {\n                        \"field\": \"track_name\",\n                        \"operator\": \"begins\",\n                        \"value\": \"Play\"\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"did_you_mean\": [\n        {\n            \"included\": true,\n            \"type\": \"track\",\n            \"value\": {\n                ...\n                \"id\": 2,\n                \"id_client\": \"ID123\",\n                ...\n            }\n        }\n    ],\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ]\n}"}],"_postman_id":"dbcc2cc8-20f9-4602-be1c-192036791ce5"},{"name":"Search by ID","id":"16792817-c7c8-4642-90db-3d22279176cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"}],"url":"https://api.aimsapi.com/v1/query/by-id","description":"<h5>Important information</h5>\n\n<ul><li><p>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the<a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a>endpoint below.</p></li><li><p>Filtering is available for this endpoint. See the<a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a>section.</p></li><li><p>Highlights are available for this endpoint. See the<a href=\"#69ec476b-b9a6-4b49-b4bb-03c5e84538bf\">Highlights</a>section.</p></li><li><div>You can define the exact part that should be used from the track. Use <code>time_offset</code> and <code>time_limit</code> request parameters. <b>Please note that selecting a segment of the track only works if the</b><a href=\"#69ec476b-b9a6-4b49-b4bb-03c5e84538bf\"><b>Highlights</b></a><b>functionality is enabled for your account. Also please note that the segment must be at most 60 seconds long. </b>See section <a href=\"#f172f3e1-e57d-4326-981f-f111fc5ce9ac\">Segment Tool</a><b>.</b></div></li><li><p>You can avoid results from the same album using the <code>ignore_same_album</code> request parameter. <b>Please note that </b><code><b>album_code</b></code><b> field needs to be populated in your metadata for this feature to work.</b></p></li><li><p>You can avoid other versions of the seed track in results using the <code>ignore_versions</code> request parameter. <b>Please note that </b><code><b>album_code</b></code><b>, </b><code><b>track_number</b></code><b> and </b><code><b>master_track_number</b></code><b> fields need to be populated and correct in your metadata for this feature to work.</b></p></li></ul>\n\n<h5>Example URI</h5>\n\n<p>https://api.aimsapi.com/v1/query/by-id</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"track_id\": {\n    \"type\": \"string\", //client_id\n    \"type\": integer, //system_id\n    \"description\": \"Track ID we want to searching by.\"\n},\n\"input_id_type\": {\n    \"type\": \"string\",\n    \"enum\": [\n        \"system\",\n        \"client\"\n  ],\n    \"default\": \"client\",\n    \"description\": \"Track ID we want to searching by.\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"time_offset\": {\n    \"type\": \"number\",\n    \"description\": \"Number of seconds from the beginning of the track that should be skipped when searching. Only works if Highlights functionality is enabled!\"\n},\n\"time_limit\": {\n    \"type\": \"number\",\n    \"description\": \"Number of seconds starting from 'time_offset' that should be used for searching (1-60). Only works if Highlights functionality is enabled!\"\n},\n\"ignore_same_album\": {\n  \"type\": \"bool\",\n  \"description\": \"If true, no results from the same album are returned.\"\n},\n\"ignore_versions\": {\n  \"type\": \"bool\",\n  \"description\": \"If true, no other versions of the seed track are returned.\"\n},\n\"required\": [\n    \"track_id\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query_id\": {\n    \"type\": \"uuid\",\n    \"description\": \"An ID to use to reference this query.\"\n},\n\"tracks\": {\n    \"type\": \"array\",\n    \"description\": \"A list of similar tracks.\"\n},\n\"required\": [\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","query","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"e5ce6dea-c660-401d-a049-6c0721d5f59d","name":"Search by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"}],"url":"https://api.aimsapi.com/v1/query/by-id"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ]\n}"}],"_postman_id":"16792817-c7c8-4642-90db-3d22279176cc"}],"id":"0c67f49d-5fba-4c66-bf11-df5e67df2318","event":[{"listen":"prerequest","script":{"id":"194ce401-109f-41e5-93ff-1bec636e65ba","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"00ca358c-1726-4ddb-81eb-2ffab1635405","type":"text/javascript","exec":[""]}}],"_postman_id":"0c67f49d-5fba-4c66-bf11-df5e67df2318","description":""},{"name":"Search similar tracks by multiple IDs","item":[{"name":"Search by Multiple IDs","id":"6adc9ad6-4c33-44d9-93d0-fcefa3a594c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"track_ids\": [\"1\",\"2\",\"3\"],\n    \"input_id_type\": \"client\",\n    \"page\": 1,\n    \"page_size\": 50\n}"},"url":"https://api.aimsapi.com/v1/query/by-ids","description":"<h5>Important information</h5>\n\n<ul><li><p>You can use up to 100 IDs.</p></li><li><p>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the<a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a>endpoint below.</p></li><li><p>Filtering is available for this endpoint. See the<a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a>section.</p></li></ul>\n\n<h5>Example URI</h5>\n\n<p>https://api.aimsapi.com/v1/query/by-ids</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"track_ids\": {\n    \"type\": \"string[]\", //client_id\n    \"type\": \"integer[]\", //system_id\n    \"description\": \"Track IDs to search by.\"\n},\n\"input_id_type\": {\n    \"type\": \"string\",\n    \"enum\": [\n        \"system\",\n        \"client\"\n  ],\n    \"default\": \"client\",\n    \"description\": \"Type of the Track ID.\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"track_ids\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query_id\": {\n    \"type\": \"uuid\",\n    \"description\": \"An ID to use to reference this query.\"\n},\n\"tracks\": {\n    \"type\": \"array\",\n    \"description\": \"A list of similar tracks.\"\n},\n\"required\": [\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","query","by-ids"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"87cd512f-7bcc-481d-a10d-e593a98ea493","name":"Search by Multiple IDs","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"track_ids\": [\"1\",\"2\",\"3\"],\n    \"input_id_type\": \"client\",\n    \"page\": 1,\n    \"page_size\": 50\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/query/by-ids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ]\n}"}],"_postman_id":"6adc9ad6-4c33-44d9-93d0-fcefa3a594c5"}],"id":"f67f98fd-ec27-4781-b202-bbd4e2ca6f27","event":[{"listen":"prerequest","script":{"id":"194ce401-109f-41e5-93ff-1bec636e65ba","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"00ca358c-1726-4ddb-81eb-2ffab1635405","type":"text/javascript","exec":[""]}}],"_postman_id":"f67f98fd-ec27-4781-b202-bbd4e2ca6f27","description":""},{"name":"Search similar tracks by audio file","item":[{"name":"Search by audio file","id":"102fc94b-484c-49ba-bc50-9330cf5543c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"/Users/Shared/test.mp3"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"50","type":"text"}]},"url":"https://api.aimsapi.com/v1/query/by-file","description":"<h5>Important information</h5>\n\n<li><p>Only MP3, WAV and AIF(F) files are allowed.</p></li>\n\n<li><p>File size limit is 120 MB.</p></li>\n\n<li><p>Attribute \"track\" MUST be a file.</p></li>\n\n<li><div>You can define the exact part that should be used from the track. Use <code>time_offset</code> and <code>time_limit</code> request parameters. <b>Please note that the segment must be at most 60 seconds long. </b>See section <a href=\"#f172f3e1-e57d-4326-981f-f111fc5ce9ac\">Segment Tool</a>.</div></li>\n\n<li><p>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the<a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a>endpoint below.</p></li>\n\n<li><p>If you're using Angular or Ember (and possibly other JS FE frameworks) to upload files to AIMS, be aware of a need to set content-type header to undefined to allow the HTTP client to generate correct multipart boundary.</p></li>\n\n<li><p><br />Filtering is available for this endpoint. See the<a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a>section.</p></li>\n\n<li><p><br />Highlights are available for this endpoint. See the<a href=\"#69ec476b-b9a6-4b49-b4bb-03c5e84538bf\">Highlights</a>section.</p></li>\n\n<li><p><br />BPM priorotization is available for this enpoint. See the<a href=\"#735c777b-dfc5-47ce-a648-c09442d2be6d\">Prioritise BPM</a>section.</p></li>\n\n<li><p>Ignore vocals is available for this endpoint. See the<a href=\"#9275fd83-b2ce-482d-9143-437c9c5d497c\">Ignore vocals</a>section.</p></li>\n\n<h5>Example URI</h5>\n\n<p>https://api.aimsapi.com/v1/query/by-file</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"track\": {\n    \"type\": \"file\",\n    \"description\": \"Track file\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"time_offset\": {\n    \"type\": \"number\",\n    \"description\": \"Number of seconds from the beginning of the track that should be skipped when searching\"\n},\n\"time_limit\": {\n    \"type\": \"number\",\n    \"description\": \"Number of seconds starting from 'time_offset' that should be used for searching (1-60)\"\n}\n\"required\": [\n    \"track\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query_id\": {\n    \"type\": \"uuid\",\n    \"description\": \"An ID to use to reference this query.\"\n},\n\"tracks\": {\n    \"type\": \"array\",\n    \"description\": \"A list of similar tracks.\"\n},\n\"required\": [\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","query","by-file"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"b18acf75-8106-4ab3-879c-388b5a5f6e5d","name":"Search by audio file","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"/Users/Shared/test.mp3"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"20","type":"text"}]},"url":"https://api.aimsapi.com/v1/query/by-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.12.2"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.2.12"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 22 Nov 2018 10:12:01 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"60"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"58"},{"description":{"content":"","type":"text/plain"},"key":"X-Hash","value":"123a75dc4c8cb50ca613a1a76089ed98"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ]\n}"}],"_postman_id":"102fc94b-484c-49ba-bc50-9330cf5543c7"},{"name":"Search by audio file hash","id":"ab765a8d-a7df-443e-8a5d-15b640a054b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"hash\": \"123a75dc4c8cb50ca613a1a76089ed98\",\n  \"page\": 1,\n  \"page_size\": 20\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.aimsapi.com/v1/query/by-file-hash","description":"<p>This endpoint allows you to reuse a previously used file with the <a href=\"https://docs.aimsapi.com/#102fc94b-484c-49ba-bc50-9330cf5543c7\">Search by audio file</a> endpoint.</p>\n<p>The <a href=\"https://docs.aimsapi.com/#102fc94b-484c-49ba-bc50-9330cf5543c7\">Search by audio file</a> endpoint returns an <code>X-Hash</code> header. You can use this value for subsequent calls for the same file <strong>instead of reuploading the file</strong>. Please see the example next to this endpoint for details on submitting the hash.</p>\n","urlObject":{"path":["v1","query","by-file-hash"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"3408c434-da06-4621-9d32-3a9ecaf4df1d","name":"Search by audio file hash","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"hash\": \"123a75dc4c8cb50ca613a1a76089ed98\",\n  \"page\": 1,\n  \"page_size\": 20\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.aimsapi.com/v1/query/by-file-hash"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.12.2"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.2.12"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 22 Nov 2018 10:12:01 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"60"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ]\n}"}],"_postman_id":"ab765a8d-a7df-443e-8a5d-15b640a054b6"}],"id":"234b8391-c1bf-440c-afcc-f2e634e370b9","event":[{"listen":"prerequest","script":{"id":"9d495e82-c704-45d8-8cd6-26ab33d938cb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fde743b9-aaef-42e1-b468-022afa196ce9","type":"text/javascript","exec":[""]}}],"_postman_id":"234b8391-c1bf-440c-afcc-f2e634e370b9","description":""},{"name":"Search similar tracks by URL","item":[{"name":"Search by URL (YouTube, Vimeo, Soundcloud, Spotify, Apple Music, TikTok)","id":"203d9e6c-4c76-473e-9535-534e03cd61b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"url\",\n            \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\"\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<p>The following services and URL patterns are supported (all mentioned URLs can also contain optional query parameters (e.g. <code>?list=my-youtube-list&amp;some-other=parameter...</code>) and fragment identifier (e.g. <code>#t=1m22</code>); if the identifier itself is one of the query parameters (e.g. <code>?v=aBcDe-FG1</code> in YouTube URL), the order of query parameters is not important):</p>\n<ul>\n<li><p>YouTube:</p>\n<ul>\n<li><p><a href=\"https://www.youtube.com/watch?v=aBcDe-FG1\">https://www.youtube.com/watch?v=aBcDe-FG1</a></p>\n</li>\n<li><p><a href=\"https://youtu.be/aBcDe-FG1\">https://youtu.be/aBcDe-FG1</a></p>\n</li>\n<li><p><a href=\"https://www.youtube.com/embed/aBcDe-FG1\">https://www.youtube.com/embed/aBcDe-FG1</a></p>\n</li>\n<li><p><a href=\"https://m.youtube.com/watch?v=aBcDe-FG1\">https://m.youtube.com/watch?v=aBcDe-FG1</a></p>\n</li>\n<li><p><a href=\"https://m.youtube.com/details?v=aBcDe-FG1\">https://m.youtube.com/details?v=aBcDe-FG1</a></p>\n</li>\n<li><p><a href=\"https://gdata.youtube.com/feeds/api/videos/aBcDe-FG1/related\">https://gdata.youtube.com/feeds/api/videos/aBcDe-FG1/related</a></p>\n</li>\n<li><p><a href=\"https://i.ytimg.com/vi/aBcDe-FG1/hqdefault.jpg\">https://i.ytimg.com/vi/aBcDe-FG1/hqdefault.jpg</a></p>\n</li>\n<li><p><a href=\"https://img.youtube.com/vi/aBcDe-FG1/hqdefault.jpg\">https://img.youtube.com/vi/aBcDe-FG1/hqdefault.jpg</a></p>\n</li>\n</ul>\n</li>\n<li><p>Vimeo:</p>\n<ul>\n<li><p><a href=\"https://vimeo.com/123456789\">https://vimeo.com/123456789</a></p>\n</li>\n<li><p><a href=\"https://vimeo.com/channels/channel-name/123456789\">https://vimeo.com/channels/channel-name/123456789</a></p>\n</li>\n<li><p><a href=\"https://i.vimeocdn.com/video/123456789\">https://i.vimeocdn.com/video/123456789</a></p>\n</li>\n<li><p><a href=\"https://vimeo.com/album/123456/video/123456789\">https://vimeo.com/album/123456/video/123456789</a></p>\n</li>\n<li><p><a href=\"https://vimeo.com/groups/group-name/videos/123456789\">https://vimeo.com/groups/group-name/videos/123456789</a></p>\n</li>\n<li><p><a href=\"https://vimeopro.com/staff/frame/video/123456789\">https://vimeopro.com/staff/frame/video/123456789</a></p>\n</li>\n<li><p><a href=\"https://i.vimeocdn.com/video/123456789_500x123.webp\">https://i.vimeocdn.com/video/123456789_500x123.webp</a></p>\n</li>\n<li><p><a href=\"https://i.vimeocdn.com/video/123456789_500.png\">https://i.vimeocdn.com/video/123456789_500.png</a></p>\n</li>\n</ul>\n</li>\n<li><p>Soundcloud:</p>\n<ul>\n<li><p><a href=\"https://soundcloud.com/interpret/track-name\">https://soundcloud.com/interpret/track-name</a></p>\n</li>\n<li><p><a href=\"https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/123456789\">https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/123456789</a></p>\n</li>\n<li><p><a href=\"https://api.soundcloud.com/tracks/123456789\">https://api.soundcloud.com/tracks/123456789</a></p>\n</li>\n</ul>\n</li>\n<li><p>Spotify:</p>\n<ul>\n<li><p><a href=\"https://open.spotify.com/track/abcDe12fGH3i45jklMn6o\">https://open.spotify.com/track/abcDe12fGH3i45jklMn6o</a></p>\n</li>\n<li><p><a href=\"https://open.spotify.com/embed/track/abcDe12fGH3i45jklMn6o\">https://open.spotify.com/embed/track/abcDe12fGH3i45jklMn6o</a></p>\n</li>\n</ul>\n</li>\n<li><p>Apple Music:</p>\n<ul>\n<li><a href=\"https://music.apple.com/us/album/album-name/1234567890?i=2345678901\">https://music.apple.com/us/album/album-name/1234567890?i=2345678901</a></li>\n</ul>\n</li>\n<li><p>TikTok:</p>\n<ul>\n<li><a href=\"https://www.tiktok.com/@username/video/1234567890123456789\">https://www.tiktok.com/@username/video/1234567890123456789</a></li>\n</ul>\n</li>\n</ul>\n<p>You can define the exact part that should be used from the video. Use <code>offset</code> and <code>limit</code> request parameters. <strong>Please note that the segment must be at most 60 seconds long.</strong> See section <a href=\"#f172f3e1-e57d-4326-981f-f111fc5ce9ac\">Segment Tool</a><strong>.</strong></p>\n<p>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the <a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a> endpoint below.</p>\n<p>Please note that Spotify links only contain a 30-second preview of a track. You can not change which part of the track Spotify uses to generate the preview.</p>\n<p>Please note that Apple Music links only contain a 90-second preview of a track. You can not change which part of the track Apple Music uses to generate the preview.</p>\n<p>Filtering is available for this endpoint. See the <a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a> section.</p>\n<p>Highlights are available for this endpoint. See the <a href=\"#69ec476b-b9a6-4b49-b4bb-03c5e84538bf\">Highlights</a> section.</p>\n<p><b>REQUEST SCHEMA</b></p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">type Seed = {\n    type: \"url\"\n    value: string           // YouTube, Vimeo, Soundcloud, Spotify, Apple Music or TikTok link\n    offset: int             // default 30, min 1, within the bounds of the track duration\n    limit: int              // default 60, max 60, within the bounds of the track duration\n    prioritise_bpm: bool    // default false\n    suppress_vocals: bool   // default false\n}\ntype SearchRequest = {\n    seeds: []Seed      // required\n    detailed?: bool    // default false\n    page?: int         // default 1, min 1\n    page_size?: int    // default 20, min 1, max 1000\n    highlights?: bool  // default false\n    filter?: Filter    // see filtering\n}\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"a7600d3f-caab-4c22-a38f-480de696e373","name":"Search by URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\r\n    \"seeds\": [\r\n        {\r\n            \"type\": \"url\",\r\n            \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\"\r\n        }\r\n    ],\r\n    \"page\": 1,\r\n    \"page_size\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 12:26:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"did_you_mean\": [\r\n    {\r\n      \"type\": \"url\",\r\n      \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\r\n      \"included\": true\r\n    }\r\n  ],\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"totals\": {\r\n    \"tracks\": {\r\n      \"relation\": \"gte\",\r\n      \"value\": 10000\r\n    }\r\n  },\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"},{"id":"5773138f-e0ef-4d77-a227-90bc4e29782b","name":"Search by URL with Filters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"url\",\n            \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n            \"offset\": 20,\n            \"limit\": 30,\n            \"prioritise_bpm\": true,\n            \"suppress_vocals\": true\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20,\n    \"filter\": {\n        \"logic\": \"and\",\n        \"conditions\": [\n            {\n                \"field\": \"duration\",\n                \"operator\": \"gte\",\n                \"value\": 60\n            },\n            {\n                \"logic\": \"or\",\n                \"conditions\": [\n                    {\n                        \"field\": \"tags\",\n                        \"operator\": \"in\",\n                        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n                    },\n                    {\n                        \"field\": \"track_name\",\n                        \"operator\": \"begins\",\n                        \"value\": \"Play\"\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"did_you_mean\": [\n        {\n            \"type\": \"url\",\n            \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n            \"included\": true\n        }\n    ],\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ]\n}"}],"_postman_id":"203d9e6c-4c76-473e-9535-534e03cd61b4"},{"name":"Get linked resource audio","id":"2212712d-e9e3-4851-8b99-5fb2b85f0c7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\"\n}"},"url":"https://api.aimsapi.com/v1/download/by-url","description":"<p>This endpoint allows you to obtain mp3 audio to use with the <a href=\"#203d9e6c-4c76-473e-9535-534e03cd61b4\">Search by URL</a> endpoint. You may play the audio to your users to allow them to select a segment of the track to search by (see See section <a href=\"#f172f3e1-e57d-4326-981f-f111fc5ce9ac\">Segment Tool</a> or <a href=\"#203d9e6c-4c76-473e-9535-534e03cd61b4\">Search by URL</a> documentation for more information about how to use <code>time_offset</code> and <code>time_limit</code> parameters).</p>\n<h5 id=\"important-information\">Important information</h5>\n<ul>\n<li>Maximal length of the linked resource is 15 minutes.</li>\n<li>422 HTTP status code with the following response is returned if a longer resource is requested.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"code\": 3002,\n  \"message\": \"The requested media is too long!\",\n  \"payload\": []\n}\n\n</code></pre>\n<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/download/by-url\">https://api.aimsapi.com/v1/download/by-url</a></p>\n<h5 id=\"request-schema\">REQUEST SCHEMA</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"link\": {\n    \"type\": \"string\",\n    \"description\": \"YouTube, Vimeo, or Soundcloud link.\"\n}\n\"required\": [\n    \"link\"\n]\n\n</code></pre>\n<h5 id=\"response-body\">RESPONSE BODY</h5>\n<p>The response contains contents of a mp3 file with the audio of the linked resource.</p>\n<h5 id=\"response-headers\">RESPONSE HEADERS</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-http\">...\nContent-Disposition: attachment; filename=linked-resource-identifier.mp3\n...\n\n</code></pre>\n","urlObject":{"path":["v1","download","by-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"a3b8af8b-e986-41d8-9245-ad2173745e24","name":"Get linked resource audio","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/download/by-url"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.12.2"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.2.12"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 22 Nov 2018 12:26:17 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"60"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"binary content"}],"_postman_id":"2212712d-e9e3-4851-8b99-5fb2b85f0c7e"},{"name":"Search by URL (YouTube, Vimeo, Soundcloud, Spotify, Apple Music, TikTok)","id":"30b6dfb6-0af9-4fff-95d6-801977061625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"}],"url":"https://api.aimsapi.com/v1/query/by-url","description":"<h5>Important information</h5>\n\n<p>This endpoint was previously available as <code>/v1/query/by-youtube</code> - this variant has been deprecated in favor of the current <code>/v1/query/by-url</code> which better reflects the usage. <strong>The previous endpoint URL still works and will continue to work.</strong></p>\n<p>The following services and URL patterns are supported (all mentioned URLs can also contain optional query parameters (e.g. <code>?list=my-youtube-list&amp;some-other=parameter...</code>) and fragment identifier (e.g. <code>#t=1m22</code>); if the identifier itself is one of the query parameters (e.g. <code>?v=aBcDe-FG1</code> in YouTube URL), the order of query parameters is not important):</p>\n<ul>\n<li>YouTube:<ul>\n<li><a href=\"https://www.youtube.com/watch?v=aBcDe-FG1\">https://www.youtube.com/watch?v=aBcDe-FG1</a></li>\n<li><a href=\"https://youtu.be/aBcDe-FG1\">https://youtu.be/aBcDe-FG1</a></li>\n<li><a href=\"https://www.youtube.com/embed/aBcDe-FG1\">https://www.youtube.com/embed/aBcDe-FG1</a></li>\n<li><a href=\"https://m.youtube.com/watch?v=aBcDe-FG1\">https://m.youtube.com/watch?v=aBcDe-FG1</a></li>\n<li><a href=\"https://m.youtube.com/details?v=aBcDe-FG1\">https://m.youtube.com/details?v=aBcDe-FG1</a></li>\n<li><a href=\"https://gdata.youtube.com/feeds/api/videos/aBcDe-FG1/related\">https://gdata.youtube.com/feeds/api/videos/aBcDe-FG1/related</a></li>\n<li><a href=\"https://i.ytimg.com/vi/aBcDe-FG1/hqdefault.jpg\">https://i.ytimg.com/vi/aBcDe-FG1/hqdefault.jpg</a></li>\n<li><a href=\"https://img.youtube.com/vi/aBcDe-FG1/hqdefault.jpg\">https://img.youtube.com/vi/aBcDe-FG1/hqdefault.jpg</a></li>\n</ul>\n</li>\n<li>Vimeo:<ul>\n<li><a href=\"https://vimeo.com/123456789\">https://vimeo.com/123456789</a></li>\n<li><a href=\"https://vimeo.com/channels/channel-name/123456789\">https://vimeo.com/channels/channel-name/123456789</a></li>\n<li><a href=\"https://i.vimeocdn.com/video/123456789\">https://i.vimeocdn.com/video/123456789</a></li>\n<li><a href=\"https://vimeo.com/album/123456/video/123456789\">https://vimeo.com/album/123456/video/123456789</a></li>\n<li><a href=\"https://vimeo.com/groups/group-name/videos/123456789\">https://vimeo.com/groups/group-name/videos/123456789</a></li>\n<li><a href=\"https://vimeopro.com/staff/frame/video/123456789\">https://vimeopro.com/staff/frame/video/123456789</a></li>\n<li><a href=\"https://i.vimeocdn.com/video/123456789_500x123.webp\">https://i.vimeocdn.com/video/123456789_500x123.webp</a></li>\n<li><a href=\"https://i.vimeocdn.com/video/123456789_500.png\">https://i.vimeocdn.com/video/123456789_500.png</a></li>\n</ul>\n</li>\n<li>Soundcloud:<ul>\n<li><a href=\"https://soundcloud.com/interpret/track-name\">https://soundcloud.com/interpret/track-name</a></li>\n<li><a href=\"https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/123456789\">https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/123456789</a></li>\n<li><a href=\"https://api.soundcloud.com/tracks/123456789\">https://api.soundcloud.com/tracks/123456789</a></li>\n</ul>\n</li>\n<li>Spotify:<ul>\n<li><a href=\"https://open.spotify.com/track/abcDe12fGH3i45jklMn6o\">https://open.spotify.com/track/abcDe12fGH3i45jklMn6o</a></li>\n<li><a href=\"https://open.spotify.com/embed/track/abcDe12fGH3i45jklMn6o\">https://open.spotify.com/embed/track/abcDe12fGH3i45jklMn6o</a></li>\n</ul>\n</li>\n<li>Apple Music:<ul>\n<li><a href=\"https://music.apple.com/us/album/album-name/1234567890?i=2345678901\">https://music.apple.com/us/album/album-name/1234567890?i=2345678901</a></li>\n</ul>\n</li>\n<li>TikTok:<ul>\n<li><a href=\"https://www.tiktok.com/@username/video/1234567890123456789\">https://www.tiktok.com/@username/video/1234567890123456789</a></li>\n</ul>\n</li>\n</ul>\n<p>You can define the exact part that should be used from the video. Use <code>time_offset</code> and <code>time_limit</code> request parameters. <strong>Please note that the segment must be at most 60 seconds long.</strong> See section <a href=\"#f172f3e1-e57d-4326-981f-f111fc5ce9ac\">Segment Tool</a><strong>.</strong></p>\n<p>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the <a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a> endpoint below.</p>\n<p>Please note that Spotify links only contain a 30-second preview of a track. You can not change which part of the track Spotify uses to generate the preview.</p>\n<p>Please note that Apple Music links only contain a 90-second preview of a track. You can not change which part of the track Apple Music uses to generate the preview.</p>\n<p>Filtering is available for this endpoint. See the <a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a> section.</p>\n<p>Highlights are available for this endpoint. See the <a href=\"#69ec476b-b9a6-4b49-b4bb-03c5e84538bf\">Highlights</a> section.</p>\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/query/by-url</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"link\": {\n  \"type\": \"string\",\n  \"description\": \"YouTube, Vimeo, Soundcloud, Spotify, Apple Music or TikTok link.\"\n},\n\"page\": {\n  \"type\": \"number\",\n  \"description\": \"Page number.\"\n},\n\"page_size\": {\n  \"type\": \"number\",\n  \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"time_offset\": {\n    \"type\": \"number\",\n    \"description\": \"Number of seconds from the beginning of the track that should be skipped when searching\"\n},\n\"time_limit\": {\n    \"type\": \"number\",\n    \"description\": \"Number of seconds starting from 'time_offset' that should be used for searching (1-60)\"\n},\n\"required\": [\n \"link\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query_id\": {\n    \"type\": \"uuid\",\n    \"description\": \"An ID to use to reference this query.\"\n},\n\"tracks\": {\n  \"type\": \"array\",\n  \"description\": \"A list of similar tracks.\"\n},\n\"required\": [\n  \"query_id\",\n  \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","query","by-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"fbe63e40-9cab-4d41-84bd-aeb4ba48d365","name":"Search by URL","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"}],"url":"https://api.aimsapi.com/v1/query/by-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.12.2"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.2.12"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 22 Nov 2018 12:26:17 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"60"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ]\n}"}],"_postman_id":"30b6dfb6-0af9-4fff-95d6-801977061625"}],"id":"f03f51a6-0190-4abb-9020-2b0124f29190","event":[{"listen":"prerequest","script":{"id":"15fac0d6-76c7-4f68-b472-e58d3f1a6454","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e7f498c7-e45b-4e22-84f0-de6da28c6de5","type":"text/javascript","exec":[""]}}],"_postman_id":"f03f51a6-0190-4abb-9020-2b0124f29190","description":""},{"name":"Search similar tracks by file URL","item":[{"name":"Search by file URL","id":"6b05e815-a95e-4ef6-9add-b6d10c587370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n        {\n            \"type\": \"file-url\",\n            \"value\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\"\n        }\n    ],\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<h5>Important information</h5>\n\n<ul><li><div>The provided URL must be publicly accessible by GET method.</div></li><li><div>Only MP3 or WAV files are allowed. Correct extension must be included in the URL.</div></li><li><div>File size limit is 120 MB.</div></li><li><div>Attribute \"track\" MUST be a valid URL.</div></li><li><div>You can define the exact part that should be used from the track. Use <code>offset</code> and <code>limit</code> request parameters. <b>Please note that the segment must be at most 60 seconds long. See section </b><a href=\"#f172f3e1-e57d-4326-981f-f111fc5ce9ac\">Segment Tool</a><b>.</b></div></li><li><div>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the <a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion </a>endpoint below.</div></li><li><div>Filtering is available for this endpoint. See the <a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering </a>section.</div></li><li><div>Highlights are available for this endpoint. See the <a href=\"#69ec476b-b9a6-4b49-b4bb-03c5e84538bf\">Highlights </a>section.</div></li></ul>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">type Seed = {\n    type: \"file-url\"\n    value: string           // track URL\n    offset: int             // default 30, min 1, within the bounds of the track duration\n    limit: int              // default 60, max 60, within the bounds of the track duration\n    prioritise_bpm: bool    // default false\n    suppress_vocals: bool   // default false\n}\ntype SearchRequest = {\n    seeds: []Seed      // required\n    detailed?: bool    // default false\n    page?: int         // default 1, min 1\n    page_size?: int    // default 20, min 1, max 1000\n    highlights?: bool  // default false\n    filter?: Filter    // see filtering\n}\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"6b2e4db5-18d4-454e-a96d-a027d3b814cc","name":"Search by file URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\r\n  \"seeds\": [\r\n    {\r\n        \"type\": \"file-url\",\r\n        \"value\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\"\r\n    }\r\n  ],\r\n  \"page\": 1,\r\n  \"page_size\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 12:26:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"did_you_mean\": [\r\n    {\r\n      \"type\": \"file-url\",\r\n      \"value\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\r\n      \"included\": true\r\n    }\r\n  ],\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"totals\": {\r\n    \"tracks\": {\r\n      \"relation\": \"gte\",\r\n      \"value\": 10000\r\n    }\r\n  },\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"},{"id":"3b063d8b-e7e7-49f5-adf2-e42215711955","name":"Search by file URL with Filters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"file-url\",\n            \"value\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n            \"offset\": 20,\n            \"limit\": 30,\n            \"prioritise_bpm\": true,\n            \"suppress_vocals\": true\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20,\n    \"filter\": {\n        \"logic\": \"and\",\n        \"conditions\": [\n            {\n                \"field\": \"duration\",\n                \"operator\": \"gte\",\n                \"value\": 60\n            },\n            {\n                \"logic\": \"or\",\n                \"conditions\": [\n                    {\n                        \"field\": \"tags\",\n                        \"operator\": \"in\",\n                        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n                    },\n                    {\n                        \"field\": \"track_name\",\n                        \"operator\": \"begins\",\n                        \"value\": \"Play\"\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"did_you_mean\": [\n        {\n            \"type\": \"file-url\",\n            \"value\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n            \"included\": true\n        }\n    ],\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ]\n}"}],"_postman_id":"6b05e815-a95e-4ef6-9add-b6d10c587370"},{"name":"Search by file URL","id":"58242fdc-e67f-4663-8857-0b18ee9e96c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"}],"url":"https://api.aimsapi.com/v1/query/by-file-url","description":"<h5>Important information</h5>\n\n<li><p>The provided URL must be publicly accessible by GET method.</p></li>\n\n<li><p>Only MP3 or WAV files are allowed. Correct extension must be included in the URL.</p></li>\n\n<li><p>File size limit is 120 MB.</p></li>\n\n<li><p>Attribute \"track\" MUST be a valid URL.</p></li>\n\n<li><p>You can define the exact part that should be used from the track. Use <code>time_offset</code> and <code>time_limit</code> request parameters. <b>Please note that the segment must be at most 60 seconds long. See section </b><a href=\"#f172f3e1-e57d-4326-981f-f111fc5ce9ac\">Segment Tool</a><b>.</b></p></li>\n\n<li><p>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the<a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a>endpoint below.</p></li>\n\n<li><p>Filtering is available for this endpoint. See the<a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a>section.</p></li>\n\n<li><p>Highlights are available for this endpoint. See the<a href=\"#69ec476b-b9a6-4b49-b4bb-03c5e84538bf\">Highlights</a>section.</p></li>\n\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/query/by-file-url</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"track\": {\n    \"type\": \"string&lt;url&gt;\",\n    \"description\": \"Track URL\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"time_offset\": {\n    \"type\": \"number\",\n    \"description\": \"Number of seconds from the beginning of the track that should be skipped when searching\"\n},\n\"time_limit\": {\n    \"type\": \"number\",\n    \"description\": \"Number of seconds starting from 'time_offset' that should be used for searching (1-60)\"\n}\n\"required\": [\n    \"track\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query_id\": {\n    \"type\": \"uuid\",\n    \"description\": \"An ID to use to reference this query.\"\n},\n\"tracks\": {\n    \"type\": \"array\",\n    \"description\": \"A list of similar tracks.\"\n},\n\"required\": [\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","query","by-file-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"2e299a0e-3bce-4e70-a666-f180fae8430e","name":"Search by file URL","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"}],"url":"https://api.aimsapi.com/v1/query/by-file-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.12.2"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.2.12"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 22 Nov 2018 12:26:17 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"60"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ]\n}"}],"_postman_id":"58242fdc-e67f-4663-8857-0b18ee9e96c3"}],"id":"d9f33721-53c1-4421-89da-50aaeae6f816","event":[{"listen":"prerequest","script":{"id":"5b97812d-64ca-4387-bc58-17de203794fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"65766db4-243a-4f5b-865d-5b2cb88af6cc","type":"text/javascript","exec":[""]}}],"_postman_id":"d9f33721-53c1-4421-89da-50aaeae6f816","description":""},{"name":"Filtering","item":[{"name":"Search by ID","id":"82fb2994-432f-4480-8db9-91c35b8e0d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"track\",\n            \"value\": \"ID123\"\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 4,\n    \"detailed\": true,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"1df5f0e2-7efb-4057-9fa8-34a287c2718a","name":"Search by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"track\",\n            \"value\": \"ID123\"\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 4,\n    \"detailed\": true,\n    \"filter\": {\n        \"logic\": \"and\",\n        \"conditions\": [\n            {\n                \"field\": \"duration\",\n                \"operator\": \"gte\",\n                \"value\": 60\n            },\n            {\n                \"logic\": \"or\",\n                \"conditions\": [\n                    {\n                        \"field\": \"tags\",\n                        \"operator\": \"in\",\n                        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n                    },\n                    {\n                        \"field\": \"track_name\",\n                        \"operator\": \"begins\",\n                        \"value\": \"Play\"\n                    }\n                ]\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"did_you_mean\": [\n        {\n            \"included\": true,\n            \"type\": \"track\",\n            \"value\": {\n                ...\n                \"id\": 2,\n                \"id_client\": \"ID123\",\n                ...\n            }\n        }\n    ],\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ]\n}"}],"_postman_id":"82fb2994-432f-4480-8db9-91c35b8e0d43"},{"name":"Search by Multiple IDs (JSON example)","id":"105d8075-ea75-4ba6-af49-2e620d3e630e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"track_ids\": [\"1\", \"2\", \"3\", \"4\", \"5\"],\n    \"input_id_type\": \"client\",\n    \"page\": 1,\n    \"page_size\": 4,\n    \"detailed\": true,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/query/by-ids","urlObject":{"path":["v1","query","by-ids"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"ee3f1ad4-a689-4054-a9fc-fae89bfcc088","name":"Search by multiple IDs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"track_ids\": [\"1\", \"2\", \"3\", \"4\", \"5\"],\n    \"input_id_type\": \"client\",\n    \"page\": 1,\n    \"page_size\": 4,\n    \"detailed\": true,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/query/by-id"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ]\n}"}],"_postman_id":"105d8075-ea75-4ba6-af49-2e620d3e630e"},{"name":"Search by audio file (multipart example)","id":"a63b97d7-4f6c-43d7-b070-9e5d83679c32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"/Users/Shared/test.mp3"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"50","type":"text"},{"key":"detailed","value":"true","type":"text"},{"key":"filter[logic]","value":"and","type":"text"},{"key":"filter[conditions][0][field]","value":"duration","type":"text"},{"key":"filter[conditions][0][operator]","value":"gte","type":"text"},{"key":"filter[conditions][0][value]","value":"60","type":"text"},{"key":"filter[conditions][1][logic]","value":"or","type":"text"},{"key":"filter[conditions][1][conditions][0][field]","value":"instruments","type":"text"},{"key":"filter[conditions][1][conditions][0][operator]","value":"in","type":"text"},{"key":"filter[conditions][1][conditions][0][value][0]","value":"guitar","type":"text"},{"key":"filter[conditions][1][conditions][0][value][1]","value":"drums","type":"text"},{"key":"filter[conditions][1][conditions][0][value][2]","value":"piano","type":"text"},{"key":"filter[conditions][1][conditions][1][field]","value":"track_name","type":"text"},{"key":"filter[conditions][1][conditions][1][operator]","value":"begins","type":"text"},{"key":"filter[conditions][1][conditions][1][value]","value":"Play","type":"text"}]},"url":"https://api.aimsapi.com/v1/query/by-file","urlObject":{"path":["v1","query","by-file"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"47652c16-9589-4973-93de-c5c61ba22536","name":"Search by audio file","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"track","value":"\"audio_file.mp3\"","type":"text"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"50","type":"text"},{"key":"detailed","value":"true","type":"text"},{"key":"filter[logic]","value":"and","type":"text"},{"key":"filter[conditions][0][field]","value":"duration","type":"text"},{"key":"filter[conditions][0][operator]","value":"gte","type":"text"},{"key":"filter[conditions][0][value]","value":"60","type":"text"},{"key":"filter[conditions][1][logic]","value":"or","type":"text"},{"key":"filter[conditions][1][conditions][0][field]","value":"instruments","type":"text"},{"key":"filter[conditions][1][conditions][0][operator]","value":"in","type":"text"},{"key":"filter[conditions][1][conditions][0][value][0]","value":"guitar","type":"text"},{"key":"filter[conditions][1][conditions][0][value][1]","value":"drums","type":"text"},{"key":"filter[conditions][1][conditions][0][value][2]","value":"piano","type":"text"},{"key":"filter[conditions][1][conditions][1][field]","value":"track_name","type":"text"},{"key":"filter[conditions][1][conditions][1][operator]","value":"begins","type":"text"},{"key":"filter[conditions][1][conditions][1][value]","value":"Play","type":"text"}]},"url":"https://api.aimsapi.com/v1/query/by-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 10:12:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"a63b97d7-4f6c-43d7-b070-9e5d83679c32"},{"name":"Search by URL (YouTube, Vimeo, Soundcloud, Spotify, Apple Music, TikTok)","id":"a97aa689-85bf-4d92-849a-550c2f754c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"url\",\n            \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\"\n        }\n    ],\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"8cfc75db-6665-4d2b-bfab-b7fe9aae3313","name":"Search by URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\r\n    \"seeds\": [\r\n        {\r\n            \"type\": \"url\",\r\n            \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\r\n            \"offset\": 35,\r\n            \"limit\": 30\r\n        }\r\n    ],\r\n    \"page\": 1,\r\n    \"page_size\": 20,\r\n    \"filter\": {\r\n        \"logic\": \"and\",\r\n        \"conditions\": [\r\n            {\r\n                \"field\": \"duration\",\r\n                \"operator\": \"gte\",\r\n                \"value\": 60\r\n            },\r\n            {\r\n                \"logic\": \"or\",\r\n                \"conditions\": [\r\n                    {\r\n                        \"field\": \"tags\",\r\n                        \"operator\": \"in\",\r\n                        \"value\": [\r\n                            \"guitar\",\r\n                            \"drums\",\r\n                            \"piano\"\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"field\": \"track_name\",\r\n                        \"operator\": \"begins\",\r\n                        \"value\": \"Play\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 12:26:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"did_you_mean\": [\r\n    {\r\n      \"type\": \"url\",\r\n      \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\r\n      \"included\": true\r\n    }\r\n  ],\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"totals\": {\r\n    \"tracks\": {\r\n      \"relation\": \"gte\",\r\n      \"value\": 10000\r\n    }\r\n  },\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"a97aa689-85bf-4d92-849a-550c2f754c78"},{"name":"Search by file URL","id":"060687a8-1d38-41fb-9c55-ad14584520a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n        {\n            \"type\": \"file-url\",\n            \"value\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\"\n        }\n    ],\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"7aec93bb-3ac6-4228-ba89-5bd36731779e","name":"Search by file URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\r\n    \"seeds\": [\r\n        {\r\n            \"type\": \"file-url\",\r\n            \"value\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\r\n            \"offset\": 35,\r\n            \"limit\": 30\r\n        }\r\n    ],\r\n    \"page\": 1,\r\n    \"page_size\": 20,\r\n    \"filter\": {\r\n        \"logic\": \"and\",\r\n        \"conditions\": [\r\n            {\r\n                \"field\": \"duration\",\r\n                \"operator\": \"gte\",\r\n                \"value\": 60\r\n            },\r\n            {\r\n                \"logic\": \"or\",\r\n                \"conditions\": [\r\n                    {\r\n                        \"field\": \"tags\",\r\n                        \"operator\": \"in\",\r\n                        \"value\": [\r\n                            \"guitar\",\r\n                            \"drums\",\r\n                            \"piano\"\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"field\": \"track_name\",\r\n                        \"operator\": \"begins\",\r\n                        \"value\": \"Play\"\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 12:26:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"did_you_mean\": [\r\n    {\r\n      \"type\": \"file-url\",\r\n      \"value\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\r\n      \"included\": true\r\n    }\r\n  ],\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"totals\": {\r\n    \"tracks\": {\r\n      \"relation\": \"gte\",\r\n      \"value\": 10000\r\n    }\r\n  },\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"060687a8-1d38-41fb-9c55-ad14584520a3"},{"name":"Get Possible Values for Filtering","id":"2c8c8496-fc01-4ee7-a34f-1b1580ed8005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tracks/values/[metadata_field]","description":"<p>To improve the filtering experience on your site, you may need to display UI controls to allow your users to select from existing option(s). You can use this endpoint to retrieve the values that can be used for filtering. The list of values is getting refreshed daily and is available for the following metadata fields: <code>tags</code>, <code>artists</code>, <code>composers</code>, <code>genres</code>, <code>instruments</code>, <code>moods</code>, <code>music_for</code>, <code>album_keywords</code>. The respective metadata field must be populated to give a list of values.</p>\n<p><strong>Please replace the</strong> <strong><code>[metadata_field]</code></strong> <strong>with one of the fields listed above.</strong></p>\n","urlObject":{"path":["v1","tracks","values","[metadata_field]"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"837fd039-564f-4c15-8985-318826f72d68","name":"Get Possible Values for Filtering","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tracks/values/[metadata_field]"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"length\": 1234,\n    \"values\": [\n        {\n            \"value\": \"Alex Turner\",\n            \"tracks\": 8\n        },\n        ...\n        {\n            \"value\": \"ZZ Top\",\n            \"tracks\": 1\n        },\n    ]\n}"}],"_postman_id":"2c8c8496-fc01-4ee7-a34f-1b1580ed8005"}],"id":"8a9b8226-91d5-447f-a4e0-7681e01e85c1","event":[{"listen":"prerequest","script":{"id":"83629d38-9916-40f9-b3ea-7778e9c4c49e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0790134f-ae3b-4114-b2d2-44e03c1fdf3f","type":"text/javascript","exec":[""]}}],"_postman_id":"8a9b8226-91d5-447f-a4e0-7681e01e85c1","description":""}],"id":"40d5d52c-5b59-4569-8070-459e405a4a30","event":[{"listen":"prerequest","script":{"id":"ce66ef6f-2e51-4d72-8b5b-78c22ba2e2da","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"174db42b-d8c5-4355-bbcd-7dbec2ded903","type":"text/javascript","exec":[""]}}],"_postman_id":"40d5d52c-5b59-4569-8070-459e405a4a30","description":""},{"name":"Get track metadata","item":[{"name":"Get track by system ID.","item":[{"name":"Get track by sytem ID Copy","id":"f6075769-8cdf-40c3-9721-daec9f7ed859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tracks/system/1","description":"<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/tracks/system/1</p>\n\n<h5>URL Parameters</h5>\n\n<p><b>id</b><code>string</code>(required) Example: 1</p>\n\n<p>System ID</p>\n\n<h5>RESPONSE SCHEMA</h5>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"track\": {\n  \"type\": \"object\",\n  \"properties\": {\n    \"id\": {\n      \"type\": \"number\"\n    },\n    \"id_client\": {\n      \"type\": \"string\"\n    },\n    \"duration\": {\n      \"type\": \"number\"\n    },\n    \"tags\": {\n      \"type\": \"array\"\n    },\n    \"processed_at\": {\n      \"type\": [\n        \"object\",\n        \"null\"\n      ],\n      \"properties\": {\n        \"date\": {\n          \"type\": \"string\",\n          \"description\": \"09-18 10:00:00 (string)\"\n        },\n        \"timezone_type\": {\n          \"type\": \"number\"\n        },\n        \"timezone\": {\n          \"type\": \"string\"\n        }\n      }\n    },\n    \"process_input_error\": {\n      \"type\": [\n        \"string\",\n        \"null\"\n      ]\n    },\n    \"store_secret\": {\n      \"type\": \"string\"\n    }\n\n</code></pre>","urlObject":{"path":["v1","tracks","system","1"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"056a2a5f-4c61-4881-9a0d-d3c92d85d643","name":"Get track by sytem ID","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tracks/system/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"track\": {\n    \"id\": 1,\n    \"id_client\": \"foo\",\n    \"duration\": 240,\n    \"tags\": [\n      \"foo\",\n      \"bar\"\n    ],\n    \"processed_at\": {\n      \"date\": \"2018\",\n      \"timezone_type\": 3,\n      \"timezone\": \"UTC\"\n    },\n    \"process_input_error\": \"null\",\n    \"store_secret\": \"12bj143bapie213\"\n  }\n}"}],"_postman_id":"f6075769-8cdf-40c3-9721-daec9f7ed859"}],"id":"95cbe625-464c-46bc-9778-dafd2ea841fb","event":[{"listen":"prerequest","script":{"id":"9e1ed08c-c69c-43a8-82c2-10143ebb2523","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ea372dc4-b02e-4141-8738-21c7d9eb4630","type":"text/javascript","exec":[""]}}],"_postman_id":"95cbe625-464c-46bc-9778-dafd2ea841fb","description":""},{"name":"Get track by client ID.","item":[{"name":"Get track by client ID","id":"ca8cb22f-7ae0-4f21-9ae1-48672ba496e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tracks/client/605268","description":"<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/tracks/client/1</p>\n\n<h5>URL Parameters</h5>\n\n<p><b>id</b><code>string</code>(required) Example: 1</p>\n\n<p>Client ID</p>\n\n<h5>RESPONSE SCHEMA</h5>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"track\": {\n    \"type\": \"object\",\n    \"properties\": {\n        \"id\": {\n        \"type\": \"number\"\n        },\n        \"id_client\": {\n      \"type\": \"string\"\n        },\n        \"duration\": {\n        \"type\": \"number\"\n        },\n        \"tags\": {\n        \"type\": \"array\"\n        },\n        \"processed_at\": {\n          \"type\": [\n            \"object\",\n            \"null\"\n          ],\n          \"properties\": {\n            \"date\": {\n              \"type\": \"string\",\n              \"description\": \"09-18 10:00:00 (string)\"\n            },\n            \"timezone_type\": {\n              \"type\": \"number\"\n            },\n            \"timezone\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"process_input_error\": {\n          \"type\": [\n            \"string\",\n            \"null\"\n          ]\n        },\n        \"store_secret\": {\n          \"type\": \"string\"\n        }\n      }\n    }  \n\n</code></pre>\n","urlObject":{"path":["v1","tracks","client","605268"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"eb014acb-059b-42d3-aba5-03aeb17e6a53","name":"Get track by client ID","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tracks/client/605268"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"track\": {\n    \"id\": 1,\n    \"id_client\": \"foo\",\n    \"duration\": 240,\n    \"tags\": [\n      \"foo\",\n      \"bar\"\n    ],\n    \"processed_at\": {\n      \"date\": \"2018\",\n      \"timezone_type\": 3,\n      \"timezone\": \"UTC\"\n    },\n    \"process_input_error\": \"null\",\n    \"store_secret\": \"12bj143bapie213\"\n  }\n}"}],"_postman_id":"ca8cb22f-7ae0-4f21-9ae1-48672ba496e6"}],"id":"97817e30-2497-4702-bc2c-22905f057463","event":[{"listen":"prerequest","script":{"id":"9d5f7b56-17b6-4af3-9c18-6920d62a7000","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0af3d66e-3953-4341-872c-b14adfedc525","type":"text/javascript","exec":[""]}}],"_postman_id":"97817e30-2497-4702-bc2c-22905f057463","description":""}],"id":"f930d172-47d1-4848-9f90-30202eb05dce","_postman_id":"f930d172-47d1-4848-9f90-30202eb05dce","description":""},{"name":"Managing tracks","item":[{"name":"Add new track","item":[{"name":"Add new track","id":"0426829c-6986-49be-84b4-11565683f144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"id_client","value":"foo","type":"text"},{"key":"track","type":"file","src":"X2SLcbK8v/Test001.mp3"},{"key":"track_name","value":"Track name","type":"text"},{"key":"release_year","value":"1999","type":"text"},{"key":"track_number","value":"123","type":"text"},{"key":"track_code","value":"SPRT2#123","type":"text"},{"key":"track_description","value":"Track description","type":"text"},{"key":"version","value":"1","type":"text"},{"key":"version_tag","value":"Main","type":"text"},{"key":"version_name","value":"Track name (Main)","type":"text"},{"key":"master_track_number","value":"12345","type":"text"},{"key":"isrc","value":"AB-123-45-12345","type":"text"},{"key":"label_name","value":"Sprint records","type":"text"},{"key":"label_code","value":"SPRT","type":"text"},{"key":"label_lc_name","value":"12345","type":"text"},{"key":"album_number","value":"2","type":"text"},{"key":"album_code","value":"SPRT2","type":"text"},{"key":"album_name","value":"Album name","type":"text"},{"key":"album_description","value":"Albums description","type":"text"},{"key":"tempo","value":"slow","type":"text"},{"key":"bpm","value":"80","type":"text"},{"key":"music_key","value":"D#m","type":"text"},{"key":"music_meter","value":"2/2","type":"text"},{"key":"lyrics","value":"Once upon a time, ...","type":"text"},{"key":"lyrics_language","value":"en","type":"text"},{"key":"artists[]","value":"John Doe","type":"text"},{"key":"artists[]","value":"Jane Doe","type":"text"},{"key":"composers[]","value":"Alice Hellmann","type":"text"},{"key":"composers[]","value":"Bob Diffie","type":"text"},{"key":"publisher","value":"Studio Fontana","type":"text"},{"key":"genres[]","value":"Rock","type":"text"},{"key":"genres[]","value":"Alternative","type":"text"},{"key":"instruments[]","value":"Guitar","type":"text"},{"key":"instruments[]","value":"Drums","type":"text"},{"key":"instruments[]","value":"Piano","type":"text"},{"key":"moods[]","value":"Joyful","type":"text"},{"key":"moods[]","value":"Enticing","type":"text"},{"key":"music_for[]","value":"Commercial","type":"text"},{"key":"music_for[]","value":"Circus","type":"text"},{"key":"hook_url","value":"www.foo.bar","type":"text"},{"key":"image","type":"file","src":"image-processing-worker/GettyImages-Denira-777495511041-d5b2295a15564dd79e658afb8e489a9d.jpg"}]},"url":"https://api.aimsapi.com/v1/tracks","description":"<p>This endpoint allows you to add a new track to the index.</p>\n<h5 id=\"important-information\">Important information</h5>\n<ul>\n<li><p>Required fields can be adjusted based on your metadata template. If the defaults don't work for you, please, contact us at <a href=\"https://mailto:admin@aimsapi.com\">admin@aimsapi.com</a>.</p>\n</li>\n<li><p>MP3, WAV and AIF(F) files are allowed. Or send a public URL for <code>track</code> (rather than sending file bytes), csend JSON instead of <code>multipart/form-data.</code></p>\n</li>\n<li><p>File size limit is 120 MB.</p>\n</li>\n<li><p>Attribute \"track\" MUST be a file.</p>\n</li>\n<li><p>If you're using Angular or Ember (and possibly other JS FE frameworks) to upload files to AIMS, be aware of a need to set the content-type header to undefined to allow the HTTP client to generate the correct multipart boundary.</p>\n</li>\n<li><p>When the audio file is changed, it needs to be re-added into AIMS by deleting the existing track and adding another with the same ID.</p>\n</li>\n<li><p>when you integrate the functionality on your end, you can use the track metadata fields any way that works for you; e.g. <code>master_track_id</code> to link tracks (in our app, it would point to <code>id_client</code> of the main track, whereas <code>master_track_number</code> would point to <code>track_number</code> of the main track on the same album</p>\n</li>\n<li><p><code>image</code> attribute accepts JPEG, WEBP, PNG, GIF files and/or public URL as the track's artwork, it is then saved in <code>track.thumbnails</code></p>\n</li>\n</ul>\n<h5 id=\"processing-status\">Processing status</h5>\n<p>The response returns HTTP status <code>201 Created</code> on success, but the track is processed asynchronously.</p>\n<p>There are two ways to tell if AIMS has successfully processed a track.</p>\n<h6 id=\"1-webhooks\">1) Webhooks</h6>\n<p>Specify the <code>hook_url</code> field in the request. The processing pipeline will call this URL once it processes the track.</p>\n<ul>\n<li><p>The hook URL must not require authentication.</p>\n</li>\n<li><p>The content-type header for the request is always <code>application/json</code>.</p>\n</li>\n<li><p>Timeout for the hook request is 5 seconds long. The request is cancelled after this timeout. This does not have an impact on the processing status (the track will still be available even if calling the hook failed).</p>\n</li>\n<li><p>Response from the server receiving the hook is not read, stored or processed (including its status code).</p>\n</li>\n<li><p>If <code>hook_url</code> is specified and the track fails to process, it is deleted after the hook is called. If no <code>hook_url</code> is specified, failed tracks remain in the system to be available for status queries (see below).</p>\n</li>\n<li><p>The following payload (values are exemplary) is sent on success:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">                                    {\n                                      \"id\": 123456789,\n                                      \"id_client\": \"your-id\",\n                                      \"processed_at\": \"2020-09-17T07:10:56.000000Z\",\n                                      \"status\": \"success\"\n                                    }\n\n</code></pre>\n</li>\n<li><p>If auto-tagging is also enabled on your account, the payload also includes the tags like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">                                {\n                                  \"status\": \"success\",\n                                  \"id\": 123456789,\n                                  \"id_client\": \"your-id\",\n                                  \"processed_at\": \"2020-09-17T07:10:56.000000Z\",\n                                  \"auto_tagging_output\": {\n                                    \"genres\": [\n                                      \"rock\",\n                                      \"nu metal\"\n                                    ],\n                                    \"instruments\": [\n                                      \"electric guitar\",\n                                      \"drums\",\n                                      \"bass\"\n                                    ],\n                                    \"usages\": [\n                                      \"sports\",\n                                      \"action\",\n                                      \"adventure\",\n                                      \"trailer\"\n                                    ],\n                                    \"vocals\": [\n                                      \"instrumental\"\n                                    ],\n                                    \"moods\": [\n                                      \"driving\",\n                                      \"energetic\",\n                                      \"aggressive\",\n                                      \"exciting\",\n                                      \"propulsive\",\n                                      \"dramatic\",\n                                      \"restless\"\n                                    ],\n                                    \"decades\": [\n                                      \"2010s\"\n                                    ],\n                                    \"key\": [\n                                      \"D major\"\n                                    ],\n                                    \"tempo\": [\n                                      \"fast\"\n                                    ],\n                                    \"bpm\": 160\n                                  }\n                                }\n\n</code></pre>\n</li>\n<li><p>The following payload (values are exemplary) is sent on failure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">                                    {\n                                      \"id\": 123456789,\n                                      \"id_client\": \"your-id\",\n                                      \"process_input_error\": \"The uploaded file is corrupted!\",\n                                      \"process_input_error_details\": \"[mp3float @ 0x7f13235d2180] Header missing\\nError while decoding stream #0:0: Invalid data found when processing input\\n\",\n                                      \"status\": \"failure\"\n                                    }\n\n</code></pre>\n</li>\n</ul>\n<h6 id=\"2-status-query\">2) Status query</h6>\n<p>You can call one of the <a href=\"#f930d172-47d1-4848-9f90-30202eb05dce\">get track metadata</a> endpoints and check if <code>process_input_error</code> is null and <code>processed_at</code> contains a DateTime value. If <code>processed_at</code> and <code>process_input_error</code> are both null, the track is still pending processing.</p>\n<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/tracks\">https://api.aimsapi.com/v1/tracks</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>required</th>\n<th>type</th>\n<th>default</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>detailed</td>\n<td>no</td>\n<td>1/0</td>\n<td>0</td>\n<td>if set to 1, detailed response will be returned (see below)</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-schema\">REQUEST SCHEMA</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>default required</th>\n<th>type</th>\n<th>example</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>track</td>\n<td>yes</td>\n<td><code>file</code></td>\n<td>[binary contents of mp3 file]</td>\n<td>audio file for this track</td>\n</tr>\n<tr>\n<td>id_client</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>id-1234 (your ID)</td>\n<td>unique identifier for your system to be able to match results from AIMS with your internal databases</td>\n</tr>\n<tr>\n<td>track_name</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>Morning Bell</td>\n<td>name of the track</td>\n</tr>\n<tr>\n<td>release_year</td>\n<td>yes</td>\n<td><code>int</code></td>\n<td>2015</td>\n<td>release year of the track</td>\n</tr>\n<tr>\n<td>track_number</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>12</td>\n<td>number of the track on an album</td>\n</tr>\n<tr>\n<td>track_code</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>SPRT2#12</td>\n<td>code of the track - usually created from label code, album number and track number</td>\n</tr>\n<tr>\n<td>track_description</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>Intense tune for monday morning</td>\n<td>description of the track</td>\n</tr>\n<tr>\n<td>filepath</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>Sprint Records/SPRT2 Everyday Tunes/12 Morning Bell.mp3</td>\n<td>path to the uploaded audio file</td>\n</tr>\n<tr>\n<td>version</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>indicates if the track is a version of anouther track</td>\n</tr>\n<tr>\n<td>version_tag</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>Main</td>\n<td>type of version (e.g. Main, 60s, No Drums, ...)</td>\n</tr>\n<tr>\n<td>version_name</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>Morning Bell (Main)</td>\n<td>name of the track with version tag</td>\n</tr>\n<tr>\n<td>master_track_number</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>11</td>\n<td>number of a track that this track is version of</td>\n</tr>\n<tr>\n<td>isrc</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>AB-123-45-12345</td>\n<td>international standard recording code</td>\n</tr>\n<tr>\n<td>label_name</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>Sprint Records</td>\n<td>name of the label</td>\n</tr>\n<tr>\n<td>label_code</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>SPRT</td>\n<td>code of the label</td>\n</tr>\n<tr>\n<td>label_lc_name</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>12345</td>\n<td>unique five-digit code allocated to a specific marketing label that releases recordings in Germany</td>\n</tr>\n<tr>\n<td>album_number</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>2</td>\n<td>number of the album</td>\n</tr>\n<tr>\n<td>album_code</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>SPRT2</td>\n<td>code of the album (usually label code and album number)</td>\n</tr>\n<tr>\n<td>album_name</td>\n<td>yes</td>\n<td><code>string</code></td>\n<td>Everyday tunes</td>\n<td>name of the album</td>\n</tr>\n<tr>\n<td>album_description</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>Music for every day</td>\n<td>description of the album</td>\n</tr>\n<tr>\n<td>album_keywords</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Easy listening\", \"Enticing\"]</td>\n<td>keywords related to the album</td>\n</tr>\n<tr>\n<td>tempo</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>slow</td>\n<td>tempo of the track <em>(not BPM)</em></td>\n</tr>\n<tr>\n<td>bpm</td>\n<td>no</td>\n<td><code>int</code></td>\n<td>80</td>\n<td>bytes per minute</td>\n</tr>\n<tr>\n<td>music_key</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>D#m</td>\n<td>music key of the track</td>\n</tr>\n<tr>\n<td>music_meter</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>2/2</td>\n<td>music meter of the track</td>\n</tr>\n<tr>\n<td>lyrics</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>Morning Bell, Morning Bell, ...</td>\n<td>lyrics of the track</td>\n</tr>\n<tr>\n<td>lyrics_language</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>en</td>\n<td>language of the lyrics</td>\n</tr>\n<tr>\n<td>artists</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"John Doe\", \"Jane Doe\"]</td>\n<td>an array of artists who created the track</td>\n</tr>\n<tr>\n<td>composers</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"John Doe\", \"Jane Doe\"]</td>\n<td>an array of composers who created the track</td>\n</tr>\n<tr>\n<td>publisher</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>Studio Fontana</td>\n<td>name of the publisher</td>\n</tr>\n<tr>\n<td>genres</td>\n<td>yes</td>\n<td><code>array</code></td>\n<td>[\"Rock\", \"Alternative Rock\"]</td>\n<td>an array of genres of the track</td>\n</tr>\n<tr>\n<td>instruments</td>\n<td>yes</td>\n<td><code>array</code></td>\n<td>[\"Guitar\", \"Piano\"]</td>\n<td>an array of instruments featured in the track</td>\n</tr>\n<tr>\n<td>moods</td>\n<td>yes</td>\n<td><code>array</code></td>\n<td>[\"Joyful\", \"Happy\"]</td>\n<td>an array of moods of the track</td>\n</tr>\n<tr>\n<td>music_for</td>\n<td>yes</td>\n<td><code>array</code></td>\n<td>[\"Commercial\", \"Circus\"]</td>\n<td>an array of possible usages (music for/suitable for)</td>\n</tr>\n<tr>\n<td>album_keywords</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Chill-out\", \"Positive\"]</td>\n<td>an array of keywords for the album the track belongs to</td>\n</tr>\n<tr>\n<td>active</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>true</td>\n<td>use this field to mark tracks if you need to filter them based on some arbitrary criteria</td>\n</tr>\n<tr>\n<td>licensable</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>true</td>\n<td>use this field if you need to filter by licensability of your tracks</td>\n</tr>\n<tr>\n<td>restricted</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>true</td>\n<td>use this field if you need to filter by some internal restrictions on you your tracks</td>\n</tr>\n<tr>\n<td>commercial</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>true</td>\n<td>use this field if you need to distinguish commercial and non-commercial tracks</td>\n</tr>\n<tr>\n<td>hook_url</td>\n<td>no</td>\n<td><code>string</code></td>\n<td><a href=\"https://your-server.com/aims-processing-webhook-target/\">https://your-server.com/aims-processing-webhook-target/</a></td>\n<td>URL to call after the track is processed (see above for more information)</td>\n</tr>\n<tr>\n<td>territories</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"us\", \"uk\", \"de\", \"fr\"]</td>\n<td>an array of territories (use this field if you need filtering based on territory)</td>\n</tr>\n<tr>\n<td>decades</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"1980s\"]</td>\n<td>an array of decades</td>\n</tr>\n<tr>\n<td>vocals</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"vocal\", \"male vocal\"]</td>\n<td>an array of vocal information tags</td>\n</tr>\n<tr>\n<td>sync_history</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you need to filter by having a sync history</td>\n</tr>\n<tr>\n<td>recognisable</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you want to filter by recognisability</td>\n</tr>\n<tr>\n<td>jam_sync</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you want to filter by jam sync</td>\n</tr>\n<tr>\n<td>hit</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you want to filter by the track being a hit</td>\n</tr>\n<tr>\n<td>top</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you want to filter by the track being top</td>\n</tr>\n<tr>\n<td>publishing_partner_us</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Partner name\"]</td>\n<td>publishing partner for the US market</td>\n</tr>\n<tr>\n<td>publishing_partner</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Partner name\"]</td>\n<td>publishing partner world-wide</td>\n</tr>\n<tr>\n<td>share</td>\n<td>no</td>\n<td><code>float</code></td>\n<td>0.5</td>\n<td>use this field if you need to filter by the your share on a track</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Owner name\"]</td>\n<td>use this field if you want to filter by track owner</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>abcde-1234</td>\n<td>use this field if you want to filter by any external ID you use</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Foo\", \"Foo2\"]</td>\n<td>use this field if you want to filter by category</td>\n</tr>\n<tr>\n<td>looped</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>true</td>\n<td>use this field if you want to filter by the track being looped</td>\n</tr>\n<tr>\n<td>pro_affiliated</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you want to filter by the track being pro_affiliated</td>\n</tr>\n<tr>\n<td>content_id_registered</td>\n<td>no</td>\n<td><code>bool</code></td>\n<td>false</td>\n<td>use this field if you want to filter by the track being content_id_registered</td>\n</tr>\n<tr>\n<td>released_at</td>\n<td>no</td>\n<td><code>string</code></td>\n<td>\"2024-01-25 16:46:15\"</td>\n<td>use this field if you want to filter by released_at timestamp</td>\n</tr>\n<tr>\n<td>visibility</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Foo\", \"Foo2\"]</td>\n<td>use this field if you want to filter by visibility</td>\n</tr>\n<tr>\n<td>custom_data</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Foo\", \"Foo2\"]</td>\n<td>not filterable</td>\n</tr>\n<tr>\n<td>artist_ids</td>\n<td>no</td>\n<td><code>array</code></td>\n<td>[\"Foo\", \"Foo2\"]</td>\n<td>use this field if you want to filter by artist ID</td>\n</tr>\n<tr>\n<td>image</td>\n<td>no</td>\n<td><code>file, string</code></td>\n<td>[binary contents of image file] or image file URL</td>\n<td>image file [JPEG, PNG, WEBP, GIF] or URL to an image (the URL must end in <code>.jpg</code>, <code>.webp</code>, <code>.png</code> or <code>.gif</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-body\">RESPONSE BODY</h5>\n<p>Default:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"track\": {\n    \"id\": int,\n    \"id_client\": string,\n    \"duration\": int,\n    \"release_year\": int,\n    \"track_name\": string,\n    \"processed_at\": string | null,\n    \"process_input_error\": string | null,\n    \"store_secret\": string | null\n  }\n}\n\n</code></pre><p>Detailed:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"track\": {\n    \"id\": int,\n    \"id_client\": string,\n    \"duration\": int,\n    \"release_year\": int,\n    \"track_name\": string,\n    \"processed_at\": string | null,\n    \"process_input_error\": string | null,\n    \"store_secret\": string | null,\n    \"track_number\": string | null,\n    \"track_code\": string | null,\n    \"track_description\": string | null,\n    \"version\": bool | null,\n    \"version_tag\": string | null,\n    \"version_name\": string | null,\n    \"master_track_number\": string | null,\n    \"isrc\": string | null,\n    \"label_name\": string | null,\n    \"label_code\": string | null,\n    \"label_lc_name\": string | null,\n    \"album_number\": string | null,\n    \"album_code\": string | null,\n    \"album_name\": string | null,\n    \"album_description\": string | null,\n    \"tempo\": string | null,\n    \"bpm\": int | null,\n    \"music_key\": string | null,\n    \"music_meter\": string | null,\n    \"lyrics\": string | null,\n    \"lyrics_language\": string | null,\n    \"artists\": array | null,\n    \"composers\": array | null,\n    \"publisher\": string | null,\n    \"genres\": array | null,\n    \"instruments\": array | null,\n    \"moods\": array | null,\n    \"music_for\": array | null,\n    \"decades\": array | null,\n    \"vocals\": array | null,\n    \"album_keywords\": array | null,\n    \"active\": bool | null,\n    \"licensable\": bool | null,\n    \"restricted\": bool | null,\n    \"process_input_error_details\": string | null,\n    \"explicit\": bool | null,\n    \"profane\": bool | null,\n    \"territories\": array | null,\n    \"commercial\": bool | null,\n    \"sync_history\": bool | null,\n    \"recognisable\": bool | null,\n    \"jam_sync\": bool | null,\n    \"hit\": bool | null,\n    \"top\": bool | null,\n    \"publishing_partner_us\": array | null,\n    \"publishing_partner\": array | null,\n    \"share\": float | null,\n    \"owner\": string | null,\n    \"external_id\": string | null\n  }\n}\n\n</code></pre>","urlObject":{"path":["v1","tracks"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"b185213e-c3a0-43c0-b7e7-3e26707e6ceb","name":"Add new track","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"id_client","value":"foo","type":"text"},{"key":"track","type":"file","src":"HQpDBcSdo/Test001.mp3"},{"key":"track_name","value":"Track name","type":"text"},{"key":"release_year","value":"1999","type":"text"},{"key":"track_number","value":"123","type":"text"},{"key":"track_code","value":"SPRT2#123","type":"text"},{"key":"track_description","value":"Track description","type":"text"},{"key":"version","value":"1","type":"text"},{"key":"version_tag","value":"Main","type":"text"},{"key":"version_name","value":"Track name (Main)","type":"text"},{"key":"master_track_number","value":"12345","type":"text"},{"key":"isrc","value":"AB-123-45-12345","type":"text"},{"key":"label_name","value":"Sprint records","type":"text"},{"key":"label_code","value":"SPRT","type":"text"},{"key":"label_lc_name","value":"12345","type":"text"},{"key":"album_number","value":"2","type":"text"},{"key":"album_code","value":"SPRT2","type":"text"},{"key":"album_name","value":"Album name","type":"text"},{"key":"album_description","value":"Albums description","type":"text"},{"key":"tempo","value":"slow","type":"text"},{"key":"bpm","value":"80","type":"text"},{"key":"music_key","value":"D#m","type":"text"},{"key":"music_meter","value":"2/2","type":"text"},{"key":"lyrics","value":"Once upon a time, ...","type":"text"},{"key":"lyrics_language","value":"en","type":"text"},{"key":"artists[]","value":"John Doe","type":"text"},{"key":"artists[]","value":"Jane Doe","type":"text"},{"key":"composers[]","value":"Alice Hellmann","type":"text"},{"key":"composers[]","value":"Bob Diffie","type":"text"},{"key":"publisher","value":"Studio Fontana","type":"text"},{"key":"genres[]","value":"Rock","type":"text"},{"key":"genres[]","value":"Alternative","type":"text"},{"key":"instruments[]","value":"Guitar","type":"text"},{"key":"instruments[]","value":"Drums","type":"text"},{"key":"instruments[]","value":"Piano","type":"text"},{"key":"moods[]","value":"Joyful","type":"text"},{"key":"moods[]","value":"Enticing","type":"text"},{"key":"music_for[]","value":"Commercial","type":"text"},{"key":"music_for[]","value":"Circus","type":"text"},{"key":"album_keywords[]","value":"Happy","type":"text"},{"key":"album_keywords[]","value":"Sad","type":"text"},{"key":"album_keywords[]","value":"Consistent","type":"text"},{"key":"cuesheet_info","value":"Some more arbitrary notes to the track","type":"text"},{"key":"active","value":"0","type":"text"},{"key":"licensable","value":"0","type":"text"},{"key":"restricted","value":"1","type":"text"},{"key":"territories[]","value":"cz","type":"text"},{"key":"territories[]","value":"us","type":"text"},{"key":"territories[]","value":"de","type":"text"},{"key":"vocals[]","value":"vocal","type":"text"},{"key":"vocals[]","value":"female vocal","type":"text"},{"key":"decades[]","value":"1960s","type":"text"},{"key":"decades[]","value":"1970s","type":"text"},{"key":"commercial","value":"1","type":"text"},{"key":"subgenres[]","value":"pop-rock","type":"text"},{"key":"subgenres[]","value":"brit-pop","type":"text"},{"key":"master_track_id","value":"some-id-1","type":"text"},{"key":"sync_history","value":"1","type":"text"},{"key":"recognisable","value":"1","type":"text"},{"key":"jam_sync","value":"1","type":"text"},{"key":"hit","value":"1","type":"text"},{"key":"top","value":"1","type":"text"},{"key":"publishing_partner_us","value":"partner US","type":"text"},{"key":"publishing_partner","value":"partner","type":"text"},{"key":"share","value":"45.8","type":"text"},{"key":"owner","value":"Owner Name","type":"text"},{"key":"external_id","value":"ABC-123X","type":"text"},{"key":"image","type":"file","src":"folder/eegplant-eggplant.gif"}]},"url":"https://api.aimsapi.com/v1/tracks"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"track\": {\n    \"id\": 1,\n    \"id_client\": \"foo\",\n    \"duration\": 61,\n    \"release_year\": 1999,\n    \"track_name\": \"Track name\",\n    \"processed_at\": null,\n    \"process_input_error\": null,\n    \"store_secret\": null,\n    \"track_number\": \"123\",\n    \"track_code\": \"SPRT2#123\",\n    \"track_description\": \"Track description\",\n    \"version\": true,\n    \"version_tag\": \"Main\",\n    \"version_name\": \"Track name (Main)\",\n    \"master_track_number\": \"12345\",\n    \"isrc\": \"AB-123-45-12345\",\n    \"label_name\": \"Sprint records\",\n    \"label_code\": \"SPRT\",\n    \"label_lc_name\": \"12345\",\n    \"album_number\": \"2\",\n    \"album_code\": \"SPRT2\",\n    \"album_name\": \"Album name\",\n    \"album_description\": \"Albums description\",\n    \"tempo\": \"slow\",\n    \"bpm\": 80,\n    \"music_key\": \"D#m\",\n    \"music_meter\": \"2/2\",\n    \"lyrics\": \"Once upon a time, ...\",\n    \"lyrics_language\": \"en\",\n    \"artists\": [\n      \"John Doe\",\n      \"Jane Doe\"\n    ],\n    \"composers\": [\n      \"Alice Hellmann\",\n      \"Bob Diffie\"\n    ],\n    \"publisher\": \"Studio Fontana\",\n    \"genres\": [\n      \"Rock\",\n      \"Alternative\"\n    ],\n    \"subgenres\": [\n      \"pop-rock\",\n      \"brit-pop\"\n    ],\n    \"instruments\": [\n      \"Guitar\",\n      \"Drums\",\n      \"Piano\"\n    ],\n    \"moods\": [\n      \"Joyful\",\n      \"Enticing\"\n    ],\n    \"music_for\": [\n      \"Commercial\",\n      \"Circus\"\n    ],\n    \"decades\": [\n      \"1960s\",\n      \"1970s\"\n    ],\n    \"vocals\": [\n      \"vocal\",\n      \"female vocal\"\n    ],\n    \"album_keywords\": [\n      \"Happy\",\n      \"Sad\",\n      \"Consistent\"\n    ],\n    \"cuesheet_info\": \"Some more arbitrary notes to the track\",\n    \"active\": false,\n    \"licensable\": false,\n    \"restricted\": true,\n    \"process_input_error_details\": null,\n    \"explicit\": false,\n    \"profane\": false,\n    \"territories\": [\n      \"cz\",\n      \"us\",\n      \"de\"\n    ],\n    \"commercial\": true,\n    \"sync_history\": true,\n    \"recognisable\": true,\n    \"jam_sync\": true,\n    \"hit\": true,\n    \"top\": true,\n    \"publishing_partner_us\": \"partner US\",\n    \"publishing_partner\": \"partner\",\n    \"share\": \"45.8\",\n    \"owner\": \"Owner Name\",\n    \"external_id\": \"ABC-123X\",\n    \"filepath\": \"test/path/to/the/file\"\n  }\n}"}],"_postman_id":"0426829c-6986-49be-84b4-11565683f144"}],"id":"6cb9163b-adcf-496b-8276-3a4dd1b975e6","event":[{"listen":"prerequest","script":{"id":"563f3119-08c0-488f-89c9-3f1c1456b845","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e95d7b40-7033-44fc-8861-9973496e456f","type":"text/javascript","exec":[""]}}],"_postman_id":"6cb9163b-adcf-496b-8276-3a4dd1b975e6","description":""},{"name":"Update track metadata","item":[{"name":"Update track by system ID.","item":[{"name":"Update track by sytem ID","id":"9938ffd0-69a5-4877-a599-1dd134322fc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"label_name\": \"Sprint records\",\n\t\"label_code\": \"SPRT\",\n\t\"track_name\": \"Updated track name\",\n\t\"instruments\": [\n\t\t\"Guitar\", \"Drums\", \"Piano\"\n\t],\n    \"image\": \"public-url.jpg\"\n}"},"url":"https://api.aimsapi.com/v1/tracks/system/1","description":"<p>This endpoint allows you to update metadata for existing track specified by ID.</p>\n<h5 id=\"important-information\">Important information</h5>\n<p>You only need to specify fields that you want to change. Other data will not be changed.</p>\n<p><code>image</code> attribute accepts JPEG, WEBP, PNG, GIF files and/or public URL as the track's artwork, it is then saved in <code>track.thumbnails</code></p>\n<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/tracks/system/%7B%7Bid%7D%7D\">https://api.aimsapi.com/v1/tracks/system/{{id}}</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>required</th>\n<th>type</th>\n<th>default</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>yes</td>\n<td>int</td>\n<td>-</td>\n<td>ID of the track to be updated</td>\n</tr>\n<tr>\n<td>detailed</td>\n<td>no</td>\n<td>1/0</td>\n<td>0</td>\n<td>if set to 1, detailed response will be returned (see below)</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-schema\">REQUEST SCHEMA</h5>\n<p>All fields are optional.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>release_year</td>\n<td><code>int</code></td>\n<td>2015</td>\n</tr>\n<tr>\n<td>track_name</td>\n<td><code>string</code></td>\n<td>Morning Bell</td>\n</tr>\n<tr>\n<td>track_number</td>\n<td><code>string</code></td>\n<td>12</td>\n</tr>\n<tr>\n<td>track_code</td>\n<td><code>string</code></td>\n<td>SPRT2#12</td>\n</tr>\n<tr>\n<td>track_description</td>\n<td><code>string</code></td>\n<td>Intense tune for monday morning</td>\n</tr>\n<tr>\n<td>version</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>version_tag</td>\n<td><code>string</code></td>\n<td>Main</td>\n</tr>\n<tr>\n<td>version_name</td>\n<td><code>string</code></td>\n<td>Morning Bell (Main)</td>\n</tr>\n<tr>\n<td>master_track_number</td>\n<td><code>string</code></td>\n<td>11</td>\n</tr>\n<tr>\n<td>isrc</td>\n<td><code>string</code></td>\n<td>AB-123-45-12345</td>\n</tr>\n<tr>\n<td>label_name</td>\n<td><code>string</code></td>\n<td>Sprint Records</td>\n</tr>\n<tr>\n<td>label_code</td>\n<td><code>string</code></td>\n<td>SPRT</td>\n</tr>\n<tr>\n<td>label_lc_name</td>\n<td><code>string</code></td>\n<td>12345</td>\n</tr>\n<tr>\n<td>album_number</td>\n<td><code>string</code></td>\n<td>12</td>\n</tr>\n<tr>\n<td>album_code</td>\n<td><code>string</code></td>\n<td>SPRT2</td>\n</tr>\n<tr>\n<td>album_name</td>\n<td><code>string</code></td>\n<td>Everyday tunes</td>\n</tr>\n<tr>\n<td>album_description</td>\n<td><code>string</code></td>\n<td>Music for every day</td>\n</tr>\n<tr>\n<td>tempo</td>\n<td><code>string</code></td>\n<td>slow</td>\n</tr>\n<tr>\n<td>bpm</td>\n<td><code>int</code></td>\n<td>80</td>\n</tr>\n<tr>\n<td>music_key</td>\n<td><code>string</code></td>\n<td>D#m</td>\n</tr>\n<tr>\n<td>music_meter</td>\n<td><code>string</code></td>\n<td>2/2</td>\n</tr>\n<tr>\n<td>lyrics</td>\n<td><code>string</code></td>\n<td>Morning Bell, Morning Bell, ...</td>\n</tr>\n<tr>\n<td>lyrics_language</td>\n<td><code>string</code></td>\n<td>en</td>\n</tr>\n<tr>\n<td>artists</td>\n<td><code>array</code></td>\n<td>[\"John Doe\", \"Jane Doe\"]</td>\n</tr>\n<tr>\n<td>composers</td>\n<td><code>array</code></td>\n<td>[\"John Doe\", \"Jane Doe\"]</td>\n</tr>\n<tr>\n<td>publisher</td>\n<td><code>string</code></td>\n<td>Studio Fontana</td>\n</tr>\n<tr>\n<td>genres</td>\n<td><code>array</code></td>\n<td>[\"Rock\", \"Alternative Rock\"]</td>\n</tr>\n<tr>\n<td>instruments</td>\n<td><code>array</code></td>\n<td>[\"Guitar\", \"Piano\"]</td>\n</tr>\n<tr>\n<td>moods</td>\n<td><code>array</code></td>\n<td>[\"Joyful\", \"Happy\"]</td>\n</tr>\n<tr>\n<td>music_for</td>\n<td><code>array</code></td>\n<td>[\"Commercial\", \"Circus\"]</td>\n</tr>\n<tr>\n<td>album_keywords</td>\n<td><code>array</code></td>\n<td>[\"Chill-out\", \"Positive\"]</td>\n</tr>\n<tr>\n<td>active</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>licensable</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>restricted</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>commercial</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>territories</td>\n<td><code>array</code></td>\n<td>[\"us\", \"uk\", \"de\", \"fr\"]</td>\n</tr>\n<tr>\n<td>decades</td>\n<td><code>array</code></td>\n<td>[\"1980s\"]</td>\n</tr>\n<tr>\n<td>vocals</td>\n<td><code>array</code></td>\n<td>[\"vocal\", \"male vocal\"]</td>\n</tr>\n<tr>\n<td>sync_history</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>recognisable</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>jam_sync</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>hit</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>top</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>publishing_partner_us</td>\n<td><code>string</code></td>\n<td>Partner name</td>\n</tr>\n<tr>\n<td>publishing_partner</td>\n<td><code>string</code></td>\n<td>Partner name</td>\n</tr>\n<tr>\n<td>share</td>\n<td><code>float</code></td>\n<td>0.5</td>\n</tr>\n<tr>\n<td>owner</td>\n<td><code>string</code></td>\n<td>Owner name</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td><code>string</code></td>\n<td>abcde-1234</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>no</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>looped</td>\n<td>no</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>pro_affiliated</td>\n<td>no</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>content_id_registered</td>\n<td>no</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>released_at</td>\n<td>no</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>visibility</td>\n<td>no</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>custom_data</td>\n<td>no</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>artist_ids</td>\n<td>no</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>image</td>\n<td>no</td>\n<td><code>file, string</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-body\">RESPONSE BODY</h5>\n<p>Default:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"track\": {\n    \"id\": int,\n    \"id_client\": string,\n    \"duration\": int,\n    \"release_year\": int,\n    \"track_name\": string,\n    \"processed_at\": string | null,\n    \"process_input_error\": string | null,\n    \"store_secret\": string | null\n  }\n}\n\n</code></pre>\n<p>Detailed:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"track\": {\n    \"id\": int,\n    \"id_client\": string,\n    \"duration\": int,\n    \"release_year\": int,\n    \"track_name\": string,\n    \"processed_at\": string | null,\n    \"process_input_error\": string | null,\n    \"store_secret\": string | null,\n    \"track_number\": string | null,\n    \"track_code\": string | null,\n    \"track_description\": string | null,\n    \"version\": bool | null,\n    \"version_tag\": string | null,\n    \"version_name\": string | null,\n    \"master_track_number\": string | null,\n    \"isrc\": string | null,\n    \"label_name\": string | null,\n    \"label_code\": string | null,\n    \"label_lc_name\": string | null,\n    \"album_number\": string | null,\n    \"album_code\": string | null,\n    \"album_name\": string | null,\n    \"album_description\": string | null,\n    \"tempo\": string | null,\n    \"bpm\": int | null,\n    \"music_key\": string | null,\n    \"music_meter\": string | null,\n    \"lyrics\": string | null,\n    \"lyrics_language\": string | null,\n    \"artists\": array,\n    \"composers\": array,\n    \"publisher\": string | null,\n    \"genres\": array,\n    \"instruments\": array,\n    \"moods\": array,\n    \"music_for\": array,\n    \"album_keywords\": array,\n    \"active\": bool | null,\n    \"licensable\": bool | null,\n    \"restricted\": bool | null,\n    \"commercial\": bool | null,\n    \"process_input_error_details\": string | null,\n    \"explicit\": bool | null,\n    \"profane\": bool | null,\n    \"territories\": array,\n    \"decades\": array,\n    \"vocals\" array\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","tracks","system","1"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"1f5b7566-6ea0-40a5-b588-c67d20951a6c","name":"Update track by sytem ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"label_name\": \"Sprint records\",\n\t\"label_code\": \"SPRT\",\n\t\"track_name\": \"Updated track name\",\n\t\"instruments\": [\n\t\t\"Guitar\", \"Drums\", \"Piano\"\n\t],\n    \"image\": \"public-url.jpg\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/tracks/system/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"track\": {\n    \"id\": 1,\n    \"id_client\": \"603258\",\n    \"duration\": 61,\n    \"release_year\": 1999,\n    \"track_name\": \"Updated track name\",\n    \"processed_at\": \"2020-02-14T16:20:49.000000Z\",\n    \"process_input_error\": null,\n    \"store_secret\": \"llaVQ1VjhFd2px\",\n    \"track_number\": \"123\",\n    \"track_code\": \"SPRT2#123\",\n    \"track_description\": \"Track description\",\n    \"version\": true,\n    \"version_tag\": \"Main\",\n    \"version_name\": \"Track name (Main)\",\n    \"master_track_number\": \"12345\",\n    \"isrc\": \"CT-952-12-34-453\",\n    \"label_name\": \"Sprint records\",\n    \"label_code\": \"SPRT\",\n    \"label_lc_name\": \"12345\",\n    \"album_number\": \"2\",\n    \"album_code\": \"SPRT2\",\n    \"album_name\": \"Album name\",\n    \"album_description\": \"Albums description\",\n    \"tempo\": \"slow\",\n    \"bpm\": 80,\n    \"music_key\": \"D#m\",\n    \"music_meter\": \"2/2\",\n    \"lyrics\": \"Once upon a time, ...\",\n    \"lyrics_language\": \"en\",\n    \"artists\": [\n      \"John Doe\",\n      \"Jane Doe\"\n    ],\n    \"composers\": [\n      \"Alice Hellmann\",\n      \"Bob Diffie\"\n    ],\n    \"publisher\": \"Studio Fontana\",\n    \"genres\": [\n      \"Rock\",\n      \"Alternative\"\n    ],\n    \"instruments\": [\n      \"Guitar\",\n      \"Drums\",\n      \"Piano\"\n    ],\n    \"moods\": [\n      \"Joyful\",\n      \"Enticing\"\n    ],\n    \"music_for\": [\n      \"Commercial\",\n      \"Circus\"\n    ]\n  }\n}"}],"_postman_id":"9938ffd0-69a5-4877-a599-1dd134322fc3"}],"id":"09531ec7-284c-4a42-b1d5-881d1b65de0f","event":[{"listen":"prerequest","script":{"id":"9e1ed08c-c69c-43a8-82c2-10143ebb2523","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ea372dc4-b02e-4141-8738-21c7d9eb4630","type":"text/javascript","exec":[""]}}],"_postman_id":"09531ec7-284c-4a42-b1d5-881d1b65de0f","description":""},{"name":"Update track by client ID.","item":[{"name":"Update track by client ID","id":"f5824123-44b2-4b2f-8da1-e3ade76c7fe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"label_name\": \"Sprint records\",\n\t\"label_code\": \"SPRT\",\n\t\"track_name\": \"Updated track name\",\n\t\"instruments\": [\n\t\t\"Guitar\", \"Drums\", \"Piano\"\n\t],\n    \"image\": \"public-url.png\"\n}"},"url":"https://api.aimsapi.com/v1/tracks/client/605268","description":"<p>This endpoint allows you to update metadata for existing track specified by client ID (the ID you specify when adding a track).</p>\n<h5 id=\"important-information\">Important information</h5>\n<p>You only need to specify fields that you want to change. Other data will not be changed.</p>\n<p><code>image</code> attribute accepts JPEG, WEBP, PNG, GIF files and/or public URL as the track's artwork, it is then saved in <code>track.thumbnails</code></p>\n<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/tracks/client/%7B%7Bid_client%7D%7D\">https://api.aimsapi.com/v1/tracks/client/{{id_client}}</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>required</th>\n<th>type</th>\n<th>default</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id_client</td>\n<td>yes</td>\n<td>string</td>\n<td>-</td>\n<td>client ID of the track to be updated</td>\n</tr>\n<tr>\n<td>detailed</td>\n<td>no</td>\n<td>1/0</td>\n<td>0</td>\n<td>if set to 1, detailed response will be returned (see below)</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-schema\">REQUEST SCHEMA</h5>\n<p>All fields are optional.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>release_year</td>\n<td><code>int</code></td>\n<td>2015</td>\n</tr>\n<tr>\n<td>track_name</td>\n<td><code>string</code></td>\n<td>Morning Bell</td>\n</tr>\n<tr>\n<td>track_number</td>\n<td><code>string</code></td>\n<td>12</td>\n</tr>\n<tr>\n<td>track_code</td>\n<td><code>string</code></td>\n<td>SPRT2#12</td>\n</tr>\n<tr>\n<td>track_description</td>\n<td><code>string</code></td>\n<td>Intense tune for monday morning</td>\n</tr>\n<tr>\n<td>version</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>version_tag</td>\n<td><code>string</code></td>\n<td>Main</td>\n</tr>\n<tr>\n<td>version_name</td>\n<td><code>string</code></td>\n<td>Morning Bell (Main)</td>\n</tr>\n<tr>\n<td>master_track_number</td>\n<td><code>string</code></td>\n<td>11</td>\n</tr>\n<tr>\n<td>isrc</td>\n<td><code>string</code></td>\n<td>AB-123-45-12345</td>\n</tr>\n<tr>\n<td>label_name</td>\n<td><code>string</code></td>\n<td>Sprint Records</td>\n</tr>\n<tr>\n<td>label_code</td>\n<td><code>string</code></td>\n<td>SPRT</td>\n</tr>\n<tr>\n<td>label_lc_name</td>\n<td><code>string</code></td>\n<td>12345</td>\n</tr>\n<tr>\n<td>album_number</td>\n<td><code>string</code></td>\n<td>12</td>\n</tr>\n<tr>\n<td>album_code</td>\n<td><code>string</code></td>\n<td>SPRT2</td>\n</tr>\n<tr>\n<td>album_name</td>\n<td><code>string</code></td>\n<td>Everyday tunes</td>\n</tr>\n<tr>\n<td>album_description</td>\n<td><code>string</code></td>\n<td>Music for every day</td>\n</tr>\n<tr>\n<td>tempo</td>\n<td><code>string</code></td>\n<td>slow</td>\n</tr>\n<tr>\n<td>bpm</td>\n<td><code>int</code></td>\n<td>80</td>\n</tr>\n<tr>\n<td>music_key</td>\n<td><code>string</code></td>\n<td>D#m</td>\n</tr>\n<tr>\n<td>music_meter</td>\n<td><code>string</code></td>\n<td>2/2</td>\n</tr>\n<tr>\n<td>lyrics</td>\n<td><code>string</code></td>\n<td>Morning Bell, Morning Bell, ...</td>\n</tr>\n<tr>\n<td>lyrics_language</td>\n<td><code>string</code></td>\n<td>en</td>\n</tr>\n<tr>\n<td>artists</td>\n<td><code>array</code></td>\n<td>[\"John Doe\", \"Jane Doe\"]</td>\n</tr>\n<tr>\n<td>composers</td>\n<td><code>array</code></td>\n<td>[\"John Doe\", \"Jane Doe\"]</td>\n</tr>\n<tr>\n<td>publisher</td>\n<td><code>string</code></td>\n<td>Studio Fontana</td>\n</tr>\n<tr>\n<td>genres</td>\n<td><code>array</code></td>\n<td>[\"Rock\", \"Alternative Rock\"]</td>\n</tr>\n<tr>\n<td>instruments</td>\n<td><code>array</code></td>\n<td>[\"Guitar\", \"Piano\"]</td>\n</tr>\n<tr>\n<td>moods</td>\n<td><code>array</code></td>\n<td>[\"Joyful\", \"Happy\"]</td>\n</tr>\n<tr>\n<td>music_for</td>\n<td><code>array</code></td>\n<td>[\"Commercial\", \"Circus\"]</td>\n</tr>\n<tr>\n<td>album_keywords</td>\n<td><code>array</code></td>\n<td>[\"Chill-out\", \"Positive\"]</td>\n</tr>\n<tr>\n<td>active</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>licensable</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>restricted</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>commercial</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>territories</td>\n<td><code>array</code></td>\n<td>[\"us\", \"uk\", \"de\", \"fr\"]</td>\n</tr>\n<tr>\n<td>decades</td>\n<td><code>array</code></td>\n<td>[\"1980s\"]</td>\n</tr>\n<tr>\n<td>vocals</td>\n<td><code>array</code></td>\n<td>[\"vocal\", \"male vocal\"]</td>\n</tr>\n<tr>\n<td>sync_history</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>recognisable</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>jam_sync</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>hit</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>top</td>\n<td><code>bool</code></td>\n<td>false</td>\n</tr>\n<tr>\n<td>publishing_partner_us</td>\n<td><code>string</code></td>\n<td>Partner name</td>\n</tr>\n<tr>\n<td>publishing_partner</td>\n<td><code>string</code></td>\n<td>Partner name</td>\n</tr>\n<tr>\n<td>share</td>\n<td><code>float</code></td>\n<td>0.5</td>\n</tr>\n<tr>\n<td>owner</td>\n<td><code>string</code></td>\n<td>Owner name</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td><code>string</code></td>\n<td>abcde-1234</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>no</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>looped</td>\n<td>no</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>pro_affiliated</td>\n<td>no</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>content_id_registered</td>\n<td>no</td>\n<td><code>bool</code></td>\n</tr>\n<tr>\n<td>released_at</td>\n<td>no</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>visibility</td>\n<td>no</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>custom_data</td>\n<td>no</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>artist_ids</td>\n<td>no</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>image</td>\n<td>no</td>\n<td><code>file, string</code></td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-body\">RESPONSE BODY</h5>\n<p>Default:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"track\": {\n    \"id\": int,\n    \"id_client\": string,\n    \"duration\": int,\n    \"release_year\": int,\n    \"track_name\": string,\n    \"processed_at\": string | null,\n    \"process_input_error\": string | null,\n    \"store_secret\": string | null\n  }\n}\n\n</code></pre>\n<p>Detailed:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"track\": {\n    \"id\": int,\n    \"id_client\": string,\n    \"duration\": int,\n    \"release_year\": int,\n    \"track_name\": string,\n    \"processed_at\": string | null,\n    \"process_input_error\": string | null,\n    \"store_secret\": string | null,\n    \"track_number\": string | null,\n    \"track_code\": string | null,\n    \"track_description\": string | null,\n    \"version\": bool | null,\n    \"version_tag\": string | null,\n    \"version_name\": string | null,\n    \"master_track_number\": string | null,\n    \"isrc\": string | null,\n    \"label_name\": string | null,\n    \"label_code\": string | null,\n    \"label_lc_name\": string | null,\n    \"album_number\": string | null,\n    \"album_code\": string | null,\n    \"album_name\": string | null,\n    \"album_description\": string | null,\n    \"tempo\": string | null,\n    \"bpm\": int | null,\n    \"music_key\": string | null,\n    \"music_meter\": string | null,\n    \"lyrics\": string | null,\n    \"lyrics_language\": string | null,\n    \"artists\": array,\n    \"composers\": array,\n    \"publisher\": string | null,\n    \"genres\": array,\n    \"instruments\": array,\n    \"moods\": array,\n    \"music_for\": array,\n    \"album_keywords\": array,\n    \"active\": bool | null,\n    \"licensable\": bool | null,\n    \"restricted\": bool | null,\n    \"commercial\": bool | null,\n    \"process_input_error_details\": string | null,\n    \"explicit\": bool | null,\n    \"profane\": bool | null,\n    \"territories\": array,\n    \"decades\": array,\n    \"vocals\" array\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","tracks","client","605268"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"f4cace47-8aa8-4325-9434-ab9a61a26e11","name":"Update track by client ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"label_name\": \"Sprint records\",\n\t\"label_code\": \"SPRT\",\n\t\"track_name\": \"Updated track name\",\n\t\"instruments\": [\n\t\t\"Guitar\", \"Drums\", \"Piano\"\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/tracks/client/605268"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"track\": {\n    \"id\": 1,\n    \"id_client\": \"603258\",\n    \"duration\": 61,\n    \"release_year\": 1999,\n    \"track_name\": \"Updated track name\",\n    \"processed_at\": \"2020-02-14T16:20:49.000000Z\",\n    \"process_input_error\": null,\n    \"store_secret\": \"llaVQ1VjhFd2px\",\n    \"track_number\": \"123\",\n    \"track_code\": \"SPRT2#123\",\n    \"track_description\": \"Track description\",\n    \"version\": true,\n    \"version_tag\": \"Main\",\n    \"version_name\": \"Track name (Main)\",\n    \"master_track_number\": \"12345\",\n    \"isrc\": \"CT-952-12-34-453\",\n    \"label_name\": \"Sprint records\",\n    \"label_code\": \"SPRT\",\n    \"label_lc_name\": \"12345\",\n    \"album_number\": \"2\",\n    \"album_code\": \"SPRT2\",\n    \"album_name\": \"Album name\",\n    \"album_description\": \"Albums description\",\n    \"tempo\": \"slow\",\n    \"bpm\": 80,\n    \"music_key\": \"D#m\",\n    \"music_meter\": \"2/2\",\n    \"lyrics\": \"Once upon a time, ...\",\n    \"lyrics_language\": \"en\",\n    \"artists\": [\n      \"John Doe\",\n      \"Jane Doe\"\n    ],\n    \"composers\": [\n      \"Alice Hellmann\",\n      \"Bob Diffie\"\n    ],\n    \"publisher\": \"Studio Fontana\",\n    \"genres\": [\n      \"Rock\",\n      \"Alternative\"\n    ],\n    \"instruments\": [\n      \"Guitar\",\n      \"Drums\",\n      \"Piano\"\n    ],\n    \"moods\": [\n      \"Joyful\",\n      \"Enticing\"\n    ],\n    \"music_for\": [\n      \"Commercial\",\n      \"Circus\"\n    ]\n  }\n}"}],"_postman_id":"f5824123-44b2-4b2f-8da1-e3ade76c7fe8"}],"id":"606b7c1b-a459-4745-b849-87a429c9dcfd","event":[{"listen":"prerequest","script":{"id":"9d5f7b56-17b6-4af3-9c18-6920d62a7000","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0af3d66e-3953-4341-872c-b14adfedc525","type":"text/javascript","exec":[""]}}],"_postman_id":"606b7c1b-a459-4745-b849-87a429c9dcfd","description":""}],"id":"12cf9945-808d-4446-a2b3-2c8b116ba543","_postman_id":"12cf9945-808d-4446-a2b3-2c8b116ba543","description":""},{"name":"Delete track by system ID","item":[{"name":"Delete track by system ID","id":"2ba26e20-a8b0-4d0d-9bc2-004306caf330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.aimsapi.com/v1/tracks/system/1","description":"<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/tracks/system/1</p>\n\n<h5>URL Parameters</h5>\n\n<p><b>id</b><code>string</code>(required) Example: 1</p>\n\n<p>System ID</p>\n\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"message\": {\n  \"type\": \"string\"\n    }\n\n</code></pre>\n","urlObject":{"path":["v1","tracks","system","1"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"12984619-3c1c-41eb-8b36-2a5a6abf872e","name":"Delete track by system ID","originalRequest":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.aimsapi.com/v1/tracks/system/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.12.2"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.2.12"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 22 Nov 2018 10:16:03 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"60"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track has been deleted.\"\n}"}],"_postman_id":"2ba26e20-a8b0-4d0d-9bc2-004306caf330"}],"id":"00d914af-643e-4fd8-9f70-869a939f67a0","event":[{"listen":"prerequest","script":{"id":"92de51a7-0f22-47f8-a843-8f44a880b6ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a8a124f9-1bac-44e9-9f78-f8daaa94f2d8","type":"text/javascript","exec":[""]}}],"_postman_id":"00d914af-643e-4fd8-9f70-869a939f67a0","description":""},{"name":"Delete track by client ID","item":[{"name":"Delete track by client ID","id":"8775d54b-a175-4b8b-af0e-a565578b743e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.aimsapi.com/v1/tracks/client/1","description":"<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/tracks/client/1</p>\n\n<h5>URL Parameters</h5>\n\n<p><b>id</b><code>string</code>(required) Example: 1</p>\n\n<p>Client ID</p>\n\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"message\": {\n  \"type\": \"string\"\n}\n\n</code></pre>\n","urlObject":{"path":["v1","tracks","client","1"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"d6b39793-f5a3-45e2-aa7d-5cff9ed8081d","name":"Delete track by client ID","originalRequest":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.aimsapi.com/v1/tracks/client/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.12.2"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.2.12"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 22 Nov 2018 12:26:48 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"60"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track has been deleted.\"\n}"}],"_postman_id":"8775d54b-a175-4b8b-af0e-a565578b743e"}],"id":"33e45732-bf6f-4e3d-b613-0d241c00c510","event":[{"listen":"prerequest","script":{"id":"4be24e0e-a70f-45f5-a199-f6995de4e2af","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b42ec0b4-a33d-4f6d-85cf-77b124869fcd","type":"text/javascript","exec":[""]}}],"_postman_id":"33e45732-bf6f-4e3d-b613-0d241c00c510","description":""},{"name":"List tracks","item":[{"name":"List tracks","id":"111b511d-7814-43d5-b8ca-1e944637ecf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tracks?page=3&page_size=10","description":"<h5 id=\"important-information\">Important information</h5>\n<ul>\n<li>Maximal page size is 1 000 items.</li>\n<li>204 HTTP status code is returned if no more content exists (i.e. when you specify too high page number).</li>\n</ul>\n<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/tracks\">https://api.aimsapi.com/v1/tracks</a></p>\n<h5 id=\"url-parameters\">URL Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>type</th>\n<th>required</th>\n<th>default value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>int</td>\n<td>no</td>\n<td>1</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>int</td>\n<td>no</td>\n<td>100</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-schema\">RESPONSE SCHEMA</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"tracks\": [\n    {\n      \"id\": 12345,\n      \"id_client\": \"CLIENT#ID\",\n      \"duration\": 123,\n      \"release_year\": 2019,\n      \"track_name\": \"Itchy Fingers\",\n      \"tags\": [\n        \"T1\",\n        \"T2\"\n      ],\n      \"processed_at\": \"2019-08-07T12:34:56.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    ...\n  ],\n  \"pagination\": {\n    \"item_count\": 275012,\n    \"page\": 1,\n    \"page_size\": 100,\n    \"page_count\": 2751\n  }\n}\n\n</code></pre>\n<h5 id=\"response-headers\">RESPONSE HEADERS</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-markup\">...\nX-Previous-Page: https://api.aimsapi.com/v1/tracks?page=2&amp;page_size=10\nX-Next-Page: https://api.aimsapi.com/v1/tracks?page=4&amp;page_size=10\n...\n\n</code></pre>\n<p>Response contains pagination headers. Headers are only present when previous/next page is available (i.e. <code>X-Previous-Page</code> will not be available when listing first page of tracks and <code>X-Next-Page</code> will not be available when listing the last page).</p>\n","urlObject":{"path":["v1","tracks"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"3"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"7cd02bec-dbd9-42bd-8f86-60f7dcb877e9","name":"List tracks","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/tracks?page=3&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","tracks"],"query":[{"key":"page","value":"3"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.10.3"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Wed, 07 Aug 2019 07:41:37 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-Previous-Page","value":"https://api.aimsapi.com/v1/tracks?page=2&page_size=10"},{"description":{"content":"","type":"text/plain"},"key":"X-Next-Page","value":"https://api.aimsapi.com/v1/tracks?page=4&page_size=10"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"60"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"58"},{"description":{"content":"","type":"text/plain"},"key":"X-Frame-Options","value":"SAMEORIGIN"},{"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"tracks\": [\n        {\n            \"id\": 12345,\n            \"id_client\": \"CLIENT#ID\",\n            \"duration\": 123,\n            \"release_year\": 2019,\n            \"track_name\": \"Itchy Fingers\",\n            \"tags\": [\n                \"T1\",\n                \"T2\"\n            ],\n            \"processed_at\": \"2019-08-06T12:34:56.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        ...\n    ],\n    \"pagination\": {\n        \"item_count\": 275012,\n        \"page\": 3,\n        \"page_size\": 10,\n        \"page_count\": 27502\n    }\n}"}],"_postman_id":"111b511d-7814-43d5-b8ca-1e944637ecf6"},{"name":"Get count of tracks","id":"988263ab-5b9d-43f7-8a6f-e75d58443425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tracks/length","description":"<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/tracks/length\">https://api.aimsapi.com/v1/tracks/length</a></p>\n<h5 id=\"response-schema\">RESPONSE SCHEMA</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"length\": 275012\n}\n\n</code></pre>\n","urlObject":{"path":["v1","tracks","length"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"bf8c5278-8183-49ac-b823-395f28881007","name":"Get count of tracks","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tracks/length"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.10.3"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Wed, 07 Aug 2019 08:18:33 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"60"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"58"},{"description":{"content":"","type":"text/plain"},"key":"X-Frame-Options","value":"SAMEORIGIN"},{"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"length\": 275012\n}"}],"_postman_id":"988263ab-5b9d-43f7-8a6f-e75d58443425"}],"id":"3195b2da-d77e-4d16-8669-8cfe220477ea","_postman_id":"3195b2da-d77e-4d16-8669-8cfe220477ea","description":""}],"id":"8a380408-68a4-4081-a801-4252df89b571","event":[{"listen":"prerequest","script":{"id":"639bb8ff-5974-4013-811b-a7cf928dd4c9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c57a7da0-e027-4e85-a03f-a6fab77d13e5","type":"text/javascript","exec":[""]}}],"_postman_id":"8a380408-68a4-4081-a801-4252df89b571","description":""},{"name":"Paid addons","item":[{"name":"Prompt Search","item":[{"name":"Prompt Search","item":[{"name":"Prompt Search","id":"2d615c86-c1c9-4f73-85a4-f36f8f3d9a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"}],"url":"https://api.aimsapi.com/v1/query/by-text","description":"<p>You can now explore music catalogues using natural phrases, synch briefs, scene descriptions, or any other prompts you can think of.</p>\n<p>Important information</p>\n<ul><li><p>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the<a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a>endpoint below.</p></li><li><p>Filtering is available for this endpoint. See the<a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a>section.</p></li><li><p>A 422 HTTP status code with an error message can occur if the prompt is not understood (e.g. \"Test\" or \"Nope\").</p></li></ul>\n\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/query/by-text</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"text\": {\n    \"type\": \"string\",\n    \"description\": \"Text to search by\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"text\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query_id\": {\n    \"type\": \"uuid\",\n    \"description\": \"An ID to use to reference this query.\"\n},\n\"tracks\": {\n    \"type\": \"array\",\n    \"description\": \"A list of similar tracks.\"\n},\n\"required\": [\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","query","by-text"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"5ebcd6fc-52b2-4a93-ae26-3b83c62727b1","name":"Prompt Search","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"}],"url":"https://api.aimsapi.com/v1/query/by-text"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ]\n}"}],"_postman_id":"2d615c86-c1c9-4f73-85a4-f36f8f3d9a7e"},{"name":"Prompt Search hash","id":"564fca62-3450-41c4-b07a-a55bf062bb26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"}],"url":"https://api.aimsapi.com/v1/query/by-text-hash","description":"<p>This endpoint allows you to reuse a previously used prompt with the <a href=\"#30a0532b-2bdf-4f9f-96d3-a77e7985fe31\">Prompt Search</a> endpoint.</p>\n<p>The <a href=\"#30a0532b-2bdf-4f9f-96d3-a77e7985fe31\">Prompt Serach</a> endpoint returns an <code>X-Hash</code> header. You can use this value for subsequent calls for the same prompt instead of resending the prompt. Please see the example next to this endpoint for details on submitting the hash.</p>\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/query/by-text-hash</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"hash\": {\n    \"type\": \"string\",\n    \"description\": \"X-hash from previous prmpt search Header\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"text\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query_id\": {\n    \"type\": \"uuid\",\n    \"description\": \"An ID to use to reference this query.\"\n},\n\"tracks\": {\n    \"type\": \"array\",\n    \"description\": \"A list of similar tracks.\"\n},\n\"required\": [\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","query","by-text-hash"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"2aad9158-865c-4896-9c18-e3de4b758548","name":"Prompt Search hash","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"}],"url":"https://api.aimsapi.com/v1/query/by-text-hash"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ]\n}"}],"_postman_id":"564fca62-3450-41c4-b07a-a55bf062bb26"}],"id":"fcc9aa72-01d2-49e6-8612-c052288284c7","_postman_id":"fcc9aa72-01d2-49e6-8612-c052288284c7","description":""},{"name":"Prompt Search","id":"30a0532b-2bdf-4f9f-96d3-a77e7985fe31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"prompt\",\n            \"value\": \"Tumbleweed Rolling Along An Empty Highway\"\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 50\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<p>You can now explore music catalogues using natural phrases, synch briefs, scene descriptions, or any other prompts you can think of.</p>\n<p>Important information</p>\n<ul><li><div>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the <a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion </a>endpoint below.</div></li><li><div>Filtering is available for this endpoint. See the <a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering </a>section.</div></li><li><div>A 422 HTTP status code with an error message can occur if the prompt is not understood (e.g. \"Test\" or \"Nope\").</div></li></ul>\n\n<p><b>REQUEST SCHEMA</b></p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-typescript\">type Seed = {\n    type: \"prompt\"\n    value: string     // prompt to get results for\n}\ntype SearchRequest = {\n    seeds: []Seed      // required\n    detailed?: bool    // default false\n    page?: int         // default 1, min 1\n    page_size?: int    // default 20, min 1, max 1000\n    highlights?: bool  // default false\n    filter?: Filter    // see filtering\n}\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"32d6e779-5a7d-4c51-be31-bfbfbcbb25b5","name":"Prompt Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"prompt\",\n            \"value\": \"Tumbleweed Rolling Along An Empty Highway\"\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"did_you_mean\": [\n\t\t{\n\t\t\t\"type\": \"prompt\",\n\t\t\t\"value\": \"Tumbleweed Rolling Along An Empty Highway\",\n\t\t\t\"included\": true\n\t\t}\n\t],\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"totals\": {\n\t\t\"tracks\": {\n\t\t\t\"relation\": \"gte\",\n\t\t\t\"value\": 10000\n\t\t}\n\t},\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ]\n}"},{"id":"fc643fa2-7a2e-44cd-b5f7-cc4f295e126b","name":"Prompt Search with Filters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"prompt\",\n            \"value\": \"Tumbleweed Rolling Along An Empty Highway\"\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/query/by-text"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"did_you_mean\": [\n\t\t{\n\t\t\t\"type\": \"prompt\",\n\t\t\t\"value\": \"Tumbleweed Rolling Along An Empty Highway\",\n\t\t\t\"included\": true\n\t\t}\n\t],\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"totals\": {\n\t\t\"tracks\": {\n\t\t\t\"relation\": \"eq\",\n\t\t\t\"value\": 7245\n\t\t}\n\t},\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"guitar\",\n                \"flute\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ]\n}"}],"_postman_id":"30a0532b-2bdf-4f9f-96d3-a77e7985fe31"}],"id":"08dc706c-6020-4432-9589-52beeca1cf7f","_postman_id":"08dc706c-6020-4432-9589-52beeca1cf7f","description":""},{"name":"Unified Search","item":[{"name":"Unified Search queries","item":[{"name":"Tag Search","id":"ee530703-21b0-40e3-b0e3-5bd4e3387ed3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-User-Id","value":"userId"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"electric guitar\",\n    \"page\": 1,\n    \"page_size\": 40\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/searh</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query\": {\n    \"type\": \"string\",\n    \"description\": \"Tag to search by\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"query\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"action\": {\n    \"type\": \"object\",\n    \"properties\": {\n        \"type\": {\n          \"type\": \"string\",\n          \"example\": \"search\"\n    \"description\": \"Definition of the request type\"\n},\n\"aggregations\": {\n    \"type\": [\"object\", \"null\"],\n    \"description\": \"TBA\"\n},\n\"did_you_mean\": {\n    \"type\": \"array\",\n    \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"type\": {\n            \"type\": \"string\",\n            \"example\": \"tag\"\n            },\n          \"value\": {\n            \"type\": \"string\",\n            \"example\": \"electric guitar\"\n          },\n          \"included\": {\n            \"type\": \"boolean\",\n            \"example\": true\n    \"description\": \"Suggestions based on the searched text\"\n},\n\"query_id\": {\n      \"type\": \"string\",\n      \"example\": \"9fdd4e6d-b656-42b5-a42f-79e83c6c0d49\"\n    },\n\"totals\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"tracks\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"relation\": {\n              \"type\": \"string\",\n              \"example\": \"gte\"\n            },\n            \"value\": {\n              \"type\": \"integer\",\n              \"example\": 10000\n            }\n\"tracks\": {\n      \"type\": \"array\"\n\"required\": [\n    \"action\",\n    \"aggregations\"\n    \"did_you_mean\",\n    \"totals\",\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"f6104cca-9ac3-4e86-992d-ec90cddc2e1f","name":"Tag Search","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-User-Id","value":"userId"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"electric guitar\",\n    \"detailed\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"action\": {\n    \"type\": \"search\"\n  },\n  \"aggregations\": null,\n  \"did_you_mean\": [\n    {\n      \"type\": \"tag\",\n      \"value\": \"electric guitar\",\n      \"included\": true\n    },\n    {\n      \"type\": \"prompt\",\n      \"value\": \"electric guitar\",\n      \"included\": false\n    }\n  ],\n  \"query_id\": \"2d50359f-e4a5-45c3-a335-353062bb9639\",\n  \"totals\": {\n    \"tracks\": {\n      \"relation\": \"gte\",\n      \"value\": 10000\n    }\n  },\n  \"tracks\": [\n    {\n      \"active\": null,\n      \"album_code\": \"AB-CD232\",\n      \"album_description\": \"Raw guitars played on cracked-out amps, big bluesy bass riffs and dirty, heavy drums come together in this collection of bare-bones, rootsy, dirty blues rock.\",\n      \"album_keywords\": null,\n      \"album_name\": \"Dirty Blues Rock\",\n      \"album_number\": \"232\",\n      \"artist_canonical\": \"alicia-anderson-anderson-bjerre-mark-nikolaj\",\n      \"artists\": [\n        \"Nikolaj Bjerre\",\n        \"Mark Anderson\",\n        \"Alicia Anderson\"\n      ],\n      \"auto_tagging_output\": {\n        \"bpm\": 134,\n        \"decades\": [\n          \"2000s\"\n        ],\n        \"genres\": [\n          \"garage rock\",\n          \"rock\"\n        ],\n        \"instruments\": [\n          \"electric guitar\",\n          \"drums\",\n          \"percussion\",\n          \"bass\",\n          \"guitar\"\n        ],\n        \"key\": [\n          \"E major\"\n        ],\n        \"moods\": [\n          \"energetic\",\n          \"driving\",\n          \"propulsive\",\n          \"motivating\",\n          \"determined\",\n          \"aggressive\"\n        ],\n        \"tempo\": [],\n        \"usages\": [\n          \"sport\"\n        ],\n        \"vocals\": [\n          \"instrumental\"\n        ]\n      },\n      \"bpm\": 134,\n      \"categories\": null,\n      \"commercial\": null,\n      \"composers\": [\n        \"Nikolaj Bjerre\",\n        \"Mark Anderson\",\n        \"Alicia Anderson\"\n      ],\n      \"content_id_registered\": null,\n      \"cuesheet_info\": null,\n      \"custom_data\": null,\n      \"decades\": [],\n      \"duration\": 29,\n      \"explicit\": null,\n      \"external_id\": null,\n      \"filepath\": \"AB-CD232_53-Jetphase\",\n      \"genres\": [\n        \"blues\",\n        \"blues rock\",\n        \"rock\"\n      ],\n      \"hit\": null,\n      \"id\": \"203902315\",\n      \"id_client\": \"AB-CD232#53\",\n      \"instruments\": [\n        \"bass\",\n        \"bass guitar\",\n        \"percussion\",\n        \"drums\",\n        \"strings\",\n        \"electric guitar\",\n        \"percussions\",\n        \"vocals\"\n      ],\n      \"isrc\": \"USAML1323253\",\n      \"jam_sync\": null,\n      \"label_code\": \"AB-CD\",\n      \"label_lc_name\": \"7288\",\n      \"label_name\": \"Abaco\",\n      \"licensable\": null,\n      \"looped\": null,\n      \"lyrics\": null,\n      \"lyrics_language\": null,\n      \"master_track_id\": \"AB-CD232#13\",\n      \"master_track_number\": null,\n      \"moods\": [\n        \"energetic\",\n        \"driving\",\n        \"positive\",\n        \"propulsive\",\n        \"uplifting\"\n      ],\n      \"music_for\": [\n        \"sport\"\n      ],\n      \"music_key\": null,\n      \"music_meter\": null,\n      \"owner\": null,\n      \"pro_affiliated\": null,\n      \"process_input_error\": null,\n      \"process_input_error_details\": null,\n      \"processed_at\": \"2020-02-28T10:56:51Z\",\n      \"profane\": null,\n      \"publisher\": \"Imagem Production Music\",\n      \"publishing_partner\": null,\n      \"publishing_partner_us\": null,\n      \"recognisable\": null,\n      \"release_year\": 2013,\n      \"released_at\": null,\n      \"restricted\": null,\n      \"share\": null,\n      \"store_secret\": null,\n      \"streaming_hash\": \"9f115b7751cd022996dab9fa63b9a40a\",\n      \"streaming_id\": 141326560,\n      \"subgenres\": null,\n      \"sync_history\": null,\n      \"tags\": [\n        \"AB-CD\"\n      ],\n      \"tempo\": \"Fast\",\n      \"territories\": null,\n      \"top\": null,\n      \"track_code\": \"AB-CD232#53\",\n      \"track_description\": \"(30'' edit) - lively festival rock with propulsive drums, dirty bass and phasing guitar\",\n      \"track_name\": \"Jetphase\",\n      \"track_number\": \"53\",\n      \"version\": null,\n      \"version_name\": null,\n      \"version_tag\": \"30.0\",\n      \"visibility\": null,\n      \"vocals\": [\n        \"instrumental\"\n      ]\n    }\n  ],\n  \"type\": \"tag\"\n}"}],"_postman_id":"ee530703-21b0-40e3-b0e3-5bd4e3387ed3"},{"name":"Full-text Search","id":"cf5d0bcd-9f2d-4cbc-982f-d2232bc2076d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"romantic piano 30 seconds\",\n    \"detailed\":true\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/searh</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query\": {\n    \"type\": \"string\",\n    \"description\": \"Full-text to search by\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"query\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"action\": {\n    \"type\": \"object\",\n    \"properties\": {\n        \"type\": {\n          \"type\": \"string\",\n          \"example\": \"search\"\n    \"description\": \"Definition of the request type\"\n},\n\"aggregations\": {\n    \"type\": [\"object\", \"null\"],\n    \"description\": \"TBA\"\n},\n\"did_you_mean\": {\n    \"type\": \"array\",\n    \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"type\": {\n            \"type\": \"string\",\n            \"example\": \"tag\"\n            },\n          \"value\": {\n            \"type\": \"string\",\n            \"example\": \"electric guitar\"\n          },\n          \"included\": {\n            \"type\": \"boolean\",\n            \"example\": true\n    \"description\": \"Suggestions based on the searched text\"\n},\n\"query_id\": {\n      \"type\": \"string\",\n      \"example\": \"9fdd4e6d-b656-42b5-a42f-79e83c6c0d49\"\n    },\n\"totals\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"tracks\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"relation\": {\n              \"type\": \"string\",\n              \"example\": \"gte\"\n            },\n            \"value\": {\n              \"type\": \"integer\",\n              \"example\": 10000\n            }\n\"tracks\": {\n      \"type\": \"array\"\n\"required\": [\n    \"action\",\n    \"aggregations\"\n    \"did_you_mean\",\n    \"totals\",\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"0d3df572-c012-4552-9bcf-3a3e8bb4e653","name":"Full-text Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"romantic piano 30 seconds\",\n    \"detailed\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"type\": \"full-text\",\n            \"value\": \"30 seconds\",\n            \"included\": true\n        },\n        {\n            \"type\": \"tag\",\n            \"value\": \"romantic\",\n            \"included\": true\n        },\n        {\n            \"type\": \"tag\",\n            \"value\": \"piano\",\n            \"included\": true\n        },\n        {\n            \"type\": \"prompt\",\n            \"value\": \"romantic piano 30 seconds\",\n            \"included\": false\n        }\n    ],\n    \"query_id\": \"b2e8b814-2442-4e2b-94ee-d8b80c80861f\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"active\": null,\n            \"album_code\": \"XEL5\",\n            \"album_description\": \"Cafe Romantique\",\n            \"album_keywords\": null,\n            \"album_name\": \"Cafe Romantique\",\n            \"album_number\": \"5\",\n            \"artist_canonical\": \"tautz-werner\",\n            \"artists\": [\n                \"Werner Tautz\"\n            ],\n            \"auto_tagging_output\": {\n                \"bpm\": 119,\n                \"decades\": [\n                    \"1950s\"\n                ],\n                \"genres\": [\n                    \"easy listening\",\n                    \"film score\"\n                ],\n                \"instruments\": [\n                    \"choir\",\n                    \"strings\",\n                    \"drums\",\n                    \"percussion\"\n                ],\n                \"key\": [\n                    \"C major\"\n                ],\n                \"moods\": [\n                    \"romantic\",\n                    \"melodic\",\n                    \"sentimental\",\n                    \"affectionate\",\n                    \"melodious\",\n                    \"nostalgic\"\n                ],\n                \"tempo\": [],\n                \"usages\": [\n                    \"love\",\n                    \"drama\"\n                ],\n                \"vocals\": [\n                    \"instrumental\"\n                ]\n            },\n            \"bpm\": 119,\n            \"categories\": null,\n            \"commercial\": null,\n            \"composers\": [\n                \"Werner Tautz\"\n            ],\n            \"content_id_registered\": null,\n            \"cuesheet_info\": null,\n            \"custom_data\": null,\n            \"decades\": [],\n            \"duration\": 30,\n            \"explicit\": null,\n            \"external_id\": null,\n            \"filepath\": \"XEL5_28-Dreamin_Easy\",\n            \"genres\": [\n                \"easy listening\"\n            ],\n            \"hit\": null,\n            \"id\": \"204030278\",\n            \"id_client\": \"XEL5#28\",\n            \"instruments\": [\n                \"woodwind\",\n                \"saxophone\"\n            ],\n            \"isrc\": \"GBBPP0170513\",\n            \"jam_sync\": null,\n            \"label_code\": \"XEL\",\n            \"label_lc_name\": \"51036\",\n            \"label_name\": \"Easy Listening\",\n            \"licensable\": null,\n            \"looped\": null,\n            \"lyrics\": null,\n            \"lyrics_language\": null,\n            \"master_track_id\": \"XEL5#13\",\n            \"master_track_number\": null,\n            \"moods\": [\n                \"romantic\",\n                \"passionate\"\n            ],\n            \"music_for\": [\n                \"love\",\n                \"drama\"\n            ],\n            \"music_key\": null,\n            \"music_meter\": null,\n            \"owner\": null,\n            \"pro_affiliated\": null,\n            \"process_input_error\": null,\n            \"process_input_error_details\": null,\n            \"processed_at\": \"2020-02-28T10:56:51Z\",\n            \"profane\": null,\n            \"publisher\": \"Brillant-Musik Switzerland Joachim Tautz\",\n            \"publishing_partner\": null,\n            \"publishing_partner_us\": null,\n            \"recognisable\": null,\n            \"release_year\": 2001,\n            \"released_at\": null,\n            \"restricted\": null,\n            \"share\": null,\n            \"store_secret\": null,\n            \"streaming_hash\": \"9f115b7751cd022996dab9fa63b9a40a\",\n            \"streaming_id\": 143165615,\n            \"subgenres\": null,\n            \"sync_history\": null,\n            \"tags\": [\n                \"XEL\"\n            ],\n            \"tempo\": null,\n            \"territories\": null,\n            \"top\": null,\n            \"track_code\": \"XEL5#28\",\n            \"track_description\": \"30 Seconds, Flowing, Gentle, Cafe, Sweet, Suburban\",\n            \"track_name\": \"Dreamin' Easy\",\n            \"track_number\": \"28\",\n            \"version\": true,\n            \"version_name\": null,\n            \"version_tag\": \"30\",\n            \"visibility\": null,\n            \"vocals\": [\n                \"instrumental\"\n            ]\n        }\n    ],\n    \"type\": \"full-text\"\n}"}],"_postman_id":"cf5d0bcd-9f2d-4cbc-982f-d2232bc2076d"},{"name":"Keyword Search","id":"0b3fcf5d-34ec-4245-a4d4-db5b934536a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"claude debussy clair de lune\",\n    \"detailed\":true\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/searh</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query\": {\n    \"type\": \"string\",\n    \"description\": \"Keyword(s) to search by\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"query\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"action\": {\n    \"type\": \"object\",\n    \"properties\": {\n        \"type\": {\n          \"type\": \"string\",\n          \"example\": \"search\"\n    \"description\": \"Definition of the request type\"\n},\n\"aggregations\": {\n    \"type\": [\"object\", \"null\"],\n    \"description\": \"TBA\"\n},\n\"did_you_mean\": {\n    \"type\": \"array\",\n    \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"type\": {\n            \"type\": \"string\",\n            \"example\": \"tag\"\n            },\n          \"value\": {\n            \"type\": \"string\",\n            \"example\": \"electric guitar\"\n          },\n          \"included\": {\n            \"type\": \"boolean\",\n            \"example\": true\n    \"description\": \"Suggestions based on the searched text\"\n},\n\"query_id\": {\n      \"type\": \"string\",\n      \"example\": \"9fdd4e6d-b656-42b5-a42f-79e83c6c0d49\"\n    },\n\"totals\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"tracks\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"relation\": {\n              \"type\": \"string\",\n              \"example\": \"gte\"\n            },\n            \"value\": {\n              \"type\": \"integer\",\n              \"example\": 10000\n            }\n\"tracks\": {\n      \"type\": \"array\"\n\"required\": [\n    \"action\",\n    \"aggregations\"\n    \"did_you_mean\",\n    \"totals\",\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"a693f295-e306-4c9b-a58f-8d48a1aaaa34","name":"Keyword Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"claude debussy clair de lune\",\n    \"detailed\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"type\": \"track_name\",\n            \"value\": \"Clair De Lune (Debussy)\",\n            \"included\": true\n        },\n        {\n            \"type\": \"composers\",\n            \"value\": \"Claude Debussy\",\n            \"included\": true\n        },\n        {\n            \"type\": \"prompt\",\n            \"value\": \"claude debussy clair de lune\",\n            \"included\": false\n        }\n    ],\n    \"query_id\": \"53542866-990c-4195-b268-e3c9839a2974\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"eq\",\n            \"value\": 7946\n        }\n    },\n    \"tracks\": [\n        {\n            \"active\": null,\n            \"album_code\": \"FCLS3\",\n            \"album_description\": \"Classics from the Big Screen\",\n            \"album_keywords\": null,\n            \"album_name\": \"Classical Movie Themes\",\n            \"album_number\": \"3\",\n            \"artist_canonical\": \"holland-simon\",\n            \"artists\": [\n                \"Simon Holland\"\n            ],\n            \"auto_tagging_output\": {\n                \"bpm\": 86,\n                \"decades\": [\n                    \"1970s\"\n                ],\n                \"genres\": [\n                    \"classical\"\n                ],\n                \"instruments\": [\n                    \"harp\",\n                    \"strings\",\n                    \"drone\",\n                    \"piano\"\n                ],\n                \"key\": [\n                    \"Bb minor\"\n                ],\n                \"moods\": [\n                    \"romantic\",\n                    \"affectionate\",\n                    \"calm\",\n                    \"reflective\",\n                    \"warm\",\n                    \"sentimental\"\n                ],\n                \"tempo\": [],\n                \"usages\": [\n                    \"love\",\n                    \"drama\",\n                    \"art\"\n                ],\n                \"vocals\": [\n                    \"instrumental\"\n                ]\n            },\n            \"bpm\": 86,\n            \"categories\": null,\n            \"commercial\": null,\n            \"composers\": [\n                \"Simon Holland\",\n                \"Claude Debussy\"\n            ],\n            \"content_id_registered\": null,\n            \"cuesheet_info\": null,\n            \"custom_data\": null,\n            \"decades\": [],\n            \"duration\": 92,\n            \"explicit\": null,\n            \"external_id\": null,\n            \"filepath\": \"FCLS3_10-Clair_De_Lune_Debussy\",\n            \"genres\": [\n                \"classical\",\n                \"traditional\",\n                \"pastoral\"\n            ],\n            \"hit\": null,\n            \"id\": \"204029848\",\n            \"id_client\": \"FCLS3#10\",\n            \"instruments\": [\n                \"keyboards\",\n                \"piano\"\n            ],\n            \"isrc\": null,\n            \"jam_sync\": null,\n            \"label_code\": \"FCLS\",\n            \"label_lc_name\": \"56453\",\n            \"label_name\": \"Focus Classic\",\n            \"licensable\": null,\n            \"looped\": null,\n            \"lyrics\": null,\n            \"lyrics_language\": null,\n            \"master_track_id\": null,\n            \"master_track_number\": null,\n            \"moods\": [\n                \"sad\",\n                \"melancholy\",\n                \"peaceful\"\n            ],\n            \"music_for\": [\n                \"love\",\n                \"drama\",\n                \"art\"\n            ],\n            \"music_key\": null,\n            \"music_meter\": null,\n            \"owner\": null,\n            \"pro_affiliated\": null,\n            \"process_input_error\": null,\n            \"process_input_error_details\": null,\n            \"processed_at\": \"2020-02-28T10:56:51Z\",\n            \"profane\": null,\n            \"publisher\": \"Focus Music (Publishing Ltd)\",\n            \"publishing_partner\": null,\n            \"publishing_partner_us\": null,\n            \"recognisable\": null,\n            \"release_year\": 2009,\n            \"released_at\": null,\n            \"restricted\": null,\n            \"share\": null,\n            \"store_secret\": null,\n            \"streaming_hash\": \"9f115b7751cd022996dab9fa63b9a40a\",\n            \"streaming_id\": 142799939,\n            \"subgenres\": null,\n            \"sync_history\": null,\n            \"tags\": [\n                \"FCLS\"\n            ],\n            \"tempo\": null,\n            \"territories\": null,\n            \"top\": null,\n            \"track_code\": \"FCLS3#10\",\n            \"track_description\": \"Ocean's 11 - 3rd movement from Suite Bergamasque\",\n            \"track_name\": \"Clair De Lune (Debussy)\",\n            \"track_number\": \"10\",\n            \"version\": null,\n            \"version_name\": null,\n            \"version_tag\": null,\n            \"visibility\": null,\n            \"vocals\": [\n                \"instrumental\"\n            ]\n        }\n    ],\n    \"type\": \"keyword\"\n}"}],"_postman_id":"0b3fcf5d-34ec-4245-a4d4-db5b934536a2"},{"name":"Album code Search","id":"d67b59cb-a90c-41a1-b810-89d1174a7bfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"KPM 152\",\n    \"detailed\":true\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<p>You can use album code to search similar albums within your library.</p>\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/searh</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query\": {\n    \"type\": \"string\",\n    \"description\": \"Album code to search by\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"query\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"action\": {\n    \"type\": \"object\",\n    \"properties\": {\n        \"type\": {\n          \"type\": \"string\",\n          \"example\": \"search\"\n    \"description\": \"Definition of the request type\"\n},\n\"aggregations\": {\n    \"type\": [\"object\", \"null\"],\n    \"description\": \"TBA\"\n},\n\"did_you_mean\": {\n    \"type\": \"array\",\n    \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"type\": {\n            \"type\": \"string\",\n            \"example\": \"tag\"\n            },\n          \"value\": {\n            \"type\": \"string\",\n            \"example\": \"electric guitar\"\n          },\n          \"included\": {\n            \"type\": \"boolean\",\n            \"example\": true\n    \"description\": \"Suggestions based on the searched text\"\n},\n\"query_id\": {\n      \"type\": \"string\",\n      \"example\": \"9fdd4e6d-b656-42b5-a42f-79e83c6c0d49\"\n    },\n\"totals\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"tracks\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"relation\": {\n              \"type\": \"string\",\n              \"example\": \"gte\"\n            },\n            \"value\": {\n              \"type\": \"integer\",\n              \"example\": 10000\n            }\n\"tracks\": {\n      \"type\": \"array\"\n\"required\": [\n    \"action\",\n    \"aggregations\"\n    \"did_you_mean\",\n    \"totals\",\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"c307a111-7196-4f91-afcd-7a9720fa435e","name":"Tag Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"KPM 152\",\n    \"detailed\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"type\": \"label_code\",\n            \"value\": \"kpm\",\n            \"included\": true\n        },\n        {\n            \"type\": \"album_number\",\n            \"value\": \"152\",\n            \"included\": true\n        }\n    ],\n    \"query_id\": \"108453f0-46a2-48b9-8a37-c2bd89f126cd\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"eq\",\n            \"value\": 18\n        }\n    },\n    \"tracks\": [\n        {\n            \"active\": null,\n            \"album_code\": \"KPM152\",\n            \"album_description\": \"Leisure, sport and fashion.\",\n            \"album_keywords\": null,\n            \"album_name\": \"Feel Good\",\n            \"album_number\": \"152\",\n            \"artist_canonical\": \"adams-john-keith-mansfield\",\n            \"artists\": [\n                \"John Adams\",\n                \"Keith Mansfield\"\n            ],\n            \"auto_tagging_output\": {\n                \"bpm\": 108,\n                \"decades\": [\n                    \"1980s\"\n                ],\n                \"genres\": [\n                    \"corporate\",\n                    \"rhythmic underscore\"\n                ],\n                \"instruments\": [\n                    \"synth\",\n                    \"bass\",\n                    \"percussion\"\n                ],\n                \"key\": [\n                    \"F major\"\n                ],\n                \"moods\": [\n                    \"futuristic\",\n                    \"motivating\",\n                    \"insistent\"\n                ],\n                \"tempo\": [],\n                \"usages\": [\n                    \"industry\",\n                    \"technology\",\n                    \"future\"\n                ],\n                \"vocals\": [\n                    \"instrumental\"\n                ]\n            },\n            \"bpm\": 108,\n            \"categories\": null,\n            \"commercial\": null,\n            \"composers\": [\n                \"John Adams\",\n                \"Keith Mansfield\"\n            ],\n            \"content_id_registered\": null,\n            \"cuesheet_info\": null,\n            \"custom_data\": null,\n            \"decades\": [],\n            \"duration\": 63,\n            \"explicit\": null,\n            \"external_id\": null,\n            \"filepath\": \"KPM152_30-Work_Out_59\",\n            \"genres\": [\n                \"pop\"\n            ],\n            \"hit\": null,\n            \"id\": \"203815496\",\n            \"id_client\": \"KPM152#30\",\n            \"instruments\": [\n                \"bass\",\n                \"synth bass\",\n                \"synthesizer\"\n            ],\n            \"isrc\": \"GBBGL9101336\",\n            \"jam_sync\": null,\n            \"label_code\": \"KPM\",\n            \"label_lc_name\": \"2061\",\n            \"label_name\": \"KPM Main Series\",\n            \"licensable\": null,\n            \"looped\": null,\n            \"lyrics\": null,\n            \"lyrics_language\": null,\n            \"master_track_id\": \"KPM152#17\",\n            \"master_track_number\": null,\n            \"moods\": [\n                \"science & technology\",\n                \"mechanical\"\n            ],\n            \"music_for\": [\n                \"industry\",\n                \"technology\",\n                \"future\"\n            ],\n            \"music_key\": null,\n            \"music_meter\": null,\n            \"owner\": null,\n            \"pro_affiliated\": null,\n            \"process_input_error\": null,\n            \"process_input_error_details\": null,\n            \"processed_at\": \"2020-02-28T10:56:51Z\",\n            \"profane\": null,\n            \"publisher\": \"KPM MUSIC LTD\",\n            \"publishing_partner\": null,\n            \"publishing_partner_us\": null,\n            \"recognisable\": null,\n            \"release_year\": 1991,\n            \"released_at\": null,\n            \"restricted\": null,\n            \"share\": null,\n            \"store_secret\": null,\n            \"streaming_hash\": \"9f115b7751cd022996dab9fa63b9a40a\",\n            \"streaming_id\": 142231037,\n            \"subgenres\": null,\n            \"sync_history\": null,\n            \"tags\": [\n                \"KPM\"\n            ],\n            \"tempo\": \"Medium\",\n            \"territories\": null,\n            \"top\": null,\n            \"track_code\": \"KPM152#30\",\n            \"track_description\": \"Pulsating, insistent energy.\",\n            \"track_name\": \"Work Out 59\",\n            \"track_number\": \"30\",\n            \"version\": null,\n            \"version_name\": null,\n            \"version_tag\": null,\n            \"visibility\": null,\n            \"vocals\": [\n                \"instrumental\"\n            ]\n        }\n    ],\n    \"type\": \"code\"\n}"}],"_postman_id":"d67b59cb-a90c-41a1-b810-89d1174a7bfb"},{"name":"Numeric Search","id":"67f32a66-3ac2-4fec-8301-1a2ac0bad639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"1960-1970\",\n    \"detailed\":true\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<p>You can use numeric value to search. E.g. release year (or range).</p>\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/searh</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query\": {\n    \"type\": \"string\",\n    \"description\": \"Number to search by\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"query\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"action\": {\n    \"type\": \"object\",\n    \"properties\": {\n        \"type\": {\n          \"type\": \"string\",\n          \"example\": \"search\"\n    \"description\": \"Definition of the request type\"\n},\n\"aggregations\": {\n    \"type\": [\"object\", \"null\"],\n    \"description\": \"TBA\"\n},\n\"did_you_mean\": {\n    \"type\": \"array\",\n    \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"type\": {\n            \"type\": \"string\",\n            \"example\": \"tag\"\n            },\n          \"value\": {\n            \"type\": \"string\",\n            \"example\": \"electric guitar\"\n          },\n          \"included\": {\n            \"type\": \"boolean\",\n            \"example\": true\n    \"description\": \"Suggestions based on the searched text\"\n},\n\"query_id\": {\n      \"type\": \"string\",\n      \"example\": \"9fdd4e6d-b656-42b5-a42f-79e83c6c0d49\"\n    },\n\"totals\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"tracks\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"relation\": {\n              \"type\": \"string\",\n              \"example\": \"gte\"\n            },\n            \"value\": {\n              \"type\": \"integer\",\n              \"example\": 10000\n            }\n\"tracks\": {\n      \"type\": \"array\"\n\"required\": [\n    \"action\",\n    \"aggregations\"\n    \"did_you_mean\",\n    \"totals\",\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"7cd2fdd3-555b-49cd-a4b0-4d01da94a1d0","name":"Numeric Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"1960-1970\",\n    \"detailed\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"type\": \"numeric\",\n            \"value\": \"1960-1970\",\n            \"included\": true\n        }\n    ],\n    \"query_id\": \"5721f904-0627-4c83-9b97-43b1fcac2676\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"eq\",\n            \"value\": 1400\n        }\n    },\n    \"tracks\": [\n        {\n            \"active\": null,\n            \"album_code\": \"KPMLPB8\",\n            \"album_description\": \"(KPM 0414 - 046B)\",\n            \"album_keywords\": null,\n            \"album_name\": \"KPMLPB 8\",\n            \"album_number\": \"8\",\n            \"artist_canonical\": \"phillips-sid\",\n            \"artists\": [\n                \"Sid  Phillips\"\n            ],\n            \"auto_tagging_output\": {\n                \"bpm\": 103,\n                \"decades\": [\n                    \"1930s\"\n                ],\n                \"genres\": [\n                    \"traditional jazz\",\n                    \"jazz blues\"\n                ],\n                \"instruments\": [\n                    \"clarinet\",\n                    \"trumpet\",\n                    \"piano\",\n                    \"drums\",\n                    \"saxophone\",\n                    \"percussion\",\n                    \"bass\",\n                    \"guitar\"\n                ],\n                \"key\": [\n                    \"Db major\"\n                ],\n                \"moods\": [\n                    \"nostalgic\",\n                    \"relaxed\",\n                    \"sentimental\"\n                ],\n                \"tempo\": [],\n                \"usages\": [\n                    \"humour\"\n                ],\n                \"vocals\": [\n                    \"instrumental\"\n                ]\n            },\n            \"bpm\": 103,\n            \"categories\": null,\n            \"commercial\": null,\n            \"composers\": [\n                \"Sid  Phillips\"\n            ],\n            \"content_id_registered\": null,\n            \"cuesheet_info\": null,\n            \"custom_data\": null,\n            \"decades\": [],\n            \"duration\": 198,\n            \"explicit\": null,\n            \"external_id\": null,\n            \"filepath\": \"KPMLPB8_11-Damask\",\n            \"genres\": null,\n            \"hit\": null,\n            \"id\": \"204564790\",\n            \"id_client\": \"KPMLPB8#11\",\n            \"instruments\": null,\n            \"isrc\": \"GBBGL6000081\",\n            \"jam_sync\": null,\n            \"label_code\": \"KPMLPB\",\n            \"label_lc_name\": null,\n            \"label_name\": \"KPM Brownsleeves\",\n            \"licensable\": null,\n            \"looped\": null,\n            \"lyrics\": null,\n            \"lyrics_language\": null,\n            \"master_track_id\": null,\n            \"master_track_number\": null,\n            \"moods\": null,\n            \"music_for\": [\n                \"humour\"\n            ],\n            \"music_key\": null,\n            \"music_meter\": null,\n            \"owner\": null,\n            \"pro_affiliated\": null,\n            \"process_input_error\": null,\n            \"process_input_error_details\": null,\n            \"processed_at\": \"2020-02-28T10:56:51Z\",\n            \"profane\": null,\n            \"publisher\": \"KPM Music Ltd\",\n            \"publishing_partner\": null,\n            \"publishing_partner_us\": null,\n            \"recognisable\": null,\n            \"release_year\": 1960,\n            \"released_at\": null,\n            \"restricted\": null,\n            \"share\": null,\n            \"store_secret\": null,\n            \"streaming_hash\": \"9f115b7751cd022996dab9fa63b9a40a\",\n            \"streaming_id\": 142310289,\n            \"subgenres\": null,\n            \"sync_history\": null,\n            \"tags\": [\n                \"KPMLPB\"\n            ],\n            \"tempo\": null,\n            \"territories\": null,\n            \"top\": null,\n            \"track_code\": \"KPMLPB8#11\",\n            \"track_description\": \"Medium slow - rhythmic\",\n            \"track_name\": \"Damask\",\n            \"track_number\": \"11\",\n            \"version\": null,\n            \"version_name\": null,\n            \"version_tag\": null,\n            \"visibility\": null,\n            \"vocals\": [\n                \"instrumental\"\n            ]\n        }\n    ],\n    \"type\": \"numeric\"\n}"}],"_postman_id":"67f32a66-3ac2-4fec-8301-1a2ac0bad639"},{"name":"Internal Search","id":"4996ea92-54ca-4b30-a360-87a37d7a726d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"KPM_KPM_0253_01701\",\n    \"detailed\":true\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<p>You can use the exact track ID to search.</p>\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/searh</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query\": {\n    \"type\": \"string\",\n    \"description\": \"Track ID to search by\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"query\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"action\": {\n    \"type\": \"object\",\n    \"properties\": {\n        \"type\": {\n          \"type\": \"string\",\n          \"example\": \"search\"\n    \"description\": \"Definition of the request type\"\n},\n\"aggregations\": {\n    \"type\": [\"object\", \"null\"],\n    \"description\": \"TBA\"\n},\n\"did_you_mean\": {\n    \"type\": \"array\",\n    \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"type\": {\n            \"type\": \"string\",\n            \"example\": \"tag\"\n            },\n          \"value\": {\n            \"type\": \"string\",\n            \"example\": \"electric guitar\"\n          },\n          \"included\": {\n            \"type\": \"boolean\",\n            \"example\": true\n    \"description\": \"Suggestions based on the searched text\"\n},\n\"query_id\": {\n      \"type\": \"string\",\n      \"example\": \"9fdd4e6d-b656-42b5-a42f-79e83c6c0d49\"\n    },\n\"totals\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"tracks\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"relation\": {\n              \"type\": \"string\",\n              \"example\": \"gte\"\n            },\n            \"value\": {\n              \"type\": \"integer\",\n              \"example\": 10000\n            }\n\"tracks\": {\n      \"type\": \"array\"\n\"required\": [\n    \"action\",\n    \"aggregations\"\n    \"did_you_mean\",\n    \"totals\",\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"cc51e646-5ea9-419c-98f0-89de6aa1a8b4","name":"Internal Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"KPM_KPM_0253_01701\",\n    \"detailed\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"included\": true,\n            \"type\": \"track\",\n            \"value\": {\n                \"active\": null,\n                \"album_code\": \"KPM253\",\n                \"album_description\": \"The interactive use of acoustic instruments to produce creative musical images and rhythms. This album features concert, alto and bass flutes, soprano, alto and tenor saxophones, clarinet and percussion from around the world.\",\n                \"album_keywords\": null,\n                \"album_name\": \"Creative Sound Pictures\",\n                \"album_number\": \"253\",\n                \"artist_canonical\": \"allen-martin-pyne-simon-stan-sulzmann\",\n                \"artists\": [\n                    \"Stan Sulzmann\",\n                    \"Martin Pyne\",\n                    \"Simon Allen\"\n                ],\n                \"auto_tagging_output\": {\n                    \"bpm\": 116,\n                    \"decades\": [\n                        \"2010s\"\n                    ],\n                    \"genres\": [\n                        \"drone\"\n                    ],\n                    \"instruments\": [\n                        \"strings\",\n                        \"piano\",\n                        \"synth\",\n                        \"percussion\",\n                        \"sound effects\",\n                        \"bass\",\n                        \"drone\"\n                    ],\n                    \"key\": [\n                        \"B minor\"\n                    ],\n                    \"moods\": [\n                        \"scary\",\n                        \"dark\",\n                        \"tension\",\n                        \"atmospheric\",\n                        \"ominous\",\n                        \"mysterious\"\n                    ],\n                    \"tempo\": [],\n                    \"usages\": [\n                        \"catastrophes\",\n                        \"war\",\n                        \"politics\",\n                        \"nature\"\n                    ],\n                    \"vocals\": [\n                        \"instrumental\"\n                    ]\n                },\n                \"bpm\": 116,\n                \"categories\": null,\n                \"commercial\": null,\n                \"composers\": [\n                    \"Stan Sulzmann\",\n                    \"Martin Pyne\",\n                    \"Simon Allen\"\n                ],\n                \"content_id_registered\": null,\n                \"cuesheet_info\": null,\n                \"custom_data\": null,\n                \"decades\": [],\n                \"duration\": 115,\n                \"explicit\": null,\n                \"external_id\": null,\n                \"filepath\": \"KPM253_17-Dark_Poison\",\n                \"genres\": [\n                    \"jazz\"\n                ],\n                \"hit\": null,\n                \"id\": \"203963659\",\n                \"id_client\": \"KPM253#17\",\n                \"instruments\": null,\n                \"isrc\": \"GBBGL9500224\",\n                \"jam_sync\": null,\n                \"label_code\": \"KPM\",\n                \"label_lc_name\": \"2061\",\n                \"label_name\": \"KPM Main Series\",\n                \"licensable\": null,\n                \"looped\": null,\n                \"lyrics\": null,\n                \"lyrics_language\": null,\n                \"master_track_id\": null,\n                \"master_track_number\": null,\n                \"moods\": [\n                    \"ambient\",\n                    \"atmospheres\",\n                    \"dark\",\n                    \"eerie\",\n                    \"fear/disturbing\",\n                    \"mystery\"\n                ],\n                \"music_for\": [\n                    \"catastrophes\",\n                    \"war\",\n                    \"politics\",\n                    \"nature\"\n                ],\n                \"music_key\": null,\n                \"music_meter\": null,\n                \"owner\": null,\n                \"pro_affiliated\": null,\n                \"process_input_error\": null,\n                \"process_input_error_details\": null,\n                \"processed_at\": \"2020-02-28T10:56:51Z\",\n                \"profane\": null,\n                \"publisher\": \"KPM MUSIC LTD\",\n                \"publishing_partner\": null,\n                \"publishing_partner_us\": null,\n                \"recognisable\": null,\n                \"release_year\": 1995,\n                \"released_at\": null,\n                \"restricted\": null,\n                \"share\": null,\n                \"store_secret\": null,\n                \"streaming_hash\": \"9f115b7751cd022996dab9fa63b9a40a\",\n                \"streaming_id\": 142247713,\n                \"subgenres\": null,\n                \"sync_history\": null,\n                \"tags\": [\n                    \"KPM\"\n                ],\n                \"tempo\": null,\n                \"territories\": null,\n                \"top\": null,\n                \"track_code\": \"KPM253#17\",\n                \"track_description\": \"Sonorous textures.\",\n                \"track_name\": \"Dark Poison\",\n                \"track_number\": \"17\",\n                \"version\": null,\n                \"version_name\": null,\n                \"version_tag\": null,\n                \"visibility\": null,\n                \"vocals\": [\n                    \"instrumental\"\n                ]\n            }\n        }\n    ],\n    \"query_id\": \"f79f18f0-20b2-4825-ba53-c9d6ea1ec82d\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"active\": null,\n            \"album_code\": \"LLA16\",\n            \"album_description\": \"Dark and bassy underscore\",\n            \"album_keywords\": null,\n            \"album_name\": \"Lalela Drones\",\n            \"album_number\": \"16\",\n            \"artist_canonical\": \"alan-lazar\",\n            \"artists\": [\n                \"Alan Lazar\"\n            ],\n            \"auto_tagging_output\": {\n                \"bpm\": 86,\n                \"decades\": [\n                    \"2010s\"\n                ],\n                \"genres\": [\n                    \"drone\",\n                    \"film score\"\n                ],\n                \"instruments\": [\n                    \"strings\",\n                    \"piano\",\n                    \"guitar\",\n                    \"keyboard\",\n                    \"synth\",\n                    \"percussion\",\n                    \"sound effects\",\n                    \"bass\",\n                    \"drone\"\n                ],\n                \"key\": [\n                    \"D minor\"\n                ],\n                \"moods\": [\n                    \"scary\",\n                    \"dark\",\n                    \"atmospheric\",\n                    \"tension\",\n                    \"ominous\",\n                    \"mysterious\"\n                ],\n                \"tempo\": [],\n                \"usages\": [\n                    \"catastrophes\",\n                    \"war\",\n                    \"politics\",\n                    \"nature\"\n                ],\n                \"vocals\": [\n                    \"instrumental\"\n                ]\n            },\n            \"bpm\": 86,\n            \"categories\": null,\n            \"commercial\": null,\n            \"composers\": [\n                \"Alan Lazar\"\n            ],\n            \"content_id_registered\": null,\n            \"cuesheet_info\": null,\n            \"custom_data\": null,\n            \"decades\": [],\n            \"duration\": 149,\n            \"explicit\": null,\n            \"external_id\": null,\n            \"filepath\": \"LLA16_3-Distant_Storm\",\n            \"genres\": [\n                \"sound design\",\n                \"drones\",\n                \"electronic/dance\",\n                \"electro\"\n            ],\n            \"hit\": null,\n            \"id\": \"203825939\",\n            \"id_client\": \"LLA16#3\",\n            \"instruments\": [\n                \"keyboards\",\n                \"piano\",\n                \"drones\",\n                \"sound effects\"\n            ],\n            \"isrc\": null,\n            \"jam_sync\": null,\n            \"label_code\": \"LLA\",\n            \"label_lc_name\": null,\n            \"label_name\": \"Lalela\",\n            \"licensable\": null,\n            \"looped\": null,\n            \"lyrics\": null,\n            \"lyrics_language\": null,\n            \"master_track_id\": null,\n            \"master_track_number\": null,\n            \"moods\": [\n                \"dark\",\n                \"eerie\",\n                \"gloomy\",\n                \"abstract\",\n                \"hypnotic\",\n                \"sad\",\n                \"melancholy\",\n                \"mystery\",\n                \"fear/disturbing\",\n                \"ominous\",\n                \"sinister\",\n                \"sci-fi & space\",\n                \"space\",\n                \"gloom\"\n            ],\n            \"music_for\": [\n                \"catastrophes\",\n                \"war\",\n                \"politics\",\n                \"nature\"\n            ],\n            \"music_key\": null,\n            \"music_meter\": null,\n            \"owner\": null,\n            \"pro_affiliated\": null,\n            \"process_input_error\": null,\n            \"process_input_error_details\": null,\n            \"processed_at\": \"2020-02-28T10:56:51Z\",\n            \"profane\": null,\n            \"publisher\": \"Lalela Music\",\n            \"publishing_partner\": null,\n            \"publishing_partner_us\": null,\n            \"recognisable\": null,\n            \"release_year\": 2010,\n            \"released_at\": null,\n            \"restricted\": true,\n            \"share\": null,\n            \"store_secret\": null,\n            \"streaming_hash\": \"9f115b7751cd022996dab9fa63b9a40a\",\n            \"streaming_id\": 142333887,\n            \"subgenres\": null,\n            \"sync_history\": null,\n            \"tags\": [\n                \"LLA\"\n            ],\n            \"tempo\": null,\n            \"territories\": null,\n            \"top\": null,\n            \"track_code\": \"LLA16#3\",\n            \"track_description\": \"Tense and melancholy, featuring pulsing reverse piano drones and gloomy bass notes that create a menacing, shimmering atmosphere. Piano, 0, Eerie, Underwater, Floating, Tense, Menacing, Pulsing, Melancholy, Shimmering, Mysterious, Building, Gloomy, Hypnot\",\n            \"track_name\": \"Distant Storm\",\n            \"track_number\": \"3\",\n            \"version\": null,\n            \"version_name\": null,\n            \"version_tag\": null,\n            \"visibility\": null,\n            \"vocals\": [\n                \"instrumental\"\n            ]\n        }\n    ],\n    \"type\": \"internal\"\n}"}],"_postman_id":"4996ea92-54ca-4b30-a360-87a37d7a726d"},{"name":"Internal+Prompt Search","id":"bf6d95ed-1da9-4c21-bf5d-34710bedea24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"KPM_KPM_0253_01701 but with synth\",\n    \"detailed\":true\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<p>You can use the exact track ID to search and also refine the search with your own words.</p>\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/searh</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query\": {\n    \"type\": \"string\",\n    \"description\": \"Track ID + text to search by\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"query\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"action\": {\n    \"type\": \"object\",\n    \"properties\": {\n        \"type\": {\n          \"type\": \"string\",\n          \"example\": \"search\"\n    \"description\": \"Definition of the request type\"\n},\n\"aggregations\": {\n    \"type\": [\"object\", \"null\"],\n    \"description\": \"TBA\"\n},\n\"did_you_mean\": {\n    \"type\": \"array\",\n    \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"type\": {\n            \"type\": \"string\",\n            \"example\": \"tag\"\n            },\n          \"value\": {\n            \"type\": \"string\",\n            \"example\": \"electric guitar\"\n          },\n          \"included\": {\n            \"type\": \"boolean\",\n            \"example\": true\n    \"description\": \"Suggestions based on the searched text\"\n},\n\"query_id\": {\n      \"type\": \"string\",\n      \"example\": \"9fdd4e6d-b656-42b5-a42f-79e83c6c0d49\"\n    },\n\"totals\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"tracks\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"relation\": {\n              \"type\": \"string\",\n              \"example\": \"gte\"\n            },\n            \"value\": {\n              \"type\": \"integer\",\n              \"example\": 10000\n            }\n\"tracks\": {\n      \"type\": \"array\"\n\"required\": [\n    \"action\",\n    \"aggregations\"\n    \"did_you_mean\",\n    \"totals\",\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"cd91046f-2933-4881-8de4-6a4af47b10b9","name":"Internal+Prompt Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"KPM_KPM_0253_01701 but with synth\",\n    \"detailed\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"type\": \"tag\",\n            \"value\": \"synth\",\n            \"included\": true\n        },\n        {\n            \"type\": \"prompt\",\n            \"value\": \"but with synth\",\n            \"included\": true\n        },\n        {\n            \"type\": \"prompt\",\n            \"value\": {\n                \"id\": \"203963659\",\n                \"id_client\": \"KPM253#17\",\n                \"duration\": 115,\n                \"release_year\": 1995,\n                \"track_name\": \"Dark Poison\",\n                \"tags\": [\n                    \"KPM\"\n                ],\n                \"processed_at\": \"2020-02-28T10:56:51Z\",\n                \"process_input_error\": null,\n                \"store_secret\": null,\n                \"artist_canonical\": \"allen-martin-pyne-simon-stan-sulzmann\",\n                \"master_track_id\": null,\n                \"track_number\": \"17\",\n                \"track_code\": \"KPM253#17\",\n                \"track_description\": \"Sonorous textures.\",\n                \"version\": null,\n                \"version_tag\": null,\n                \"version_name\": null,\n                \"master_track_number\": null,\n                \"isrc\": \"GBBGL9500224\",\n                \"label_name\": \"KPM Main Series\",\n                \"label_code\": \"KPM\",\n                \"label_lc_name\": \"2061\",\n                \"album_number\": \"253\",\n                \"album_code\": \"KPM253\",\n                \"album_name\": \"Creative Sound Pictures\",\n                \"album_description\": \"The interactive use of acoustic instruments to produce creative musical images and rhythms. This album features concert, alto and bass flutes, soprano, alto and tenor saxophones, clarinet and percussion from around the world.\",\n                \"tempo\": null,\n                \"bpm\": 116,\n                \"music_key\": null,\n                \"music_meter\": null,\n                \"lyrics\": null,\n                \"lyrics_language\": null,\n                \"artists\": [\n                    \"Stan Sulzmann\",\n                    \"Martin Pyne\",\n                    \"Simon Allen\"\n                ],\n                \"composers\": [\n                    \"Stan Sulzmann\",\n                    \"Martin Pyne\",\n                    \"Simon Allen\"\n                ],\n                \"publisher\": \"KPM MUSIC LTD\",\n                \"genres\": [\n                    \"jazz\"\n                ],\n                \"subgenres\": null,\n                \"instruments\": null,\n                \"moods\": [\n                    \"ambient\",\n                    \"atmospheres\",\n                    \"dark\",\n                    \"eerie\",\n                    \"fear/disturbing\",\n                    \"mystery\"\n                ],\n                \"music_for\": [\n                    \"catastrophes\",\n                    \"war\",\n                    \"politics\",\n                    \"nature\"\n                ],\n                \"decades\": [],\n                \"vocals\": [\n                    \"instrumental\"\n                ],\n                \"album_keywords\": null,\n                \"cuesheet_info\": null,\n                \"active\": null,\n                \"licensable\": null,\n                \"restricted\": null,\n                \"process_input_error_details\": null,\n                \"explicit\": null,\n                \"profane\": null,\n                \"territories\": null,\n                \"commercial\": null,\n                \"sync_history\": null,\n                \"recognisable\": null,\n                \"jam_sync\": null,\n                \"hit\": null,\n                \"top\": null,\n                \"publishing_partner_us\": null,\n                \"publishing_partner\": null,\n                \"share\": null,\n                \"owner\": null,\n                \"external_id\": null,\n                \"filepath\": \"KPM253_17-Dark_Poison\",\n                \"streaming_hash\": \"9f115b7751cd022996dab9fa63b9a40a\",\n                \"streaming_id\": 142247713,\n                \"categories\": null,\n                \"looped\": null,\n                \"pro_affiliated\": null,\n                \"content_id_registered\": null,\n                \"released_at\": null,\n                \"visibility\": null,\n                \"custom_data\": null,\n                \"auto_tagging_output\": {\n                    \"decades\": [\n                        \"2010s\"\n                    ],\n                    \"genres\": [\n                        \"drone\"\n                    ],\n                    \"instruments\": [\n                        \"strings\",\n                        \"piano\",\n                        \"synth\",\n                        \"percussion\",\n                        \"sound effects\",\n                        \"bass\",\n                        \"drone\"\n                    ],\n                    \"key\": [\n                        \"B minor\"\n                    ],\n                    \"moods\": [\n                        \"scary\",\n                        \"dark\",\n                        \"tension\",\n                        \"atmospheric\",\n                        \"ominous\",\n                        \"mysterious\"\n                    ],\n                    \"tempo\": null,\n                    \"usages\": [\n                        \"catastrophes\",\n                        \"war\",\n                        \"politics\",\n                        \"nature\"\n                    ],\n                    \"vocals\": [\n                        \"instrumental\"\n                    ],\n                    \"bpm\": 116\n                },\n                \"text_search_vector\": [\n                    2.72407054901123,\n                    -1.808285117149353,\n                    -1.198842048645019,\n                    -1.402010798454284,\n                    0.265222787857055,\n                    -1.715946793556213,\n                    -0.178120002150535,\n                    -0.19460099935531602,\n                    2.093539714813232,\n                    -1.91079580783844,\n                    -1.445059657096862,\n                    -0.7369752526283261,\n                    -1.239341735839843,\n                    0.044195596128702004,\n                    -1.456065893173217,\n                    0.582366228103637,\n                    -0.8607066273689271,\n                    0.026996590197086,\n                    0.061908345669507,\n                    0.259310156106948,\n                    1.136941790580749,\n                    0.755464732646942,\n                    -2.8231310844421382,\n                    2.6085541248321533,\n                    -0.973668217658996,\n                    2.761567592620849,\n                    1.986255407333374,\n                    -0.046845249831676004,\n                    2.576316356658935,\n                    -0.809531092643737,\n                    -0.321951925754547,\n                    1.313548803329467,\n                    -0.669921338558197,\n                    0.365637809038162,\n                    -0.061770945787429005,\n                    0.48387721180915805,\n                    1.963331937789917,\n                    -1.925412893295288,\n                    1.483391880989074,\n                    -0.18347533047199202,\n                    0.107005566358566,\n                    0.7084714770317071,\n                    -1.904272198677063,\n                    2.98287034034729,\n                    -0.684894204139709,\n                    0.704680979251861,\n                    -0.684796631336212,\n                    -2.422244310379028,\n                    -0.47527441382408103,\n                    1.169404864311218,\n                    0.13619926571846,\n                    0.085015706717967,\n                    0.26760467886924705,\n                    -0.387546211481094,\n                    -1.348763704299926,\n                    -1.757435083389282,\n                    0.46295747160911505,\n                    1.611114263534546,\n                    0.5937392711639401,\n                    2.070385456085205,\n                    0.7901614308357231,\n                    -2.499270915985107,\n                    0.18722978234291002,\n                    -2.0838303565979,\n                    -0.39164772629737804,\n                    0.6534182429313661,\n                    -0.30861487984657204,\n                    3.2557871341705322,\n                    0.37004134058952304,\n                    -2.612271785736084,\n                    1.040855050086975,\n                    0.8391116857528681,\n                    -2.162166357040405,\n                    -1.346537351608276,\n                    0.280933231115341,\n                    -0.010462782345712001,\n                    -1.1409512758255,\n                    1.100317358970642,\n                    -2.376764774322509,\n                    0.6728854775428771,\n                    0.23078781366348203,\n                    0.678399980068206,\n                    0.6051344275474541,\n                    0.15697842836380002,\n                    -1.9265140295028682,\n                    1.729671120643615,\n                    -2.446630239486694,\n                    0.5944226980209351,\n                    -1.387606739997863,\n                    0.34384456276893605,\n                    -3.11071228981018,\n                    -1.024824023246765,\n                    2.19062852859497,\n                    0.49945750832557606,\n                    -0.998128771781921,\n                    0.36360925436019903,\n                    -1.465634226799011,\n                    0.5555511713027951,\n                    -2.198968172073364,\n                    -0.39707261323928805,\n                    -0.30073446035385104,\n                    -0.25445890426635703,\n                    0.8771834969520561,\n                    1.171763300895691,\n                    2.067614793777466,\n                    2.518890380859375,\n                    0.7260798215866081,\n                    0.20794083178043302,\n                    1.3985562324523921,\n                    -0.558945715427398,\n                    0.804125845432281,\n                    -1.542130708694458,\n                    -0.9620471000671381,\n                    -1.218443751335144,\n                    -0.14888472855091,\n                    -0.17765121161937703,\n                    1.592164158821106,\n                    -1.862663626670837,\n                    0.18571992218494401,\n                    0.020224833860993,\n                    2.670833826065063,\n                    0.45023709535598705,\n                    -1.064893960952758,\n                    -0.8263281583786011,\n                    2.013465166091919,\n                    -0.517000317573547,\n                    0.8453127741813661,\n                    -1.595403432846069,\n                    -0.012282044626772001,\n                    -1.389507055282592,\n                    2.704094171524048,\n                    0.95884770154953,\n                    2.443720817565918,\n                    0.5176569819450371,\n                    -1.062657117843628,\n                    0.7954794168472291,\n                    -0.044110313057899,\n                    -0.25495123863220204,\n                    1.709850192070007,\n                    -0.40325921773910506,\n                    -1.138718724250793,\n                    -0.7012664079666131,\n                    1.49316930770874,\n                    -0.47522655129432606,\n                    1.223836183547973,\n                    -0.727122247219085,\n                    0.12285424023866601,\n                    -3.224769115447998,\n                    0.625515758991241,\n                    1.001042962074279,\n                    2.054980278015136,\n                    1.31000280380249,\n                    -0.7476425766944881,\n                    -0.47686916589736905,\n                    1.385577797889709,\n                    -1.727182745933532,\n                    1.545125603675842,\n                    -0.27617859840393,\n                    -1.732626080513,\n                    2.053533554077148,\n                    -0.30278035998344405,\n                    1.160128474235534,\n                    1.18499755859375,\n                    2.8388726711273193,\n                    -1.439624309539795,\n                    -1.8787517547607422,\n                    -0.9737189412117001,\n                    -1.83272111415863,\n                    -2.7488644123077393,\n                    0.9736336469650261,\n                    -1.005913615226745,\n                    -1.988968014717102,\n                    2.310253143310547,\n                    0.582508027553558,\n                    0.15994894504547102,\n                    0.6857173442840571,\n                    -0.14700481295585602,\n                    -4.632829189300537,\n                    0.8000764250755311,\n                    0.16765409708023002,\n                    -2.426130771636963,\n                    0.576845645904541,\n                    0.554526329040527,\n                    -0.28359207510948103,\n                    0.6502388119697571,\n                    0.36791875958442605,\n                    -1.731213688850402,\n                    1.947119951248169,\n                    -0.639195203781127,\n                    2.825415134429931,\n                    0.579129338264465,\n                    -0.12679937481880102,\n                    0.041279241442680005,\n                    -0.900503039360046,\n                    -1.605305433273315,\n                    -1.377810835838317,\n                    1.108233332633972,\n                    2.579164981842041,\n                    -1.215712785720825,\n                    -0.445889055728912,\n                    -0.070614509284496,\n                    -0.332899153232574,\n                    -0.39780667424201904,\n                    0.75339788198471,\n                    0.267961889505386,\n                    0.9382627010345451,\n                    2.544698476791382,\n                    -0.751960158348083,\n                    3.5078296661376953,\n                    -0.900450587272644,\n                    2.377642393112182,\n                    4.484343528747559,\n                    2.759400844573974,\n                    -0.15235979855060502,\n                    2.143736600875854,\n                    -0.605228900909423,\n                    -1.062909960746765,\n                    -1.2479437589645381,\n                    1.410337209701538,\n                    0.601356148719787,\n                    0.516288459300994,\n                    1.1109813451766961,\n                    1.507247567176818,\n                    0.5647256970405571,\n                    3.341138362884521,\n                    0.33837369084358204,\n                    -0.45359128713607705,\n                    0.09056631475687,\n                    -3.587679624557495,\n                    -2.912281990051269,\n                    0.8360156416893001,\n                    -0.8184122443199151,\n                    0.8190230131149291,\n                    0.274610459804534,\n                    1.20989441871643,\n                    -1.4005306959152222,\n                    -4.005530834197998,\n                    0.481132864952087,\n                    0.6072620153427121,\n                    0.651555478572845,\n                    0.490131050348281,\n                    -1.574066996574401,\n                    1.374921917915344,\n                    -1.252059578895568,\n                    -0.38115361332893305,\n                    0.743193745613098,\n                    -0.339056760072708,\n                    -0.5918143391609191,\n                    -0.68525755405426,\n                    1.426921606063842,\n                    1.8805041313171382,\n                    2.742970466613769,\n                    -0.873295545578002,\n                    -2.294636249542236,\n                    0.9591461420059201,\n                    1.440151095390319,\n                    0.40842568874359103,\n                    -0.643468081951141,\n                    1.049229383468628,\n                    3.285298109054565,\n                    -1.091188788414001,\n                    1.082500100135803,\n                    1.30998682975769,\n                    -0.69381695985794,\n                    0.139165073633193,\n                    -1.4820290803909302,\n                    -0.761448800563812,\n                    0.389348417520523,\n                    -1.184627294540405,\n                    -1.582994937896728,\n                    -0.5079604387283321,\n                    -0.500023961067199,\n                    1.16971206665039,\n                    -0.074497818946838,\n                    1.892829179763794,\n                    -1.41066312789917,\n                    -0.43115967512130704,\n                    -0.310881108045578,\n                    -1.8787094354629512,\n                    -1.9393771886825562,\n                    -1.1646531820297241,\n                    -1.21372652053833,\n                    2.177095890045166,\n                    1.299339056015014,\n                    -0.9845727682113641,\n                    -0.11237933486700001,\n                    2.715183496475219,\n                    -1.243051052093505,\n                    -2.453447341918945,\n                    -2.11258578300476,\n                    -2.996382713317871,\n                    0.0020903348922720003,\n                    -0.7297232747077941,\n                    0.023597666993737002,\n                    0.34300118684768605,\n                    0.18946655094623502,\n                    -1.570981740951538,\n                    0.37530124187469405,\n                    -2.716639041900634,\n                    0.8965551257133481,\n                    2.315485000610351,\n                    0.6174880862236021,\n                    0.599794507026672,\n                    1.871539831161499,\n                    -0.3384949862957,\n                    1.749623775482177,\n                    -0.375320047140121,\n                    -0.10630987584590901,\n                    -1.559366583824157,\n                    1.145364642143249,\n                    0.031692948192358,\n                    -1.111574530601501,\n                    0.286443650722503,\n                    -3.000473260879516,\n                    0.660524308681488,\n                    -0.38552063703536904,\n                    1.54225742816925,\n                    1.84855031967163,\n                    -2.118836164474487,\n                    -0.347704231739044,\n                    0.7290122509002681,\n                    0.9762859344482421,\n                    0.760653316974639,\n                    -0.035729400813579004,\n                    1.7298846244812012,\n                    -1.964585423469543,\n                    0.13966245949268302,\n                    0.214294925332069,\n                    1.5585176944732662,\n                    -1.6281622648239131,\n                    -0.167088434100151,\n                    1.375388383865356,\n                    -0.08356103301048201,\n                    0.335937112569808,\n                    2.123452186584472,\n                    -0.8883859515190121,\n                    0.854663074016571,\n                    0.888368308544158,\n                    1.097767829895019,\n                    0.28291374444961503,\n                    2.257741212844848,\n                    -0.210735335946083,\n                    0.27258473634719804,\n                    1.6589922904968262,\n                    0.6164194345474241,\n                    2.409771680831909,\n                    -0.483369022607803,\n                    0.7409337162971491,\n                    -1.092119455337524,\n                    -3.138293743133545,\n                    1.466337084770202,\n                    -0.48072952032089206,\n                    -0.32709860801696705,\n                    0.233014553785324,\n                    1.3520110845565791,\n                    1.661400437355041,\n                    -1.401952147483825,\n                    0.23465996980667103,\n                    0.24933864176273302,\n                    2.469425916671753,\n                    -0.20327691733837103,\n                    -1.637691378593444,\n                    -1.257586121559143,\n                    -0.476968586444854,\n                    1.01943826675415,\n                    -1.844692230224609,\n                    -0.7285352945327751,\n                    -1.278380870819091,\n                    -0.275714546442031,\n                    0.370411068201065,\n                    -0.8741409778594971,\n                    0.24787962436676003,\n                    -1.553046703338623,\n                    -0.756729841232299,\n                    -2.200316190719604,\n                    -1.575877785682678,\n                    1.885921478271484,\n                    -1.016244173049926,\n                    -0.08393920212984,\n                    -1.029674053192138,\n                    0.5455501079559321,\n                    1.035166621208191,\n                    -2.701577186584472,\n                    -1.202014207839965,\n                    -0.31955808401107705,\n                    0.8257638812065121,\n                    0.116470530629158,\n                    0.287757098674774,\n                    -2.126112699508667,\n                    -0.157049462199211,\n                    0.857215881347656,\n                    -0.9540720582008361,\n                    -2.004860639572143,\n                    0.478200227022171,\n                    0.27276906371116605,\n                    -1.754067063331604,\n                    -1.93002450466156,\n                    -2.181122779846191,\n                    0.5118246078491211,\n                    0.988829493522644,\n                    -2.167896270751953,\n                    1.364679217338562,\n                    0.9109756350517271,\n                    1.327443122863769,\n                    1.2698354721069331,\n                    -0.07999876886606201,\n                    -0.547607004642486,\n                    -2.175513744354248,\n                    0.6538707613945001,\n                    2.009119749069214,\n                    -0.224651351571083,\n                    2.121506690979004,\n                    2.98756194114685,\n                    -2.314284801483154,\n                    0.356797337532043,\n                    1.747621297836303,\n                    1.762373089790344,\n                    -1.338972806930542,\n                    0.9462479352951051,\n                    0.557189226150512,\n                    -0.32527634501457203,\n                    1.097399950027465,\n                    2.070372819900512,\n                    -2.816153764724731,\n                    -1.4787482023239131,\n                    -1.8129937648773191,\n                    -1.413112759590149,\n                    2.315617799758911,\n                    -3.952408075332641,\n                    -2.291948318481445,\n                    -0.284544110298156,\n                    -1.1668338775634761,\n                    0.17522938549518502,\n                    0.315916270017623,\n                    -0.630115389823913,\n                    0.31761348247528004,\n                    0.34166672825813205,\n                    -1.355920553207397,\n                    0.43526974320411604,\n                    -0.41746032238006503,\n                    2.014642715454101,\n                    -0.5962257385253901,\n                    1.181395411491394,\n                    -0.830881893634796,\n                    -2.814393281936645,\n                    -2.119757175445556,\n                    -0.48124870657920804,\n                    1.52912437915802,\n                    0.7722922563552851,\n                    -2.040676832199096,\n                    1.114632606506347,\n                    -1.775693655014038,\n                    -0.18039152026176403,\n                    1.9693436622619631,\n                    2.72589373588562,\n                    -0.9069691896438591,\n                    -1.256186842918396,\n                    -0.951376259326934,\n                    1.273322343826294,\n                    1.725290894508361,\n                    1.3760541677474971,\n                    -1.573037385940551,\n                    0.5319921374320981,\n                    -2.076241016387939,\n                    -2.733946561813354,\n                    -0.6565702557563781,\n                    -2.170466184616089,\n                    0.18092434108257202,\n                    1.083911061286926,\n                    1.8332065343856812,\n                    0.08115671575069401,\n                    0.335027068853378,\n                    1.380670189857483,\n                    1.162790298461914,\n                    1.981785416603088,\n                    -0.8259896039962761,\n                    -0.088426388800144,\n                    -0.233385637402534,\n                    0.085692189633846,\n                    0.21789076924324002,\n                    -1.65005612373352,\n                    0.533145129680633,\n                    0.404530704021453,\n                    0.802999377250671,\n                    -0.9319044351577751,\n                    0.023762295022606003,\n                    -1.4117112159729,\n                    2.304383754730224,\n                    -1.373044490814209,\n                    0.9372337460517881,\n                    -1.496000051498413,\n                    -2.569302320480346,\n                    0.18721248209476402,\n                    -0.6745778322219841,\n                    2.829647541046142,\n                    -0.733378767967224,\n                    1.608773112297058,\n                    0.9945629835128781,\n                    0.21529214084148401,\n                    -2.052497625350952,\n                    0.8695517182350151,\n                    -0.662266433238983,\n                    0.8212895989418031,\n                    0.8191866278648371,\n                    -1.264486908912658,\n                    0.7442446351051331,\n                    0.6089396476745601,\n                    -3.221257209777832,\n                    -0.949917316436767,\n                    -0.27504962682724,\n                    1.594363689422607,\n                    -0.29302066564559903\n                ],\n                \"vector\": [\n                    0.06676413863897324,\n                    -0.018076526001095772,\n                    0.14147882163524628,\n                    -0.020717138424515724,\n                    -0.03513675555586815,\n                    0.00220864568836987,\n                    0.10530760884284973,\n                    0.12636244297027588,\n                    -0.08768461644649506,\n                    0.003759822342544794,\n                    0.032848063856363297,\n                    -0.10560399293899536,\n                    -0.09397535026073456,\n                    0.018501723185181618,\n                    0.05878928676247597,\n                    -0.23343633115291595,\n                    -0.1244213804602623,\n                    -0.08792345225811005,\n                    0.11756131798028946,\n                    -0.12484429031610489,\n                    0.0009263319079764187,\n                    -0.15851126611232758,\n                    0.07542325556278229,\n                    0.1126067191362381,\n                    -0.03263992816209793,\n                    0.07960277795791626,\n                    -0.0013435841538012028,\n                    -0.03910740092396736,\n                    -0.16675440967082977,\n                    -0.2013639658689499,\n                    -0.018299005925655365,\n                    -0.1378936469554901,\n                    0.13887490332126617,\n                    -0.07766187191009521,\n                    0.09364087134599686,\n                    -0.21309591829776764,\n                    -0.017272671684622765,\n                    -0.14178679883480072,\n                    -0.06544271111488342,\n                    0.018161917105317116,\n                    0.05726904794573784,\n                    -0.07454854249954224,\n                    0.11038067191839218,\n                    0.12778867781162262,\n                    0.10328123718500137,\n                    -0.026521854102611542,\n                    -0.009105679579079151,\n                    0.05489014834165573,\n                    -0.06311970204114914,\n                    0.00021216433378867805,\n                    0.18887744843959808,\n                    -0.05420854687690735,\n                    0.0028481718618422747,\n                    -0.007981512695550919,\n                    -0.13465414941310883,\n                    -0.09611117839813232,\n                    -0.13534601032733917,\n                    -0.0429212786257267,\n                    -0.06758610159158707,\n                    -0.04462701827287674,\n                    0.0681408941745758,\n                    -0.23572668433189392,\n                    0.13938461244106293,\n                    0.024671858176589012,\n                    -0.04244207590818405,\n                    0.042960524559020996,\n                    -0.19699372351169586,\n                    -0.010838442482054234,\n                    0.02366109937429428,\n                    -0.1881500631570816,\n                    0.0257936492562294,\n                    -0.1250319629907608,\n                    0.0841415598988533,\n                    -0.003067358862608671,\n                    -0.12614373862743378,\n                    -0.1863802969455719,\n                    -0.021988293156027794,\n                    -0.07470957934856415,\n                    0.022138232365250587,\n                    0.10976503044366837,\n                    0.040727488696575165,\n                    -0.12160252779722214,\n                    -0.01949419640004635,\n                    -0.04099402576684952,\n                    -0.1631472259759903,\n                    -0.016985829919576645,\n                    0.025919444859027863,\n                    -0.052781231701374054,\n                    -0.014084981754422188,\n                    -0.055234476923942566,\n                    -0.025922460481524467,\n                    0.06207466125488281,\n                    0.02154948003590107,\n                    -0.23404285311698914,\n                    0.14413043856620789,\n                    0.1717650145292282,\n                    0.08849599212408066,\n                    -0.1572391241788864,\n                    -0.1820210963487625,\n                    -0.026906222105026245,\n                    -0.15878550708293915,\n                    -0.11501789838075638,\n                    0.10533304512500763,\n                    0.025911476463079453,\n                    -0.007985608652234077,\n                    -0.04337369278073311,\n                    -0.14961235225200653,\n                    -0.019440945237874985,\n                    0.05674226954579353,\n                    0.21487334370613098,\n                    0.02459382452070713,\n                    -0.18072976171970367,\n                    -0.014287983998656273,\n                    -0.11384094506502151,\n                    0.05385049432516098,\n                    -0.0539410337805748,\n                    0.21664081513881683,\n                    0.0042970445938408375,\n                    0.00688932603225112,\n                    -0.11630740016698837,\n                    0.05462081357836723,\n                    -0.009932693094015121,\n                    -0.023019520565867424,\n                    -0.11308732628822327,\n                    0.033114057034254074,\n                    0.10210564732551575,\n                    -0.0002844513510353863,\n                    -0.04388079047203064,\n                    -0.07102619111537933,\n                    0.013466908596456051,\n                    0.18204663693904877,\n                    -0.07169665396213531,\n                    0.0224045030772686,\n                    0.0115989800542593,\n                    -0.010125349275767803,\n                    0.013909266330301762,\n                    -0.17356820404529572,\n                    0.19808132946491241,\n                    -0.008406681008636951,\n                    -0.06810593605041504,\n                    -0.21857884526252747,\n                    -0.14052072167396545,\n                    0.017632950097322464,\n                    0.1621847152709961,\n                    0.03937865421175957,\n                    -0.1127995178103447,\n                    -0.08758316189050674,\n                    0.007440170273184776,\n                    0.1133572980761528,\n                    0.17535637319087982,\n                    -0.08089859783649445,\n                    0.10576560348272324,\n                    0.06413903087377548,\n                    -0.002432420151308179,\n                    -0.09583985805511475,\n                    0.006866256706416607,\n                    -0.1323445439338684,\n                    0.018902640789747238,\n                    0.039629921317100525,\n                    0.0675152912735939,\n                    0.17922572791576385,\n                    0.008087212219834328,\n                    0.16906344890594482,\n                    0.2039003074169159,\n                    -0.17767710983753204,\n                    0.07480956614017487,\n                    -0.12223008275032043,\n                    0.05170448124408722,\n                    -0.010203612968325615,\n                    -0.030808258801698685,\n                    0.062268923968076706,\n                    -0.09456515312194824,\n                    -0.07344013452529907,\n                    -0.04825322702527046,\n                    0.1157512217760086,\n                    -0.08912095427513123,\n                    0.11163748800754547,\n                    0.001646453165449202,\n                    -0.11182699352502823,\n                    -0.13944542407989502,\n                    0.09184237569570541,\n                    0.07588572055101395,\n                    0.03534640744328499,\n                    0.02164917066693306,\n                    0.12699410319328308,\n                    0.07208769023418427,\n                    0.1515018343925476,\n                    -0.018326161429286003,\n                    0.006629005074501038,\n                    -0.028721624985337257,\n                    -0.10508731007575989,\n                    0.12814249098300934\n                ],\n                \"_score\": 18.177803\n            },\n            \"included\": true\n        },\n        {\n            \"type\": \"label_code\",\n            \"value\": \"kpm\",\n            \"included\": true\n        },\n        {\n            \"type\": \"album_number\",\n            \"value\": \"253\",\n            \"included\": true\n        }\n    ],\n    \"query_id\": \"69b24d47-3fe2-44e9-8673-b22d56ef0a53\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"active\": null,\n            \"album_code\": \"C4U107\",\n            \"album_description\": \"A superb collection of atmospheric and highly evocative electronically realised, synthesiser cues composed and performed by Britain's finest Jazz and Jazz Rock keyboard virtuoso Steve Hamilton. In his illustrious career Steve has performed with numerous a\",\n            \"album_keywords\": null,\n            \"album_name\": \"Synth Vistas 3\",\n            \"album_number\": \"107\",\n            \"artist_canonical\": \"hamilton-steve\",\n            \"artists\": [\n                \"Steve Hamilton\"\n            ],\n            \"auto_tagging_output\": {\n                \"bpm\": 120,\n                \"decades\": [\n                    \"2000s\"\n                ],\n                \"genres\": [\n                    \"electronica\",\n                    \"electronic\"\n                ],\n                \"instruments\": [\n                    \"percussion\",\n                    \"synth\",\n                    \"guitar\",\n                    \"strings\",\n                    \"sound effects\",\n                    \"drums\",\n                    \"bass\"\n                ],\n                \"key\": [\n                    \"Bb minor\"\n                ],\n                \"moods\": [\n                    \"atmospheric\",\n                    \"futuristic\",\n                    \"positive\"\n                ],\n                \"tempo\": [],\n                \"usages\": [\n                    \"technology\",\n                    \"industry\",\n                    \"future\",\n                    \"space\"\n                ],\n                \"vocals\": [\n                    \"instrumental\"\n                ]\n            },\n            \"bpm\": 120,\n            \"categories\": null,\n            \"commercial\": null,\n            \"composers\": [\n                \"Steve Hamilton\"\n            ],\n            \"content_id_registered\": null,\n            \"cuesheet_info\": null,\n            \"custom_data\": null,\n            \"decades\": [],\n            \"duration\": 408,\n            \"explicit\": null,\n            \"external_id\": null,\n            \"filepath\": \"C4U107\\\\e78d3e3185ef75d9.wav\",\n            \"genres\": null,\n            \"hit\": null,\n            \"id\": \"204655667\",\n            \"id_client\": \"C4U107#3\",\n            \"instruments\": [\n                \"synthesizer\"\n            ],\n            \"isrc\": null,\n            \"jam_sync\": null,\n            \"label_code\": \"C4U\",\n            \"label_lc_name\": null,\n            \"label_name\": \"CUES4U\",\n            \"licensable\": null,\n            \"looped\": null,\n            \"lyrics\": null,\n            \"lyrics_language\": null,\n            \"master_track_id\": null,\n            \"master_track_number\": null,\n            \"moods\": [\n                \"science & technology\",\n                \"futuristic\",\n                \"mechanical\",\n                \"elegant\",\n                \"stylish\"\n            ],\n            \"music_for\": [\n                \"technology\",\n                \"industry\",\n                \"future\",\n                \"space\"\n            ],\n            \"music_key\": null,\n            \"music_meter\": null,\n            \"owner\": null,\n            \"pro_affiliated\": null,\n            \"process_input_error\": null,\n            \"process_input_error_details\": null,\n            \"processed_at\": \"2021-07-23T21:08:55Z\",\n            \"profane\": null,\n            \"publisher\": \"CUES4U.COM\",\n            \"publishing_partner\": null,\n            \"publishing_partner_us\": null,\n            \"recognisable\": null,\n            \"release_year\": 2020,\n            \"released_at\": null,\n            \"restricted\": null,\n            \"share\": null,\n            \"store_secret\": \"1d2a777d0b5f010d7aaebd65f6c4e03c\",\n            \"streaming_hash\": \"9f115b7751cd022996dab9fa63b9a40a\",\n            \"streaming_id\": 142430125,\n            \"subgenres\": null,\n            \"sync_history\": null,\n            \"tags\": [\n                \"C4U\"\n            ],\n            \"tempo\": \"Medium\",\n            \"territories\": null,\n            \"top\": null,\n            \"track_code\": \"C4U107#3\",\n            \"track_description\": \"An energetic, optimistic and exciting cue utilising elctronic ambient energy based on the mathematical Fibonacci sequence with synth improvisation over synth arpeggiators and synth beds.\",\n            \"track_name\": \"Particles\",\n            \"track_number\": \"3\",\n            \"version\": null,\n            \"version_name\": null,\n            \"version_tag\": null,\n            \"visibility\": null,\n            \"vocals\": [\n                \"instrumental\"\n            ]\n        }\n    ],\n    \"type\": \"internal-and-prompt\"\n}"}],"_postman_id":"bf6d95ed-1da9-4c21-bf5d-34710bedea24"},{"name":"Prompt Search","id":"b1599bf8-b3a2-4c48-9d73-1edc5b659e20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"Slow motion scene of a girl dancing extaticly in a rain\",\n    \"detailed\":true\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<p>You can use a prompt to search by.</p>\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/searh</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query\": {\n    \"type\": \"string\",\n    \"description\": \"Text prompt to search by\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"query\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"action\": {\n    \"type\": \"object\",\n    \"properties\": {\n        \"type\": {\n          \"type\": \"string\",\n          \"example\": \"search\"\n    \"description\": \"Definition of the request type\"\n},\n\"aggregations\": {\n    \"type\": [\"object\", \"null\"],\n    \"description\": \"TBA\"\n},\n\"did_you_mean\": {\n    \"type\": \"array\",\n    \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"type\": {\n            \"type\": \"string\",\n            \"example\": \"tag\"\n            },\n          \"value\": {\n            \"type\": \"string\",\n            \"example\": \"electric guitar\"\n          },\n          \"included\": {\n            \"type\": \"boolean\",\n            \"example\": true\n    \"description\": \"Suggestions based on the searched text\"\n},\n\"query_id\": {\n      \"type\": \"string\",\n      \"example\": \"9fdd4e6d-b656-42b5-a42f-79e83c6c0d49\"\n    },\n\"totals\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"tracks\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"relation\": {\n              \"type\": \"string\",\n              \"example\": \"gte\"\n            },\n            \"value\": {\n              \"type\": \"integer\",\n              \"example\": 10000\n            }\n\"tracks\": {\n      \"type\": \"array\"\n\"required\": [\n    \"action\",\n    \"aggregations\"\n    \"did_you_mean\",\n    \"totals\",\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"c015fbee-49d5-4e98-b7f9-05aab5df02a2","name":"Prompt Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"Slow motion scene of a crazy girl dancing extaticly in a water fountain\",\n    \"ignore_cache\": true,\n    \"detailed\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"type\": \"tag\",\n            \"value\": \"crazy\",\n            \"included\": true\n        },\n        {\n            \"type\": \"prompt\",\n            \"value\": \"slow motion scene of a crazy girl dancing extaticly in a water fountain\",\n            \"included\": true\n        }\n    ],\n    \"query_id\": \"733d3a8a-e787-4483-840f-6e2eb0c1dee2\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"active\": null,\n            \"album_code\": \"ME7\",\n            \"album_description\": \"Stylish future bass theme with pads, synths and beats. Perfect for youth and reality TV, fashion and celebrities topics.\",\n            \"album_keywords\": null,\n            \"album_name\": \"Future Bass Vibes\",\n            \"album_number\": \"7\",\n            \"artist_canonical\": \"galey-locasciulli-matteo-paul-reyre-victor\",\n            \"artists\": [\n                \"Paul Reyre\",\n                \"Matteo Locasciulli\",\n                \"Victor Galey\"\n            ],\n            \"bpm\": 90,\n            \"categories\": null,\n            \"commercial\": null,\n            \"composers\": [\n                \"Paul Reyre\",\n                \"Matteo Locasciulli\",\n                \"Victor Galey\"\n            ],\n            \"content_id_registered\": null,\n            \"cuesheet_info\": null,\n            \"custom_data\": null,\n            \"decades\": [],\n            \"duration\": 154,\n            \"explicit\": null,\n            \"external_id\": null,\n            \"filepath\": \"ME0007\\\\c5eea832337e2fc6.wav\",\n            \"genres\": [\n                \"sound design\",\n                \"sfx\"\n            ],\n            \"hit\": null,\n            \"id\": \"203804754\",\n            \"id_client\": \"ME7#33\",\n            \"instruments\": [\n                \"percussion\",\n                \"pads\",\n                \"synthesizer\"\n            ],\n            \"isrc\": \"FXR082100277\",\n            \"jam_sync\": null,\n            \"label_code\": \"ME\",\n            \"label_lc_name\": null,\n            \"label_name\": \"Alboom Media\",\n            \"licensable\": null,\n            \"looped\": null,\n            \"lyrics\": null,\n            \"lyrics_language\": null,\n            \"master_track_id\": \"ME7#31\",\n            \"master_track_number\": null,\n            \"moods\": [\n                \"positive\",\n                \"motivational\"\n            ],\n            \"music_for\": null,\n            \"music_key\": null,\n            \"music_meter\": null,\n            \"owner\": null,\n            \"pro_affiliated\": null,\n            \"process_input_error\": null,\n            \"process_input_error_details\": null,\n            \"processed_at\": \"2022-06-11T11:21:28Z\",\n            \"profane\": null,\n            \"publisher\": \"ALBOOM (SACEM - 1127748642)\",\n            \"publishing_partner\": null,\n            \"publishing_partner_us\": null,\n            \"recognisable\": null,\n            \"release_year\": 2021,\n            \"released_at\": null,\n            \"restricted\": null,\n            \"share\": null,\n            \"store_secret\": \"67e0f72d74b61a62e65d2d106edf7af5\",\n            \"streaming_hash\": \"9f115b7751cd022996dab9fa63b9a40a\",\n            \"streaming_id\": 190028991,\n            \"subgenres\": null,\n            \"sync_history\": null,\n            \"tags\": [\n                \"ME\"\n            ],\n            \"tempo\": null,\n            \"territories\": null,\n            \"top\": null,\n            \"track_code\": \"ME7#33\",\n            \"track_description\": \"Future bass theme with aerial pads, wavy synths, sharp sfx. Break at 1'05. Sharp, positive and motivational.\",\n            \"track_name\": \"Shiny Future Bass\",\n            \"track_number\": \"33\",\n            \"version\": true,\n            \"version_name\": null,\n            \"version_tag\": null,\n            \"visibility\": null,\n            \"vocals\": []\n        }\n    ],\n    \"type\": \"prompt\"\n}"}],"_postman_id":"b1599bf8-b3a2-4c48-9d73-1edc5b659e20"},{"name":"URL Search","id":"821112bb-554c-4ea5-bb50-03808669bcc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"https://www.youtube.com/watch?v=nyWd5F_ZMrk\",\n    \"detailed\":true\n}"},"url":"https://api.aimsapi.com/v1/search","description":"<p>You can use an URL to search by.</p>\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/searh</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query\": {\n    \"type\": \"string\",\n    \"description\": \"URL to search by\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"query\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"action\": {\n    \"type\": \"object\",\n    \"properties\": {\n        \"type\": {\n          \"type\": \"string\",\n          \"example\": \"search\"\n    \"description\": \"Definition of the request type\"\n},\n\"aggregations\": {\n    \"type\": [\"object\", \"null\"],\n    \"description\": \"TBA\"\n},\n\"did_you_mean\": {\n    \"type\": \"array\",\n    \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"type\": {\n            \"type\": \"string\",\n            \"example\": \"tag\"\n            },\n          \"value\": {\n            \"type\": \"string\",\n            \"example\": \"electric guitar\"\n          },\n          \"included\": {\n            \"type\": \"boolean\",\n            \"example\": true\n    \"description\": \"Suggestions based on the searched text\"\n},\n\"query_id\": {\n      \"type\": \"string\",\n      \"example\": \"9fdd4e6d-b656-42b5-a42f-79e83c6c0d49\"\n    },\n\"totals\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"tracks\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"relation\": {\n              \"type\": \"string\",\n              \"example\": \"gte\"\n            },\n            \"value\": {\n              \"type\": \"integer\",\n              \"example\": 10000\n            }\n\"tracks\": {\n      \"type\": \"array\"\n\"required\": [\n    \"action\",\n    \"aggregations\"\n    \"did_you_mean\",\n    \"totals\",\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"b3bde3e4-87e5-4796-b302-070500ac9e5d","name":"URL Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"query\":\"https://www.youtube.com/watch?v=nyWd5F_ZMrk\",\n    \"detailed\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"type\": \"url\",\n            \"value\": \"https://www.youtube.com/watch?v=nyWd5F_ZMrk\",\n            \"included\": true\n        }\n    ],\n    \"query_id\": \"a8828265-d8eb-43e7-9b2a-c8e6e22de577\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"active\": null,\n            \"album_code\": \"SATVCD91\",\n            \"album_description\": \"Gritty, underground beats from london's streets\",\n            \"album_keywords\": null,\n            \"album_name\": \"UK Grime\",\n            \"album_number\": \"91\",\n            \"artist_canonical\": \"charlie-harper\",\n            \"artists\": [\n                \"Charlie  Harper\"\n            ],\n            \"auto_tagging_output\": {\n                \"bpm\": 145,\n                \"decades\": [\n                    \"2010s\"\n                ],\n                \"genres\": [\n                    \"hip hop\"\n                ],\n                \"instruments\": [\n                    \"electric guitar\",\n                    \"drums\",\n                    \"keyboard\",\n                    \"drone\",\n                    \"synth\",\n                    \"percussion\",\n                    \"sound effects\",\n                    \"bass\",\n                    \"guitar\"\n                ],\n                \"key\": [\n                    \"F# minor\"\n                ],\n                \"moods\": [\n                    \"tension\",\n                    \"dramatic\",\n                    \"dark\",\n                    \"ominous\",\n                    \"menacing\"\n                ],\n                \"tempo\": [],\n                \"usages\": [\n                    \"drama\",\n                    \"humour\"\n                ],\n                \"vocals\": [\n                    \"instrumental\"\n                ]\n            },\n            \"bpm\": 145,\n            \"categories\": null,\n            \"commercial\": null,\n            \"composers\": [\n                \"Charlie  Harper\"\n            ],\n            \"content_id_registered\": null,\n            \"cuesheet_info\": null,\n            \"custom_data\": null,\n            \"decades\": [],\n            \"duration\": 105,\n            \"explicit\": null,\n            \"external_id\": null,\n            \"filepath\": \"SATVCD91_12-Heavy\",\n            \"genres\": [\n                \"electronic/dance\",\n                \"electro\",\n                \"hip hop / rnb\",\n                \"grime\"\n            ],\n            \"hit\": null,\n            \"id\": \"204285079\",\n            \"id_client\": \"SATVCD91#12\",\n            \"instruments\": null,\n            \"isrc\": \"USQY51608563\",\n            \"jam_sync\": null,\n            \"label_code\": \"SATVCD\",\n            \"label_lc_name\": \"48896\",\n            \"label_name\": \"SATV\",\n            \"licensable\": null,\n            \"looped\": null,\n            \"lyrics\": null,\n            \"lyrics_language\": null,\n            \"master_track_id\": null,\n            \"master_track_number\": null,\n            \"moods\": [\n                \"dark\",\n                \"drama\",\n                \"menace\",\n                \"aggresive\",\n                \"violence\"\n            ],\n            \"music_for\": [\n                \"drama\",\n                \"humour\"\n            ],\n            \"music_key\": null,\n            \"music_meter\": null,\n            \"owner\": null,\n            \"pro_affiliated\": null,\n            \"process_input_error\": null,\n            \"process_input_error_details\": null,\n            \"processed_at\": \"2020-02-28T10:56:51Z\",\n            \"profane\": null,\n            \"publisher\": \"SATV Publishing Ltd.\",\n            \"publishing_partner\": null,\n            \"publishing_partner_us\": null,\n            \"recognisable\": null,\n            \"release_year\": 2016,\n            \"released_at\": null,\n            \"restricted\": null,\n            \"share\": null,\n            \"store_secret\": null,\n            \"streaming_hash\": \"9f115b7751cd022996dab9fa63b9a40a\",\n            \"streaming_id\": 142649908,\n            \"subgenres\": null,\n            \"sync_history\": null,\n            \"tags\": [\n                \"SATVCD\"\n            ],\n            \"tempo\": null,\n            \"territories\": null,\n            \"top\": null,\n            \"track_code\": \"SATVCD91#12\",\n            \"track_description\": \"Dark and brooding beats that build your anticipation\",\n            \"track_name\": \"Heavy\",\n            \"track_number\": \"12\",\n            \"version\": null,\n            \"version_name\": null,\n            \"version_tag\": null,\n            \"visibility\": null,\n            \"vocals\": [\n                \"instrumental\"\n            ]\n        }\n    ],\n    \"type\": \"url\"\n}"}],"_postman_id":"821112bb-554c-4ea5-bb50-03808669bcc1"}],"id":"45fb5afa-6ebf-42e0-9f9a-ad7efca72f59","_postman_id":"45fb5afa-6ebf-42e0-9f9a-ad7efca72f59","description":""},{"name":"Autocomplete","item":[{"name":"Metadata Suggestions","id":"5250418a-c261-4720-b812-bbef8572ed8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-User-Id","value":"userId"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"Summer\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.aimsapi.com/v1/autocomplete","description":"<h3 id=\"autocomplete\">Autocomplete</h3>\n<p>This endpoint is used to retrieve autocomplete suggestions based on the provided query.</p>\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/autocomplete</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query\": {\n    \"type\": \"string\",\n    \"description\": \"Text input for autocomplete suggestions\"\n},\n\"required\": [\n    \"query\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"suggestions\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"value\": {\n            \"type\": \"string\",\n            \"description\": \"The value of the suggestion, representing a keyword or tag.\"\n          },\n          \"type\": {\n            \"type\": \"string\",\n            \"enum\": [\"tag\", \"track\", \"album\", \"other\"],\n            \"description\": \"The type of the suggestion, indicating its nature or category.\"\n          },\n          \"field\": {\n            \"type\": \"string\",\n            \"description\": \"The field associated with the suggestion (e.g. track_name, album_name, etc). If none, the value is 'none'.\"\n          },\n          \"id\": {\n            \"type\": \"string\",\n            \"description\": \"A unique identifier for the suggestion.\"\n          },\n          \"multiple\": {\n            \"type\": \"boolean\",\n            \"description\": \"Indicates whether multiple selections are allowed for this suggestion.\"\n          }\n        }\n      }\n    }\n  },\n  \"required\": [\"suggestions\"]\n}\n\n</code></pre>\n","urlObject":{"path":["v1","autocomplete"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"e3c37287-c01b-4985-8439-2bad273b2cdb","name":"Metadata Suggestions","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-User-Id","value":"userId"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"Summer\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.aimsapi.com/v1/autocomplete"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"suggestions\": [\n    {\n      \"value\": \"summer\",\n      \"type\": \"tag\",\n      \"field\": \"none\",\n      \"id\": \"859\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summery\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"LHS55#83\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summerset\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"POP-PI53#8\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summerdale\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"NLM41#41\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summerslam\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"XCD75#22\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"SUMMERWIND\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"HDCD1311#6222\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Summertime\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"HARD78#72\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Summerbeat\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"OMN74#21\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summerlove\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"SPRE5#13\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summerly B\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"SCD39#27\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"SUMMERLAND\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"SMI355#96\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Summertide\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"FMLARC112#24\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summertimes\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"BAM-BX30#2\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"SUMMERTIME#\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"CLC122#82\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summerly  B\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"SCD441#7\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"SUMMERGREEN\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"SPOTS8#47\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summerville\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"PMY2#24\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Summers End\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"TBX102#21\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summerlands\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"KL165#114\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summer Kelly\",\n      \"type\": \"track\",\n      \"field\": \"composers\",\n      \"id\": \"\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"SUMMERS GONE\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"CAVCD337#23\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summer's End\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"AXS2228#18\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Summers Tale\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"2RJK15#24\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summer's Here\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"ARTFCD26#43\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Summerland  B\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"SCDV19#22\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summershift 2\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"MHS38#42\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summerland  A\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"SCDV19#21\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summersonic  C\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"SCDV13#74\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summer’S End\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"VNX16#40\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summer's Child\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"KPM291#14\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summer'S Voice\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"SATVCD62#183\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Summerdreaming\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"EAR37#88\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summer's Coming\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"MHE20#60\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Summer's Beauty\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"KPMLPB39#9\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Summerside Beach\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"WSR426#43\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"SUMMER'S EVENING\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"AB-CD240#66\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Summerhaze (MAIN)\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"VHP8#6\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"SUMMERNIGHT DREAMS C\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"SCDV561#621\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summerfest Electro Cue\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"LH92#20\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summersong Feeling Vibe\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"BDMD22#28\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summerside Beach - Alt Mix\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"WSR426#42\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summerhaze (ALTERNATE 80s INDIE)\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"VHP8#29\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Warm Summers\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"GCR139#59\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Corey Summers\",\n      \"type\": \"track\",\n      \"field\": \"composers\",\n      \"id\": \"\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Adrian Summers\",\n      \"type\": \"track\",\n      \"field\": \"composers\",\n      \"id\": \"\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Aaron Summerfield\",\n      \"type\": \"track\",\n      \"field\": \"composers\",\n      \"id\": \"\",\n      \"multiple\": true\n    },\n    {\n      \"value\": \"Last Summer_No Drums\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"1RM61#80\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Green Summerhill (30)\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"DIN164#14\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Last Summer_Drums Bass\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"1RM61#81\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Like a Warm Summerrain\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"EAR44#55\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Last Summer_No Electric Guitars\",\n      \"type\": \"track\",\n      \"field\": \"track_name\",\n      \"id\": \"1RM61#79\",\n      \"multiple\": false\n    }\n  ],\n  \"totals\": {\n    \"labels\": {\n      \"value\": 0\n    },\n    \"tags\": {\n      \"value\": 1\n    },\n    \"tracks\": {\n      \"value\": 50\n    }\n  }\n}"}],"_postman_id":"5250418a-c261-4720-b812-bbef8572ed8f"},{"name":"Prompt Suggestions","id":"6a8d21a9-cd4f-4167-90cf-91a2828a551c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-User-Id","value":"userId"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"Summer\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.aimsapi.com/v1/prompt-suggestions","description":"<h3 id=\"autocomplete\">Autocomplete</h3>\n<p>This endpoint is used to retrieve prompt suggestions based on the provided query.</p>\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/autocomplete</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query\": {\n    \"type\": \"string\",\n    \"description\": \"Text input for autocomplete suggestions\"\n},\n\"required\": [\n    \"query\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"suggestions\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"value\": {\n            \"type\": \"string\",\n            \"description\": \"The value of the suggestion, typically a prompt or descriptive phrase.\"\n          },\n          \"type\": {\n            \"type\": \"string\",\n            \"enum\": [\"prompt\"],\n            \"description\": \"The type of the suggestion, indicating its nature. In this case, it is a prompt.\"\n          },\n          \"field\": {\n            \"type\": \"string\",\n            \"description\": \"The field associated with the suggestion. If none, the value is 'none'.\"\n          },\n          \"id\": {\n            \"type\": \"string\",\n            \"description\": \"A unique identifier for the suggestion. Can be an empty string if not provided. (in cas of prompt-suggestions)\"\n          },\n          \"multiple\": {\n            \"type\": \"boolean\",\n            \"description\": \"Indicates whether multiple selections are allowed for this suggestion.\"\n          }\n        },\n        \"required\": [\"value\", \"type\", \"field\", \"id\", \"multiple\"]\n      }\n    },\n    \"totals\": {\n      \"type\": \"object\",\n      \"description\": \"TBA\"\n    }\n  },\n  \"required\": [\"suggestions\", \"totals\"]\n}\n\n\n</code></pre>\n","urlObject":{"path":["v1","prompt-suggestions"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"69040fe5-543e-4258-9fda-7465bd08a168","name":"Prompt Suggestions","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"X-User-Id","value":"userId"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"Summer\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.aimsapi.com/v1/prompt-suggestions"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"suggestions\": [\n    {\n      \"value\": \"Summery pop song for a beach party\",\n      \"type\": \"prompt\",\n      \"field\": \"none\",\n      \"id\": \"\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Upbeat summer music for a road trip\",\n      \"type\": \"prompt\",\n      \"field\": \"none\",\n      \"id\": \"\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summery jazz track for a rooftop bar\",\n      \"type\": \"prompt\",\n      \"field\": \"none\",\n      \"id\": \"\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summery acoustic guitar song for a picnic in the park\",\n      \"type\": \"prompt\",\n      \"field\": \"none\",\n      \"id\": \"\",\n      \"multiple\": false\n    },\n    {\n      \"value\": \"Summery electronic music for a festival\",\n      \"type\": \"prompt\",\n      \"field\": \"none\",\n      \"id\": \"\",\n      \"multiple\": false\n    }\n  ],\n  \"totals\": {}\n}"}],"_postman_id":"6a8d21a9-cd4f-4167-90cf-91a2828a551c"}],"id":"19f6c983-4b41-402f-a294-2500d039c514","_postman_id":"19f6c983-4b41-402f-a294-2500d039c514","description":""}],"id":"5037624f-51a8-409e-9719-848c9d47c8cf","_postman_id":"5037624f-51a8-409e-9719-848c9d47c8cf","description":""},{"name":"Video Search","item":[{"name":"Upload & Search by file","item":[{"name":"Upload a video file","id":"a68074ab-f58d-4314-b07b-53eaac6a2759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"v7-pcrcHP/test.mp3"}]},"url":"https://api.aimsapi.com/v1/upload","description":"<p>This endpoint allows you to upload a video file</p>\n<p>Request Body</p>\n<p>The request should be sent with form-data as the request body type. It must include a key \"file\" with the supported video file to be uploaded (MOV, MPEG, MP4, AVI).</p>\n<p>Response</p>\n<p>The response will include the status of the upload operation and a <strong>video hash that is used in the Search endpoint!</strong></p>\n","urlObject":{"path":["v1","upload"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"07e6cb51-72f3-40e4-9ef9-b8fb1f9d9faf","name":"Upload a video file (not-cached yet)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"v7-pcrcHP/test.mp3"}]},"url":"https://api.aimsapi.com/v1/upload"},"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"new\",\n    \"message\": \"video has been processed and is ready\",\n    \"hash\": \"7548e737cfb975669992c694edb086f9\"\n}"},{"id":"b4819e58-c820-41a1-8f4a-167fe23b1f5f","name":"Upload a video file (not-cached yet)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"v7-pcrcHP/test.mp3"}]},"url":"https://api.aimsapi.com/v1/upload"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"cached\",\n  \"message\": \"video is already cached\",\n  \"hash\": \"c09bbf7a42e063e2e1fd4b9b9eac89c4\"\n}"}],"_postman_id":"a68074ab-f58d-4314-b07b-53eaac6a2759"},{"name":"Search by video hash","id":"db99099f-3cb4-4b96-bf77-464d38ee6403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n\t\t{\n\t\t\t\"type\": \"video\",\n\t\t\t\"value\": \"c09bbf7a42e063e2e1fd4b9b9eac89c4\"\n\t\t}\n\t],\n\t\"detailed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search","description":"<p>The request body should be formatted as a JSON object with an array of \"seeds\", where the seed contains a \"type\" : \"video\" and a \"value\" : [video hash] <strong>that you must obtain from the previous API request to successfully execute the search</strong>.<br />Additionally, the \"detailed\" parameter can be set to true to request detailed information in the response.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request is in JSON format (see the example), and contains a list of <strong>track results</strong> (<code>\"tracks\":[...]</code> and additional response info: type of an API request action, search suggestions (<code>\"did_you_mean\"</code>), <code>query_id</code> which refers to a unique UUID of the search API request, etc.</p>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"aeed7dd0-c73d-4a91-a54c-3c8eb292a0c7","name":"Search by video hash","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n\t\t{\n\t\t\t\"type\": \"video\",\n\t\t\t\"value\": \"c09bbf7a42e063e2e1fd4b9b9eac89c4\"\n\t\t}\n\t],\n\t\"detailed\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"type\": \"video\",\n            \"value\": \"c09bbf7a42e063e2e1fd4b9b9eac89c4\",\n            \"included\": true\n        }\n    ],\n    \"query_id\": \"efb75ffa-2754-443a-839a-5b5017aff802\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"active\": null,\n            \"album_code\": \"1234ABC\",\n            \"album_description\": \"lorem ipsum\",\n            \"album_keywords\": null,\n            \"album_name\": \"lorem ipsum\",\n            \"album_number\": \"1\",\n            \"artist_canonical\": \"dolor-ipsum-lorem\",\n            \"artists\": [\n                \"lorem ipsum dolor\"\n            ],\n            \"auto_tagging_output\": {\n                ...\n            },\n            ...\n        },\n        ...\n        {\n        ...    \n        }\n    ],\n    \"type\": \"seeds-only\"\n}"}],"_postman_id":"db99099f-3cb4-4b96-bf77-464d38ee6403"}],"id":"d1c4a3d2-6dab-4fad-8547-387f8f47f23d","_postman_id":"d1c4a3d2-6dab-4fad-8547-387f8f47f23d","description":""},{"name":"Search by a Youtube link","item":[{"name":"Search by a Youtube link","id":"6bf937f6-a1ab-4b68-a2d2-58865b3e27ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n\t\t{\n\t\t\t\"type\": \"video\",\n\t\t\t\"value\": \"https://www.youtube.com/watch?v=3hqOt1KFTe0\"\n\t\t}\n\t],\n\t\"detailed\": true,\n    \"ignore_cache\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search","description":"<p>The request body should be formatted as a JSON object with an array of \"seeds\", where the seed contains a \"type\" : \"video\" and a \"value\" : [Youtube URL].</p>\n<p>Additionally, the \"detailed\" parameter can be set to true to request detailed information in the response.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request is in JSON format (see the example), and contains a list of <strong>track results</strong> (<code>\"tracks\":[...]</code> and additional response info: type of an API request action, search suggestions (<code>\"did_you_mean\"</code>), <code>query_id</code> which refers to a unique UUID of the search API request, etc.</p>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"30830b00-7d52-428a-af41-5d37bbf9bab1","name":"Search by a Youtube link","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n\t\t{\n\t\t\t\"type\": \"video\",\n\t\t\t\"value\": \"https://www.youtube.com/watch?v=lQBmZBJCYcY\"\n\t\t}\n\t],\n\t\"detailed\": true,\n    \"ignore_cache\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"type\": \"video\",\n            \"value\": \"https://www.youtube.com/watch?v=lQBmZBJCYcY\",\n            \"included\": true\n        }\n    ],\n    \"query_id\": \"b91f41dd-9c33-4fe6-8ec2-2735cb41a271\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"active\": null,\n            \"album_code\": \"1234ABC\",\n            \"album_description\": \"lorem ipsum\",\n            \"album_keywords\": null,\n            \"album_name\": \"lorem ipsum\",\n            \"album_number\": \"1\",\n            \"artist_canonical\": \"dolor-ipsum-lorem\",\n            \"artists\": [\n                \"lorem ipsum dolor\"\n            ],\n            \"auto_tagging_output\": {\n                ...\n            },\n            ...\n        },\n        ...\n        {\n        ...    \n        }\n    ],\n    \"type\": \"seeds-only\"\n}"},{"id":"982e3dd8-ad54-44f9-a02f-864ba974eca6","name":"Search by a non-Youtube link (invalid input)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n\t\t{\n\t\t\t\"type\": \"video\",\n\t\t\t\"value\": \"https://p.scdn.co/mp3-preview/27758&alias=file.mp3\"\n\t\t}\n\t],\n\t\"detailed\": true,\n    \"ignore_cache\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 21,\n    \"message\": \"all requested seeds failed\",\n    \"payload\": {\n        \"seeds\": [\n            {\n                \"type\": \"video\",\n                \"value\": \"https://p.scdn.co/mp3-preview/277588e21c5071dcf58f7ccc949b4b7c1556c389?cid=620e300423564713bc7d22f37031b60a&alias=file.mp3\",\n                \"included\": false,\n                \"error\": \"failed to download video from `https://p.scdn.co/mp3-preview/277588e21c5071dcf58f7ccc949b4b7c1556c389?cid=620e300423564713bc7d22f37031b60a&alias=file.mp3`: unsupported video format `audio/mpeg`: 277588e21c5071dcf58f7ccc949b4b7c1556c389?cid=620e300423564713bc7d22f37031b60a&alias=file.mp3\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6bf937f6-a1ab-4b68-a2d2-58865b3e27ab"}],"id":"462910e3-40b4-4ef7-8fbb-24635ac6b157","_postman_id":"462910e3-40b4-4ef7-8fbb-24635ac6b157","description":""},{"name":"Filtering","item":[{"name":"Search by video hash (with filters)","id":"cc5f7b6a-19c4-4df5-8a58-c944044d7100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"video\",\n            \"value\": \"c09bbf7a42e063e2e1fd4b9b9eac89c4\"\n        }\n    ],\n    \"detailed\": true,\n    \"filter\": {\n        \"logic\": \"and\",\n        \"conditions\": [\n            {\n                \"field\": \"instruments\",\n                \"operator\": \"contains\",\n                \"value\": \"Gregorian Chant\"\n            },\n            {\n                \"field\": \"genres\",\n                \"operator\": \"not-contains\",\n                \"value\": \"pop\"\n            }\n        ]\n    },\n    \"page\": 1,\n    \"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search","description":"<p>For more information about <a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">filtering.</a></p>\n<p>See the API request example for the filtering structure.</p>\n<p>The same filtering structure applies for the <a href=\"#462910e3-40b4-4ef7-8fbb-24635ac6b157\">Search by a Youtube link</a> endpoint.</p>\n","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"ea22a099-3ef8-4f46-b5ba-2e4b93d342f0","name":"Search by video hash (with filters)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"},{"key":"X-User-Id","value":"userId"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"video\",\n            \"value\": \"c09bbf7a42e063e2e1fd4b9b9eac89c4\"\n        }\n    ],\n    \"detailed\": true,\n    \"filter\": {\n        \"logic\": \"and\",\n        \"conditions\": [\n            {\n                \"field\": \"instruments\",\n                \"operator\": \"contains\",\n                \"value\": \"Gregorian Chant\"\n            }\n        ]\n    },\n    \"page\": 1,\n    \"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"type\": \"video\",\n            \"value\": \"c09bbf7a42e063e2e1gg4b9b9eac89c4\",\n            \"included\": true\n        }\n    ],\n    \"query_id\": \"efb75ffa-2754-443a-839a-5b5017aff802\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"instruments\": [\n                \"vocals\",\n                \"gregorian chant\",\n                \"woodwind\",\n                \"flute\",\n                \"synthesizer\"\n            ],\n            \"genres\": [\n                    \"world\",\n                    \"traditional\"\n            ],\n            \"auto_tagging_output\": {\n                ...\n            },\n            ...\n        },\n        ...\n        {\n        ...    \n        }\n    ],\n    \"type\": \"seeds-only\"\n}"}],"_postman_id":"cc5f7b6a-19c4-4df5-8a58-c944044d7100"}],"id":"2fa8a5fc-faf3-4053-862e-742febae05b9","_postman_id":"2fa8a5fc-faf3-4053-862e-742febae05b9","description":""}],"id":"f2f7daea-543f-4192-a021-481325a2c30f","_postman_id":"f2f7daea-543f-4192-a021-481325a2c30f","description":""},{"name":"Spaces","item":[{"name":"Create a Workspace","id":"00ef137c-9b09-4f53-a8df-6e13ce15f8e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"prompt\": \"Daily Soap. Music designed to build tension towards a dramatic reveal, a shocking discovery, or a suspenseful cliffhanger ending a scene or episode. Keywords:  building, suspenseful, tense, dramatic, ominous, unresolved, impactful,  foreboding, urgent ,reveal\",\n\t\"collections\": 10,\n    \"tracks_per_collection\": 10,\n    \"filter\": {\n        \"logic\": \"and\",\n        \"conditions\": [\n            { \n                \"field\": \"genres\",\n                \"operator\": \"in\",\n                \"value\": [\"electronica\", \"rhythmic underscores\"]\n            }\n         ]\n    },\n\t\"detailed\": false,\n    \"show_filter\": true,\n    \"show_tracks\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/spaces","description":"<p>This endpoint lets you create a Workspace using a natural-language text prompt. It returns projects — each containing a number of tracks — as specified by <code>collections</code> and <code>tracks_per_collection</code> in the request body. Other optional parameters that can be passed in the API request body are <code>show_tracks</code>(to control whether the API response contains tracks), <code>show_filter</code> (to control whether the API response contains filtering conditions) and <code>filter</code> (to control add filtering criteria); see the example below.</p>\n<p>You can use the returned project IDs and keys in subsequent API requests.</p>\n<p>REQUEST ACHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"prompt\": {\n    \"type\": \"string\",\n    \"minLength\": 1,\n    \"description\": \"Natural-language text prompt describing the desired music.\"\n  },\n  \"collections\": {\n    \"type\": \"integer\",\n    \"description\": \"Number of project collections to create.\"\n  },\n  \"tracks_per_collection\": {\n    \"type\": \"integer\",\n    \"description\": \"Number of tracks per project collection.\"\n  },\n  \"detailed\": {\n    \"type\": \"boolean\",\n    \"default\": false,\n    \"description\": \"When true, returns more verbose/detailed track metadata.\"\n  },\n  \"show_filter\": {\n    \"type\": \"boolean\",\n    \"default\": false,\n    \"description\": \"When true, returns saved filtering criteria for each collection.\"\n  },\n  \"show_tracks\": {\n    \"type\": \"boolean\",\n    \"default\": false,\n    \"description\": \"When true, returns tracks for each collection within the Space.\"\n  }\n}\n\n</code></pre>\n<p>RESPONSE SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": {\n    \"type\": \"string\",\n    \"format\": \"uuid\",\n    \"description\": \"Unique identifier for the created Space.\"\n  },\n  \"prompt\": {\n    \"type\": \"string\",\n    \"description\": \"The original prompt used to generate the collections.\"\n  },\n  \"title\": {\n    \"type\": \"string\",\n    \"description\": \"Title derived from the prompt.\"\n  },\n  \"tracks_per_collection\": {\n    \"type\": \"integer\",\n    \"description\": \"Number of tracks included per collection.\"\n  },\n  \"created_at\": {\n    \"type\": \"string\",\n    \"format\": \"date-time\",\n    \"description\": \"Timestamp when the Space was created.\"\n  },\n  \"updated_at\": {\n    \"type\": \"string\",\n    \"format\": \"date-time\",\n    \"description\": \"Timestamp when the Space was last updated.\"\n  },\n  \"active\": {\n    \"type\": \"boolean\",\n    \"description\": \"Whether the collection is currently active.\"\n  },\n  \"collections\": {\n    \"type\": \"array\",\n    \"description\": \"List of generated collections.\",\n    \"items\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": {\n          \"type\": \"string\",\n          \"format\": \"uuid\",\n          \"description\": \"Unique identifier for the collection.\"\n        },\n        \"key\": {\n          \"type\": \"string\",\n          \"description\": \"Unique identifier for the collection.\"\n        },\n        ...\n        ...\n        \"filter\": {\n          \"type\": \"object\",\n          \"description\": \"Filter criteria applied when sourcing tracks for this collection.\",\n          \"properties\": {\n            \"logic\": {\n              \"type\": \"string\",\n              \"description\": \"Logical operator applied across filter conditions (e.g. 'and').\"\n            },\n            \"conditions\": {\n              \"type\": \"array\",\n              \"description\": \"List of individual filter conditions.\",\n              \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                  \"field\": {\n                    \"type\": \"string\",\n                    \"description\": \"Track field to filter on (e.g. 'genres').\"\n                  },\n                  \"operator\": {\n                    \"type\": \"string\",\n                    \"description\": \"Filter operator (e.g. 'in').\"\n                  },\n                  \"value\": {\n                    \"type\": \"array\",\n                    \"description\": \"List of accepted values for the filter field.\",\n                    \"items\": {\n                      \"type\": \"string\"\n                    }\n                  }\n                }\n              }\n            }\n          }\n        },\n        ...\n        ...\n        \"tracks\": {\n          \"type\": \"array\",\n          \"description\": \"List of tracks included in this collection.\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","spaces"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"6d7394ce-70c2-4241-86ac-3b1bcaa8127e","name":"Create a Workspace","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"prompt\": \"Daily Soap. Music designed to build tension towards a dramatic reveal, a shocking discovery, or a suspenseful cliffhanger ending a scene or episode. Keywords:  building, suspenseful, tense, dramatic, ominous, unresolved, impactful,  foreboding, urgent ,reveal\",\n\t\"collections\": 10,\n    \"tracks_per_collection\": 10,\n    \"filter\": {\n        \"logic\": \"and\",\n        \"conditions\": [\n            { \n                \"field\": \"genres\",\n                \"operator\": \"in\",\n                \"value\": [\"electronica\", \"rhythmic underscores\"]\n            }\n         ]\n    },\n\t\"detailed\": false,\n    \"show_filter\": true,\n    \"show_tracks\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/spaces"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"active\": true,\n    \"collections\": [\n        {\n            \"id\": \"projectId1\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Escalating Suspense\",\n            \"filter\": {\n                \"conditions\": [\n                    {\n                        \"field\": \"genres\",\n                        \"operator\": \"in\",\n                        \"value\": [\n                            \"electronica\",\n                            \"rhythmic underscores\"\n                        ]\n                    }\n                ],\n                \"logic\": \"and\"\n            },\n            \"tracks\":[\n                {\n                    ...\n                },\n                {\n                    ...\n                }\n            ]\n        },\n        {\n            \"id\": \"projectId2\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Ominous Undercurrents\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId3\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Urgent Discovery\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId4\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Psychological Tension\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId5\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:10Z\",\n            \"title\": \"Dramatic Reveal Climax\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId6\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:10Z\",\n            \"title\": \"Unresolved Cliffhanger\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId7\",\n            \"key\": \"projectKey\",\n            \"processed_at\": null,\n            \"title\": \"Foreboding & Mystery\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId8\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Emotional Build-Up\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId9\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Sudden Realization\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId10\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Impending Doom\",\n            \"filter\": null,\n            \"tracks\": []\n        }\n    ],\n    \"created_at\": \"2026-05-13T11:38:41Z\",\n    \"id\": \"space.id\",\n    \"prompt\": \"Daily Soap. Music designed to build tension towards a dramatic reveal, a shocking discovery, or a suspenseful cliffhanger ending a scene or episode. Keywords:  building, suspenseful, tense, dramatic, ominous, unresolved, impactful,  foreboding, urgent ,reveal\",\n    \"title\": \"Daily Soap. Music designed to build tension towards a dramatic reveal, a shocking discovery, or a...\",\n    \"tracks_per_collection\": 10,\n    \"updated_at\": \"2026-05-13T11:38:41Z\"\n}"}],"_postman_id":"00ef137c-9b09-4f53-a8df-6e13ce15f8e4"},{"name":"Update Workspace","id":"5be06104-1226-4e94-89da-a1a0680c6611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Unbreakable bond: Thrilling End\",\n\t\"active\": true,\n    \"collection_order\": [\"project.id\", \"project.id2\", \"project.id3\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/spaces/space.id/update?detailed=true&show_filter=true","description":"<p>This endpoint lets you update Workspace metadata and the order of collections in a Space (using <code>collection_order</code>; You can change the order of collections by changing their position in the array.).</p>\n<p>Use Space ID obtained from the previous API request instead of the \"space.id\" placeholder in the URL path.</p>\n<p>Optional parameters that can be passed in the API request body are <code>detailed</code> (to control whether the API response contains additional metadata), <code>show_filter</code> (to control whether the API response contains filtering conditions).</p>\n<p>REQUEST ACHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"title\": {\n    \"type\": \"string\",\n    \"description\": \"Update title for the collection.\"\n  },\n  \"active\": {\n    \"type\": \"boolean\",\n    \"description\": \"Whether the collection is active.\"\n  },\n  \"collection_order\": {\n    \"type\": \"array\",\n    \"description\": \"List of collections within the Space. You can change the order of collections by changing their position in the array.\"\n  }\n}\n\n</code></pre>\n<p>RESPONSE SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": {\n    \"type\": \"string\",\n    \"format\": \"uuid\",\n    \"description\": \"Unique identifier for this Space\"\n  },\n  \"prompt\": {\n    \"type\": \"string\",\n    \"description\": \"The original prompt used to generate the collections.\"\n  },\n  \"title\": {\n    \"type\": \"string\",\n    \"description\": \"Display title for the Collection.\"\n  },\n  \"active\": {\n    \"type\": \"boolean\",\n    \"description\": \"Whether the collection is currently active.\"\n  },\n  \"tracks_per_collection\": {\n    \"type\": \"integer\",\n    \"description\": \"Maximum number of tracks included per collection.\"\n  },\n  \"created_at\": {\n    \"type\": \"string\",\n    \"format\": \"date-time\",\n    \"description\": \"Timestamp when the generation request was created.\"\n  },\n  \"updated_at\": {\n    \"type\": \"string\",\n    \"format\": \"date-time\",\n    \"description\": \"Timestamp when the generation request was last updated.\"\n  },\n  \"collections\": {\n    \"type\": \"array\",\n    \"description\": \"Ordered list of collections associated with this Space.\",\n    \"items\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": {\n          \"type\": \"string\",\n          \"format\": \"uuid\",\n          \"description\": \"Unique identifier of the collection. Can be used in subsequent API requests.\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","spaces","space.id","update"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"},{"key":"show_filter","value":"true"}],"variable":[]}},"response":[{"id":"369db6f2-57fb-4a8e-9799-be4d6175bb4d","name":"Update Workspace","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Unbreakable bond: Thrilling End\",\n\t\"active\": true,\n    \"collection_order\": [\"project.id\", \"project.id2\", \"project.id3\"]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/spaces/space.id/update?detailed=true&show_filter=true","host":["https://api.aimsapi.com"],"path":["v1","spaces","space.id","update"],"query":[{"key":"detailed","value":"true"},{"key":"show_filter","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"active\": true,\n    \"collections\": [\n        {\n            \"id\": \"{{spaceCollection1}}\"\n        },\n        {\n            \"id\": \"{{spaceCollection2}}\"\n        },\n        {\n            \"id\": \"{{spaceCollection3}}\"\n        }\n    ],\n    \"created_at\": \"2026-05-07T07:11:34Z\",\n    \"id\": \"{{spaceId}}\",\n    \"prompt\": \"Daily Soap. Music designed to build tension towards a dramatic reveal, a shocking discovery, or a suspenseful cliffhanger ending a scene or episode. Keywords:  building, suspenseful, tense, dramatic, ominous, unresolved, impactful,  foreboding, urgent ,reveal\",\n    \"title\": \"Unbreakable bond: Thrilling End\",\n    \"tracks_per_collection\": 10,\n    \"updated_at\": \"2026-05-13T13:58:49Z\"\n}"}],"_postman_id":"5be06104-1226-4e94-89da-a1a0680c6611"},{"name":"Get Workspace detail","id":"9046d27d-43ff-47b8-a3e6-eeed8974022e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"url":"https://api.aimsapi.com/v1/spaces/space.id?detailed=true&show_filter=true&show_tracks=true","description":"<p>This endpoint retrieves Space data. Use your Space ID instead of the \"space.id\" placeholder in the URL path and the <code>detailed</code> query parameter to control the verbosity of metadata returned. The response includes tracks that belong to the collection with full metadata when <code>show_tracks=true</code> as well as filtering informtation when <code>show_filter=true</code></p>\n<p>REQUEST:</p>\n<p><code>GET</code> /v1/spaces/space.id<code>?detailed={boolean}</code>&amp;show_filter={boolean}&amp;show_tracks={boolean}</p>\n<p><strong>Headers</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Content-Type</code></td>\n<td><code>application/json</code></td>\n</tr>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>apiSecret</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Path Parameters</strong></p>\n<p>json</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"spaceId\": {\n    \"type\": \"string\",\n    \"format\": \"uuid\",\n    \"required\": true,\n    \"description\": \"The Space ID returned from the Create Workspace endpoint.\"\n  }\n}\n\n</code></pre>\n<p>RESPONSE SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": {\n    \"type\": \"string\",\n    \"format\": \"uuid\",\n    \"description\": \"Unique identifier for the created Space.\"\n  },\n  \"prompt\": {\n    \"type\": \"string\",\n    \"description\": \"The original prompt used to generate the collections.\"\n  },\n  \"title\": {\n    \"type\": \"string\",\n    \"description\": \"Title derived from the prompt.\"\n  },\n  \"tracks_per_collection\": {\n    \"type\": \"integer\",\n    \"description\": \"Number of tracks included per collection.\"\n  },\n  \"created_at\": {\n    \"type\": \"string\",\n    \"format\": \"date-time\",\n    \"description\": \"Timestamp when the Space was created.\"\n  },\n  \"updated_at\": {\n    \"type\": \"string\",\n    \"format\": \"date-time\",\n    \"description\": \"Timestamp when the Space was last updated.\"\n  },\n  \"active\": {\n    \"type\": \"boolean\",\n    \"description\": \"Whether the collection is currently active.\"\n  },\n  \"collections\": {\n    \"type\": \"array\",\n    \"description\": \"List of generated collections.\",\n    \"items\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": {\n          \"type\": \"string\",\n          \"format\": \"uuid\",\n          \"description\": \"Unique identifier for the collection.\"\n        },\n        \"key\": {\n          \"type\": \"string\",\n          \"description\": \"Unique identifier for the collection.\"\n        },\n        ...\n        ...\n        \"filter\": {\n          \"type\": \"object\",\n          \"description\": \"Filter criteria applied when sourcing tracks for this collection.\",\n          \"properties\": {\n            \"logic\": {\n              \"type\": \"string\",\n              \"description\": \"Logical operator applied across filter conditions (e.g. 'and').\"\n            },\n            \"conditions\": {\n              \"type\": \"array\",\n              \"description\": \"List of individual filter conditions.\",\n              \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                  \"field\": {\n                    \"type\": \"string\",\n                    \"description\": \"Track field to filter on (e.g. 'genres').\"\n                  },\n                  \"operator\": {\n                    \"type\": \"string\",\n                    \"description\": \"Filter operator (e.g. 'in').\"\n                  },\n                  \"value\": {\n                    \"type\": \"array\",\n                    \"description\": \"List of accepted values for the filter field.\",\n                    \"items\": {\n                      \"type\": \"string\"\n                    }\n                  }\n                }\n              }\n            }\n          }\n        },\n        ...\n        ...\n        \"tracks\": {\n          \"type\": \"array\",\n          \"description\": \"List of tracks included in this collection.\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Note:</strong> The track object contains many additional metadata fields (genres, tags, territories, music_for, release_year, isrc, etc.) not fully listed here. Set <code>detailed=false</code> to receive a lighter response.</p>\n","urlObject":{"path":["v1","spaces","space.id"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"},{"key":"show_filter","value":"true"},{"key":"show_tracks","value":"true"}],"variable":[]}},"response":[{"id":"f4f3d957-ea02-40d8-b755-5882b6e28127","name":"Get Workspace detail","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"url":{"raw":"https://api.aimsapi.com/v1/spaces/space.id?detailed=true&show_filter=true&show_tracks=true","host":["https://api.aimsapi.com"],"path":["v1","spaces","space.id"],"query":[{"key":"detailed","value":"true"},{"key":"show_filter","value":"true"},{"key":"show_tracks","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"active\": true,\n    \"collections\": [\n        {\n            \"id\": \"projectId1\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Escalating Suspense\",\n            \"filter\": {\n                \"conditions\": [\n                    {\n                        \"field\": \"genres\",\n                        \"operator\": \"in\",\n                        \"value\": [\n                            \"electronica\",\n                            \"rhythmic underscores\"\n                        ]\n                    }\n                ],\n                \"logic\": \"and\"\n            },\n            \"tracks\":[\n                {\n                    ...\n                },\n                {\n                    ...\n                }\n            ]\n        },\n        {\n            \"id\": \"projectId2\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Ominous Undercurrents\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId3\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Urgent Discovery\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId4\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Psychological Tension\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId5\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:10Z\",\n            \"title\": \"Dramatic Reveal Climax\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId6\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:10Z\",\n            \"title\": \"Unresolved Cliffhanger\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId7\",\n            \"key\": \"projectKey\",\n            \"processed_at\": null,\n            \"title\": \"Foreboding & Mystery\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId8\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Emotional Build-Up\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId9\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Sudden Realization\",\n            \"filter\": null,\n            \"tracks\": []\n        },\n        {\n            \"id\": \"projectId10\",\n            \"key\": \"projectKey\",\n            \"processed_at\": \"2026-02-26T07:43:11Z\",\n            \"title\": \"Impending Doom\",\n            \"filter\": null,\n            \"tracks\": []\n        }\n    ],\n    \"created_at\": \"2026-05-13T11:38:41Z\",\n    \"id\": \"space.id\",\n    \"prompt\": \"Daily Soap. Music designed to build tension towards a dramatic reveal, a shocking discovery, or a suspenseful cliffhanger ending a scene or episode. Keywords:  building, suspenseful, tense, dramatic, ominous, unresolved, impactful,  foreboding, urgent ,reveal\",\n    \"title\": \"Daily Soap. Music designed to build tension towards a dramatic reveal, a shocking discovery, or a...\",\n    \"tracks_per_collection\": 10,\n    \"updated_at\": \"2026-05-13T11:38:41Z\"\n}"}],"_postman_id":"9046d27d-43ff-47b8-a3e6-eeed8974022e"},{"name":"List Workspaces","id":"b1036f0a-fcef-4f63-911d-d5b79ab278cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"url":"https://api.aimsapi.com/v1/spaces?page=1&page_size=999&detailed=true&show_hidden=true","description":"<p>This endpoint retrieves all Spaces within an API account. Use the <code>detailed</code> query parameter to control the verbosity of metadata returned. The response includes pagination information and list of all Spaces as an array of JSON objects (see the response schema).</p>\n<p>REQUEST:</p>\n<p><code>GET</code> /v1/spaces?page=1&amp;page_size=999&amp;detailed={boolean}</p>\n<p><strong>Headers</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Content-Type</code></td>\n<td><code>application/json</code></td>\n</tr>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>apiSecret</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>RESPONSE SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"pagination\": {\n    \"type\": \"object\",\n    \"description\": \"Pagination metadata for the response.\",\n    \"properties\": {\n      \"item_count\": {\n        \"type\": \"integer\",\n        \"description\": \"Total number of items across all pages.\"\n      },\n      \"page\": {\n        \"type\": \"integer\",\n        \"description\": \"Current page number.\"\n      },\n      \"page_count\": {\n        \"type\": \"integer\",\n        \"description\": \"Total number of pages available.\"\n      },\n      \"page_size\": {\n        \"type\": \"integer\",\n        \"description\": \"Maximum number of items returned per page.\"\n      }\n    }\n  },\n  \"spaces\": {\n    \"type\": \"array\",\n    \"description\": \"List of Saces matching the API accouont and query.\",\n    \"items\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": {\n          \"type\": \"string\",\n          \"format\": \"uuid\",\n          \"description\": \"Unique identifier for the space. Can be used in subsequent API requests.\"\n        },\n        \"prompt\": {\n          \"type\": \"string\",\n          \"description\": \"The original prompt used to generate the space's collections.\"\n        },\n        \"title\": {\n          \"type\": \"string\",\n          \"description\": \"Title for the space.\"\n        },\n        \"active\": {\n          \"type\": \"boolean\",\n          \"description\": \"Whether the space is currently active.\"\n        },\n        \"tracks_per_collection\": {\n          \"type\": \"integer\",\n          \"description\": \"Maximum number of tracks included per collections within the space.\"\n        },\n        \"created_at\": {\n          \"type\": \"string\",\n          \"format\": \"date-time\",\n          \"description\": \"Timestamp when the space was created.\"\n        },\n        \"updated_at\": {\n          \"type\": \"string\",\n          \"format\": \"date-time\",\n          \"description\": \"Timestamp when the space was last updated.\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","spaces"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"999"},{"key":"detailed","value":"true"},{"key":"show_hidden","value":"true"}],"variable":[]}},"response":[{"id":"2bc9646a-cd71-4c97-ba36-0519ba6cf971","name":"List Workspaces","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"url":{"raw":"https://api.aimsapi.com/v1/spaces?page=1&page_size=999&detailed=true&show_hidden=true","host":["https://api.aimsapi.com"],"path":["v1","spaces"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"999"},{"key":"detailed","value":"true"},{"key":"show_hidden","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"item_count\": 22,\n        \"page\": 1,\n        \"page_count\": 1,\n        \"page_size\": 999\n    },\n    \"spaces\": [\n        {\n            \"active\": true,\n            \"created_at\": \"2026-05-07T09:08:57Z\",\n            \"id\": \"project.id\",\n            \"prompt\": \"Porsche Carerra GT ad in the California mountains\",\n            \"title\": \"Porsche Carerra GT ad in the California mountains\",\n            \"tracks_per_collection\": 10,\n            \"updated_at\": \"2026-05-07T09:08:57Z\"\n        },\n        {\n            \"active\": true,\n            \"created_at\": \"2026-05-07T07:11:34Z\",\n            \"id\": \"{{project.id2}}\",\n            \"prompt\": \"Porsche Carerra GT ad in the California mountains\",\n            \"title\": \"Slugs buying salt in a Costco\",\n            \"tracks_per_collection\": 10,\n            \"updated_at\": \"2026-05-13T13:58:50Z\"\n        },\n        {\n            \"active\": true,\n            \"created_at\": \"2026-05-06T15:08:12Z\",\n            \"id\": \"{{project.id3}}\",\n            \"prompt\": \"Porsche Carerra GT ad in the California mountains\",\n            \"title\": \"Porsche Carerra GT ad in the California mountains\",\n            \"tracks_per_collection\": 10,\n            \"updated_at\": \"2026-05-06T15:12:28Z\"\n        },\n        {\n            ...\n        },\n        {\n            ...\n        }\n    ]\n}"}],"_postman_id":"b1036f0a-fcef-4f63-911d-d5b79ab278cd"},{"name":"Get Tracks in a Workspace Project by ID","id":"03ff830b-ef51-41fe-addd-e5dfc10975d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"url":"https://api.aimsapi.com/v1/project/get-tracks/by-id/project.id?detailed=true","description":"<p>This endpoint retrieves tracks belonging to a specific project by its ID. The project ID is obtained from the response of the Create Workspace endpoint. Use the <code>detailed</code> query parameter to control the verbosity of track metadata returned. The response includes paginated track results with full metadata when <code>detailed=true</code>.</p>\n<p>REQUEST:</p>\n<p><code>GET /v1/project/get-tracks/by-id/{projectId}?detailed={boolean}</code></p>\n<p><strong>Headers</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Content-Type</code></td>\n<td><code>application/json</code></td>\n</tr>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>apiSecret</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Path Parameters</strong></p>\n<p>json</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"projectId\": {\n    \"type\": \"string\",\n    \"format\": \"uuid\",\n    \"required\": true,\n    \"description\": \"The project ID returned from the Create Workspace endpoint.\"\n  }\n}\n\n</code></pre>\n<p>RESPONSE SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"pagination\": {\n    \"type\": \"object\",\n    \"description\": \"Pagination metadata for the track results.\",\n    \"properties\": {\n      \"item_count\": {\n        \"type\": \"integer\",\n        \"description\": \"Total number of tracks in this page.\"\n      },\n      \"page\": {\n        \"type\": \"integer\",\n        \"description\": \"Current page number.\"\n      },\n      \"page_count\": {\n        \"type\": \"integer\",\n        \"description\": \"Total number of pages available.\"\n      },\n      \"page_size\": {\n        \"type\": \"integer\",\n        \"description\": \"Maximum number of tracks per page.\"\n      }\n    }\n  },\n  \"tracks\": {\n    \"type\": \"array\",\n    \"description\": \"List of tracks belonging to the project.\",\n    \"items\": {\n      \"type\": \"object\",\n      \"description\": \"Track object. Contains extensive metadata when detailed=true. Key properties listed below.\",\n      \"properties\": {\n        \"id\": {\n          \"type\": \"integer\",\n          \"description\": \"Unique track identifier.\"\n        },\n        \"id_client\": {\n          \"type\": \"string\",\n          \"description\": \"Client-facing track identifier.\"\n        },\n        \"track_name\": {\n          \"type\": \"string\",\n          \"description\": \"Track title or filename.\"\n        },\n        \"track_description\": {\n          \"type\": [\"string\", \"null\"],\n          \"description\": \"Human-readable description of the track's sound and style.\"\n        },\n        \"duration\": {\n          \"type\": \"integer\",\n          \"description\": \"Track duration in seconds.\"\n        },\n        \"bpm\": {\n          \"type\": [\"integer\", \"null\"],\n          \"description\": \"Beats per minute.\"\n        },\n        \"artists\": {\n          \"type\": \"array\",\n          \"items\": { \"type\": \"string\" },\n          \"description\": \"List of performing artists.\"\n        },\n        \"composers\": {\n          \"type\": \"array\",\n          \"items\": { \"type\": \"string\" },\n          \"description\": \"List of composers.\"\n        },\n        \"moods\": {\n          \"type\": \"array\",\n          \"items\": { \"type\": \"string\" },\n          \"description\": \"Mood tags (e.g. 'chill', 'ambient', 'romantic').\"\n        },\n        \"instruments\": {\n          \"type\": \"array\",\n          \"items\": { \"type\": \"string\" },\n          \"description\": \"Instruments present in the track.\"\n        },\n        \"vocals\": {\n          \"type\": \"array\",\n          \"items\": { \"type\": \"string\" },\n          \"description\": \"Vocal type (e.g. 'vocal', 'instrumental').\"\n        },\n        \"album_name\": {\n          \"type\": [\"string\", \"null\"],\n          \"description\": \"Parent album name.\"\n        },\n        \"album_code\": {\n          \"type\": [\"string\", \"null\"],\n          \"description\": \"Parent album code.\"\n        },\n        \"label_name\": {\n          \"type\": [\"string\", \"null\"],\n          \"description\": \"Music label name.\"\n        },\n        \"processed_at\": {\n          \"type\": \"string\",\n          \"format\": \"date-time\",\n          \"description\": \"Timestamp when the track was processed.\"\n        },\n        \"net_duration\": {\n          \"type\": [\"object\", \"null\"],\n          \"description\": \"Detailed duration breakdown including fade-in/out points and net duration. Available when detailed=true.\"\n        },\n        \"thumbnails\": {\n          \"type\": \"array\",\n          \"description\": \"Artwork thumbnails in various sizes.\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"path\": { \"type\": \"string\", \"description\": \"CDN URL of the thumbnail.\" },\n              \"size\": { \"type\": \"string\", \"description\": \"Dimensions (e.g. '80x80', '600x600').\" }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Note:</strong> The track object contains many additional metadata fields (genres, tags, territories, music_for, release_year, isrc, etc.) not fully listed here. Set <code>detailed=false</code> to receive a lighter response.</p>\n","urlObject":{"path":["v1","project","get-tracks","by-id","project.id"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"}],"variable":[]}},"response":[{"id":"d7c01603-538c-446f-87a1-1fafd8586fcd","name":"Get Tracks in a Workspace Project","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"url":{"raw":"https://api.aimsapi.com/v1/project/get-tracks/by-id/project.id?detailed=true","host":["https://api.aimsapi.com"],"path":["v1","project","get-tracks","by-id","project.id"],"query":[{"key":"detailed","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"item_count\": 5,\n        \"page\": 1,\n        \"page_count\": 1,\n        \"page_size\": 5\n    },\n    \"tracks\": [\n        {\n            ...\n            \"id\": \"trackSystemId\",\n            \"id_client\": \"trackClientId\",\n            ...\n        },\n        {\n            ...\n            \"id\": \"trackSystemId\",\n            \"id_client\": \"trackClientId\",\n            ...\n        },\n        ...\n    ]\n}"}],"_postman_id":"03ff830b-ef51-41fe-addd-e5dfc10975d2"},{"name":"Get Tracks in a Workspace Project by Key","id":"5c1fd493-0553-4a86-90bc-49934d1baf94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"url":"https://api.aimsapi.com/v1/project/get-tracks/by-key/projectKey?detailed=true","description":"<p>Same functionality as the <strong>GET Tracks in a Project by ID</strong>, but instead of <code>project.id</code> we must use <code>project.key</code> when referencing a collection.</p>\n<p><strong>Path Parameters</strong></p>\n<p>json</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"projectKey\": {\n    \"type\": \"string\",\n    \"format\": \"uuid\",\n    \"required\": true,\n    \"description\": \"The project key returned from the Create Workspace endpoint.\"\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","project","get-tracks","by-key","projectKey"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"}],"variable":[]}},"response":[{"id":"2cbeac54-f7c1-465e-a350-f7a11d16a9a6","name":"Get Tracks in a Workspace Project by Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"url":{"raw":"https://api.aimsapi.com/v1/project/get-tracks/by-key/projectKey?detailed=true","host":["https://api.aimsapi.com"],"path":["v1","project","get-tracks","by-key","projectKey"],"query":[{"key":"detailed","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"pagination\": {\n        \"item_count\": 5,\n        \"page\": 1,\n        \"page_count\": 1,\n        \"page_size\": 5\n    },\n    \"tracks\": [\n        {\n            ...\n            \"id\": \"trackSystemId\",\n            \"id_client\": \"trackClientId\",\n            ...\n        },\n        {\n            ...\n            \"id\": \"trackSystemId\",\n            \"id_client\": \"trackClientId\",\n            ...\n        },\n        ...\n    ]\n}"}],"_postman_id":"5c1fd493-0553-4a86-90bc-49934d1baf94"},{"name":"Suggest Tracks into a Workspace Project by Key","id":"973b3412-8787-4548-be7f-eeaddf5ea840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"projectKey\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"ignore_cache\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/suggest/by-key?detailed=true","description":"<p>This endpoint suggests tracks similar to an existing project, identified by its key. The project key is obtained from the response of the Create Workspace endpoint. Use this to discover additional tracks that match the sonic and stylistic profile of a given project. The response includes paginated track results. Use the <code>detailed</code> query parameter to control the verbosity of track metadata returned.</p>\n<p>REQUEST SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"key\": {\n    \"type\": \"string\",\n    \"required\": true,\n    \"description\": \"The project key returned from the Create Workspace endpoint.\"\n  },\n  \"page\": {\n    \"type\": \"integer\",\n    \"minimum\": 1,\n    \"default\": 1,\n    \"description\": \"Page number for paginated results.\"\n  },\n  \"page_size\": {\n    \"type\": \"integer\",\n    \"minimum\": 1,\n    \"description\": \"Number of tracks to return per page.\"\n  }\n}\n\n</code></pre>\n<p>RESPONSE SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"query_id\": {\n    \"type\": \"string\",\n    \"format\": \"uuid\",\n    \"example\": \"queryId\",\n    \"description\": \"Unique identifier for this suggestion query.\"\n  },\n  \"totals\": {\n    \"type\": \"object\",\n    \"description\": \"Total counts for returned result types.\",\n    \"properties\": {\n      \"tracks\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"relation\": {\n            \"type\": \"string\",\n            \"description\": \"Relation operator for the total count (e.g. 'eq' for exact, 'gte' for at least).\"\n          },\n          \"value\": {\n            \"type\": \"integer\",\n            \"description\": \"Total number of matching tracks.\"\n          }\n        }\n      }\n    }\n  },\n  \"tracks\": {\n    \"type\": \"array\",\n    \"description\": \"List of suggested tracks similar to the project.\",\n    \"items\": {\n      \"type\": \"object\",\n      \"description\": \"Track object with full metadata.\"\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Note:</strong> The track object contains many additional metadata fields (tags, territories, music_for, release_year, isrc, etc.) not fully listed here. Set <code>detailed=true</code> to receive a lighter response.</p>\n","urlObject":{"path":["v1","project","suggest","by-key"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"}],"variable":[]}},"response":[{"id":"e2d2c967-3294-4d8e-bc6e-a6a23e63e1e8","name":"Suggest Tracks into a Workspace Project by Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"projectKey\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"ignore_cache\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/project/suggest/by-key?detailed=true","host":["https://api.aimsapi.com"],"path":["v1","project","suggest","by-key"],"query":[{"key":"detailed","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"query_id\": \"queryId\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            ...\n            \"id\": \"trackSystemId\",\n            \"id_client\": \"trackClientId\"\n            ...\n        },\n        {\n            ...\n            \"id\": \"trackSystemId\",\n            \"id_client\": \"trackClientId\"\n            ...\n        },\n        ...\n    ]\n}"}],"_postman_id":"973b3412-8787-4548-be7f-eeaddf5ea840"},{"name":"Suggest Tracks into a Workspace Project by ID","id":"d7ad6e87-131d-4010-baa5-5f93c414a6fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"project.id\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"ignore_cache\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/suggest/by-id?detailed=true","description":"<p>Same as the previous endpoint this one suggests tracks similar to an existing project, identified by its ID. The project ID is obtained from the response of the Create Workspace endpoint. Use the <code>detailed</code> query parameter to control the verbosity of track metadata returned.</p>\n<p>REQUEST SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": {\n    \"type\": \"string\",\n    \"format\": \"uuid\",\n    \"required\": true,\n    \"description\": \"The project ID returned from the Create Workspace endpoint.\"\n  },\n  \"page\": {\n    \"type\": \"integer\",\n    \"minimum\": 1,\n    \"default\": 1,\n    \"description\": \"Page number for paginated results.\"\n  },\n  \"page_size\": {\n    \"type\": \"integer\",\n    \"minimum\": 1,\n    \"description\": \"Number of tracks to return per page.\"\n  }\n}\n\n</code></pre>\n<p>RESPONSE SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"query_id\": {\n    \"type\": \"string\",\n    \"format\": \"uuid\",\n    \"example\": \"queryId\",\n    \"description\": \"Unique identifier for this suggestion query.\"\n  },\n  \"totals\": {\n    \"type\": \"object\",\n    \"description\": \"Total counts for returned result types.\",\n    \"properties\": {\n      \"tracks\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"relation\": {\n            \"type\": \"string\",\n            \"description\": \"Relation operator for the total count (e.g. 'eq' for exact, 'gte' for at least).\"\n          },\n          \"value\": {\n            \"type\": \"integer\",\n            \"description\": \"Total number of matching tracks.\"\n          }\n        }\n      }\n    }\n  },\n  \"tracks\": {\n    \"type\": \"array\",\n    \"description\": \"List of suggested tracks similar to the project.\",\n    \"items\": {\n      \"type\": \"object\",\n      \"description\": \"Track object with full metadata.\"\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Note:</strong> The track object contains many additional metadata fields (tags, territories, music_for, release_year, isrc, etc.) not fully listed here. Set <code>detailed=true</code> to receive a lighter response.</p>\n","urlObject":{"path":["v1","project","suggest","by-id"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"}],"variable":[]}},"response":[{"id":"1375e629-da78-490a-b04f-6e9cd86c9dbe","name":"Suggest Tracks into a Workspace Project by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"project.id\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"ignore_cache\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/project/suggest/by-id?detailed=true","host":["https://api.aimsapi.com"],"path":["v1","project","suggest","by-id"],"query":[{"key":"detailed","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"query_id\": \"queryId\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            ...\n            \"id\": \"trackSystemId\",\n            \"id_client\": \"trackClientId\"\n            ...\n        },\n        {\n            ...\n            \"id\": \"trackSystemId\",\n            \"id_client\": \"trackClientId\"\n            ...\n        },\n        ...\n    ]\n}"}],"_postman_id":"d7ad6e87-131d-4010-baa5-5f93c414a6fb"},{"name":"Get multiple Projects by IDs","id":"1a49b6f5-fcdc-48f7-ab41-fb3fafb84898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"collection_ids\": [\"project.id\", \"project.id\", \"project.id\", \"project.id\", \"project.id\"],\n    \"detailed\": true,\n    \"show_tracks\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/get/by-id","description":"<p>This endpoint retrieves detailed information about multiple projects in a single request, identified by their IDs. Project IDs are obtained from the response of the Create Workspace endpoint. Each returned project includes metadata such as its title, description, keywords, and optionally its full list of tracks. Use <code>show_tracks</code> to control whether tracks are included, and <code>detailed</code> to control the verbosity of track metadata.</p>\n<p>REQUEST SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"collection_ids\": {\n    \"type\": \"array\",\n    \"required\": true,\n    \"items\": { \"type\": \"string\", \"format\": \"uuid\" },\n    \"description\": \"Array of project IDs to retrieve. IDs are obtained from the Create Workspace endpoint.\"\n  },\n  \"detailed\": {\n    \"type\": \"boolean\",\n    \"default\": false,\n    \"description\": \"When true, returns full track metadata for each project's tracks.\"\n  },\n  \"show_tracks\": {\n    \"type\": \"boolean\",\n    \"default\": false,\n    \"description\": \"When true, includes the tracks array within each project.\"\n  }\n}\n\n</code></pre>\n<hr />\n<p>RESPONSE SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"collections\": {\n    \"type\": \"array\",\n    \"description\": \"List of requested projects with their metadata and optionally tracks.\",\n    \"items\": {\n      \"type\": \"object\",\n      \"description\": \"Project object.\",\n      \"properties\": {\n        \"id\": {\n          \"type\": \"string\",\n          \"format\": \"uuid\",\n          \"example\": \"projectId\",\n          \"description\": \"Unique project identifier.\"\n        },\n        \"key\": {\n          \"type\": \"string\",\n          \"example\": \"projectKey\",\n          \"description\": \"Project key composed of the query_id and a slugified project title.\"\n        },\n        \"title\": {\n          \"type\": \"string\",\n          \"description\": \"Generated project title.\"\n        },\n        \"description\": {\n          \"type\": [\"string\", \"null\"],\n          \"description\": \"AI-generated description of the project's musical theme and intended use.\"\n        },\n        \"keywords\": {\n          \"type\": \"array\",\n          \"items\": { \"type\": \"string\" },\n          \"description\": \"Descriptive keywords for the project.\"\n        },\n        \"featuring\": {\n          \"type\": \"array\",\n          \"description\": \"The original prompt(s) used to generate this project.\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"space\": {\n                \"type\": \"string\",\n                \"description\": \"The original query text.\"\n              }\n            }\n          }\n        },\n        \"number_of_tracks\": {\n          \"type\": \"integer\",\n          \"description\": \"Total number of tracks in the project.\"\n        },\n        \"processed_at\": {\n          \"type\": [\"string\", \"null\"],\n          \"format\": \"date-time\",\n          \"description\": \"Timestamp when the project was processed.\"\n        },\n        \"updated_at\": {\n          \"type\": [\"string\", \"null\"],\n          \"format\": \"date-time\",\n          \"description\": \"Timestamp when the project was last updated.\"\n        }\n      }\n    }\n  },\n  \"pagination\": {\n    \"type\": \"object\",\n    \"description\": \"Pagination metadata.\",\n    \"properties\": {\n      \"item_count\": {\n        \"type\": \"integer\",\n        \"description\": \"Number of projects returned.\"\n      }\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Note:</strong> When <code>show_tracks=true</code>, each project includes a <code>tracks</code> array with the same track object structure documented in the <strong>Get Project Tracks</strong> endpoint. Set <code>detailed=true</code> for full track metadata or <code>detailed=false</code> for a lighter response.</p>\n","urlObject":{"path":["v1","project","get","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"832ed6f7-3e31-4830-9bad-3968b4f74c63","name":"Get multiple Projects by IDs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"collection_ids\": [\"project.id\", \"project.id\", \"project.id\", \"project.id\", \"project.id\"],\n    \"detailed\": true,\n    \"show_tracks\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/get/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"contact\": null,\n            \"description\": \"projectDescription\",\n            \"featuring\": [\n                {\n                    \"space\": \"Daily Soap. Music designed to build tension towards a dramatic reveal, a shocking discovery, or a suspenseful cliffhanger ending a scene or episode. Keywords:  building, suspenseful, tense, dramatic, ominous, unresolved, impactful,  foreboding, urgent ,reveal\"\n                }\n            ],\n            \"id\": \"projectId1\",\n            \"key\": \"projectKey\",\n            ...,\n            \"tracks\": [\n                {\n                    ...\n                    \"id\": \"trackSystemId\",\n                    \"id_client\": \"trackClientId\"\n                    ...\n                },\n                {\n                    ...\n                    \"id\": \"trackSystemId\",\n                    \"id_client\": \"trackClientId\"\n                    ...\n                },\n                ...\n            ],\n            \"updated_at\": \"2026-02-26T07:43:11Z\"\n        },\n        {\n            \"contact\": null,\n            \"description\": \"projectDescription\",\n            \"featuring\": [\n                {\n                    \"space\": \"Daily Soap. Music designed to build tension towards a dramatic reveal, a shocking discovery, or a suspenseful cliffhanger ending a scene or episode. Keywords:  building, suspenseful, tense, dramatic, ominous, unresolved, impactful,  foreboding, urgent ,reveal\"\n                }\n            ],\n            \"id\": \"projectId2\",\n            \"key\": \"projectKey\",\n            ...,\n            \"tracks\": [\n                {\n                    ...\n                    \"id\": \"trackSystemId\",\n                    \"id_client\": \"trackClientId\"\n                    ...\n                },\n                {\n                    ...\n                    \"id\": \"trackSystemId\",\n                    \"id_client\": \"trackClientId\"\n                    ...\n                },\n                ...\n            ],\n            \"updated_at\": \"2026-02-26T07:43:11Z\"\n        },\n        {\n            ...,\n            \"id\": \"projectId3\",\n            ...\n        },\n        {\n            ...,\n            \"id\": \"projectId4\",\n            ...\n        },\n        {\n            ...,\n            \"id\": \"projectId5\",\n            ...\n        }\n    ],\n    \"pagination\": {\n        \"item_count\": 5\n    }\n}"}],"_postman_id":"1a49b6f5-fcdc-48f7-ab41-fb3fafb84898"},{"name":"Get multiple Projects by Keys","id":"176f69c0-a214-4549-ab80-a616bed68ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"collection_keys\": [\"projectKey1\", \"projectKey2\", \"projectKey3\"],\n    \"detailed\": true,\n    \"show_tracks\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/get/by-key","description":"<p>This endpoint retrieves detailed information about multiple projects in a single request, identified by their Keys. Project Keys are obtained from the response of the Create Workspace endpoint. Each returned project includes metadata such as its title, description, keywords, and optionally its full list of tracks. Use <code>show_tracks</code> to control whether tracks are included, and <code>detailed</code> to control the verbosity of track metadata.</p>\n<p>REQUEST SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"collection_keys\": {\n    \"type\": \"array\",\n    \"required\": true,\n    \"items\": { \"type\": \"string\", \"format\": \"uuid\" },\n    \"description\": \"Array of project keys to retrieve. IDs are obtained from the Create Workspace endpoint.\"\n  },\n  \"detailed\": {\n    \"type\": \"boolean\",\n    \"default\": false,\n    \"description\": \"When true, returns full track metadata for each project's tracks.\"\n  },\n  \"show_tracks\": {\n    \"type\": \"boolean\",\n    \"default\": false,\n    \"description\": \"When true, includes the tracks array within each project.\"\n  }\n}\n\n</code></pre>\n<hr />\n<p>RESPONSE SCHEMA:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"collections\": {\n    \"type\": \"array\",\n    \"description\": \"List of requested projects with their metadata and optionally tracks.\",\n    \"items\": {\n      \"type\": \"object\",\n      \"description\": \"Project object.\",\n      \"properties\": {\n        \"id\": {\n          \"type\": \"string\",\n          \"format\": \"uuid\",\n          \"example\": \"projectId\",\n          \"description\": \"Unique project identifier.\"\n        },\n        \"key\": {\n          \"type\": \"string\",\n          \"example\": \"projectKey\",\n          \"description\": \"Project key composed of the query_id and a slugified project title.\"\n        },\n        \"title\": {\n          \"type\": \"string\",\n          \"description\": \"Generated project title.\"\n        },\n        \"description\": {\n          \"type\": [\"string\", \"null\"],\n          \"description\": \"AI-generated description of the project's musical theme and intended use.\"\n        },\n        \"keywords\": {\n          \"type\": \"array\",\n          \"items\": { \"type\": \"string\" },\n          \"description\": \"Descriptive keywords for the project.\"\n        },\n        \"featuring\": {\n          \"type\": \"array\",\n          \"description\": \"The original prompt(s) used to generate this project.\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"space\": {\n                \"type\": \"string\",\n                \"description\": \"The original query text.\"\n              }\n            }\n          }\n        },\n        \"number_of_tracks\": {\n          \"type\": \"integer\",\n          \"description\": \"Total number of tracks in the project.\"\n        },\n        \"processed_at\": {\n          \"type\": [\"string\", \"null\"],\n          \"format\": \"date-time\",\n          \"description\": \"Timestamp when the project was processed.\"\n        },\n        \"updated_at\": {\n          \"type\": [\"string\", \"null\"],\n          \"format\": \"date-time\",\n          \"description\": \"Timestamp when the project was last updated.\"\n        }\n      }\n    }\n  },\n  \"pagination\": {\n    \"type\": \"object\",\n    \"description\": \"Pagination metadata.\",\n    \"properties\": {\n      \"item_count\": {\n        \"type\": \"integer\",\n        \"description\": \"Number of projects returned.\"\n      }\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Note:</strong> When <code>show_tracks=true</code>, each project includes a <code>tracks</code> array with the same track object structure documented in the <strong>Get Project Tracks</strong> endpoint. Set <code>detailed=true</code> for full track metadata or <code>detailed=false</code> for a lighter response.</p>\n","urlObject":{"path":["v1","project","get","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"ec9c8ceb-85c7-4512-9fe3-94f75d538389","name":"Get multiple Projects by Keys","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"collection_keys\": [\"projectKey1\", \"projectKey2\", \"projectKey3\"],\n    \"detailed\": true,\n    \"show_tracks\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/get/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"contact\": null,\n            \"description\": \"projectDescription\",\n            \"featuring\": [\n                {\n                    \"space\": \"Daily Soap. Music designed to build tension towards a dramatic reveal, a shocking discovery, or a suspenseful cliffhanger ending a scene or episode. Keywords:  building, suspenseful, tense, dramatic, ominous, unresolved, impactful,  foreboding, urgent ,reveal\"\n                }\n            ],\n            \"id\": \"projectId1\",\n            \"key\": \"projectKey\",\n            ...,\n            \"tracks\": [\n                {\n                    ...\n                    \"id\": \"trackSystemId\",\n                    \"id_client\": \"trackClientId\"\n                    ...\n                },\n                {\n                    ...\n                    \"id\": \"trackSystemId\",\n                    \"id_client\": \"trackClientId\"\n                    ...\n                },\n                ...\n            ],\n            \"updated_at\": \"2026-02-26T07:43:11Z\"\n        },\n        {\n            \"contact\": null,\n            \"description\": \"projectDescription\",\n            \"featuring\": [\n                {\n                    \"space\": \"Daily Soap. Music designed to build tension towards a dramatic reveal, a shocking discovery, or a suspenseful cliffhanger ending a scene or episode. Keywords:  building, suspenseful, tense, dramatic, ominous, unresolved, impactful,  foreboding, urgent ,reveal\"\n                }\n            ],\n            \"id\": \"projectId2\",\n            \"key\": \"projectKey\",\n            ...,\n            \"tracks\": [\n                {\n                    ...\n                    \"id\": \"trackSystemId\",\n                    \"id_client\": \"trackClientId\"\n                    ...\n                },\n                {\n                    ...\n                    \"id\": \"trackSystemId\",\n                    \"id_client\": \"trackClientId\"\n                    ...\n                },\n                ...\n            ],\n            \"updated_at\": \"2026-02-26T07:43:11Z\"\n        },\n        {\n            ...,\n            \"id\": \"projectId3\",\n            ...\n        },\n        {\n            ...,\n            \"id\": \"projectId4\",\n            ...\n        },\n        {\n            ...,\n            \"id\": \"projectId5\",\n            ...\n        }\n    ],\n    \"pagination\": {\n        \"item_count\": 5\n    }\n}"}],"_postman_id":"176f69c0-a214-4549-ab80-a616bed68ca8"},{"name":"Refine Project within a Space","id":"beaebb58-1d89-451a-8e90-44849bec81d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\"refinement\": \"make it more upbeat and energetic\",\n\"filter\": {\n    \"logic\": \"and\",\n    \"conditions\": [\n        {\n            \"field\": \"genres\",\n            \"operator\": \"eq\",\n            \"value\": \"pop\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/spaces/space.id/refine/project.id?detailed=true&show_filter=true&show_tracks=true","description":"<p>New <strong>POST</strong> endpoint that allow refining an existing collection (project, playlist, or custom-tag) by providing a natural language refinement instruction and/or a search filter. The system uses an LLM to produce a new prompt from the original collection description + the refinement, then performs a similarity search and <strong>replaces</strong> the collection's tracks with the new results. The collection description and keywords are also updated.</p>\n<p><strong>At least one</strong> of <code>refinement</code> or <code>filter</code> must be provided.</p>\n<ul>\n<li><p><code>refinement</code> <em>(optional string)</em> — natural language instruction for how to change the collection</p>\n</li>\n<li><p><code>filter</code> <em>(optional object)</em> — search filter in AIMS filter syntax (forwarded to search API)</p>\n</li>\n</ul>\n<p>Use your Space ID and Project ID (project must be a part of the Space) instead of the \"space.id\" and \"project.id\" placeholders in the URL path.</p>\n<p>You can also use the optional API request parameters <code>detailed</code>, <code>show_filter</code>, <code>show_tracks</code> to control the API request payload as mentioned in the previous API requests documentation.</p>\n<h3 id=\"error-responses\">Error Responses</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP</th>\n<th>Code</th>\n<th>Message</th>\n<th>Trigger</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>4001</td>\n<td>Refine is not supported for this collection type!</td>\n<td>Attempting refine on album/artist/user collection</td>\n</tr>\n<tr>\n<td>422</td>\n<td>4002</td>\n<td>At least one of 'refinement' or 'filter' must be provided!</td>\n<td>Empty body <code>{}</code> or body with neither field</td>\n</tr>\n<tr>\n<td>422</td>\n<td>4003</td>\n<td>collection description is empty, cannot refine</td>\n<td>Collection has no description set</td>\n</tr>\n<tr>\n<td>422</td>\n<td>4003</td>\n<td>collection is not associated with a space, cannot refine</td>\n<td>Collection <code>featuring</code> has no space linked</td>\n</tr>\n<tr>\n<td>404</td>\n<td>5501</td>\n<td>Collection has not been found!</td>\n<td>Non-existent key/id or invalid UUID</td>\n</tr>\n<tr>\n<td>422</td>\n<td>—</td>\n<td>invalid filtering criteria</td>\n<td>Invalid filter format forwarded from search API</td>\n</tr>\n<tr>\n<td>500</td>\n<td>1001</td>\n<td>This functionality is currently not available...</td>\n<td>Internal error (LLM, search, DB)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"api-request-structure\">API REQUEST STRUCTURE:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"refinement\": {\n    \"type\": \"string\",\n    \"description\": \"Natural language instruction to refine or adjust the generated collection (e.g. adjusting mood, energy, or style).\"\n  },\n  \"filter\": {\n    \"type\": \"object\",\n    \"description\": \"Filter criteria to constrain track results within the refined collections.\",\n    \"properties\": {\n      \"logic\": {\n        \"type\": \"string\",\n        \"description\": \"Logical operator applied across all filter conditions (e.g. 'and').\"\n      },\n      \"conditions\": {\n        \"type\": \"array\",\n        \"description\": \"List of individual filter conditions.\",\n        \"items\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"field\": {\n              \"type\": \"string\",\n              \"description\": \"Track field to filter on (e.g. 'genres', 'moods', 'bpm').\"\n            },\n            \"operator\": {\n              \"type\": \"string\",\n              \"description\": \"Comparison operator to apply (e.g. 'eq' for exact match, 'in' for list membership).\"\n            },\n            \"value\": {\n              \"type\": [\"string\", \"array\"],\n              \"description\": \"Value or list of values to match against the specified field. Use a string for single-value operators (e.g. 'eq') and an array for multi-value operators (e.g. 'in').\",\n              \"items\": {\n                \"type\": \"string\"\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<h3 id=\"api-response-structure\">API RESPONSE STRUCTURE:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"collection\": {\n    \"type\": \"object\",\n    \"description\": \"The updated collection object returned after applying the refinement.\",\n    \"properties\": {\n      \"id\": {\n        \"type\": \"string\",\n        \"format\": \"uuid\",\n        \"description\": \"Unique identifier for the collection.\"\n      },\n      \"key\": {\n        \"type\": \"string\",\n        \"description\": \"Unique identifier for the collection.\"\n      },\n      \"title\": {\n        \"type\": \"string\",\n        \"description\": \"Generated title for the collection.\"\n      },\n      \"description\": {\n        \"type\": \"string\",\n        \"description\": \"Narrative description of the dramatic scene or mood the collection is designed for.\"\n      },\n      \"keywords\": {\n        \"type\": \"array\",\n        \"description\": \"List of descriptive keyword tags characterising the collection's sound and mood.\",\n        \"items\": {\n          \"type\": \"string\"\n        }\n      },\n      \"number_of_tracks\": {\n        \"type\": \"integer\",\n        \"description\": \"Number of tracks in the collection.\"\n      },\n      \"is_exported\": {\n        \"type\": \"boolean\",\n        \"description\": \"Whether the collection has been exported.\"\n      },\n      \"processed_at\": {\n        \"type\": [\"string\", \"null\"],\n        \"format\": \"date-time\",\n        \"description\": \"Timestamp when the collection was processed. Null if not yet processed.\"\n      },\n      \"updated_at\": {\n        \"type\": \"string\",\n        \"format\": \"date-time\",\n        \"description\": \"Timestamp when the collection was last updated.\"\n      },\n      \"filter\": {\n        \"type\": \"object\",\n        \"description\": \"Filter criteria applied when sourcing tracks for this collection.\",\n        \"properties\": {\n          \"logic\": {\n            \"type\": \"string\",\n            \"description\": \"Logical operator applied across filter conditions (e.g. 'and').\"\n          },\n          \"conditions\": {\n            \"type\": \"array\",\n            \"description\": \"List of individual filter conditions.\",\n            \"items\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"field\": {\n                  \"type\": \"string\",\n                  \"description\": \"Track field to filter on (e.g. 'genres').\"\n                },\n                \"operator\": {\n                  \"type\": \"string\",\n                  \"description\": \"Comparison operator applied (e.g. 'in').\"\n                },\n                \"value\": {\n                  \"type\": [\"string\", \"array\"],\n                  \"description\": \"Value or list of values to match against the specified field.\",\n                  \"items\": {\n                    \"type\": \"string\"\n                  }\n                }\n              }\n            }\n          }\n        }\n      },\n      \"tracks\": {\n        \"type\": \"array\",\n        \"description\": \"List of tracks included in this collection. Track object structure is identical to that returned in the generation response.\",\n        \"items\": {\n          \"type\": \"object\"\n        }\n      },\n      \"contact\": {\n        \"type\": [\"string\", \"null\"],\n        \"description\": \"Contact information. Null when not set.\"\n      },\n      \"featuring\": {\n        \"type\": [\"string\", \"null\"],\n        \"description\": \"Featured artist or entity. Null when not set.\"\n      },\n      \"thumbnails\": {\n        \"type\": [\"array\", \"null\"],\n        \"description\": \"Thumbnail image references. Null when not set.\"\n      }\n    }\n  }\n}\n\n</code></pre>\n<h3 id=\"valid-filter-format-reference\">Valid Filter Format Reference</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">// Single condition\n{\"logic\": \"and\", \"conditions\": [{\"field\": \"genres\", \"operator\": \"eq\", \"value\": \"rock\"}]}\n// Range\n{\"logic\": \"and\", \"conditions\": [{\"field\": \"release_year\", \"operator\": \"gte\", \"value\": 2020}]}\n// Multiple conditions\n{\"logic\": \"and\", \"conditions\": [\n  {\"field\": \"genres\", \"operator\": \"eq\", \"value\": \"electronic\"},\n  {\"field\": \"release_year\", \"operator\": \"gte\", \"value\": 2020},\n  {\"field\": \"release_year\", \"operator\": \"lte\", \"value\": 2025}\n]}\n// OR logic\n{\"logic\": \"or\", \"conditions\": [\n  {\"field\": \"genres\", \"operator\": \"eq\", \"value\": \"rock\"},\n  {\"field\": \"genres\", \"operator\": \"eq\", \"value\": \"pop\"}\n]}\n\n</code></pre>\n","urlObject":{"path":["v1","spaces","space.id","refine","project.id"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"},{"key":"show_filter","value":"true"},{"key":"show_tracks","value":"true"}],"variable":[]}},"response":[{"id":"317910cf-7b17-4ab2-baf0-f47bac2fbdc1","name":"Refine Project within a Space","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\"refinement\": \"make it more upbeat and energetic\",\n\"filter\": {\n    \"logic\": \"and\",\n    \"conditions\": [\n        {\n            \"field\": \"genres\",\n            \"operator\": \"eq\",\n            \"value\": \"rock\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/spaces/space.id/refine/project.id?detailed=true&show_filter=true&show_tracks=true","host":["https://api.aimsapi.com"],"path":["v1","spaces","space.id","refine","project.id"],"query":[{"key":"detailed","value":"true"},{"key":"show_filter","value":"true"},{"key":"show_tracks","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"contact\": null,\n        \"description\": \"Upbeat and energetic sweeping orchestral score for a luxury sports car ascending winding mountain roads. Evokes power, precision, and breathtaking scenic beauty.\",\n        \"featuring\": null,\n        \"filter\": {\n            \"conditions\": [\n                {\n                    \"field\": \"genres\",\n                    \"operator\": \"in\",\n                    \"value\": [\n                        \"rock\",\n                        \"alternative\"\n                    ]\n                }\n            ],\n            \"logic\": \"and\"\n        },\n        \"first_release_year\": null,\n        \"followers\": null,\n        \"id\": \"project.id\",\n        \"is_exported\": false,\n        \"key\": \"projectKey\",\n        \"keywords\": [\n            \"Orchestral\",\n            \"Cinematic\",\n            \"Epic\",\n            \"Driving\",\n            \"Aspirational\",\n            \"Majestic\",\n            \"Strings\",\n            \"Brass\",\n            \"Modern\",\n            \"Luxury\",\n            \"Upbeat\",\n            \"Energetic\"\n        ],\n        \"last_release_year\": null,\n        \"listener_territories\": null,\n        \"monthly_listeners\": null,\n        \"number_of_tracks\": 10,\n        \"on_tour\": null,\n        \"owner\": null,\n        \"popularity\": null,\n        \"processed_at\": \"2026-05-07T07:15:14Z\",\n        \"socials\": null,\n        \"thumbnails\": null,\n        \"title\": \"Alpine Drive: Orchestral Majesty\",\n        \"tracks\": [\n            {\n              ...\n            },\n            {\n              ...\n            }\n        ],\n        \"updated_at\": \"2026-05-13T14:55:55Z\"\n    }\n}"}],"_postman_id":"beaebb58-1d89-451a-8e90-44849bec81d6"},{"name":"Suggest new collections for a Space","id":"6ecb8b64-6030-4c69-afca-738829c5bed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"mode\": \"fill_the_gap\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/spaces/space.id/suggest?detailed=true","description":"<p>New <strong>POST</strong> endpoint that suggest three new collections that fit the overall vibe of a Space - it \"fills the gap\".</p>\n<ul>\n<li>You can use each of the collections' data (JSON object that contains <code>title</code>, <code>description</code>, <code>keywords</code>) to Create a new collection inside a Space in <a href=\"https://aims-docs.postman.co/workspace/Aims~e0c4e4e1-8967-455b-8db9-58c7e6fb8762/request/7012487-c63880d2-c0d9-4586-8fa9-8821738fd745?action=share&amp;source=copy-link&amp;creator=20839818\">the next API request</a>.</li>\n</ul>\n<p>You can also use the optional API request parameter <code>detailed</code> to control the API request payload as mentioned in the previous API requests documentation.</p>\n<hr />\n<h3 id=\"api-request-structure\">API REQUEST STRUCTURE:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"mode\": {\n    \"type\": \"string\",\n    \"description\": \"Type of a mode used to suggest new collections. So far there is only 'fill_the_gap' available.\"\n  }\n}\n\n</code></pre>\n<h3 id=\"api-response-structure\">API RESPONSE STRUCTURE:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"array\",\n  \"description\": \"List of suggested collection concepts generated for the space.\",\n  \"items\": {\n    \"type\": \"object\",\n    \"properties\": {\n      \"title\": {\n        \"type\": \"string\",\n        \"description\": \"Generated title for the collection concept.\"\n      },\n      \"description\": {\n        \"type\": \"string\",\n        \"description\": \"Narrative description of the scene or mood the collection concept is designed for.\"\n      },\n      \"keywords\": {\n        \"type\": \"array\",\n        \"description\": \"List of descriptive keyword tags characterising the collection concept's sound and mood.\",\n        \"items\": {\n          \"type\": \"string\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","spaces","space.id","suggest"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"}],"variable":[]}},"response":[{"id":"22aa6092-3a17-457d-ad7a-34579e235808","name":"Suggest new collections for a Space","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"mode\": \"fill_the_gap\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/spaces/space.id/suggest?detailed=true","host":["https://api.aimsapi.com"],"path":["v1","spaces","space.id","suggest"],"query":[{"key":"detailed","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"title\": \"Summit Victory: Achievement Unlocked\",\n        \"description\": \"The car reaches the mountain summit, revealing a stunning panoramic view. Music should convey a sense of accomplishment, awe, and the culmination of the journey.\",\n        \"keywords\": [\n            \"Post-Rock\",\n            \"Expansive\",\n            \"Guitars\",\n            \"Drums\",\n            \"Uplifting\",\n            \"Triumphant\",\n            \"Emotional\",\n            \"Instrumental\",\n            \"Modern\"\n        ]\n    },\n    {\n        \"title\": \"Desert Cruise: Confident Cool\",\n        \"description\": \"The driver, having mastered the mountain, cruises effortlessly on a flat stretch, exuding cool confidence. Music should be laid-back but stylish, highlighting the car's personality.\",\n        \"keywords\": [\n            \"Funk\",\n            \"Groovy\",\n            \"Electric Guitar\",\n            \"Bass\",\n            \"Drums\",\n            \"Cool\",\n            \"Confident\",\n            \"Rhythmic\",\n            \"Vintage\"\n        ]\n    },\n    {\n        \"title\": \"Tunnel Entry: Building Tension\",\n        \"description\": \"The Carrera GT enters a dark mountain tunnel. Music should build a subtle, intriguing tension, hinting at the power about to be unleashed on the other side.\",\n        \"keywords\": [\n            \"Dark Ambient\",\n            \"Drones\",\n            \"Low Frequencies\",\n            \"Minimalist\",\n            \"Eerie\",\n            \"Suspenseful\",\n            \"Atmospheric\",\n            \"Electronic\",\n            \"Modern\"\n        ]\n    }\n]"}],"_postman_id":"6ecb8b64-6030-4c69-afca-738829c5bed0"},{"name":"Add new Collection to Space (based on Suggestions)","id":"c63880d2-c0d9-4586-8fa9-8821738fd745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Unexpected Turn: Playful Detour\",\n    \"description\": \"The driver takes an unexpected, slightly mischievous turn, revealing a hidden path or a moment of lighthearted fun. Music should be quirky and charming.\",\n    \"keywords\": [\n        \"Indie Pop\",\n        \"Ukulele\",\n        \"Whimsical\",\n        \"Playful\",\n        \"Acoustic Guitar\",\n        \"Lighthearted\",\n        \"Breezy\",\n        \"Percussion\",\n        \"Quirky\"\n    ],\n    \"filter\": {\n        \"logic\": \"and\",\n        \"conditions\": [\n            { \n                \"field\": \"genres\",\n                \"operator\": \"in\",\n                \"value\": [\"electronica\", \"rhythmic underscores\"]\n            }\n         ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/spaces/space.id/create-collection?detailed=true&show_tracks=true&show_filter=true","description":"<p>New <strong>POST</strong> endpoint where you can <strong>use suggestions from the previous API request to create new collections</strong> that fit the overall vibe of a Space - it \"fills the gap\".</p>\n<ul>\n<li><p>Use <strong>one of the JSON objects</strong> from the '<a href=\"https://aims-docs.postman.co/workspace/Aims~e0c4e4e1-8967-455b-8db9-58c7e6fb8762/request/7012487-6ecb8b64-6030-4c69-afca-738829c5bed0?action=share&amp;source=copy-link&amp;creator=20839818\">Suggest new collections for a Space</a>' API response.</p>\n</li>\n<li><p>Or use a <strong>prompt</strong> to create a new collection inside a Space (see the next API request).</p>\n</li>\n<li><p>Add <code>filter</code> to use filtering criteria when creating a collection (see the API request example).</p>\n</li>\n</ul>\n<p>You can also use the optional API request parameters <code>detailed</code>, <code>show_tracks</code>, <code>show_filter</code> to control the API request payload as mentioned in the previous API requests documentation.</p>\n<hr />\n<h3 id=\"api-request-schema\">API REQUEST SCHEMA:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"title\": {\n    \"type\": \"string\",\n    \"description\": \"Display title for the collection.\"\n  },\n  \"description\": {\n    \"type\": \"string\",\n    \"description\": \"Narrative description of the scene or mood the collection is designed for.\"\n  },\n  \"keywords\": {\n    \"type\": \"array\",\n    \"description\": \"List of descriptive keyword tags characterising the collection's sound and mood.\",\n    \"items\": {\n      \"type\": \"string\"\n    }\n  },\n  \"filter\": {\n    \"type\": \"object\",\n    \"description\": \"Filter criteria to constrain track results within the collection.\",\n    \"properties\": {\n      \"logic\": {\n        \"type\": \"string\",\n        \"description\": \"Logical operator applied across all filter conditions (e.g. 'and').\"\n      },\n      \"conditions\": {\n        \"type\": \"array\",\n        \"description\": \"List of individual filter conditions.\",\n        \"items\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"field\": {\n              \"type\": \"string\",\n              \"description\": \"Track field to filter on (e.g. 'genres', 'moods', 'bpm').\"\n            },\n            \"operator\": {\n              \"type\": \"string\",\n              \"description\": \"Comparison operator to apply (e.g. 'eq' for exact match, 'in' for list membership).\"\n            },\n            \"value\": {\n              \"type\": [\"string\", \"array\"],\n              \"description\": \"Value or list of values to match against the specified field. Use a string for single-value operators (e.g. 'eq') and an array for multi-value operators (e.g. 'in').\",\n              \"items\": {\n                \"type\": \"string\"\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<h3 id=\"api-response-structure\">API RESPONSE STRUCTURE:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"collection\": {\n    \"type\": \"object\",\n    \"description\": \"The newly created collection object.\",\n    \"properties\": {\n      \"id\": {\n        \"type\": \"string\",\n        \"format\": \"uuid\",\n        \"description\": \"Unique identifier for the collection. Can be used in subsequent API requests.\"\n      },\n      \"key\": {\n        \"type\": \"string\",\n        \"description\": \"URL-friendly slugified identifier for the collection.\"\n      },\n      \"title\": {\n        \"type\": \"string\",\n        \"description\": \"Display title for the collection.\"\n      },\n      \"description\": {\n        \"type\": \"string\",\n        \"description\": \"Narrative description of the scene or mood the collection is designed for.\"\n      },\n      \"keywords\": {\n        \"type\": \"array\",\n        \"description\": \"List of descriptive keyword tags characterising the collection's sound and mood.\",\n        \"items\": {\n          \"type\": \"string\"\n        }\n      },\n      \"number_of_tracks\": {\n        \"type\": \"integer\",\n        \"description\": \"Number of tracks currently in the collection. Zero when freshly created.\"\n      }\n      \"processed_at\": {\n        \"type\": [\"string\", \"null\"],\n        \"format\": \"date-time\",\n        \"description\": \"Timestamp when the collection was processed. Null when not yet processed.\"\n      },\n      \"updated_at\": {\n        \"type\": \"string\",\n        \"format\": \"date-time\",\n        \"description\": \"Timestamp when the collection was last updated.\"\n      },\n      \"filter\": {\n        \"type\": \"object\",\n        \"description\": \"Filter criteria applied when sourcing tracks for this collection. Empty object when no filter has been set.\"\n      },\n      \"tracks\": {\n        \"type\": \"array\",\n        \"description\": \"List of tracks included in this collection. Empty array when no tracks have been assigned.\",\n        \"items\": {\n          \"type\": \"object\"\n        }\n      },\n      \"thumbnails\": {\n        \"type\": [\"array\", \"null\"],\n        \"description\": \"Thumbnail image references. Null when not set.\"\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","spaces","space.id","create-collection"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"},{"key":"show_tracks","value":"true"},{"key":"show_filter","value":"true"}],"variable":[]}},"response":[{"id":"3455a29f-2bb5-4008-ac65-4b66fe7f32a9","name":"Add new Collection to Space (based on Suggestions)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Unexpected Turn: Playful Detour\",\n    \"description\": \"The driver takes an unexpected, slightly mischievous turn, revealing a hidden path or a moment of lighthearted fun. Music should be quirky and charming.\",\n    \"keywords\": [\n        \"Indie Pop\",\n        \"Ukulele\",\n        \"Whimsical\",\n        \"Playful\",\n        \"Acoustic Guitar\",\n        \"Lighthearted\",\n        \"Breezy\",\n        \"Percussion\",\n        \"Quirky\"\n    ],\n    \"filter\": {\n        \"logic\": \"and\",\n        \"conditions\": [\n            { \n                \"field\": \"genres\",\n                \"operator\": \"in\",\n                \"value\": [\"electronica\", \"rhythmic underscores\"]\n            }\n         ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/spaces/space.id/create-collection?detailed=true&show_tracks=true&show_filter=true","host":["https://api.aimsapi.com"],"path":["v1","spaces","space.id","create-collection"],"query":[{"key":"detailed","value":"true"},{"key":"show_tracks","value":"true"},{"key":"show_filter","value":"true"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"collection\": {\n        \"contact\": null,\n        \"description\": \"The driver takes an unexpected, slightly mischievous turn, revealing a hidden path or a moment of lighthearted fun. Music should be quirky and charming.\",\n        \"featuring\": null,\n        \"filter\": {},\n        \"first_release_year\": null,\n        \"followers\": null,\n        \"id\": \"project.id\",\n        \"is_exported\": false,\n        \"key\": \"projectKey\",\n        \"keywords\": [\n            \"Indie Pop\",\n            \"Ukulele\",\n            \"Whimsical\",\n            \"Playful\",\n            \"Acoustic Guitar\",\n            \"Lighthearted\",\n            \"Breezy\",\n            \"Percussion\",\n            \"Quirky\"\n        ],\n        \"last_release_year\": null,\n        \"listener_territories\": null,\n        \"monthly_listeners\": null,\n        \"number_of_tracks\": 0,\n        \"on_tour\": null,\n        \"owner\": null,\n        \"popularity\": null,\n        \"processed_at\": null,\n        \"socials\": null,\n        \"thumbnails\": null,\n        \"title\": \"Unexpected Turn: Playful Detour\",\n        \"tracks\": [],\n        \"updated_at\": \"2026-05-12T12:47:38.922939144Z\"\n    }\n}"}],"_postman_id":"c63880d2-c0d9-4586-8fa9-8821738fd745"},{"name":"Add new Collection to Space (based on a prompt)","id":"9ff2e627-75cf-4521-b491-db75c723b118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"prompt\": \"add more orchestral instruments\",\n    \"filter\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/spaces/space.id/create-collection?detailed=true&show_tracks=true&show_filter=true","description":"<p>Use a <strong>prompt</strong> to create a new collection inside a Space. This endpoint takes into consideration the overall Space vibe and combines it with the provided prompt in this API request. The created project reflects both teh original Space prompt and the prompt provided in the API request.</p>\n<ul>\n<li>Add <code>filter</code> to use filtering criteria when creating a collection, leave the attribute out or send it as <code>null</code>. (see the API request example).</li>\n</ul>\n<p>You can also use the optional API request parameters <code>detailed</code>, <code>show_tracks</code>, <code>show_filter</code> to control the API request payload as mentioned in the previous API requests documentation.</p>\n<hr />\n<h3 id=\"api-request-schema\">API REQUEST SCHEMA:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"title\": {\n    \"type\": \"string\",\n    \"description\": \"Display title for the collection.\"\n  },\n  \"description\": {\n    \"type\": \"string\",\n    \"description\": \"Narrative description of the scene or mood the collection is designed for.\"\n  },\n  \"keywords\": {\n    \"type\": \"array\",\n    \"description\": \"List of descriptive keyword tags characterising the collection's sound and mood.\",\n    \"items\": {\n      \"type\": \"string\"\n    }\n  },\n  \"filter\": {\n    \"type\": \"object\",\n    \"description\": \"Filter criteria to constrain track results within the collection.\",\n    \"properties\": {\n      \"logic\": {\n        \"type\": \"string\",\n        \"description\": \"Logical operator applied across all filter conditions (e.g. 'and').\"\n      },\n      \"conditions\": {\n        \"type\": \"array\",\n        \"description\": \"List of individual filter conditions.\",\n        \"items\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"field\": {\n              \"type\": \"string\",\n              \"description\": \"Track field to filter on (e.g. 'genres', 'moods', 'bpm').\"\n            },\n            \"operator\": {\n              \"type\": \"string\",\n              \"description\": \"Comparison operator to apply (e.g. 'eq' for exact match, 'in' for list membership).\"\n            },\n            \"value\": {\n              \"type\": [\"string\", \"array\"],\n              \"description\": \"Value or list of values to match against the specified field. Use a string for single-value operators (e.g. 'eq') and an array for multi-value operators (e.g. 'in').\",\n              \"items\": {\n                \"type\": \"string\"\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<h3 id=\"api-response-structure\">API RESPONSE STRUCTURE:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"collection\": {\n    \"type\": \"object\",\n    \"description\": \"The newly created collection object.\",\n    \"properties\": {\n      \"id\": {\n        \"type\": \"string\",\n        \"format\": \"uuid\",\n        \"description\": \"Unique identifier for the collection. Can be used in subsequent API requests.\"\n      },\n      \"key\": {\n        \"type\": \"string\",\n        \"description\": \"URL-friendly slugified identifier for the collection.\"\n      },\n      \"title\": {\n        \"type\": \"string\",\n        \"description\": \"Display title for the collection.\"\n      },\n      \"description\": {\n        \"type\": \"string\",\n        \"description\": \"Narrative description of the scene or mood the collection is designed for.\"\n      },\n      \"keywords\": {\n        \"type\": \"array\",\n        \"description\": \"List of descriptive keyword tags characterising the collection's sound and mood.\",\n        \"items\": {\n          \"type\": \"string\"\n        }\n      },\n      \"number_of_tracks\": {\n        \"type\": \"integer\",\n        \"description\": \"Number of tracks currently in the collection. Zero when freshly created.\"\n      }\n      \"processed_at\": {\n        \"type\": [\"string\", \"null\"],\n        \"format\": \"date-time\",\n        \"description\": \"Timestamp when the collection was processed. Null when not yet processed.\"\n      },\n      \"updated_at\": {\n        \"type\": \"string\",\n        \"format\": \"date-time\",\n        \"description\": \"Timestamp when the collection was last updated.\"\n      },\n      \"filter\": {\n        \"type\": \"object\",\n        \"description\": \"Filter criteria applied when sourcing tracks for this collection. Empty object when no filter has been set.\"\n      },\n      \"tracks\": {\n        \"type\": \"array\",\n        \"description\": \"List of tracks included in this collection. Empty array when no tracks have been assigned.\",\n        \"items\": {\n          \"type\": \"object\"\n        }\n      },\n      \"thumbnails\": {\n        \"type\": [\"array\", \"null\"],\n        \"description\": \"Thumbnail image references. Null when not set.\"\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","spaces","space.id","create-collection"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"},{"key":"show_tracks","value":"true"},{"key":"show_filter","value":"true"}],"variable":[]}},"response":[{"id":"1ab9c586-9025-4332-8e2a-161795933c2b","name":"Add new Collection to Space (based on a prompt)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"prompt\": \"add more orchestral instruments\",\n    \"filter\": null\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/spaces/space.id/create-collection?detailed=true&show_tracks=true&show_filter=true","host":["https://api.aimsapi.com"],"path":["v1","spaces","space.id","create-collection"],"query":[{"key":"detailed","value":"true"},{"key":"show_tracks","value":"true"},{"key":"show_filter","value":"true"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"collection\": {\n        \"contact\": null,\n        \"description\": \"The driver takes an unexpected, slightly mischievous turn, revealing a hidden path or a moment of lighthearted fun. Music should be quirky and charming.\",\n        \"featuring\": null,\n        \"filter\": {},\n        \"first_release_year\": null,\n        \"followers\": null,\n        \"id\": \"project.id\",\n        \"is_exported\": false,\n        \"key\": \"projectKey\",\n        \"keywords\": [\n            \"Indie Pop\",\n            \"Ukulele\",\n            \"Whimsical\",\n            \"Playful\",\n            \"Acoustic Guitar\",\n            \"Lighthearted\",\n            \"Breezy\",\n            \"Percussion\",\n            \"Quirky\"\n        ],\n        \"last_release_year\": null,\n        \"listener_territories\": null,\n        \"monthly_listeners\": null,\n        \"number_of_tracks\": 0,\n        \"on_tour\": null,\n        \"owner\": null,\n        \"popularity\": null,\n        \"processed_at\": null,\n        \"socials\": null,\n        \"thumbnails\": null,\n        \"title\": \"Unexpected Turn: Playful Detour\",\n        \"tracks\": [\n            {\n                ...\n            }\n        ],\n        \"updated_at\": \"2026-05-12T12:47:38.922939144Z\"\n    }\n}"}],"_postman_id":"9ff2e627-75cf-4521-b491-db75c723b118"},{"name":"Delete Workspace","id":"d981af3a-f035-40eb-9ba8-d7a5e8520362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"url":"https://api.aimsapi.com/v1/spaces/space.id","description":"<p>This endpoint deletes a Space by ID you provide in the URL path.</p>\n<p>The DELETE request deletes <strong>only the Space,</strong> it does not delete the nested collections. (If you'd like to delete the nested collections use the '<a href=\"https://aims-docs.postman.co/workspace/Aims~e0c4e4e1-8967-455b-8db9-58c7e6fb8762/request/7012487-f980fa95-e4ff-4399-a1ef-021c89404fa3?action=share&amp;source=copy-link&amp;creator=20839818\">Delete project by ID</a>' endpoint.)</p>\n<p>Use your desired Space ID instead of the \"space.id\" placeholder in the URL path.</p>\n<p>If successfull the API response status is <code>200</code> and the API response is:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"Space has been deleted.\"\n}\n\n</code></pre>\n<p>If a Space ID does not exist, or a Space has been already deleted, the API response status is <code>404</code> and the API response is:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"code\": 5501,\n    \"message\": \"Space has not been found!\",\n    \"payload\": {}\n}\n\n</code></pre>\n","urlObject":{"path":["v1","spaces","space.id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"51a9f35d-1feb-43d3-ac72-3a82a5577bdf","name":"Delete Workspace","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"url":"https://api.aimsapi.com/v1/spaces/space.id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"Space has been deleted.\"\n}"}],"_postman_id":"d981af3a-f035-40eb-9ba8-d7a5e8520362"}],"id":"29fbb448-bbf3-4042-80e2-828e6328e3ba","description":"<p><strong>Spaces</strong> builds and names playlists based on simple prompts. It understands what kind of music is suitable for different scenes in shows, and types of productions.</p>\n<p>Describe what you’re working on in any language, whether it’s a TV show, film, or ad campaign, and Spaces instantly creates multiple playlists that reflect the full production context not just a single scene.</p>\n<p>Each playlist will have descriptions and keywords that you can review before you delve into the playlists and start listening to the tracks, which have been chosen based on the feel that each scene in the show needs to have.</p>\n<p>We see several applications for it, here are some of them:</p>\n<ul>\n<li><p>Finding large number of tracks for briefs from long-form editors</p>\n</li>\n<li><p>Outbound pitching to new leads based on what types of music they’ll need</p>\n</li>\n<li><p>Landing pages for users that are tailored to the exact work that they do</p>\n</li>\n</ul>\n<p>This is a great tool for your team to efficiently serve clients fast, and can also be implemented for clients to use themselves by just telling you what production they are working on today.</p>\n<p><strong>Please note that this functionality needs to be enabled on your platform/site before you can use it.</strong></p>\n","_postman_id":"29fbb448-bbf3-4042-80e2-828e6328e3ba"},{"name":"Search by tag","item":[{"name":"List tags","item":[{"name":"List tags","id":"65f33e24-7c55-4dd8-a0ad-0311b19e3e59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tags","description":"<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/tags\">https://api.aimsapi.com/v1/tags</a></p>\n<h5 id=\"response-schema\">RESPONSE SCHEMA</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"tags\": {\n    \"genre\": [\n      {\n        \"id\": 1,\n        \"title\": \"60's pop\"\n      },\n      {\n        \"id\": 2,\n        \"title\": \"60's rock\"\n      },\n      ...\n      {\n        \"id\": 729,\n        \"title\": \"worrying\"\n      },\n      {\n        \"id\": 730,\n        \"title\": \"zomb\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","tags"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"fa009f2f-8a93-4e65-a403-845853fdb5e3","name":"List tags","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.10.3"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Wed, 07 Aug 2019 07:41:37 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"60"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"58"},{"description":{"content":"","type":"text/plain"},"key":"X-Frame-Options","value":"SAMEORIGIN"},{"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"tags\": {\n    \"genre\": [\n      {\n        \"id\": 1,\n        \"title\": \"60's pop\"\n      },\n      {\n        \"id\": 2,\n        \"title\": \"60's rock\"\n      },\n      ...\n      {\n        \"id\": 729,\n        \"title\": \"worrying\"\n      },\n      {\n        \"id\": 730,\n        \"title\": \"zomb\"\n      }\n    ]\n  }\n}\n"}],"_postman_id":"65f33e24-7c55-4dd8-a0ad-0311b19e3e59"},{"name":"Get count of tags","id":"3b81fd4c-5e48-4f40-a071-bead95aab4cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tags/length","description":"<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/tags/length\">https://api.aimsapi.com/v1/tags/length</a></p>\n<h5 id=\"response-schema\">RESPONSE SCHEMA</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"length\": 730\n}\n\n</code></pre>\n","urlObject":{"path":["v1","tags","length"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"f2133a7d-4018-4d8d-a948-76734e32d727","name":"Get count of tags","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/tags/length"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.10.3"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"Connection","value":"keep-alive"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Wed, 07 Aug 2019 08:18:33 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"60"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"58"},{"description":{"content":"","type":"text/plain"},"key":"X-Frame-Options","value":"SAMEORIGIN"},{"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"length\": 730\n}"}],"_postman_id":"3b81fd4c-5e48-4f40-a071-bead95aab4cb"}],"id":"4952bfb1-4c19-4e8b-aab9-155bb4f7ef9f","event":[{"listen":"prerequest","script":{"id":"1957e3cf-3225-49a3-833c-c9b8a3c889bd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"59902564-b388-4639-ab9e-504492aadc2b","type":"text/javascript","exec":[""]}}],"_postman_id":"4952bfb1-4c19-4e8b-aab9-155bb4f7ef9f","description":""},{"name":"Search similar tracks by tag","item":[{"name":"Search by tag","id":"fc3ce975-848c-42fc-809f-fe17f3fce403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tag_id\": 199,\n    \"page\": 1,\n    \"page_size\": 50\n}"},"url":"https://api.aimsapi.com/v1/query/by-tag","description":"<h5>Important information</h5>\n\n<ul><li><p>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the<a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a>endpoint below.</p></li><li><p>Filtering is available for this endpoint. See the<a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a>section.</p></li></ul>\n\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/query/by-tag</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"tag_id\": {\n    \"type\": integer,\n    \"description\": \"Tag ID to search by.\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"tag_id\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query_id\": {\n    \"type\": \"uuid\",\n    \"description\": \"An ID to use to reference this query.\"\n},\n\"tracks\": {\n    \"type\": \"array\",\n    \"description\": \"A list of similar tracks.\"\n},\n\"required\": [\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","query","by-tag"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"f1e7f7f1-bfbf-4e47-af4f-77fceddbf2a3","name":"Search by tag","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tag_id\": 199,\n    \"page\": 1,\n    \"page_size\": 10\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/query/by-tag"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ]\n}"}],"_postman_id":"fc3ce975-848c-42fc-809f-fe17f3fce403"}],"id":"4fe8940b-9e65-467c-b84a-70d10e0778f6","_postman_id":"4fe8940b-9e65-467c-b84a-70d10e0778f6","description":""},{"name":"Search similar Collections by Tag","item":[{"name":"Search Albums by Tag","id":"831d5931-42b6-4ce5-ab8b-85140217a1a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tag_id\": 199,\n  \"page\": 1,\n  \"page_size\": 50\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.aimsapi.com/v1/albums/search/by-tag?detailed=true&groups=true","description":"<h5>Important information</h5>\n\n<ul><li><div>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the<a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a>endpoint below.</div></li><li><div>Filtering is available for this endpoint. See the<a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a>section.</div></li></ul>\n\n<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/albums/search/by-tag</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"tag_id\": {\n    \"type\": integer,\n    \"description\": \"Tag ID to search by.\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"tag_id\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query_id\": {\n    \"type\": \"uuid\",\n    \"description\": \"An ID to use to reference this query.\"\n},\n\"collections\": {\n    \"type\": \"array\",\n    \"description\": \"A list of similar collections.\"\n},\n\"required\": [\n    \"query_id\",\n    \"collections\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","albums","search","by-tag"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"},{"key":"groups","value":"true"}],"variable":[]}},"response":[{"id":"1bec60b9-51cf-4f9f-ae72-ec6440a3ce92","name":"Search Albums by Tag","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tag_id\": 199,\n  \"page\": 1,\n  \"page_size\": 50\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/albums/search/by-tag?detailed=true&groups=true","host":["https://api.aimsapi.com"],"path":["v1","albums","search","by-tag"],"query":[{"key":"detailed","value":"true"},{"key":"groups","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 Oct 2021 19:07:20 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"495"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"e627227d-65e7-42fd-9990-b617afba8321\",\n    \"collections\": [\n        {\n            \"id\": \"a7c18f40-f3bd-4403-b3d6-448f73861cff\",\n            \"key\": \"AB-CD116\",\n            \"processed_at\": \"2021-08-11T17:18:27.000000Z\",\n            \"title\": \"Light 'n' Easy\"\n        },\n        {\n            \"id\": \"c8c740b3-633d-4de6-a7f4-ead4c5986f12\",\n            \"key\": \"SFT188\",\n            \"processed_at\": \"2021-08-11T17:22:08.000000Z\",\n            \"title\": \"Halcyon Days\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"831d5931-42b6-4ce5-ab8b-85140217a1a7"},{"name":"Search Artists by Tag","id":"146061d2-070d-4a1e-8779-4e395ac49ac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tag_id\": 199,\n  \"page\": 1,\n  \"page_size\": 50\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.aimsapi.com/v1/artists/search/by-tag?detailed=true&groups=true","urlObject":{"path":["v1","artists","search","by-tag"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"},{"key":"groups","value":"true"}],"variable":[]}},"response":[{"id":"3a59dc37-ca17-4531-96a3-c9ce6505bf37","name":"Search Artists by Tag","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tag_id\": 199,\n  \"page\": 1,\n  \"page_size\": 50\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/artists/search/by-tag?detailed=true&groups=true","host":["https://api.aimsapi.com"],"path":["v1","artists","search","by-tag"],"query":[{"key":"detailed","value":"true"},{"key":"groups","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 Oct 2021 19:07:20 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"495"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"e627227d-65e7-42fd-9990-b617afba8321\",\n    \"collections\": [\n        {\n            \"id\": \"a7c18f40-f3bd-4403-b3d6-448f73861cff\",\n            \"key\": \"AB-CD116\",\n            \"processed_at\": \"2021-08-11T17:18:27.000000Z\",\n            \"title\": \"artist: Peter Pan\"\n        },\n        {\n            \"id\": \"c8c740b3-633d-4de6-a7f4-ead4c5986f12\",\n            \"key\": \"SFT188\",\n            \"processed_at\": \"2021-08-11T17:22:08.000000Z\",\n            \"title\": \"artist: Itchy & Scratchy\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"146061d2-070d-4a1e-8779-4e395ac49ac7"},{"name":"Search Projects by Tag","id":"618b86b6-ce8e-46e7-9f80-3576f9da43ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tag_id\": 199,\n  \"page\": 1,\n  \"page_size\": 50\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.aimsapi.com/v1/project/search/by-tag?detailed=true&groups=true","urlObject":{"path":["v1","project","search","by-tag"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"},{"key":"groups","value":"true"}],"variable":[]}},"response":[{"id":"c35ead00-a6a2-414a-9cd6-1f0fa5c299eb","name":"Search Albums by Tag","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tag_id\": 199,\n  \"page\": 1,\n  \"page_size\": 50\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/project/search/by-tag?detailed=true&groups=true","host":["https://api.aimsapi.com"],"path":["v1","project","search","by-tag"],"query":[{"key":"detailed","value":"true"},{"key":"groups","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 Oct 2021 19:07:20 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"495"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"e627227d-65e7-42fd-9990-b617afba8321\",\n    \"collections\": [\n        {\n            \"id\": \"a7c18f40-f3bd-4403-b3d6-448f73861cff\",\n            \"key\": \"AB-CD116\",\n            \"processed_at\": \"2021-08-11T17:18:27.000000Z\",\n            \"title\": \"Light 'n' Easy\"\n        },\n        {\n            \"id\": \"c8c740b3-633d-4de6-a7f4-ead4c5986f12\",\n            \"key\": \"SFT188\",\n            \"processed_at\": \"2021-08-11T17:22:08.000000Z\",\n            \"title\": \"Halcyon Days\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"618b86b6-ce8e-46e7-9f80-3576f9da43ad"},{"name":"Search Playlists by Tag","id":"73d12431-b653-40c7-ab5e-a21b522392a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tag_id\": 199,\n  \"page\": 1,\n  \"page_size\": 50\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/search/by-tag?detailed=true&groups=true","urlObject":{"path":["v1","playlist","search","by-tag"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"},{"key":"groups","value":"true"}],"variable":[]}},"response":[{"id":"f66ef904-55a5-43b2-9099-7f1eeaa1db70","name":"Search Playlists by Tag","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tag_id\": 199,\n  \"page\": 1,\n  \"page_size\": 50\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/playlist/search/by-tag?detailed=true&groups=true","host":["https://api.aimsapi.com"],"path":["v1","playlist","search","by-tag"],"query":[{"key":"detailed","value":"true"},{"key":"groups","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 Oct 2021 19:07:20 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"495"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"e627227d-65e7-42fd-9990-b617afba8321\",\n    \"collections\": [\n        {\n            \"id\": \"a7c18f40-f3bd-4403-b3d6-448f73861cff\",\n            \"key\": \"AB-CD116\",\n            \"processed_at\": \"2021-08-11T17:18:27.000000Z\",\n            \"title\": \"Chill playlist\"\n        },\n        {\n            \"id\": \"c8c740b3-633d-4de6-a7f4-ead4c5986f12\",\n            \"key\": \"SFT188\",\n            \"processed_at\": \"2021-08-11T17:22:08.000000Z\",\n            \"title\": \"Hazy Days\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"73d12431-b653-40c7-ab5e-a21b522392a9"}],"id":"611dee2c-a46f-4828-86f2-3a784aad1d22","_postman_id":"611dee2c-a46f-4828-86f2-3a784aad1d22","description":""},{"name":"Filtering","item":[{"name":"Search Tracks by tag (with filters)","id":"10bf87e1-e59c-4392-9186-d6337b553e2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"tag_id\": 199,\n    \"page\": 1,\n    \"page_size\": 50,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"A\"\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/query/by-tag","description":"<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/query/by-tag</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"tag_id\": {\n    \"type\": integer,\n    \"description\": \"Tag ID to search by.\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"required\": [\n    \"tag_id\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query_id\": {\n    \"type\": \"uuid\",\n    \"description\": \"An ID to use to reference this query.\"\n},\n\"tracks\": {\n    \"type\": \"array\",\n    \"description\": \"A list of similar tracks.\"\n},\n\"required\": [\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","query","by-tag"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"e81652b1-2f86-465c-94fe-cce09af5865f","name":"Search Tracks by tag (with filters)","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"tag_id\": 199,\n    \"page\": 1,\n    \"page_size\": 10,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"A\"\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/query/by-tag"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ]\n}"}],"_postman_id":"10bf87e1-e59c-4392-9186-d6337b553e2f"},{"name":"Search collections by Tag (with filters)","id":"e0c7e3a0-c99a-4006-9c60-f75a707fc08d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tag_id\": 199,\n  \"page\": 1,\n  \"page_size\": 50,\n  \"filter\": {\n    \"logic\": \"and\",\n    \"conditions\": [\n      {\n        \"field\": \"title\",\n        \"operator\": \"begins\",\n        \"value\": \"A\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.aimsapi.com/v1/[collectionType]/search/by-tag?detailed=true&groups=true","description":"<p>[collectionType] is equal to chosen type of collection (e.g. \"albums\", \"project\", \"playlist\", \"artists\")</p>\n","urlObject":{"path":["v1","[collectionType]","search","by-tag"],"host":["https://api.aimsapi.com"],"query":[{"key":"detailed","value":"true"},{"key":"groups","value":"true"}],"variable":[]}},"response":[{"id":"9344a335-dce6-43f2-95f1-20426bea744b","name":"Search collections by Tag (with filters)","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tag_id\": 199,\n  \"page\": 1,\n  \"page_size\": 50,\n  \"filter\": {\n    \"logic\": \"and\",\n    \"conditions\": [\n      {\n        \"field\": \"title\",\n        \"operator\": \"begins\",\n        \"value\": \"A\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/[collectionType]/search/by-tag?detailed=true&groups=true","host":["https://api.aimsapi.com"],"path":["v1","[collectionType]","search","by-tag"],"query":[{"key":"detailed","value":"true"},{"key":"groups","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 Oct 2021 19:07:20 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"495"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"e627227d-65e7-42fd-9990-b617afba8321\",\n    \"collections\": [\n        {\n            \"id\": \"a7c18f40-f3bd-4403-b3d6-448f73861cff\",\n            \"key\": \"AB-CD116\",\n            \"processed_at\": \"2021-08-11T17:18:27.000000Z\",\n            \"title\": \"something\"\n        },\n        {\n            \"id\": \"c8c740b3-633d-4de6-a7f4-ead4c5986f12\",\n            \"key\": \"SFT188\",\n            \"processed_at\": \"2021-08-11T17:22:08.000000Z\",\n            \"title\": \"interesting\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"e0c7e3a0-c99a-4006-9c60-f75a707fc08d"}],"id":"46e190ec-df2b-4fe0-a6c7-5236979de8e2","_postman_id":"46e190ec-df2b-4fe0-a6c7-5236979de8e2","description":""}],"id":"70d43fb8-6439-44f7-a631-ed04c10540e5","event":[{"listen":"prerequest","script":{"id":"533359a7-3586-4be2-9c52-a35615d2f5fb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a8fb36c2-8434-4fba-bb7a-38b79fd4cbf0","type":"text/javascript","exec":[""]}}],"_postman_id":"70d43fb8-6439-44f7-a631-ed04c10540e5","description":""},{"name":"Playlist Generator","item":[{"name":"Playlist Generator","item":[{"name":"Single-seed playlist","id":"76dc5543-124c-4d1a-8688-80734743d024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"description":"<p>length of playlist</p>\n","key":"playlist_length","value":"20","type":"text"},{"description":"<p>type of seed track</p>\n","key":"track[type]","value":"client","type":"text"},{"description":"<p>identifier of seed track</p>\n","key":"track[value]","value":"foo-1","type":"text"}]},"url":"https://api.aimsapi.com/v1/playlist/single-seed","description":"<p>This endpoint allows you to create a playlist of tracks similar to a single seed track.</p>\n<h5 id=\"important-information\">Important information</h5>\n<ul>\n<li>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the <a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a> endpoint below.</li>\n<li>Use <code>multipart/form-data</code> content type.</li>\n<li><code>time_offset</code> and <code>time_limit</code> parameters of Track type are only available for type <code>url</code> and <code>file</code>. For more details see section <a href=\"#f172f3e1-e57d-4326-981f-f111fc5ce9ac\">Segment Tool</a>.</li>\n<li>Filtering is available for this endpoint. See the <a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a> section.</li>\n</ul>\n<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/playlist/single-seed\">https://api.aimsapi.com/v1/playlist/single-seed</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>required</th>\n<th>type</th>\n<th>default</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>detailed</td>\n<td>no</td>\n<td>1/0</td>\n<td>0</td>\n<td>if set to 1, detailed response will be returned</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-schema\">REQUEST SCHEMA</h5>\n<h6 id=\"track-type\">Track type</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td><code>enum</code></td>\n<td>yes</td>\n<td><code>client</code> or <code>system</code> or <code>url</code> or <code>file</code></td>\n</tr>\n<tr>\n<td>value</td>\n<td>`string</td>\n<td>int</td>\n<td>File`</td>\n</tr>\n<tr>\n<td>time_offset</td>\n<td><code>int</code></td>\n<td>no</td>\n<td>Number of seconds from the beginning of the track that should be skipped when searching (only available for <code>url</code> and <code>file</code> types)</td>\n</tr>\n<tr>\n<td>time_limit</td>\n<td><code>int</code></td>\n<td>no</td>\n<td>Number of seconds starting from 'time_offset' that should be used for searching (1-60; only available for <code>url</code> and <code>file</code> types)</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>playlist_length</td>\n<td><code>int</code></td>\n<td>yes</td>\n<td>max 1000</td>\n</tr>\n<tr>\n<td>track</td>\n<td><code>Track</code></td>\n<td>yes</td>\n<td>see structure of the track type above</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-body\">RESPONSE BODY</h5>\n<p>Default:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ],\n  \"playlist\": {\n    \"length\": 20,\n    \"duration\": 2626\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","playlist","single-seed"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"04a84561-5365-4aec-bb40-4972b02914cc","name":"Single-seed playlist","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"playlist_length","value":"20","type":"text"},{"key":"track[type]","value":"client","type":"text"},{"key":"track[value]","value":"foo-1","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/single-seed"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ],\n  \"playlist\": {\n    \"length\": 20,\n    \"duration\": 2626\n  }\n}"}],"_postman_id":"76dc5543-124c-4d1a-8688-80734743d024"},{"name":"Multiple-seed playlist","id":"967b8861-7a4e-4a03-b5c0-9f39e7ed6572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"playlist_length","value":"20","type":"text"},{"key":"tracks[0][type]","value":"client","type":"text"},{"key":"tracks[0][value]","value":"foo-1","type":"text"},{"key":"tracks[1][type]","value":"url","type":"text"},{"key":"tracks[1][value]","value":"https://www.youtube.com/watch?v=I2sRc3j7IU0","type":"text"},{"description":"<p>segment tool example</p>\n","key":"track[1][time_offset]","value":"22","type":"text"},{"description":"<p>segment tool example</p>\n","key":"track[1][time_limit]","value":"34","type":"text"},{"key":"tracks[2][type]","value":"file","type":"text"},{"key":"tracks[2][value]","type":"file","src":"d18SESoUt/Test001.mp3"}]},"url":"https://api.aimsapi.com/v1/playlist/multiple-seeds","description":"<p>This endpoint allows you to create a playlist of tracks similar to a group of tracks.</p>\n<h5 id=\"important-information\">Important information</h5>\n<ul>\n<li>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the <a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a> endpoint below.</li>\n<li>Use <code>multipart/form-data</code> content type.</li>\n<li><code>time_offset</code> and <code>time_limit</code> parameters of Track type are only available for type <code>url</code> and <code>file</code>. For more details see section <a href=\"#f172f3e1-e57d-4326-981f-f111fc5ce9ac\">Segment Tool</a>.</li>\n<li>Use at most 10 seed tracks.</li>\n<li>Filtering is available for this endpoint. See the <a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a> section.</li>\n</ul>\n<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/playlist/multiple-seeds\">https://api.aimsapi.com/v1/playlist/multiple-seeds</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>required</th>\n<th>type</th>\n<th>default</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>detailed</td>\n<td>no</td>\n<td>1/0</td>\n<td>0</td>\n<td>if set to 1, detailed response will be returned</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-schema\">REQUEST SCHEMA</h5>\n<h6 id=\"track-type\">Track type</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td><code>enum</code></td>\n<td>yes</td>\n<td><code>client</code> or <code>system</code> or <code>url</code> or <code>file</code></td>\n</tr>\n<tr>\n<td>value</td>\n<td>`string</td>\n<td>int</td>\n<td>File`</td>\n</tr>\n<tr>\n<td>time_offset</td>\n<td><code>int</code></td>\n<td>no</td>\n<td>Number of seconds from the beginning of the track that should be skipped when searching (only available for <code>url</code> and <code>file</code> types)</td>\n</tr>\n<tr>\n<td>time_limit</td>\n<td><code>int</code></td>\n<td>no</td>\n<td>Number of seconds starting from 'time_offset' that should be used for searching (1-60; only available for <code>url</code> and <code>file</code> types)</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>playlist_length</td>\n<td><code>int</code></td>\n<td>yes</td>\n<td>max 1000</td>\n</tr>\n<tr>\n<td>tracks</td>\n<td><code>array</code></td>\n<td>yes</td>\n<td>see structure of the track type above</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-body\">RESPONSE BODY</h5>\n<p>Default:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ],\n  \"playlist\": {\n    \"length\": 20,\n    \"duration\": 2626\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","playlist","multiple-seeds"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"662b512c-4435-4143-a098-bb4b49246061","name":"Multiple-seed playlist","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"playlist_length","value":"20","type":"text"},{"key":"tracks[0][type]","value":"client","type":"text"},{"key":"tracks[0][value]","value":"foo-1","type":"text"},{"key":"tracks[1][type]","value":"url","type":"text"},{"key":"tracks[1][value]","value":"https://www.youtube.com/watch?v=I2sRc3j7IU0","type":"text"},{"key":"tracks[2][type]","value":"file","type":"text"},{"key":"tracks[2][value]","type":"file","src":"z7Yl6hnNE/Test001.mp3"}],"options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/multiple-seeds"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ],\n  \"playlist\": {\n    \"length\": 20,\n    \"duration\": 2626\n  }\n}"}],"_postman_id":"967b8861-7a4e-4a03-b5c0-9f39e7ed6572"},{"name":"Transition playlist","id":"b66e6f2d-1225-406b-9f62-60d341b73978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"playlist_length","value":"20","type":"text"},{"key":"from_track[type]","value":"client","type":"text"},{"key":"from_track[value]","value":"foo-1","type":"text"},{"key":"to_track[type]","value":"url","type":"text"},{"key":"to_track[value]","value":"https://www.youtube.com/watch?v=I2sRc3j7IU0","type":"text"},{"description":"<p>segment tool example</p>\n","key":"to_track[time_offset]","value":"13","type":"text"},{"description":"<p>segment tool example</p>\n","key":"to_track[time_limit]","value":"43","type":"text"}]},"url":"https://api.aimsapi.com/v1/playlist/transition","description":"<p>This endpoint allows you to create a playlist of tracks in a way that the first track in the playlist is similar to the first seed and tracks then gradually transition to be similar to the second seed.</p>\n<h5 id=\"important-information\">Important information</h5>\n<ul>\n<li>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the <a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a> endpoint below.</li>\n<li>Use <code>multipart/form-data</code> content type.</li>\n<li><code>time_offset</code> and <code>time_limit</code> parameters of Track type are only available for type <code>url</code> and <code>file</code>. For more details see section <a href=\"#f172f3e1-e57d-4326-981f-f111fc5ce9ac\">Segment Tool</a>.</li>\n<li>You must use exactly 2 seed tracks.</li>\n<li>Filtering is available for this endpoint. See the <a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a> section.</li>\n</ul>\n<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/playlist/transition\">https://api.aimsapi.com/v1/playlist/transition</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>required</th>\n<th>type</th>\n<th>default</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>detailed</td>\n<td>no</td>\n<td>1/0</td>\n<td>0</td>\n<td>if set to 1, detailed response will be returned</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-schema\">REQUEST SCHEMA</h5>\n<h6 id=\"track-type\">Track type</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td><code>enum</code></td>\n<td>yes</td>\n<td><code>client</code> or <code>system</code> or <code>url</code> or <code>file</code></td>\n</tr>\n<tr>\n<td>value</td>\n<td>`string</td>\n<td>int</td>\n<td>File`</td>\n</tr>\n<tr>\n<td>time_offset</td>\n<td><code>int</code></td>\n<td>no</td>\n<td>Number of seconds from the beginning of the track that should be skipped when searching (only available for <code>url</code> and <code>file</code> types)</td>\n</tr>\n<tr>\n<td>time_limit</td>\n<td><code>int</code></td>\n<td>no</td>\n<td>Number of seconds starting from 'time_offset' that should be used for searching (1-60; only available for <code>url</code> and <code>file</code> types)</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>playlist_length</td>\n<td><code>int</code></td>\n<td>yes</td>\n<td>max 1000</td>\n</tr>\n<tr>\n<td>from_track</td>\n<td><code>Track</code></td>\n<td>yes</td>\n<td>see structure of the track type above</td>\n</tr>\n<tr>\n<td>to_track</td>\n<td><code>Track</code></td>\n<td>yes</td>\n<td>see structure of the track type above</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-body\">RESPONSE BODY</h5>\n<p>Default:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ],\n  \"playlist\": {\n    \"length\": 20,\n    \"duration\": 2626\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","playlist","transition"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"daefff3d-b431-4d58-8ca1-6b50b59a6f1b","name":"Transition playlist","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"playlist_length","value":"20","type":"text"},{"key":"from_track[type]","value":"client","type":"text"},{"key":"from_track[value]","value":"foo-1","type":"text"},{"key":"to_track[type]","value":"url","type":"text"},{"key":"to_track[value]","value":"https://www.youtube.com/watch?v=I2sRc3j7IU0","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/transition"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ],\n  \"playlist\": {\n    \"length\": 20,\n    \"duration\": 2626\n  }\n}"}],"_postman_id":"b66e6f2d-1225-406b-9f62-60d341b73978"}],"id":"2cb92678-4c68-4be9-bece-af70a13cc0a7","_postman_id":"2cb92678-4c68-4be9-bece-af70a13cc0a7","description":""},{"name":"Filtering","item":[{"name":"Single-seed playlist","id":"630c7164-a08b-4c73-98e9-b68ab4a4aa28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"description":"<p>length of playlist</p>\n","key":"playlist_length","value":"30","type":"text"},{"description":"<p>type of seed track</p>\n","key":"track[type]","value":"url","type":"text"},{"description":"<p>identifier of seed track</p>\n","key":"track[value]","value":"https://www.youtube.com/watch?v=EdhoX1Xu6ZI","type":"text"},{"key":"filter[logic]","value":"and","type":"text"},{"key":"filter[conditions][0][field]","value":"duration","type":"text"},{"key":"filter[conditions][0][operator]","value":"gte","type":"text"},{"key":"filter[conditions][0][value]","value":"60","type":"text"},{"key":"filter[conditions][1][logic]","value":"or","type":"text"},{"key":"filter[conditions][1][conditions][0][field]","value":"instruments","type":"text"},{"key":"filter[conditions][1][conditions][0][operator]","value":"in","type":"text"},{"key":"filter[conditions][1][conditions][0][value][0]","value":"guitar","type":"text"},{"key":"filter[conditions][1][conditions][0][value][1]","value":"drums","type":"text"},{"key":"filter[conditions][1][conditions][0][value][2]","value":"piano","type":"text"},{"key":"filter[conditions][1][conditions][1][field]","value":"track_name","type":"text"},{"key":"filter[conditions][1][conditions][1][operator]","value":"begins","type":"text"},{"key":"filter[conditions][1][conditions][1][value]","value":"Play","type":"text"}]},"url":"https://api.aimsapi.com/v1/playlist/single-seed","description":"<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/playlist/single-seed\">https://api.aimsapi.com/v1/playlist/single-seed</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>required</th>\n<th>type</th>\n<th>default</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>detailed</td>\n<td>no</td>\n<td>1/0</td>\n<td>0</td>\n<td>if set to 1, detailed response will be returned</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-schema\">REQUEST SCHEMA</h5>\n<h6 id=\"track-type\">Track type</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td><code>enum</code></td>\n<td>yes</td>\n<td><code>client</code> or <code>system</code> or <code>url</code> or <code>file</code></td>\n</tr>\n<tr>\n<td>value</td>\n<td>`string</td>\n<td>int</td>\n<td>File`</td>\n</tr>\n<tr>\n<td>time_offset</td>\n<td><code>int</code></td>\n<td>no</td>\n<td>Number of seconds from the beginning of the track that should be skipped when searching (only available for <code>url</code> and <code>file</code> types)</td>\n</tr>\n<tr>\n<td>time_limit</td>\n<td><code>int</code></td>\n<td>no</td>\n<td>Number of seconds starting from 'time_offset' that should be used for searching (1-60; only available for <code>url</code> and <code>file</code> types)</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>playlist_length</td>\n<td><code>int</code></td>\n<td>yes</td>\n<td>max 1000</td>\n</tr>\n<tr>\n<td>track</td>\n<td><code>Track</code></td>\n<td>yes</td>\n<td>see structure of the track type above</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-body\">RESPONSE BODY</h5>\n<p>Default:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ],\n  \"playlist\": {\n    \"length\": 20,\n    \"duration\": 2626\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","playlist","single-seed"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"2351f6f4-1cd9-4d74-9eeb-6ba8c240879f","name":"Single-seed playlist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"playlist_length","value":"30","type":"text"},{"key":"track[type]","value":"url","type":"text"},{"key":"track[value]","value":"https://www.youtube.com/watch?v=EdhoX1Xu6ZI","type":"text"},{"key":"filter[logic]","value":"and","type":"text"},{"key":"filter[conditions][0][field]","value":"duration","type":"text"},{"key":"filter[conditions][0][operator]","value":"gte","type":"text"},{"key":"filter[conditions][0][value]","value":"60","type":"text"},{"key":"filter[conditions][1][logic]","value":"or","type":"text"},{"key":"filter[conditions][1][conditions][0][field]","value":"instruments","type":"text"},{"key":"filter[conditions][1][conditions][0][operator]","value":"in","type":"text"},{"key":"filter[conditions][1][conditions][0][value][0]","value":"guitar","type":"text"},{"key":"filter[conditions][1][conditions][0][value][1]","value":"drums","type":"text"},{"key":"filter[conditions][1][conditions][0][value][2]","value":"piano","type":"text"},{"key":"filter[conditions][1][conditions][1][field]","value":"track_name","type":"text"},{"key":"filter[conditions][1][conditions][1][operator]","value":"begins","type":"text"},{"key":"filter[conditions][1][conditions][1][value]","value":"Play","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/single-seed"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        },\n        {\n            ...\n        }\n    ],\n    \"playlist\": {\n\t\t\"length\": 20,\n    \t\"duration\": 2626\n\t}\n}"}],"_postman_id":"630c7164-a08b-4c73-98e9-b68ab4a4aa28"},{"name":"Multiple-seed playlist","id":"0fc53ba7-ac3d-430c-9343-1fbbba3a3f70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"playlist_length","value":"20","type":"text"},{"key":"tracks[0][type]","value":"client","type":"text"},{"key":"tracks[0][value]","value":"foo-1","type":"text"},{"key":"tracks[1][type]","value":"url","type":"text"},{"key":"tracks[1][value]","value":"https://www.youtube.com/watch?v=I2sRc3j7IU0","type":"text"},{"key":"tracks[2][type]","value":"file","type":"text"},{"key":"tracks[2][value]","type":"file","src":"0Xlg-YicM/Test001.mp3"},{"key":"filter[logic]","value":"and","type":"text"},{"key":"filter[conditions][0][field]","value":"duration","type":"text"},{"key":"filter[conditions][0][operator]","value":"gte","type":"text"},{"key":"filter[conditions][0][value]","value":"60","type":"text"},{"key":"filter[conditions][1][logic]","value":"or","type":"text"},{"key":"filter[conditions][1][conditions][0][field]","value":"instruments","type":"text"},{"key":"filter[conditions][1][conditions][0][operator]","value":"in","type":"text"},{"key":"filter[conditions][1][conditions][0][value][0]","value":"guitar","type":"text"},{"key":"filter[conditions][1][conditions][0][value][1]","value":"drums","type":"text"},{"key":"filter[conditions][1][conditions][0][value][2]","value":"piano","type":"text"},{"key":"filter[conditions][1][conditions][1][field]","value":"track_name","type":"text"},{"key":"filter[conditions][1][conditions][1][operator]","value":"begins","type":"text"},{"key":"filter[conditions][1][conditions][1][value]","value":"Play","type":"text"}]},"url":"https://api.aimsapi.com/v1/playlist/multiple-seeds","description":"<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/playlist/multiple-seeds\">https://api.aimsapi.com/v1/playlist/multiple-seeds</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>required</th>\n<th>type</th>\n<th>default</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>detailed</td>\n<td>no</td>\n<td>1/0</td>\n<td>0</td>\n<td>if set to 1, detailed response will be returned</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-schema\">REQUEST SCHEMA</h5>\n<h6 id=\"track-type\">Track type</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td><code>enum</code></td>\n<td>yes</td>\n<td><code>client</code> or <code>system</code> or <code>url</code> or <code>file</code></td>\n</tr>\n<tr>\n<td>value</td>\n<td>`string</td>\n<td>int</td>\n<td>File`</td>\n</tr>\n<tr>\n<td>time_offset</td>\n<td><code>int</code></td>\n<td>no</td>\n<td>Number of seconds from the beginning of the track that should be skipped when searching (only available for <code>url</code> and <code>file</code> types)</td>\n</tr>\n<tr>\n<td>time_limit</td>\n<td><code>int</code></td>\n<td>no</td>\n<td>Number of seconds starting from 'time_offset' that should be used for searching (1-60; only available for <code>url</code> and <code>file</code> types)</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>playlist_length</td>\n<td><code>int</code></td>\n<td>yes</td>\n<td>max 1000</td>\n</tr>\n<tr>\n<td>tracks</td>\n<td><code>array</code></td>\n<td>yes</td>\n<td>see structure of the track type above</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-body\">RESPONSE BODY</h5>\n<p>Default:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ],\n  \"playlist\": {\n    \"length\": 20,\n    \"duration\": 2626\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","playlist","multiple-seeds"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"5a236532-296d-4a42-8c91-48104d6a3fbd","name":"Multiple-seed playlist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"playlist_length","value":"20","type":"text"},{"key":"tracks[0][type]","value":"client","type":"text"},{"key":"tracks[0][value]","value":"foo-1","type":"text"},{"key":"tracks[1][type]","value":"url","type":"text"},{"key":"tracks[1][value]","value":"https://www.youtube.com/watch?v=I2sRc3j7IU0","type":"text"},{"key":"tracks[2][type]","value":"file","type":"text"},{"key":"tracks[2][value]","type":"file","src":"c1ptPZyeU/Test001.mp3"},{"key":"filter[logic]","value":"and","type":"text"},{"key":"filter[conditions][0][field]","value":"duration","type":"text"},{"key":"filter[conditions][0][operator]","value":"gte","type":"text"},{"key":"filter[conditions][0][value]","value":"60","type":"text"},{"key":"filter[conditions][1][logic]","value":"or","type":"text"},{"key":"filter[conditions][1][conditions][0][field]","value":"instruments","type":"text"},{"key":"filter[conditions][1][conditions][0][operator]","value":"in","type":"text"},{"key":"filter[conditions][1][conditions][0][value][0]","value":"guitar","type":"text"},{"key":"filter[conditions][1][conditions][0][value][1]","value":"drums","type":"text"},{"key":"filter[conditions][1][conditions][0][value][2]","value":"piano","type":"text"},{"key":"filter[conditions][1][conditions][1][field]","value":"track_name","type":"text"},{"key":"filter[conditions][1][conditions][1][operator]","value":"begins","type":"text"},{"key":"filter[conditions][1][conditions][1][value]","value":"Play","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/multiple-seeds"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ],\n    \"playlist\": {\n\t\t\"length\": 20,\n    \t\"duration\": 2626\n\t}\n}"}],"_postman_id":"0fc53ba7-ac3d-430c-9343-1fbbba3a3f70"},{"name":"Transition playlist","id":"29f3e8d2-8569-422b-a2ae-36decd5fb470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"playlist_length","value":"20","type":"text"},{"key":"from_track[type]","value":"client","type":"text"},{"key":"from_track[value]","value":"foo-1","type":"text"},{"key":"to_track[type]","value":"url","type":"text"},{"key":"to_track[value]","value":"https://www.youtube.com/watch?v=I2sRc3j7IU0","type":"text"},{"key":"filter[logic]","value":"and","type":"text"},{"key":"filter[conditions][0][field]","value":"duration","type":"text"},{"key":"filter[conditions][0][operator]","value":"gte","type":"text"},{"key":"filter[conditions][0][value]","value":"60","type":"text"},{"key":"filter[conditions][1][logic]","value":"or","type":"text"},{"key":"filter[conditions][1][conditions][0][field]","value":"instruments","type":"text"},{"key":"filter[conditions][1][conditions][0][operator]","value":"in","type":"text"},{"key":"filter[conditions][1][conditions][0][value][0]","value":"guitar","type":"text"},{"key":"filter[conditions][1][conditions][0][value][1]","value":"drums","type":"text"},{"key":"filter[conditions][1][conditions][0][value][2]","value":"piano","type":"text"},{"key":"filter[conditions][1][conditions][1][field]","value":"track_name","type":"text"},{"key":"filter[conditions][1][conditions][1][operator]","value":"begins","type":"text"},{"key":"filter[conditions][1][conditions][1][value]","value":"Play","type":"text"}]},"url":"https://api.aimsapi.com/v1/playlist/transition","description":"<p>This endpoint allows you to create a playlist of tracks in a way that the first track in the playlist is similar to the first seed and tracks then gradually transition to be similar to the second seed.</p>\n<h5 id=\"important-information\">Important information</h5>\n<ul>\n<li>You can use the returned <code>query_id</code> to send feedback to the AIMS API. See the <a href=\"#b11b498b-d1ed-40ab-9a5d-85fc42875f2a\">Conversion</a> endpoint below.</li>\n<li>Use <code>multipart/form-data</code> content type.</li>\n<li><code>time_offset</code> and <code>time_limit</code> parameters of Track type are only available for type <code>url</code> and <code>file</code>.</li>\n<li>You must use exactly 2 seed tracks.</li>\n<li>Filtering is available for this endpoint. See the <a href=\"#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">Filtering</a> section.</li>\n</ul>\n<h5 id=\"example-url\">Example URL</h5>\n<p><a href=\"https://api.aimsapi.com/v1/playlist/transition\">https://api.aimsapi.com/v1/playlist/transition</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>parameter</th>\n<th>required</th>\n<th>type</th>\n<th>default</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>detailed</td>\n<td>no</td>\n<td>1/0</td>\n<td>0</td>\n<td>if set to 1, detailed response will be returned</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-schema\">REQUEST SCHEMA</h5>\n<h6 id=\"track-type\">Track type</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td><code>enum</code></td>\n<td>yes</td>\n<td><code>client</code> or <code>system</code> or <code>url</code> or <code>file</code></td>\n</tr>\n<tr>\n<td>value</td>\n<td>`string</td>\n<td>int</td>\n<td>File`</td>\n</tr>\n<tr>\n<td>time_offset</td>\n<td><code>int</code></td>\n<td>no</td>\n<td>Number of seconds from the beginning of the track that should be skipped when searching (only available for <code>url</code> and <code>file</code> types)</td>\n</tr>\n<tr>\n<td>time_limit</td>\n<td><code>int</code></td>\n<td>no</td>\n<td>Number of seconds starting from 'time_offset' that should be used for searching (1-60; only available for <code>url</code> and <code>file</code> types)</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>type</th>\n<th>required</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>playlist_length</td>\n<td><code>int</code></td>\n<td>yes</td>\n<td>max 1000</td>\n</tr>\n<tr>\n<td>from_track</td>\n<td><code>Track</code></td>\n<td>yes</td>\n<td>see structure of the track type above</td>\n</tr>\n<tr>\n<td>to_track</td>\n<td><code>Track</code></td>\n<td>yes</td>\n<td>see structure of the track type above</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"response-body\">RESPONSE BODY</h5>\n<p>Default:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n  \"tracks\": [\n    {\n      \"id\": 1,\n      \"id_client\": \"foo\",\n      \"duration\": 240,\n      \"tags\": [\n        \"foo\",\n        \"bar\"\n      ],\n      \"processed_at\": {\n        \"date\": \"2018\",\n        \"timezone_type\": 3,\n        \"timezone\": \"UTC\"\n      },\n      \"process_input_error\": \"null\",\n      \"store_secret\": \"12bj143bapie213\"\n    }\n  ],\n  \"playlist\": {\n    \"length\": 20,\n    \"duration\": 2626\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["v1","playlist","transition"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"2d9a74f5-5d31-4d37-b8cc-313b08a493d7","name":"Transition playlist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"playlist_length","value":"20","type":"text"},{"key":"from_track[type]","value":"client","type":"text"},{"key":"from_track[value]","value":"foo-1","type":"text"},{"key":"to_track[type]","value":"url","type":"text"},{"key":"to_track[value]","value":"https://www.youtube.com/watch?v=I2sRc3j7IU0","type":"text"},{"key":"filter[logic]","value":"and","type":"text"},{"key":"filter[conditions][0][field]","value":"duration","type":"text"},{"key":"filter[conditions][0][operator]","value":"gte","type":"text"},{"key":"filter[conditions][0][value]","value":"60","type":"text"},{"key":"filter[conditions][1][logic]","value":"or","type":"text"},{"key":"filter[conditions][1][conditions][0][field]","value":"instruments","type":"text"},{"key":"filter[conditions][1][conditions][0][operator]","value":"in","type":"text"},{"key":"filter[conditions][1][conditions][0][value][0]","value":"guitar","type":"text"},{"key":"filter[conditions][1][conditions][0][value][1]","value":"drums","type":"text"},{"key":"filter[conditions][1][conditions][0][value][2]","value":"piano","type":"text"},{"key":"filter[conditions][1][conditions][1][field]","value":"track_name","type":"text"},{"key":"filter[conditions][1][conditions][1][operator]","value":"begins","type":"text"},{"key":"filter[conditions][1][conditions][1][value]","value":"Play","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/transition"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ],\n    \"playlist\": {\n\t\t\"length\": 20,\n    \t\"duration\": 2626\n\t}\n}"}],"_postman_id":"29f3e8d2-8569-422b-a2ae-36decd5fb470"}],"id":"89c07061-cc86-4900-9921-d1f9255cdb7c","_postman_id":"89c07061-cc86-4900-9921-d1f9255cdb7c","description":""}],"id":"a1c1ff13-d54a-4753-a83a-4433c74ca91f","event":[{"listen":"prerequest","script":{"id":"4d11f6cf-a1ae-4c66-9124-17158b7e0510","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1b8ff325-69a8-4ce7-b699-1c675c5a4cd5","type":"text/javascript","exec":[""]}}],"_postman_id":"a1c1ff13-d54a-4753-a83a-4433c74ca91f","description":""},{"name":"Highlights","item":[{"name":"Search by ID (with highlights)","id":"f29eede1-c4f1-48a7-aa2d-af8b52951a60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"track\",\n            \"value\": \"ID123\",\n            \"offset\": 35,\n\t        \"limit\": 30\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 50,\n    \"highlights\": true\n}"},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"e3020d2a-557f-494d-b346-8eabe36ddf0d","name":"Search by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"track\",\n            \"value\": \"ID123\",\n            \"offset\": 35,\n\t        \"limit\": 30\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20,\n    \"highlights\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"did_you_mean\": [\n        {\n            \"included\": true,\n            \"type\": \"track\",\n            \"value\": {\n                ...\n                \"id\": 2,\n                \"id_client\": \"ID123\",\n                ...\n            }\n        }\n    ],\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\",\n            \"highlights\": [\n                {\n                \"duration\": 15,\n                \"offset\": 13.824\n                },\n                {\n                \"duration\": 30.36,\n                \"offset\": 30.208\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"f29eede1-c4f1-48a7-aa2d-af8b52951a60"},{"name":"Search by audio file (with highlights)","id":"31c052dc-a4e1-4bd0-8def-fadb42447279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"/Users/Shared/test.mp3"},{"key":"time_offset","value":"35","type":"text"},{"key":"time_limit","value":"30","type":"text"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"50","type":"text"},{"key":"highlights","value":"true","type":"text"}]},"url":"https://api.aimsapi.com/v1/query/by-file","urlObject":{"path":["v1","query","by-file"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"96336cdc-39c4-4440-bddf-720b959e598e","name":"Search by audio file","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"track","value":"\"audio_file.mp3\"","type":"text"},{"description":"searching begins at 35 seconds into the track","key":"time_offset","value":"35","type":"text"},{"description":"30 seconds from 0:35 (time_offset) are used","key":"time_limit","value":"30","type":"text"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"20","type":"text"},{"key":"highlights","value":"true","type":"text"}]},"url":"https://api.aimsapi.com/v1/query/by-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 10:12:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\",\r\n      \"highlights\": [\r\n        {\r\n          \"duration\": 15,\r\n          \"offset\": 13.824\r\n        },\r\n        {\r\n          \"duration\": 30.36,\r\n          \"offset\": 30.208\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"}],"_postman_id":"31c052dc-a4e1-4bd0-8def-fadb42447279"},{"name":"Search by URL (with highlights)","id":"1883bb70-a5d9-4e3e-ac6a-eb3de9b08d3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n        {\n            \"type\": \"url\",\n            \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n            \"offset\": 35,\n\t        \"limit\": 30\n        }\n    ],\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"highlights\": true\n}"},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"ccf46d55-b943-4794-9b76-c125e06a5540","name":"Search by URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\r\n    \"seeds\": [\r\n        {\r\n            \"type\": \"url\",\r\n            \"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\r\n            \"offset\": 35,\r\n            \"limit\": 30\r\n        }\r\n    ],\r\n    \"page\": 1,\r\n    \"page_size\": 20,\r\n    \"highlights\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 12:26:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"did_you_mean\": [\r\n    {\r\n      \"type\": \"url\",\r\n      \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\r\n      \"included\": true\r\n    }\r\n  ],\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"totals\": {\r\n    \"tracks\": {\r\n      \"relation\": \"gte\",\r\n      \"value\": 10000\r\n    }\r\n  },\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\",\r\n      \"highlights\": [\r\n        {\r\n          \"duration\": 15,\r\n          \"offset\": 13.824\r\n        },\r\n        {\r\n          \"duration\": 30.36,\r\n          \"offset\": 30.208\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"}],"_postman_id":"1883bb70-a5d9-4e3e-ac6a-eb3de9b08d3e"},{"name":"Prompt Search (with Highlights)","id":"dff1c6ce-fadf-40b4-8640-943aa6833739","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"prompt\",\n            \"value\": \"Tumbleweed Rolling Along An Empty Highway\"\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 50,\n    \"highlights\": true\n}"},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"87592b0b-9be3-4571-8b07-5b98f43bf428","name":"Prompt Search with Highlights","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"prompt\",\n            \"value\": \"Tumbleweed Rolling Along An Empty Highway\"\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 50,\n    \"highlights\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"type\": \"prompt\",\n            \"value\": \"Tumbleweed Rolling Along An Empty Highway\",\n            \"included\": true\n        }\n    ],\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"highlights\": [\n\t\t\t\t{\n\t\t\t\t\t\"duration\": 15,\n\t\t\t\t\t\"offset\": 11.264\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"duration\": 21.656,\n\t\t\t\t\t\"offset\": 29.184\n\t\t\t\t}\n\t\t\t],\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ],\n    \"type\": \"seeds-only\"\n}"}],"_postman_id":"dff1c6ce-fadf-40b4-8640-943aa6833739"},{"name":"Search by video hash (with Highlights)","id":"2a330f65-fae8-4503-a1e1-fb8c9734da4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n\t\t{\n\t\t\t\"type\": \"video\",\n\t\t\t\"value\": \"c09bbf7a42e063e2e1fd4b9b9eac89c4\"\n\t\t}\n\t],\n\t\"detailed\": true,\n    \"highlights\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"79183a09-1b90-480a-88db-71cb8884bae4","name":"Search by video hash (with Highlights)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n\t\t{\n\t\t\t\"type\": \"video\",\n\t\t\t\"value\": \"c09bbf7a42e063e2e1fd4b9b9eac89c4\"\n\t\t}\n\t],\n\t\"detailed\": true,\n    \"highlights\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[{"description":{"content":"","type":"text/plain"},"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"action\": {\n        \"type\": \"search\"\n    },\n    \"aggregations\": null,\n    \"did_you_mean\": [\n        {\n            \"type\": \"video\",\n            \"value\": \"c09bbf7a42e063e2e1fd4b9b9eac89c4\",\n            \"included\": true\n        }\n    ],\n    \"query_id\": \"efb75ffa-2754-443a-839a-5b5017aff802\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"active\": null,\n            \"album_code\": \"1234ABC\",\n            \"album_description\": \"lorem ipsum\",\n            \"album_keywords\": null,\n            \"album_name\": \"lorem ipsum\",\n            \"album_number\": \"1\",\n            \"artist_canonical\": \"dolor-ipsum-lorem\",\n            \"artists\": [\n                \"lorem ipsum dolor\"\n            ],\n            \"auto_tagging_output\": {\n                ...\n            },\n            ...\n            \"highlights\": [\n\t\t\t\t{\n\t\t\t\t\t\"duration\": 15,\n\t\t\t\t\t\"offset\": 11.264\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"duration\": 21.656,\n\t\t\t\t\t\"offset\": 29.184\n\t\t\t\t}\n\t\t\t],\n            ...\n        },\n        ...\n        {\n        ...    \n        }\n    ],\n    \"type\": \"seeds-only\"\n}"}],"_postman_id":"2a330f65-fae8-4503-a1e1-fb8c9734da4c"}],"id":"69ec476b-b9a6-4b49-b4bb-03c5e84538bf","description":"<p>Highlights functionality allows you to highlight parts of the track that are most similar to the seed track (or its part). You need to specify <code>highlights: true</code> in your request. The response then contains an array of track parts to highlight with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"highlights\": [\n    {\n        \"duration\": 15,\n        \"offset\": 13.824\n    },\n    ...\n    {\n        \"duration\": 30.36,\n        \"offset\": 30.208\n    }\n]\n\n</code></pre>\n<p>The search returns one or more highlights for a single result.</p>\n<p>Highlights work for search by ID, by file, by URL, Prompt Search and Video Search. Please see the examples below.</p>\n<p><strong>Please note that this functionality needs to be enabled on your account before you can use it.</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"2c3f4516-7af7-4038-b85b-9b080333eb1f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7a86142e-574b-4627-8c89-b442d743a1ab","type":"text/javascript","exec":[""]}}],"_postman_id":"69ec476b-b9a6-4b49-b4bb-03c5e84538bf"},{"name":"Segment Tool","item":[{"name":"Search by ID","id":"f31b3ed1-b629-4bfb-9551-c905f70a6240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"track\",\n            \"value\": \"ID123\",\n            \"offset\": 12,\n            \"limit\": 52\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"2aa4f47e-c69f-412e-91d9-3b3faf3eaea6","name":"Search by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"track\",\n            \"value\": \"ID123\",\n            \"offset\": 0,\n            \"limit\": 28\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"did_you_mean\": [\n        {\n            \"included\": true,\n            \"type\": \"track\",\n            \"value\": {\n                ...\n                \"id\": 2,\n                \"id_client\": \"ID123\",\n                ...\n            }\n        }\n    ],\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ]\n}"}],"_postman_id":"f31b3ed1-b629-4bfb-9551-c905f70a6240"},{"name":"Search by audio file","id":"5c2141c2-88e3-489e-8255-83abd497c057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"/Users/Shared/test.mp3"},{"key":"time_offset","value":"35","type":"text"},{"key":"time_limit","value":"30","type":"text"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"50","type":"text"}]},"url":"https://api.aimsapi.com/v1/query/by-file","description":"<h5>Example URL</h5>\n\n<p>https://api.aimsapi.com/v1/query/by-file</p>\n\n<p>REQUEST SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"track\": {\n    \"type\": \"file\",\n    \"description\": \"Track file\"\n},\n\"page\": {\n    \"type\": \"number\",\n    \"description\": \"Page number.\"\n},\n\"page_size\": {\n    \"type\": \"number\",\n    \"description\": \"Page size - must be between 1 and 10000.\"\n},\n\"time_offset\": {\n    \"type\": \"number\",\n    \"description\": \"Number of seconds from the beginning of the track that should be skipped when searching\"\n},\n\"time_limit\": {\n    \"type\": \"number\",\n    \"description\": \"Number of seconds starting from 'time_offset' that should be used for searching (1-60)\"\n}\n\"required\": [\n    \"track\"\n]\n\n</code></pre>\n<p>RESPONSE SCHEMA</p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"query_id\": {\n    \"type\": \"uuid\",\n    \"description\": \"An ID to use to reference this query.\"\n},\n\"tracks\": {\n    \"type\": \"array\",\n    \"description\": \"A list of similar tracks.\"\n},\n\"required\": [\n    \"query_id\",\n    \"tracks\"\n]\n\n</code></pre>\n","urlObject":{"path":["v1","query","by-file"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"2b9e2ba4-d348-4ce8-95d4-a7d867f0a5df","name":"Search by audio file","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"api-secret"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"/Users/Shared/test.mp3"},{"description":"searching begins at 35 seconds into the track","key":"time_offset","value":"35","type":"text"},{"description":"30 seconds from 0:35 (time_offset) are used","key":"time_limit","value":"30","type":"text"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"20","type":"text"}]},"url":"https://api.aimsapi.com/v1/query/by-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 10:12:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"description":{"content":"","type":"text/plain"},"key":"X-Hash","value":"123a75dc4c8cb50ca613a1a76089ed98"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"5c2141c2-88e3-489e-8255-83abd497c057"},{"name":"Search by audio file hash","id":"b0d8415e-1559-4a66-a55d-dec556af38c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"hash\": \"123a75dc4c8cb50ca613a1a76089ed98\",\n    \"time_offset\": 35,\n    \"time_limit\": 30,\n    \"page\": 1,\n    \"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/query/by-file-hash","description":"<p>This endpoint allows you to reuse a previously used file with the <a href=\"https://docs.aimsapi.com/#102fc94b-484c-49ba-bc50-9330cf5543c7\">Search by audio file</a> endpoint.</p>\n<p>The <a href=\"https://docs.aimsapi.com/#102fc94b-484c-49ba-bc50-9330cf5543c7\">Search by audio file</a> endpoint returns an <code>X-Hash</code> header. You can use this value for subsequent calls for the same file instead of reuploading the file. Please see the example next to this endpoint for details on submitting the hash.</p>\n","urlObject":{"path":["v1","query","by-file-hash"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"6fd7cc8c-3549-4c26-9f81-3b9072a2f4c3","name":"Search by audio file hash","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"hash\": \"123a75dc4c8cb50ca613a1a76089ed98\",\n    \"time_offset\": 35,\n    \"time_limit\": 30,\n    \"page\": 1,\n    \"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/query/by-file-hash"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 10:12:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"b0d8415e-1559-4a66-a55d-dec556af38c0"},{"name":"Search by URL (YouTube, Vimeo, Soundcloud, Spotify, Apple Music, TikTok)","id":"0e2b7ee7-4df9-4b64-b3e4-e49241b02253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n        {\n            \"type\": \"url\",\n            \"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n            \"offset\": 35,\n            \"limit\": 30\n        }\n    ],\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"982507d2-fe8e-49e6-a325-862605c1c28b","name":"Search by URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\r\n  \"seeds\": [\r\n    {\r\n        \"type\": \"url\",\r\n        \"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\r\n        \"offset\": 35,\r\n        \"limit\": 30\r\n    }\r\n  ],\r\n  \"page\": 1,\r\n  \"page_size\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 12:26:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"did_you_mean\": [\r\n    {\r\n      \"type\": \"url\",\r\n      \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\r\n      \"included\": true\r\n    }\r\n  ],\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"totals\": {\r\n    \"tracks\": {\r\n      \"relation\": \"gte\",\r\n      \"value\": 10000\r\n    }\r\n  },\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"0e2b7ee7-4df9-4b64-b3e4-e49241b02253"},{"name":"Search by file URL","id":"75054c57-75ba-43db-8774-db7952596d29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n        {\n            \"type\": \"file-url\",\n            \"track\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n\t        \"offset\": 35,\n\t        \"limit\": 30\n        }\n    ],\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"b04f825f-0a21-4c91-bd56-1b4a9aad2fb0","name":"Search by file URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\r\n  \"seeds\": [\r\n    {\r\n        \"type\": \"file-url\",\r\n        \"track\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\r\n        \"offset\": 35,\r\n        \"limit\": 30\r\n    }\r\n  ],\r\n  \"page\": 1,\r\n  \"page_size\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 12:26:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"did_you_mean\": [\r\n    {\r\n      \"type\": \"file-url\",\r\n      \"value\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\r\n      \"included\": true\r\n    }\r\n  ],\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"totals\": {\r\n    \"tracks\": {\r\n      \"relation\": \"gte\",\r\n      \"value\": 10000\r\n    }\r\n  },\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"75054c57-75ba-43db-8774-db7952596d29"}],"id":"f172f3e1-e57d-4326-981f-f111fc5ce9ac","description":"<p>The segment tool helps you define the exact part of the track to use. Use <code>offset</code> and <code>limit</code> request parameters. <b>Please note that the segment must be no longer than 60 seconds.</b></p>\n\n<ul>\n<li><code>offset</code> and <code>limit</code> parameters of Track type are available for type <code>id</code>, <code>url</code> and <code>file</code></li>\n</ul>\n","_postman_id":"f172f3e1-e57d-4326-981f-f111fc5ce9ac"},{"name":"Ignore vocals","item":[{"name":"Search by audio file (ignore vocals)","id":"0bcd046e-18b7-4324-85a2-d2e42e1ceda7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"/Users/Shared/test.mp3"},{"key":"time_offset","value":"35","type":"text"},{"key":"time_limit","value":"30","type":"text"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"50","type":"text"},{"key":"suppress_vocals","value":"true","type":"text"}]},"url":"https://api.aimsapi.com/v1/query/by-file","urlObject":{"path":["v1","query","by-file"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"8d1de091-c844-457a-bf50-81908ef233bf","name":"Search by audio file","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"-YiGuZacr/Test001.mp3"},{"description":"searching begins at 35 seconds into the track","key":"time_offset","value":"35","type":"text"},{"description":"30 seconds from 0:35 (time_offset) are used","key":"time_limit","value":"30","type":"text"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"20","type":"text"},{"key":"suppress_vocals","value":"true","type":"text"}]},"url":"https://api.aimsapi.com/v1/query/by-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 10:12:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"0bcd046e-18b7-4324-85a2-d2e42e1ceda7"},{"name":"Search by URL (ignore vocals)","id":"c66d360c-282f-4bdd-94c4-c3eef58fcc82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"seeds\": [\n        {\n            \"type\": \"url\",\n            \"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n\t        \"offset\": 35,\n\t        \"limit\": 30,\n            \"suppress_vocals\": true\n        }\n    ],\n    \"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"5dd08b14-6f60-4aa5-9645-e92c51bcae27","name":"Search by URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\r\n    \"seeds\": [\r\n        {\r\n            \"type\": \"url\",\r\n            \"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\r\n            \"offset\": 35,\r\n            \"limit\": 30,\r\n            \"suppress_vocals\": true\r\n        }\r\n    ],\r\n    \"page\": 1,\r\n    \"page_size\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 12:26:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"did_you_mean\": [\r\n    {\r\n      \"type\": \"url\",\r\n      \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\r\n      \"included\": true\r\n    }\r\n  ],\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"totals\": {\r\n    \"tracks\": {\r\n      \"relation\": \"gte\",\r\n      \"value\": 10000\r\n    }\r\n  },\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"c66d360c-282f-4bdd-94c4-c3eef58fcc82"}],"id":"9275fd83-b2ce-482d-9143-437c9c5d497c","description":"<p>Ignore vocals functionality allows you to search only by the instrumental part of the track. You need to specify <code>suppress_vocals: true</code> in your request.</p>\n<p>Ignore vocals work for search by file and by URL. Please see the examples below.</p>\n","event":[{"listen":"prerequest","script":{"id":"c809b54c-112a-497a-9f87-8e758968d2c7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bbe54a29-f27b-45b8-ab65-d7e9ace7c2ce","type":"text/javascript","exec":[""]}}],"_postman_id":"9275fd83-b2ce-482d-9143-437c9c5d497c"},{"name":"Prioritise BPM","item":[{"name":"Search by ID (prioritise BPM)","id":"94eb63e5-ff87-4751-9483-d3bab75779ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"track\",\n            \"track_id\": \"foo10#5\",\n            \"prioritise_bpm\": true,\n            \"bpm_range\": 1\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 50\n}"},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"736fb8c3-9072-42fd-9dd3-9cf4b656b1be","name":"Search by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"track\",\n            \"value\": \"ID123\",\n            \"prioritise_bpm\": true,\n            \"bpm_range\": 1\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"did_you_mean\": [\n        {\n            \"included\": true,\n            \"type\": \"track\",\n            \"value\": {\n                ...\n                \"id\": 2,\n                \"id_client\": \"ID123\",\n                ...\n            }\n        }\n    ],\n    \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\n    \"totals\": {\n        \"tracks\": {\n            \"relation\": \"gte\",\n            \"value\": 10000\n        }\n    },\n    \"tracks\": [\n        {\n            \"id\": 1,\n            \"id_client\": \"foo\",\n            \"duration\": 240,\n            \"tags\": [\n                \"foo\",\n                \"bar\"\n            ],\n            \"processed_at\": {\n                \"date\": \"2018\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"process_input_error\": \"null\",\n            \"store_secret\": \"12bj143bapie213\"\n        }\n    ]\n}"}],"_postman_id":"94eb63e5-ff87-4751-9483-d3bab75779ad"},{"name":"Search by audio file (prioritise BPM)","id":"b91ba770-ced9-472e-b82e-ef84bbdce53c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"iFTFli5VH/Test001.mp3"},{"key":"time_offset","value":"35","type":"text"},{"key":"time_limit","value":"30","type":"text"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"50","type":"text"},{"key":"prioritise_bpm","value":"true","type":"text"},{"key":"bpm_range","value":"5","type":"text"}]},"url":"https://api.aimsapi.com/v1/query/by-file","urlObject":{"path":["v1","query","by-file"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"e1dd7224-be40-4a02-85ec-75391273eb98","name":"Search by audio file","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"NWyv0MbR2/Test001.mp3"},{"description":"searching begins at 35 seconds into the track","key":"time_offset","value":"35","type":"text"},{"description":"30 seconds from 0:35 (time_offset) are used","key":"time_limit","value":"30","type":"text"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"20","type":"text"},{"key":"prioritise_bpm","value":"true","type":"text"}]},"url":"https://api.aimsapi.com/v1/query/by-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 10:12:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"b91ba770-ced9-472e-b82e-ef84bbdce53c"},{"name":"Search by URL (prioritise BPM)","id":"62364d26-32f1-4936-bc4f-ec3c4ad3d0a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"seeds\": [\n        {\n            \"type\": \"url\",\n            \"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n            \"offset\": 35,\n            \"limit\": 30,\n            \"prioritise_bpm\": true,\n            \"bpm_range\": 2\n        }\n    ],\n    \"page\": 1,\n    \"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/search","urlObject":{"path":["v1","search"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"5f6c2e89-cfd0-4872-b2c8-6b9e85b65624","name":"Search by URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\r\n    \"seeds\": [\r\n        {\r\n            \"type\": \"url\",\r\n            \"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\r\n            \"offset\": 35,\r\n            \"limit\": 30,\r\n            \"prioritise_bpm\": true\r\n        }\r\n    ],\r\n    \"page\": 1,\r\n    \"page_size\": 20\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.12.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 22 Nov 2018 12:26:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"did_you_mean\": [\r\n    {\r\n      \"type\": \"url\",\r\n      \"value\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\r\n      \"included\": true\r\n    }\r\n  ],\r\n  \"query_id\": \"3db4162a-0346-4b9a-92d7-0a119763cbfd\",\r\n  \"totals\": {\r\n    \"tracks\": {\r\n      \"relation\": \"gte\",\r\n      \"value\": 10000\r\n    }\r\n  },\r\n  \"tracks\": [\r\n    {\r\n      \"id\": 1,\r\n      \"id_client\": \"foo\",\r\n      \"duration\": 240,\r\n      \"tags\": [\r\n        \"foo\",\r\n        \"bar\"\r\n      ],\r\n      \"processed_at\": {\r\n        \"date\": \"2018\",\r\n        \"timezone_type\": 3,\r\n        \"timezone\": \"UTC\"\r\n      },\r\n      \"process_input_error\": \"null\",\r\n      \"store_secret\": \"12bj143bapie213\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"62364d26-32f1-4936-bc4f-ec3c4ad3d0a4"}],"id":"735c777b-dfc5-47ce-a648-c09442d2be6d","description":"<p>Prioritise BPM functionality allows you to only retrieve results that are not only similar but also have similar BPM. You need to specify <code>prioritise_bpm: true</code> in your request.</p>\n<p>Prioritise BPM work for search by ID, by file and by URL. Please see the examples below.</p>\n<p>The default range is 10 BPM. You can optionally specify the <code>bpm_range</code> parameter to set the range in which to look for similar tracks. The default range is 10 BPM.</p>\n<p><strong>Please note that this functionality needs to be enabled on your account before you can use it.</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"f5f5aad6-ed64-4e9a-98ca-5e94a3677371","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9f2b7a72-0147-4546-b5a5-90cc012d5132","type":"text/javascript","exec":[""]}}],"_postman_id":"735c777b-dfc5-47ce-a648-c09442d2be6d"},{"name":"Similar Albums","item":[{"name":"Album Information","item":[{"name":"Get Album by Key","id":"1e1bb41a-d4ec-4200-b71f-503807caf702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/albums/get/by-key/albumKey","description":"<p>This endpoint allows you to get album information based on its key (<code>album_code</code> from your tracks metadata).</p>\n","urlObject":{"path":["v1","albums","get","by-key","albumKey"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"7c46df25-ad2f-489a-a831-6c1058c10b56","name":"Get Album by Key","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/albums/get/by-key/albumKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Mon, 04 Oct 2021 18:56:18 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"500","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"fd5167e9-8291-42ca-8761-afbf3cdd5fc0\",\n    \"key\": \"SPRT2\",\n    \"processed_at\": \"2021-09-24T11:45:37.000000Z\",\n    \"title\": \"Hot Summer Time\"\n  }\n}"}],"_postman_id":"1e1bb41a-d4ec-4200-b71f-503807caf702"},{"name":"Get Album by ID","id":"a4b4f8f1-9410-4517-91af-923ae9044a32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/albums/get/by-id/albumId","urlObject":{"path":["v1","albums","get","by-id","albumId"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"7bc563a4-6670-4ab7-9145-9c5e3eeca503","name":"Get Album by ID","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/albums/get/by-id/albumId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Mon, 04 Oct 2021 18:56:22 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"499","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"fd5167e9-8291-42ca-8761-afbf3cdd5fc0\",\n    \"key\": \"SPRT2\",\n    \"processed_at\": \"2021-09-24T11:45:37.000000Z\",\n    \"title\": \"Hot Summer Time\"\n  }\n}"}],"_postman_id":"a4b4f8f1-9410-4517-91af-923ae9044a32"}],"id":"7b0c0b57-58bd-497b-a984-9bd2cf690930","_postman_id":"7b0c0b57-58bd-497b-a984-9bd2cf690930","description":""},{"name":"Similarity Search","item":[{"name":"Search Similar Albums by Key","id":"36459b58-6b5f-4579-ba04-5e049c326a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"albumKey\"\n}"},"url":"https://api.aimsapi.com/v1/albums/similar/by-key?page=1&page_size=10","description":"<p>This endpoint allows you to search for similar albums based on a seed album specified by its key (<code>album_code</code> from your tracks metadata).</p>\n","urlObject":{"path":["v1","albums","similar","by-key"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"17f49ff5-4c84-48bb-b12c-babb7c91be6e","name":"Search Similar Albums by Key","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"albumKey\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/albums/similar/by-key?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","albums","similar","by-key"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 Oct 2021 19:07:20 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"495"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"e627227d-65e7-42fd-9990-b617afba8321\",\n    \"collections\": [\n        {\n            \"id\": \"a7c18f40-f3bd-4403-b3d6-448f73861cff\",\n            \"key\": \"AB-CD116\",\n            \"processed_at\": \"2021-08-11T17:18:27.000000Z\",\n            \"title\": \"Light 'n' Easy\"\n        },\n        {\n            \"id\": \"c8c740b3-633d-4de6-a7f4-ead4c5986f12\",\n            \"key\": \"SFT188\",\n            \"processed_at\": \"2021-08-11T17:22:08.000000Z\",\n            \"title\": \"Halcyon Days\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"36459b58-6b5f-4579-ba04-5e049c326a8b"},{"name":"Search Similar Albums by ID","id":"0afa99bd-4cfe-41a5-9f63-8f490d34d820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"albumId\"\n}"},"url":"https://api.aimsapi.com/v1/albums/similar/by-id?page=1&page_size=10","urlObject":{"path":["v1","albums","similar","by-id"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"ee11eed9-3aa5-4207-aa34-faabc8c5986f","name":"Search Similar Albums by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"albumId\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/albums/similar/by-id?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","albums","similar","by-id"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 Oct 2021 19:07:40 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"e627227d-65e7-42fd-9990-b617afba8321\",\n    \"collections\": [\n        {\n            \"id\": \"a7c18f40-f3bd-4403-b3d6-448f73861cff\",\n            \"key\": \"AB-CD116\",\n            \"processed_at\": \"2021-08-11T17:18:27.000000Z\",\n            \"title\": \"Light 'n' Easy\"\n        },\n        {\n            \"id\": \"c8c740b3-633d-4de6-a7f4-ead4c5986f12\",\n            \"key\": \"SFT188\",\n            \"processed_at\": \"2021-08-11T17:22:08.000000Z\",\n            \"title\": \"Halcyon Days\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"0afa99bd-4cfe-41a5-9f63-8f490d34d820"}],"id":"25547f08-6f93-4fae-a124-b351dfb7de46","_postman_id":"25547f08-6f93-4fae-a124-b351dfb7de46","description":""},{"name":"Filtering","item":[{"name":"Search Similar Albums by Key","id":"63878c10-3478-4cdc-ad18-cac75684746d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"albumKey\",\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"Play\"\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/albums/similar/by-key?page=1&page_size=10","urlObject":{"path":["v1","albums","similar","by-key"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"1290bb78-bd92-4fef-ad38-657318c6574f","name":"Search Similar Albums by Key","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"albumKey\",\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"Play\"\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/albums/similar/by-key?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","albums","similar","by-key"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 04 Oct 2021 19:07:20 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"495"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"e627227d-65e7-42fd-9990-b617afba8321\",\n    \"collections\": [\n        {\n            \"id\": \"a7c18f40-f3bd-4403-b3d6-448f73861cff\",\n            \"key\": \"AB-CD116\",\n            \"processed_at\": \"2021-08-11T17:18:27.000000Z\",\n            \"title\": \"Light 'n' Easy\"\n        },\n        {\n            \"id\": \"c8c740b3-633d-4de6-a7f4-ead4c5986f12\",\n            \"key\": \"SFT188\",\n            \"processed_at\": \"2021-08-11T17:22:08.000000Z\",\n            \"title\": \"Halcyon Days\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"63878c10-3478-4cdc-ad18-cac75684746d"},{"name":"Search Similar Albums by ID","id":"6655a2ea-a7f6-4af4-85e7-6fb169eb2251","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"albumId\",\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"Play\"\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/albums/similar/by-id?page=1&page_size=10","urlObject":{"path":["v1","albums","similar","by-id"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"0a5fc27c-5293-4841-be43-1f9501beebcc","name":"Search Similar Albums by ID","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"albumId\",\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"Play\"\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/albums/similar/by-id?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","albums","similar","by-id"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 04 Oct 2021 19:07:40 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"e627227d-65e7-42fd-9990-b617afba8321\",\n    \"collections\": [\n        {\n            \"id\": \"a7c18f40-f3bd-4403-b3d6-448f73861cff\",\n            \"key\": \"AB-CD116\",\n            \"processed_at\": \"2021-08-11T17:18:27.000000Z\",\n            \"title\": \"Light 'n' Easy\"\n        },\n        {\n            \"id\": \"c8c740b3-633d-4de6-a7f4-ead4c5986f12\",\n            \"key\": \"SFT188\",\n            \"processed_at\": \"2021-08-11T17:22:08.000000Z\",\n            \"title\": \"Halcyon Days\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"6655a2ea-a7f6-4af4-85e7-6fb169eb2251"}],"id":"06c0af9a-e2ef-47ef-9205-dd83c389ab24","_postman_id":"06c0af9a-e2ef-47ef-9205-dd83c389ab24","description":""}],"id":"e4a21fea-362e-4cc2-9ab7-637c35c7b22c","_postman_id":"e4a21fea-362e-4cc2-9ab7-637c35c7b22c","description":""},{"name":"Similar Artists","item":[{"name":"Artist Information","item":[{"name":"Search for an Artist","id":"e1d01dc9-ec5e-48a3-a56c-4e0bb306d9b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/artists/search?page=1&page_size=10&title=Damon Albarn","description":"<p>This endpoint allows you to search for an artist by their name/title. It helps you find the key of an artist before you search for similar artists. We can also get you an export of all the keys of all artists we extracted from your metadata.</p>\n<p><strong>This is not a similarity search. Only the <code>title</code> field is considered.</strong></p>\n","urlObject":{"path":["v1","artists","search"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"},{"key":"title","value":"Damon Albarn"}],"variable":[]}},"response":[{"id":"baf711b4-a186-4cc1-94ea-2b587ec8f81a","name":"Search for an Artist","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/artists/search?page=1&page_size=10&title=Damon Albarn","host":["https://api.aimsapi.com"],"path":["v1","artists","search"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"},{"key":"title","value":"Damon Albarn"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 Oct 2021 19:22:48 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-Next-Page","value":"http://api-demo.aimsapi.com/v1/artists/search?page=2&page_size=10&title=Damon+Albarn"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"496"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"c45c591e-66f5-41fb-94fa-fa2ff8ed0daf\",\n            \"key\": \"damon-albarn\",\n            \"processed_at\": \"2021-08-10T07:05:10.000000Z\",\n            \"title\": \"Damon Albarn\"\n        },\n        {\n            \"id\": \"01c26364-8de3-48f4-ab34-3b02e4740d38\",\n            \"key\": \"tony-allen-and-damon-albarn\",\n            \"processed_at\": \"2021-08-09T14:14:23.000000Z\",\n            \"title\": \"Tony Allen And Damon Albarn\"\n        },\n        ...\n    ],\n    \"pagination\": {\n        \"item_count\": 10000,\n        \"page\": 1,\n        \"page_size\": 10,\n        \"page_count\": 1000\n    }\n}"}],"_postman_id":"e1d01dc9-ec5e-48a3-a56c-4e0bb306d9b6"},{"name":"Get Artist by Key","id":"af2fbb9c-13e2-4845-975f-286c4fd505a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/artists/get/by-key/artistKey","description":"<p>This endpoint allows you to get artist information based on its key (key is generated  from your tracks metadata by AIMS).</p>\n","urlObject":{"path":["v1","artists","get","by-key","artistKey"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"d43c1914-c973-4f6e-908b-b605c4e32ab8","name":"Get Artist by Key","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/artists/get/by-key/artistKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Mon, 04 Oct 2021 19:17:38 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"498","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"d912fa1b-18db-47e4-bd33-b898283d5351\",\n    \"key\": \"damon-albarn\",\n    \"processed_at\": \"2021-08-11T11:27:04.000000Z\",\n    \"title\": \"Damon Albarn\"\n  }\n}"}],"_postman_id":"af2fbb9c-13e2-4845-975f-286c4fd505a7"},{"name":"Get Artist by ID","id":"818ff959-69b2-42d4-9bd8-c0ca13379174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/artists/get/by-id/artistId","urlObject":{"path":["v1","artists","get","by-id","artistId"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"eddfd78b-b771-4045-80b4-5549e162a100","name":"Get Artist by ID","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/artists/get/by-id/artistId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Mon, 04 Oct 2021 19:17:43 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"497","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"d912fa1b-18db-47e4-bd33-b898283d5351\",\n    \"key\": \"damon-albarn\",\n    \"processed_at\": \"2021-08-11T11:27:04.000000Z\",\n    \"title\": \"Damon Albarn\"\n  }\n}"}],"_postman_id":"818ff959-69b2-42d4-9bd8-c0ca13379174"}],"id":"d88dee05-06c9-4773-8c62-1c1dbfb42e22","_postman_id":"d88dee05-06c9-4773-8c62-1c1dbfb42e22","description":""},{"name":"Similarity Search","item":[{"name":"Search Similar Artists by Key","id":"fd3096dc-cb3f-4ace-b67f-f5ba46445484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"artistKey\"\n}"},"url":"https://api.aimsapi.com/v1/artists/similar/by-key?page=1&page_size=10","description":"<p>This endpoint allows you to search for similar artists based on a seed artist specified by its key (key is generated from your tracks metadata by AIMS).</p>\n","urlObject":{"path":["v1","artists","similar","by-key"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"c4fa0bca-d434-48ea-97f5-43099747a50e","name":"Search Similar Artists by Key","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"artistKey\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/artists/similar/by-key?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","artists","similar","by-key"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 Oct 2021 19:18:14 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"0398e245-6d99-4e3b-888e-63f2614e6c55\",\n    \"collections\": [\n        {\n            \"id\": \"6d20198d-c759-45df-883d-7824af7e92a9\",\n            \"key\": \"johnny-dowd\",\n            \"processed_at\": \"2021-08-11T11:17:30.000000Z\",\n            \"title\": \"Johnny Dowd\"\n        },\n        {\n            \"id\": \"7220dbae-7ce1-40e8-b0a9-d756d15d2fbf\",\n            \"key\": \"moondog-jr\",\n            \"processed_at\": \"2021-08-11T11:17:53.000000Z\",\n            \"title\": \"Moondog Jr\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"fd3096dc-cb3f-4ace-b67f-f5ba46445484"},{"name":"Search Similar Artists by ID","id":"99682549-8771-41f8-8b37-089627caa5dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"artistId\"\n}"},"url":"https://api.aimsapi.com/v1/artists/similar/by-id?page=1&page_size=10","urlObject":{"path":["v1","artists","similar","by-id"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"cdaea2d4-dabd-4def-a321-d1572a893f2f","name":"Search Similar Artists by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"artistId\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/artists/similar/by-id?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","artists","similar","by-id"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 Oct 2021 19:18:19 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"498"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"0398e245-6d99-4e3b-888e-63f2614e6c55\",\n    \"collections\": [\n        {\n            \"id\": \"6d20198d-c759-45df-883d-7824af7e92a9\",\n            \"key\": \"johnny-dowd\",\n            \"processed_at\": \"2021-08-11T11:17:30.000000Z\",\n            \"title\": \"Johnny Dowd\"\n        },\n        {\n            \"id\": \"7220dbae-7ce1-40e8-b0a9-d756d15d2fbf\",\n            \"key\": \"moondog-jr\",\n            \"processed_at\": \"2021-08-11T11:17:53.000000Z\",\n            \"title\": \"Moondog Jr\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"99682549-8771-41f8-8b37-089627caa5dd"}],"id":"8d3087a0-e88c-4213-9acb-3fc94b9126f1","_postman_id":"8d3087a0-e88c-4213-9acb-3fc94b9126f1","description":""},{"name":"Filtering","item":[{"name":"Search Similar Artists by Key","id":"94567e21-4704-43dc-91e6-0b27fca37c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"artistKey\",\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"Play\"\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/artists/similar/by-key?page=1&page_size=10","urlObject":{"path":["v1","artists","similar","by-key"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"58ad42d1-abad-44ce-b5f2-9c90dd9b7529","name":"Search Similar Artists by Key","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"artistKey\",\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"Play\"\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/artists/similar/by-key?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","artists","similar","by-key"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 04 Oct 2021 19:18:14 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"0398e245-6d99-4e3b-888e-63f2614e6c55\",\n    \"collections\": [\n        {\n            \"id\": \"6d20198d-c759-45df-883d-7824af7e92a9\",\n            \"key\": \"johnny-dowd\",\n            \"processed_at\": \"2021-08-11T11:17:30.000000Z\",\n            \"title\": \"Johnny Dowd\"\n        },\n        {\n            \"id\": \"7220dbae-7ce1-40e8-b0a9-d756d15d2fbf\",\n            \"key\": \"moondog-jr\",\n            \"processed_at\": \"2021-08-11T11:17:53.000000Z\",\n            \"title\": \"Moondog Jr\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"94567e21-4704-43dc-91e6-0b27fca37c62"},{"name":"Search Similar Artists by ID","id":"c3c7ff52-b08f-4337-be72-05a1a08c9fd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"artistId\",\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"Play\"\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/artists/similar/by-id?page=1&page_size=10","urlObject":{"path":["v1","artists","similar","by-id"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"ff33cacd-924b-4e5f-ad2f-963f5cc109c9","name":"Search Similar Artists by ID","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"artistId\",\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"Play\"\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/artists/similar/by-id?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","artists","similar","by-id"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 04 Oct 2021 19:18:19 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"498"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"0398e245-6d99-4e3b-888e-63f2614e6c55\",\n    \"collections\": [\n        {\n            \"id\": \"6d20198d-c759-45df-883d-7824af7e92a9\",\n            \"key\": \"johnny-dowd\",\n            \"processed_at\": \"2021-08-11T11:17:30.000000Z\",\n            \"title\": \"Johnny Dowd\"\n        },\n        {\n            \"id\": \"7220dbae-7ce1-40e8-b0a9-d756d15d2fbf\",\n            \"key\": \"moondog-jr\",\n            \"processed_at\": \"2021-08-11T11:17:53.000000Z\",\n            \"title\": \"Moondog Jr\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"c3c7ff52-b08f-4337-be72-05a1a08c9fd0"}],"id":"3210fddd-07d9-4c23-9d01-624c951c8758","_postman_id":"3210fddd-07d9-4c23-9d01-624c951c8758","description":""}],"id":"5b11db52-3113-43eb-b575-fc7aac30117c","_postman_id":"5b11db52-3113-43eb-b575-fc7aac30117c","description":""},{"name":"Smart Projects","item":[{"name":"Project management","item":[{"name":"Create Project","id":"4b79ebe3-5e92-4664-819a-0b933f090d16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Cinema magazine 172\",\n\t\"key\": \"cinema-magazine-172\",\n    \"track_ids\": [\n        \"my-id-1\", \"my-id-2\", \"my-id-3\"\n    ]\n}"},"url":"https://api.aimsapi.com/v1/project","description":"<p>This endpoint allows you to create a new project. The <code>key</code> field needs to be unique and should not contain special characters.</p>\n<p>You can create the project empty and add tracks later, or specify what tracks should be in the project directly when creating the project in the <code>track_ids</code> attribute (see the second example).</p>\n","urlObject":{"path":["v1","project"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"61ab9d2f-2ff2-42ac-97ea-03cab22bc254","name":"Create Project","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Cinema magazine 172\",\n\t\"key\": \"cinema-magazine-172\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Jan 2022 16:02:02 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n        \"key\": \"cinema-magazine-172\",\n        \"processed_at\": null,\n        \"title\": \"Cinema magazine 172\"\n    }\n}"},{"id":"45470f9a-29e0-4a9a-b042-aff5c962b276","name":"Create Project","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Cinema magazine 172\",\n\t\"key\": \"cinema-magazine-172\",\n    \"tracks_ids\": [\n        \"my-id-1\", \"my-id-2\", \"my-id-3\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:02:02 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n    \"key\": \"cinema-magazine-172\",\n    \"processed_at\": null,\n    \"title\": \"Cinema magazine 172\"\n  }\n}"}],"_postman_id":"4b79ebe3-5e92-4664-819a-0b933f090d16"},{"name":"List Projects","id":"4e451dd8-d018-4aa1-ad80-4f062cbdc2e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project?page=1&page_size=10","description":"<p>This endpoint allows you to list all projects in your account.</p>\n","urlObject":{"path":["v1","project"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"79b15a92-5f0c-4a23-95a5-167b0f265b49","name":"List Projects","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/project?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","project"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 15:53:00 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"collections\": [\n    {\n      \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n      \"key\": \"cinema-magazine-172\",\n      \"processed_at\": \"2022-01-04T19:37:11.000000Z\",\n      \"title\": \"Cinema magazine 172\"\n    },\n    {\n      \"id\": \"94cfd4b5-b48d-4149-a2a7-09287f199c89\",\n      \"key\": \"any-key-you-like\",\n      \"processed_at\": null,\n      \"title\": \"Some new project\"\n    }\n  ],\n  \"pagination\": {\n    \"item_count\": 2,\n    \"page\": 1,\n    \"page_size\": 10,\n    \"page_count\": 1\n  }\n}"}],"_postman_id":"4e451dd8-d018-4aa1-ad80-4f062cbdc2e2"},{"name":"Get number of Projects","id":"818b8b77-0542-4308-a034-ef8e39c3bc1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/length","description":"<p>This endpoint allows you to obtain the total number of projects in your account.</p>\n","urlObject":{"path":["v1","project","length"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"4b67ebea-db77-490d-8bca-e4092c1dc9d1","name":"Get number of Projects","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/length"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 15:58:52 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"length\": 2\n}"}],"_postman_id":"818b8b77-0542-4308-a034-ef8e39c3bc1e"},{"name":"Get Project by Key","id":"1003c58e-7307-49eb-b7eb-8f3d829b99e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/get/by-key/projectKey","description":"<p>This endpoint allows you to get project information based on its key.</p>\n","urlObject":{"path":["v1","project","get","by-key","projectKey"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"786a65ef-df8d-4112-ae5f-26066313a130","name":"Get Project by Key","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/get/by-key/projectKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 15:55:39 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"499","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n    \"key\": \"cinema-magazine-172\",\n    \"processed_at\": null,\n    \"title\": \"Cinema magazine 172\"\n  }\n}"}],"_postman_id":"1003c58e-7307-49eb-b7eb-8f3d829b99e0"},{"name":"Get Project by ID","id":"dfa02ad0-7b88-42b6-96c7-3fa5200bd39a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/get/by-id/project.id","description":"<p>This endpoint allows you to get project information based on its ID.</p>\n","urlObject":{"path":["v1","project","get","by-id","project.id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"cf147954-9050-4c7b-8647-d38c2f5a1656","name":"Get Project by ID","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/get/by-id/project.id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 15:55:51 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"498","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n    \"key\": \"cinema-magazine-172\",\n    \"processed_at\": null,\n    \"title\": \"Cinema magazine 172\"\n  }\n}"}],"_postman_id":"dfa02ad0-7b88-42b6-96c7-3fa5200bd39a"},{"name":"Get multiple Projects by ID","event":[{"listen":"test","script":{"id":"74c55210-b93b-432d-a758-b823d3cad241","type":"text/javascript","packages":{},"exec":[""]}}],"id":"fb3a04c5-ab25-4e24-9cb8-7a90d028ce3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"collection_ids\": [\"project.id\", \"projectId2\", \"projectId3\"],\n    \"groups\": true,\n    \"detailed\": true,\n    \"show_tracks\": true\n}"},"url":"https://api.aimsapi.com/v1/project/get/by-id","description":"<h2 id=\"get-multiple-projects-by-id\">Get multiple Projects by ID</h2>\n<p><strong>Endpoint:</strong> <code>POST https://api.aimsapi.com/v1/project/get/by-id</code></p>\n<p><strong>Description:</strong><br />Retrieves detailed information about multiple projects (collections) by their IDs. This endpoint allows you to fetch project details, including group information and associated tracks, for a list of specified project IDs.</p>\n<p><strong>Request Body:</strong></p>\n<p>Plain Text</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"collection_ids\": [\"{{projectId2}}\", \"{{projectId3}}\"],\n\"groups\": true,\n\"detailed\": true,\n\"show_tracks\": true\n}\n\n</code></pre>\n<ul>\n<li><p><code>collection_ids</code> (array of strings): List of project IDs to retrieve.</p>\n</li>\n<li><p><code>groups</code> (boolean): If true, includes group information.</p>\n</li>\n<li><p><code>detailed</code> (boolean): If true, returns detailed project data.</p>\n</li>\n<li><p><code>show_tracks</code> (boolean): If true, includes tracks associated with each project.</p>\n</li>\n</ul>\n<p><strong>Headers:</strong></p>\n<ul>\n<li><p><code>Content-Type: application/json</code></p>\n</li>\n<li><p><code>X-Requested-With: XMLHttpRequest</code></p>\n</li>\n<li><p><code>Authorization: {{apiKey}}</code></p>\n</li>\n</ul>\n<p><strong>Response:</strong></p>\n<ul>\n<li>Returns an object with a collections array, where each item contains project details such as <code>id</code>, <code>title</code>, and (if requested) <code>tracks</code>.</li>\n</ul>\n<p><strong>Example Use Case:</strong><br />Use this endpoint to fetch information about several projects at once, including their metadata and related tracks, for display in dashboards or bulk operations.</p>\n","urlObject":{"path":["v1","project","get","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"2856ae8a-c9b6-4017-ac82-a021c7248e7e","name":"Get multiple Projects by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"url":"https://api.aimsapi.com/v1/project/get/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n            \"key\": \"cinema-magazine-172\",\n            \"processed_at\": null,\n            \"title\": \"Cinema magazine 172\"\n        },\n        {\n            \"id\": \"a7a9tfe8-0db4-42e1-9140-3er5d497f3a0\",\n            \"key\": \"Show performance 26\",\n            \"processed_at\": null,\n            \"title\": \"Show performance 26\"\n        }\n    ],\n    \"pagination\": {\n        \"item_count\": 2\n    }\n}"}],"_postman_id":"fb3a04c5-ab25-4e24-9cb8-7a90d028ce3a"},{"name":"Update Project by Key","id":"700ee699-f1d3-4f81-baaa-604716f08648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Cinema magazine 172 - closed\"\n}"},"url":"https://api.aimsapi.com/v1/project/update/by-key/projectKey","description":"<p>This endpoint allows you to update title of an existing project based on its key.</p>\n","urlObject":{"path":["v1","project","update","by-key","projectKey"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"5eb401e3-a234-4294-b5c1-28274eefbc49","name":"Update Project by Key","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Cinema magazine 172 - closed\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/update/by-key/projectKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 16:03:36 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"499","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n    \"key\": \"cinema-magazine-172\",\n    \"processed_at\": null,\n    \"title\": \"Cinema magazine 172 - closed\"\n  }\n}"}],"_postman_id":"700ee699-f1d3-4f81-baaa-604716f08648"},{"name":"Update Project by ID","id":"836adf2f-58d8-4598-b8cd-0c7502bc3260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Cinema magazine 172 - closed\"\n}"},"url":"https://api.aimsapi.com/v1/project/update/by-id/project.id","description":"<p>This endpoint allows you to update title of an existing project based on its ID (ID is generated automatically by AIMS when the project is craeted).</p>\n","urlObject":{"path":["v1","project","update","by-id","project.id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"587a595f-fa5d-4fc5-b8ea-fb166b61bc74","name":"Update Project by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Cinema magazine 172 - closed\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/update/by-id/project.id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 16:04:24 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"498","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n    \"key\": \"cinema-magazine-172\",\n    \"processed_at\": null,\n    \"title\": \"Cinema magazine 172 - closed\"\n  }\n}"}],"_postman_id":"836adf2f-58d8-4598-b8cd-0c7502bc3260"},{"name":"Delete Project by Key","id":"c87153ab-eb73-46c8-856f-a2df1bd66865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/delete/by-key/projectKey","description":"<p>This endpoint allows you to delete a project based on its key.</p>\n","urlObject":{"path":["v1","project","delete","by-key","projectKey"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"7c00064b-4491-44a0-b5cb-67ecfbd86f82","name":"Delete Project by Key","originalRequest":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/delete/by-key/projectKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 16:06:58 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"499","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Collection has been deleted.\"\n}"}],"_postman_id":"c87153ab-eb73-46c8-856f-a2df1bd66865"},{"name":"Delete Project by ID","id":"f980fa95-e4ff-4399-a1ef-021c89404fa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/delete/by-id/project.id","description":"<p>This endpoint allows you to delete a project based on its ID.</p>\n","urlObject":{"path":["v1","project","delete","by-id","project.id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"82a9941a-5553-4b1c-9efd-479ddcf4a587","name":"Delete Project by ID","originalRequest":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/delete/by-id/project.id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 16:06:58 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"499","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Collection has been deleted.\"\n}"}],"_postman_id":"f980fa95-e4ff-4399-a1ef-021c89404fa3"}],"id":"2c70fc67-34d5-403c-81a2-8886521c01ff","_postman_id":"2c70fc67-34d5-403c-81a2-8886521c01ff","description":""},{"name":"Track management","item":[{"name":"Add Track to Project by ID","id":"fb199030-a40f-4952-82f9-273eb0e9575e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"my-id-1\",\n\t\"collection_key\": \"projectKey\",\n    // add more tracks at once\n    \"track_ids\": [\n        \"my-id-1\", \"my-id-2\", \"my-id-2\"\n    ]\n}"},"url":"https://api.aimsapi.com/v1/project/add-track/by-id","description":"<p>This endpoint allows you to add an internal track (track already in your account) into the project. The <code>track_id</code> or <code>track_ids</code> only accept track <code>client_id</code> as a value!</p>\n<p>You can add more than one track in a single request using the <code>track_ids</code> attribute. You can use either <code>track_id</code> or <code>track_ids</code>, or both.</p>\n","urlObject":{"path":["v1","project","add-track","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"f0a8764b-224f-4cbb-860a-159014177103","name":"Add Track to Project by ID","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"SPRT2#1\",\n\t\"collection_key\": \"projectKey\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/add-track/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Jan 2022 16:10:42 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"498"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Track successfully added\"\n}"},{"id":"2d1531d5-e206-4d6f-b042-6bfddebdc334","name":"Add Track to Project by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"collection_key\": \"projectKey\",\n    \"track_ids\": [\n        \"my-id-1\", \"my-id-2\", \"my-id-2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/add-track/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:10:42 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"498"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track(-s) successfully added\"\n}"}],"_postman_id":"fb199030-a40f-4952-82f9-273eb0e9575e"},{"name":"Add Track to Project by URL","id":"659c4f7b-929c-40c1-b50e-33276b635bc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n\t\"collection_key\": \"projectKey\"\n}"},"url":"https://api.aimsapi.com/v1/project/add-track/by-url","description":"<p>This endpoint allows you to add track specified by a supported URL into the project. Please refer to <a href=\"#f03f51a6-0190-4abb-9020-2b0124f29190\">Search similar tracks by URL</a> for more information about supported services.</p>\n<p>Please note that adding a track from a link takes more time than adding an internal track. Similarly to the difference between internal search and search by URL. Please also note that only tracks up to 15 minutes are supported for performance reasons.</p>\n","urlObject":{"path":["v1","project","add-track","by-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"da94b119-1b32-4629-a8a4-533f77d85716","name":"Add Track to Project by URL","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n\t\"collection_key\": \"projectKey\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/add-track/by-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:13:45 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track successfully added\"\n}"}],"_postman_id":"659c4f7b-929c-40c1-b50e-33276b635bc9"},{"name":"Add Track to Project by file URL","id":"405b2ffe-954f-459e-b8c4-84c05f0be535","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n\t\"collection_key\": \"projectKey\"\n}"},"url":"https://api.aimsapi.com/v1/project/add-track/by-file-url","description":"<p>This endpoint allows you to add track specified by a URL leading to a physical audio file into the project.</p>\n","urlObject":{"path":["v1","project","add-track","by-file-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"4266a658-2e47-475d-8bae-79b0549255bd","name":"Add Track to Project by file URL","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n\t\"collection_key\": \"projectKey\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/add-track/by-file-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:15:01 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track successfully added\"\n}"}],"_postman_id":"405b2ffe-954f-459e-b8c4-84c05f0be535"},{"name":"Add Track to Project by file","id":"7357c13d-3e8d-4ee4-9c8a-a9d0c21f391f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"collection_key","value":"projectKey","type":"text"},{"key":"track","type":"file","src":"eva8WNxuR/Test001.mp3"}]},"url":"https://api.aimsapi.com/v1/project/add-track/by-file","description":"<p>This endpoint allows you to add track specified by a physical audio file into the project.</p>\n","urlObject":{"path":["v1","project","add-track","by-file"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"d4ba8971-92cb-44bb-9244-f88f7c67aff5","name":"Add Track to Project by file","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"collection_key","value":"projectKey","type":"text"},{"key":"track","type":"file","src":"/Users/Shared/test.mp3"}]},"url":"https://api.aimsapi.com/v1/project/add-track/by-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:17:00 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track successfully added\"\n}"}],"_postman_id":"7357c13d-3e8d-4ee4-9c8a-a9d0c21f391f"},{"name":"Get Tracks in Project by Key","id":"9e08f5f1-9751-4ff5-a488-4feacab00c61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/get-tracks/by-key/projectKey","description":"<p>This endpoint allows you to list all tracks currently present in the project specified by its key.</p>\n","urlObject":{"path":["v1","project","get-tracks","by-key","projectKey"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"810f4209-550f-4442-86b7-b7e7ad5df795","name":"Get Tracks in Project by Key","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/get-tracks/by-key/projectKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 16:21:53 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"498","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"tracks\": [\n    {\n      \"id\": 142926076,\n      \"id_client\": \"SPRT2#1\",\n      \"duration\": 137,\n      \"release_year\": 2007,\n      \"track_name\": \"Beautiful You\",\n      \"tags\": [\n        \"SPRT\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null,\n      \"artist_canonical\": \"olsanik-otakar\"\n    },\n    {\n      \"id\": 153416810,\n      \"id_client\": \"url:4c1971bb764b9b67d2fa93616dc30977\",\n      \"duration\": 248,\n      \"release_year\": null,\n      \"track_name\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T16:13:59.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"NjZhNjc5ZDFmMDExMzUxNzU0MGJkZDE0NDM3Zjg0Mjk=\"\n    },\n    {\n      \"id\": 153416812,\n      \"id_client\": \"file-url:3b66521a25b139f18f6fd3c7bf2a05c0\",\n      \"duration\": 27,\n      \"release_year\": null,\n      \"track_name\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T16:15:03.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"MTlmMTUwNmEzNWY4OTE5NTg5OTJkZGE1NDIzMWI2YWI=\"\n    },\n    {\n      \"id\": 153416813,\n      \"id_client\": \"file:0003b70cc761b60b32c9eab85845c961\",\n      \"duration\": 61,\n      \"release_year\": null,\n      \"track_name\": \"0003b70cc761b60b32c9eab85845c961.mp3\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T16:17:05.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"Zjg3YTQ5MGI0OWNmMDZmMDQ5OTE5YzE5NGMzNGViNDA=\"\n    }\n  ],\n  \"pagination\": {\n    \"item_count\": 4,\n    \"page\": 1,\n    \"page_size\": 4,\n    \"page_count\": 1\n  }\n}"}],"_postman_id":"9e08f5f1-9751-4ff5-a488-4feacab00c61"},{"name":"Get Tracks in Project by ID","id":"e9edf505-cafa-46ab-b21c-793a643003e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/get-tracks/by-id/project.id","description":"<p>This endpoint allows you to list all tracks currently present in the project specified by its ID.</p>\n","urlObject":{"path":["v1","project","get-tracks","by-id","project.id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"42882dc8-8405-42ac-9470-2415f0dcc4f3","name":"Get Tracks in Project by ID","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/project/get-tracks/by-id/project.id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 16:22:53 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"499","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"tracks\": [\n    {\n      \"id\": 142926076,\n      \"id_client\": \"SPRT2#1\",\n      \"duration\": 137,\n      \"release_year\": 2007,\n      \"track_name\": \"Beautiful You\",\n      \"tags\": [\n        \"SPRT\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null,\n      \"artist_canonical\": \"olsanik-otakar\"\n    },\n    {\n      \"id\": 153416810,\n      \"id_client\": \"url:4c1971bb764b9b67d2fa93616dc30977\",\n      \"duration\": 248,\n      \"release_year\": null,\n      \"track_name\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T16:13:59.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"NjZhNjc5ZDFmMDExMzUxNzU0MGJkZDE0NDM3Zjg0Mjk=\"\n    },\n    {\n      \"id\": 153416812,\n      \"id_client\": \"file-url:3b66521a25b139f18f6fd3c7bf2a05c0\",\n      \"duration\": 27,\n      \"release_year\": null,\n      \"track_name\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T16:15:03.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"MTlmMTUwNmEzNWY4OTE5NTg5OTJkZGE1NDIzMWI2YWI=\"\n    },\n    {\n      \"id\": 153416813,\n      \"id_client\": \"file:0003b70cc761b60b32c9eab85845c961\",\n      \"duration\": 61,\n      \"release_year\": null,\n      \"track_name\": \"0003b70cc761b60b32c9eab85845c961.mp3\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T16:17:05.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"Zjg3YTQ5MGI0OWNmMDZmMDQ5OTE5YzE5NGMzNGViNDA=\"\n    }\n  ],\n  \"pagination\": {\n    \"item_count\": 4,\n    \"page\": 1,\n    \"page_size\": 4,\n    \"page_count\": 1\n  }\n}"}],"_postman_id":"e9edf505-cafa-46ab-b21c-793a643003e8"},{"name":"Remove Track from Project","id":"a2156b66-f93f-483d-b569-3124cec0973b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"my-id-1\",\n\t\"collection_key\": \"projectKey\"\n}"},"url":"https://api.aimsapi.com/v1/project/remove-track/by-id","description":"<p>This endpoint allows you to remove a track from a project. To remove external tracks (tracks added by URL, file URL or file), use the <code>id_client</code> value of respective track (e.g. <code>url:9aacbc9479f4baf2684fc82536422808</code>).</p>\n","urlObject":{"path":["v1","project","remove-track","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"eaa52903-2822-4f56-9eaf-4d253e2acc82","name":"Remove Track from Project","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"SPRT2#1\",\n\t\"collection_key\": \"projectKey\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/remove-track/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:25:50 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"498"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track successfully removed\"\n}"}],"_postman_id":"a2156b66-f93f-483d-b569-3124cec0973b"}],"id":"e5be50b0-2ffb-479d-888d-e69d92a4267e","_postman_id":"e5be50b0-2ffb-479d-888d-e69d92a4267e","description":""},{"name":"Recommendations","item":[{"name":"Suggest Tracks into Project by Key","id":"bc6c643d-4cd8-429a-89e8-c606cbcb70ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"projectKey\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/project/suggest/by-key","description":"<p>This endpoint allows you to obtain suggestions of tracks to add to the project specified by its key. The results are sorted from the most recommended tracks.</p>\n","urlObject":{"path":["v1","project","suggest","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"43a6a629-68eb-4ffe-8d02-016b47cbeff6","name":"Suggest Tracks into Project by Key","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"projectKey\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/suggest/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:28:25 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"05a13f53-4048-4128-94c3-5f665abc7297\",\n    \"tracks\": [\n        {\n            \"id\": 143405091,\n            \"id_client\": \"ZIK386#14\",\n            \"duration\": 210,\n            \"release_year\": 2013,\n            \"track_name\": \"Give Me (Instru)\",\n            \"tags\": [\n                \"ZIK\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        ...\n        {\n            \"id\": 142569672,\n            \"id_client\": \"NSPS226#45\",\n            \"duration\": 124,\n            \"release_year\": 2016,\n            \"track_name\": \"Siesta Sun\",\n            \"tags\": [\n                \"NSPS\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"bc6c643d-4cd8-429a-89e8-c606cbcb70ca"},{"name":"Suggest Tracks into Project by ID","id":"f84c8ddd-f5c0-4206-8b93-a7d1466a6674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"project.id\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/project/suggest/by-id","description":"<p>This endpoint allows you to obtain suggestions of tracks to add to the project specified by its ID. The results are sorted from the most recommended tracks.</p>\n","urlObject":{"path":["v1","project","suggest","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"cb04417b-c97a-44b0-bb0a-71717c9ff1ed","name":"Suggest Tracks into Project by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"project.id\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/suggest/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:29:56 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"497"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"41f8d79f-b2f0-44ad-b1ba-898bebe1b05c\",\n    \"tracks\": [\n        {\n            \"id\": 143405091,\n            \"id_client\": \"ZIK386#14\",\n            \"duration\": 210,\n            \"release_year\": 2013,\n            \"track_name\": \"Give Me (Instru)\",\n            \"tags\": [\n                \"ZIK\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        ...\n        {\n            \"id\": 142569672,\n            \"id_client\": \"NSPS226#45\",\n            \"duration\": 124,\n            \"release_year\": 2016,\n            \"track_name\": \"Siesta Sun\",\n            \"tags\": [\n                \"NSPS\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"f84c8ddd-f5c0-4206-8b93-a7d1466a6674"}],"id":"1c87015a-7b03-48ac-8d23-8727defc125a","_postman_id":"1c87015a-7b03-48ac-8d23-8727defc125a","description":""},{"name":"Filtering","item":[{"name":"Suggest Tracks into Project by Key","id":"18cdcdb5-8c52-4bad-b035-51fe446bc81c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"projectKey\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/project/suggest/by-key","urlObject":{"path":["v1","project","suggest","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"4fbb11d7-ab6e-41d8-a7e4-784bbaf4531d","name":"Suggest Tracks into Project by Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"projectKey\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/suggest/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Jan 2022 16:28:25 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"05a13f53-4048-4128-94c3-5f665abc7297\",\n    \"tracks\": [\n        {\n            \"id\": 143405091,\n            \"id_client\": \"ZIK386#14\",\n            \"duration\": 210,\n            \"release_year\": 2013,\n            \"track_name\": \"Give Me (Instru)\",\n            \"tags\": [\n                \"ZIK\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        ...\n        {\n            \"id\": 142569672,\n            \"id_client\": \"NSPS226#45\",\n            \"duration\": 124,\n            \"release_year\": 2016,\n            \"track_name\": \"Siesta Sun\",\n            \"tags\": [\n                \"NSPS\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"18cdcdb5-8c52-4bad-b035-51fe446bc81c"},{"name":"Suggest Tracks into Project by ID","id":"0247b403-a0f1-4bdc-b969-fcddcd36db3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"project.id\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/project/suggest/by-id","urlObject":{"path":["v1","project","suggest","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"a9da99e4-e360-4308-8798-f9530a18654d","name":"Suggest Tracks into Project by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"project.id\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/suggest/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Jan 2022 16:29:56 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"497"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"41f8d79f-b2f0-44ad-b1ba-898bebe1b05c\",\n    \"tracks\": [\n        {\n            \"id\": 143405091,\n            \"id_client\": \"ZIK386#14\",\n            \"duration\": 210,\n            \"release_year\": 2013,\n            \"track_name\": \"Give Me (Instru)\",\n            \"tags\": [\n                \"ZIK\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        ...\n        {\n            \"id\": 142569672,\n            \"id_client\": \"NSPS226#45\",\n            \"duration\": 124,\n            \"release_year\": 2016,\n            \"track_name\": \"Siesta Sun\",\n            \"tags\": [\n                \"NSPS\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"0247b403-a0f1-4bdc-b969-fcddcd36db3c"}],"id":"a2d59ba2-2315-475f-b7e0-b26e32aeb1cd","_postman_id":"a2d59ba2-2315-475f-b7e0-b26e32aeb1cd","description":""}],"id":"b1771f41-801c-436c-a76e-15e32d8893e7","_postman_id":"b1771f41-801c-436c-a76e-15e32d8893e7","description":""},{"name":"Playlists","item":[{"name":"Playlist management","item":[{"name":"Create Playlist","id":"67f9fad3-f9f6-40cb-bd9e-0d1d5349a465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Car commercials\",\n\t\"key\": \"car-commercials\",\n    \"track_ids\": [\n        \"my-id-1\", \"my-id-2\", \"my-id-3\"\n    ]\n}"},"url":"https://api.aimsapi.com/v1/playlist","description":"<p>This endpoint allows you to create a new project. The <code>key</code> field needs to be unique and should not contain special characters.</p>\n<p>You can create the playlist empty and add tracks later, or specify what tracks should be in the playlist directly when creating the playlist in the <code>track_ids</code> attribute (see the second example).</p>\n","urlObject":{"path":["v1","playlist"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"fd38d514-9f19-484b-b7ef-b53e2b844cec","name":"Create Playlist","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Car commercials\",\n\t\"key\": \"car-commercials\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Jan 2022 16:02:02 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n        \"key\": \"car-commercials\",\n        \"processed_at\": null,\n        \"title\": \"Car commercials\"\n    }\n}"},{"id":"39d8fa5b-9f8b-479b-bc40-e6e144ad40a6","name":"Create Playlist","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Car commercials\",\n\t\"key\": \"car-commercials\",\n    \"track_ids\": [\n        \"my-id-1\", \"my-id-2\", \"my-id-3\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:02:02 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n    \"key\": \"car-commercials\",\n    \"processed_at\": null,\n    \"title\": \"Car commercials\"\n  }\n}"}],"_postman_id":"67f9fad3-f9f6-40cb-bd9e-0d1d5349a465"},{"name":"List Playlists","id":"496e6e0e-2abd-4336-b5d0-75b8cf386f5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist?page=1&page_size=10","description":"<p>This endpoint allows you to list all projects in your account.</p>\n","urlObject":{"path":["v1","playlist"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"835beaa8-f0fd-419a-a077-6c4f12dfdcfe","name":"List Playlists","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/playlist?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","playlist"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 15:53:00 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"collections\": [\n    {\n      \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n      \"key\": \"car-commercials\",\n      \"processed_at\": \"2022-01-04T19:37:11.000000Z\",\n      \"title\": \"Car commercials\"\n    },\n    {\n      \"id\": \"94cfd4b5-b48d-4149-a2a7-09287f199c89\",\n      \"key\": \"any-key-you-like\",\n      \"processed_at\": null,\n      \"title\": \"Some new playlist\"\n    }\n  ],\n  \"pagination\": {\n    \"item_count\": 2,\n    \"page\": 1,\n    \"page_size\": 10,\n    \"page_count\": 1\n  }\n}"}],"_postman_id":"496e6e0e-2abd-4336-b5d0-75b8cf386f5e"},{"name":"Get number of Playlists","id":"385b326c-8489-4097-abae-e438d01449dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist/length","description":"<p>This endpoint allows you to obtain the total number of projects in your account.</p>\n","urlObject":{"path":["v1","playlist","length"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"9d23f7c1-10da-4729-9fc6-ddaabe1b1078","name":"Get number of Projects","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist/length"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 15:58:52 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"length\": 2\n}"}],"_postman_id":"385b326c-8489-4097-abae-e438d01449dc"},{"name":"Get Playlist by Key","id":"4b5768ab-c582-4967-816a-e9ec94869bd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist/get/by-key/playlist.key","description":"<p>This endpoint allows you to get project information based on its key.</p>\n","urlObject":{"path":["v1","playlist","get","by-key","playlist.key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"5a5d0586-8b9c-4373-ac37-d40cbd3f49cd","name":"Get Playlist by Key","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist/get/by-key/playlist.key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 15:55:39 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"499","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n    \"key\": \"car-commercials\",\n    \"processed_at\": null,\n    \"title\": \"Car commercials\"\n  }\n}"}],"_postman_id":"4b5768ab-c582-4967-816a-e9ec94869bd4"},{"name":"Get Playlist by ID","id":"fc8967e4-960e-45c3-a29e-f2b20272a1f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist/get/by-id/playlistId","description":"<p>This endpoint allows you to get project information based on its ID.</p>\n","urlObject":{"path":["v1","playlist","get","by-id","playlistId"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"c1f34f79-1fa6-4b0c-8128-6888794e2b23","name":"Get Playlist by ID","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist/get/by-id/playlistId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 15:55:51 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"498","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n    \"key\": \"car-commercials\",\n    \"processed_at\": null,\n    \"title\": \"Car commercials\"\n  }\n}"}],"_postman_id":"fc8967e4-960e-45c3-a29e-f2b20272a1f8"},{"name":"Update Playlist by Key","id":"4aff1822-99b9-4528-a409-cb3f25afb570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Car commercials - Vintage\"\n}"},"url":"https://api.aimsapi.com/v1/playlist/update/by-key/playlist.key","description":"<p>This endpoint allows you to update title of an existing project based on its key.</p>\n","urlObject":{"path":["v1","playlist","update","by-key","playlist.key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"f1854729-3fc7-4ee3-97cd-e35fdf625159","name":"Update Playlist by Key","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Car commercials - Vintage\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/update/by-key/playlist.key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 16:03:36 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"499","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n    \"key\": \"car-commercials\",\n    \"processed_at\": null,\n    \"title\": \"Car commercials - Vintage\"\n  }\n}"}],"_postman_id":"4aff1822-99b9-4528-a409-cb3f25afb570"},{"name":"Update Playlist by ID","id":"849edb8d-a9b9-41d0-bb1e-1c925ebfb455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Car commercials - Vintage\"\n}"},"url":"https://api.aimsapi.com/v1/playlist/update/by-id/playlistId","description":"<p>This endpoint allows you to update title of an existing project based on its ID (ID is generated automatically by AIMS when the project is craeted).</p>\n","urlObject":{"path":["v1","playlist","update","by-id","playlistId"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"cbac9ebf-60e2-495d-9fb4-593f7708364f","name":"Update Playlist by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Car commercials - Vintage\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/update/by-id/playlistId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 16:04:24 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"498","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"4dc629e9-86d5-4aaa-994e-b3c6dbe2042a\",\n    \"key\": \"car-commercials\",\n    \"processed_at\": null,\n    \"title\": \"Car commercials - Vintage\"\n  }\n}"}],"_postman_id":"849edb8d-a9b9-41d0-bb1e-1c925ebfb455"},{"name":"Delete Playlist by Key","id":"f38c9612-bc91-45ce-877f-7e1da879d017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist/delete/by-key/playlist.key","description":"<p>This endpoint allows you to delete a project based on its key.</p>\n","urlObject":{"path":["v1","playlist","delete","by-key","playlist.key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"f5ad8f1a-e7ea-4be6-a333-8d68d6dfb383","name":"Delete Playlist by Key","originalRequest":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist/delete/by-key/playlist.key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 16:06:58 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"499","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Collection has been deleted.\"\n}"}],"_postman_id":"f38c9612-bc91-45ce-877f-7e1da879d017"},{"name":"Delete Playlist by ID","id":"a43aa349-0380-4748-a5d2-0db2e518a9e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist/delete/by-id/playlistId","description":"<p>This endpoint allows you to delete a project based on its ID.</p>\n","urlObject":{"path":["v1","playlist","delete","by-id","playlistId"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"22eb807c-6536-4488-b7e1-792c38c987b1","name":"Delete Playlist by ID","originalRequest":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist/delete/by-id/playlistId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx/1.19.10","description":{"content":"","type":"text/plain"}},{"key":"Transfer-Encoding","value":"chunked","description":{"content":"","type":"text/plain"}},{"key":"X-Powered-By","value":"PHP/7.4.13","description":{"content":"","type":"text/plain"}},{"key":"Cache-Control","value":"no-cache, private","description":{"content":"","type":"text/plain"}},{"key":"Date","value":"Thu, 06 Jan 2022 16:06:58 GMT","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Limit","value":"500","description":{"content":"","type":"text/plain"}},{"key":"X-RateLimit-Remaining","value":"499","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Allow-Origin","value":"*","description":{"content":"","type":"text/plain"}},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length","description":{"content":"","type":"text/plain"}},{"key":"Via","value":"1.1 google","description":{"content":"","type":"text/plain"}},{"key":"Alt-Svc","value":"clear","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Collection has been deleted.\"\n}"}],"_postman_id":"a43aa349-0380-4748-a5d2-0db2e518a9e2"}],"id":"5b48a890-801c-464a-a117-c9a498230cea","_postman_id":"5b48a890-801c-464a-a117-c9a498230cea","description":""},{"name":"Track management","item":[{"name":"Add Track to Playlist by ID","id":"b85772a2-99be-4e08-96d9-e3a7c522a9d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"my-id-1\",\n\t\"collection_key\": \"playlist.key\",\n    // add more tracks at once\n    \"track_ids\": [\n        \"my-id-1\", \"my-id-2\", \"my-id-2\"\n    ]\n}"},"url":"https://api.aimsapi.com/v1/playlist/add-track/by-id","description":"<p>This endpoint allows you to add an internal track (track already in your account) into the playlist.The <code>track_id</code> or <code>track_ids</code> only accept track <code>client_id</code> as a value!</p>\n<p>You can add more than one track in a single request using the <code>track_ids</code> attribute. You can use either <code>track_id</code> or <code>track_ids</code>, or both.</p>\n","urlObject":{"path":["v1","playlist","add-track","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"541784fc-4c6e-4d50-b491-2d6514fd319d","name":"Add Track to Playlist by ID","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"SPRT2#1\",\n\t\"collection_key\": \"playlist.key\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/add-track/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Jan 2022 16:10:42 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"498"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Track successfully added\"\n}"},{"id":"0de28d9a-8f22-4976-9aeb-3fbac465b417","name":"Add Track to Playlist by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"collection_key\": \"playlist.key\",\n    \"track_ids\": [\n        \"my-id-1\", \"my-id-2\", \"my-id-2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/add-track/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:10:42 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"498"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track(-s) successfully added\"\n}"}],"_postman_id":"b85772a2-99be-4e08-96d9-e3a7c522a9d3"},{"name":"Add Track to Playlist by URL","id":"5efdf36f-5f95-418d-b2a7-789eee0680ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n\t\"collection_key\": \"playlist.key\"\n}"},"url":"https://api.aimsapi.com/v1/playlist/add-track/by-url","description":"<p>This endpoint allows you to add track specified by a supported URL into the project. Please refer to <a href=\"#f03f51a6-0190-4abb-9020-2b0124f29190\">Search similar tracks by URL</a> for more information about supported services.</p>\n<p>Please note that adding a track from a link takes more time than adding an internal track. Similarly to the difference between internal search and search by URL. Please also note that only tracks up to 15 minutes are supported for performance reasons.</p>\n","urlObject":{"path":["v1","playlist","add-track","by-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"45ead4d1-45ac-4469-b050-bc5c0abaef31","name":"Add Track to Playlist by URL","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n\t\"collection_key\": \"playlist.key\"\n}"},"url":"https://api.aimsapi.com/v1/playlist/add-track/by-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:13:45 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track successfully added\"\n}"}],"_postman_id":"5efdf36f-5f95-418d-b2a7-789eee0680ef"},{"name":"Add Track to Playlist by file URL","id":"230e8a68-97a8-470e-ba37-34695bc3d15d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n\t\"collection_key\": \"playlist.key\"\n}"},"url":"https://api.aimsapi.com/v1/playlist/add-track/by-file-url","description":"<p>This endpoint allows you to add track specified by a URL leading to a physical audio file into the project.</p>\n","urlObject":{"path":["v1","playlist","add-track","by-file-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"2051a3fe-a6f8-421a-a2ce-88e889e66902","name":"Add Track to Playlist by file URL","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n\t\"collection_key\": \"playlist.key\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/add-track/by-file-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:15:01 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track successfully added\"\n}"}],"_postman_id":"230e8a68-97a8-470e-ba37-34695bc3d15d"},{"name":"Add Track to Playlist by file","id":"0af0a42e-f1c8-4bfa-a7a4-b98eb00be051","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"collection_key","value":"playlist.key","type":"text"},{"key":"track","type":"file","src":"odMvqwmS4/000197974f3cb1b8e98699903649c0c6.mp3"}]},"url":"https://api.aimsapi.com/v1/playlist/add-track/by-file","description":"<p>This endpoint allows you to add track specified by a physical audio file into the project.</p>\n","urlObject":{"path":["v1","playlist","add-track","by-file"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"878d76a6-fea2-41e7-9595-c96a74c09642","name":"Add Track to Playlist by file","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"collection_key","value":"playlist.key","type":"text"},{"key":"track","type":"file","src":"/Users/Shared/test.mp3"}]},"url":"https://api.aimsapi.com/v1/playlist/add-track/by-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:17:00 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track successfully added\"\n}"}],"_postman_id":"0af0a42e-f1c8-4bfa-a7a4-b98eb00be051"},{"name":"Get Tracks in Playlist by Key","id":"95df10c4-ae87-4947-aaff-54d7061a3f5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist/get-tracks/by-key/:playlist.key","description":"<p>This endpoint allows you to list all tracks currently present in the project specified by its key.</p>\n","urlObject":{"path":["v1","playlist","get-tracks","by-key",":playlist.key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[{"type":"any","key":"playlist"},{"type":"any","value":"playlist.key","key":"playlist.key"}]}},"response":[{"id":"99704566-7ecb-422a-bc2c-9cc88cd96b44","name":"Get Tracks in Playlist by Key","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/playlist/get-tracks/by-key/:playlist.key","host":["https://api.aimsapi.com"],"path":["v1","playlist","get-tracks","by-key",":playlist.key"],"variable":[{"key":"playlist.key","value":"playlistKey"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:21:53 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"498"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"tracks\": [\n    {\n      \"id\": 142926076,\n      \"id_client\": \"SPRT2#1\",\n      \"duration\": 137,\n      \"release_year\": 2007,\n      \"track_name\": \"Beautiful You\",\n      \"tags\": [\n        \"SPRT\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null,\n      \"artist_canonical\": \"olsanik-otakar\"\n    },\n    {\n      \"id\": 153416810,\n      \"id_client\": \"url:4c1971bb764b9b67d2fa93616dc30977\",\n      \"duration\": 248,\n      \"release_year\": null,\n      \"track_name\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T16:13:59.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"NjZhNjc5ZDFmMDExMzUxNzU0MGJkZDE0NDM3Zjg0Mjk=\"\n    },\n    {\n      \"id\": 153416812,\n      \"id_client\": \"file-url:3b66521a25b139f18f6fd3c7bf2a05c0\",\n      \"duration\": 27,\n      \"release_year\": null,\n      \"track_name\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T16:15:03.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"MTlmMTUwNmEzNWY4OTE5NTg5OTJkZGE1NDIzMWI2YWI=\"\n    },\n    {\n      \"id\": 153416813,\n      \"id_client\": \"file:0003b70cc761b60b32c9eab85845c961\",\n      \"duration\": 61,\n      \"release_year\": null,\n      \"track_name\": \"0003b70cc761b60b32c9eab85845c961.mp3\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T16:17:05.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"Zjg3YTQ5MGI0OWNmMDZmMDQ5OTE5YzE5NGMzNGViNDA=\"\n    }\n  ],\n  \"pagination\": {\n    \"item_count\": 4,\n    \"page\": 1,\n    \"page_size\": 4,\n    \"page_count\": 1\n  }\n}"}],"_postman_id":"95df10c4-ae87-4947-aaff-54d7061a3f5b"},{"name":"Get Tracks in Playlist by ID","id":"bdd8ec48-e3f4-4450-ba05-e108e99f5dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/playlist/get-tracks/by-id/:playlist.id","description":"<p>This endpoint allows you to list all tracks currently present in the project specified by its ID.</p>\n","urlObject":{"path":["v1","playlist","get-tracks","by-id",":playlist.id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[{"type":"any","key":"playlist"},{"type":"any","value":"playlistId","key":"playlist.id"}]}},"response":[{"id":"35a45eed-4f27-4ef2-845c-e34e8fe02688","name":"Get Tracks in Playlist by ID","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/playlist/get-tracks/by-id/:playlist.id","host":["https://api.aimsapi.com"],"path":["v1","playlist","get-tracks","by-id",":playlist.id"],"variable":[{"key":"playlist.id","value":"playlistId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:22:53 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"tracks\": [\n    {\n      \"id\": 142926076,\n      \"id_client\": \"SPRT2#1\",\n      \"duration\": 137,\n      \"release_year\": 2007,\n      \"track_name\": \"Beautiful You\",\n      \"tags\": [\n        \"SPRT\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null,\n      \"artist_canonical\": \"olsanik-otakar\"\n    },\n    {\n      \"id\": 153416810,\n      \"id_client\": \"url:4c1971bb764b9b67d2fa93616dc30977\",\n      \"duration\": 248,\n      \"release_year\": null,\n      \"track_name\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T16:13:59.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"NjZhNjc5ZDFmMDExMzUxNzU0MGJkZDE0NDM3Zjg0Mjk=\"\n    },\n    {\n      \"id\": 153416812,\n      \"id_client\": \"file-url:3b66521a25b139f18f6fd3c7bf2a05c0\",\n      \"duration\": 27,\n      \"release_year\": null,\n      \"track_name\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T16:15:03.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"MTlmMTUwNmEzNWY4OTE5NTg5OTJkZGE1NDIzMWI2YWI=\"\n    },\n    {\n      \"id\": 153416813,\n      \"id_client\": \"file:0003b70cc761b60b32c9eab85845c961\",\n      \"duration\": 61,\n      \"release_year\": null,\n      \"track_name\": \"0003b70cc761b60b32c9eab85845c961.mp3\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T16:17:05.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"Zjg3YTQ5MGI0OWNmMDZmMDQ5OTE5YzE5NGMzNGViNDA=\"\n    }\n  ],\n  \"pagination\": {\n    \"item_count\": 4,\n    \"page\": 1,\n    \"page_size\": 4,\n    \"page_count\": 1\n  }\n}"}],"_postman_id":"bdd8ec48-e3f4-4450-ba05-e108e99f5dc2"},{"name":"Remove Track from Playlist","id":"79901729-000a-4c40-8f8d-656d555fc7cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"SPRT2#1\",\n\t\"collection_key\": \"playlist.key\"\n}"},"url":"https://api.aimsapi.com/v1/playlist/remove-track/by-id","description":"<p>This endpoint allows you to remove a track from a project. To remove external tracks (tracks added by URL, file URL or file), use the <code>id_client</code> value of respective track (e.g. <code>url:9aacbc9479f4baf2684fc82536422808</code>).</p>\n","urlObject":{"path":["v1","playlist","remove-track","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"f0c524bf-6e4e-4560-b18f-41ca33cb4f6e","name":"Remove Track from Playlist","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"SPRT2#1\",\n\t\"collection_key\": \"playlist.key\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/remove-track/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:25:50 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"498"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track successfully removed\"\n}"}],"_postman_id":"79901729-000a-4c40-8f8d-656d555fc7cb"}],"id":"f20acc7e-4e9b-42f5-b407-8dad636d6017","_postman_id":"f20acc7e-4e9b-42f5-b407-8dad636d6017","description":""},{"name":"Recommendations","item":[{"name":"Suggest Tracks into Playlist by Key","id":"eefad39b-9493-4658-9101-aecd5cfaedda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"playlist.key\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/playlist/suggest/by-key","description":"<p>This endpoint allows you to obtain suggestions of tracks to add to the project specified by its key. The results are sorted from the most recommended tracks.</p>\n","urlObject":{"path":["v1","playlist","suggest","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"731cfd87-4093-4bd0-8f68-06665476db65","name":"Suggest Tracks into Playlist by Key","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"playlist.key\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/suggest/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:28:25 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"05a13f53-4048-4128-94c3-5f665abc7297\",\n    \"tracks\": [\n        {\n            \"id\": 143405091,\n            \"id_client\": \"ZIK386#14\",\n            \"duration\": 210,\n            \"release_year\": 2013,\n            \"track_name\": \"Give Me (Instru)\",\n            \"tags\": [\n                \"ZIK\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        ...\n        {\n            \"id\": 142569672,\n            \"id_client\": \"NSPS226#45\",\n            \"duration\": 124,\n            \"release_year\": 2016,\n            \"track_name\": \"Siesta Sun\",\n            \"tags\": [\n                \"NSPS\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"eefad39b-9493-4658-9101-aecd5cfaedda"},{"name":"Suggest Tracks into Playlist by ID","id":"8ee1b5a7-4595-469f-bcdc-97e90c1a158b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"playlistId\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/playlist/suggest/by-id","description":"<p>This endpoint allows you to obtain suggestions of tracks to add to the project specified by its ID. The results are sorted from the most recommended tracks.</p>\n","urlObject":{"path":["v1","playlist","suggest","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"2d7029b2-93ea-4334-99d7-cc30f1d19bda","name":"Suggest Tracks into Playlist by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"playlistId\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/suggest/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 16:29:56 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"497"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"41f8d79f-b2f0-44ad-b1ba-898bebe1b05c\",\n    \"tracks\": [\n        {\n            \"id\": 143405091,\n            \"id_client\": \"ZIK386#14\",\n            \"duration\": 210,\n            \"release_year\": 2013,\n            \"track_name\": \"Give Me (Instru)\",\n            \"tags\": [\n                \"ZIK\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        ...\n        {\n            \"id\": 142569672,\n            \"id_client\": \"NSPS226#45\",\n            \"duration\": 124,\n            \"release_year\": 2016,\n            \"track_name\": \"Siesta Sun\",\n            \"tags\": [\n                \"NSPS\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"8ee1b5a7-4595-469f-bcdc-97e90c1a158b"}],"id":"0b75428f-bfa0-4c1f-83b2-e137de929509","_postman_id":"0b75428f-bfa0-4c1f-83b2-e137de929509","description":""},{"name":"Similarity Search","item":[{"name":"Search Similar Playlists by Key","id":"6a33c82b-b79d-4be8-86af-c94291c5f922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"playlist.key\"\n}"},"url":"https://api.aimsapi.com/v1/playlist/similar/by-key?page=1&page_size=10","description":"<p>This endpoint allows you to search for similar artists based on a seed artist specified by its key (key is generated from your tracks metadata by AIMS).</p>\n","urlObject":{"path":["v1","playlist","similar","by-key"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"caefb7e0-b644-4651-8094-1f2861d33015","name":"Search Similar Playlist by Key","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"playlist.key\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/playlist/similar/by-key?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","playlist","similar","by-key"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 Oct 2021 19:18:14 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"0398e245-6d99-4e3b-888e-63f2614e6c55\",\n    \"collections\": [\n        {\n            \"id\": \"6d20198d-c759-45df-883d-7824af7e92a9\",\n            \"key\": \"luxury-commercials\",\n            \"processed_at\": \"2021-08-11T11:17:30.000000Z\",\n            \"title\": \"Luxury Commercials\"\n        },\n        {\n            \"id\": \"7220dbae-7ce1-40e8-b0a9-d756d15d2fbf\",\n            \"key\": \"action-trailers\",\n            \"processed_at\": \"2021-08-11T11:17:53.000000Z\",\n            \"title\": \"Action Trailers\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"6a33c82b-b79d-4be8-86af-c94291c5f922"},{"name":"Search Similar Playlists by ID","id":"f8d7c421-35ac-49d1-9b1e-1edf2190f494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"playlistId\"\n}"},"url":"https://api.aimsapi.com/v1/playlist/similar/by-id?page=1&page_size=10","urlObject":{"path":["v1","playlist","similar","by-id"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"bda276dc-6bf3-49e1-830c-f0a27c522959","name":"Search Similar Playlists by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"playlistId\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/playlist/similar/by-id?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","playlist","similar","by-id"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 Oct 2021 19:18:19 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"498"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"0398e245-6d99-4e3b-888e-63f2614e6c55\",\n    \"collections\": [\n        {\n            \"id\": \"6d20198d-c759-45df-883d-7824af7e92a9\",\n            \"key\": \"luxury-commercials\",\n            \"processed_at\": \"2021-08-11T11:17:30.000000Z\",\n            \"title\": \"Luxury Commercials\"\n        },\n        {\n            \"id\": \"7220dbae-7ce1-40e8-b0a9-d756d15d2fbf\",\n            \"key\": \"action-trailers\",\n            \"processed_at\": \"2021-08-11T11:17:53.000000Z\",\n            \"title\": \"Action Trailers\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"f8d7c421-35ac-49d1-9b1e-1edf2190f494"}],"id":"c2094ee2-9589-43dd-a535-93f675f1af4c","_postman_id":"c2094ee2-9589-43dd-a535-93f675f1af4c","description":""},{"name":"Playlist Plugging","item":[{"name":"Search for Playlists to Plug a Track into by ID","id":"4f9d6fd1-1565-43c8-bf36-f99e363355aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"{{track.id}}\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/playlist/plug/by-id","description":"<p>This endpoint allows you to obtain suggestions of playlists to plug your track into by the ID of the track. The results are sorted from the most suitable playlists.</p>\n","urlObject":{"path":["v1","playlist","plug","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"53675ed4-e901-48e3-ae0f-141137357b73","name":"Search for Playlists to Plug a Track into by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"{{track.id}}\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/plug/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 28 Jul 2023 20:49:17 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-Ratelimit-Limit","value":"10000"},{"description":{"content":"","type":"text/plain"},"key":"X-Ratelimit-Remaining","value":"9998"},{"description":{"content":"","type":"text/plain"},"key":"X-Remaining-Monthly-Credits","value":"5506"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"a0c39de8-3113-4e37-96af-90d67f8a1b39\",\n    \"collections\": [\n        {\n            \"id\": \"4a6eee17-649c-4dbd-95b8-93037fe7d191\",\n            \"key\": \"1A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-03T22:55:49.000000Z\",\n            \"updated_at\": \"2023-06-02T09:29:13.000000Z\",\n            \"title\": \"The Playlist\"\n        },\n        ...\n        {\n            \"id\": \"3c594889-d24a-4656-86c3-9ef776738eb6\",\n            \"key\": \"0A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-09T03:55:50.000000Z\",\n            \"updated_at\": \"2023-03-10T13:51:54.000000Z\",\n            \"title\": \"The Playlist, just better\"\n        }\n    ]\n}"}],"_postman_id":"4f9d6fd1-1565-43c8-bf36-f99e363355aa"},{"name":"Search for Playlists to Plug a Track into by URL","id":"3f8b7c54-8220-4877-9fd2-cd65d76b317d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/playlist/plug/by-url","description":"<p>This endpoint allows you to obtain suggestions of playlists to plug your track into by a URL. Please refer to <a href=\"https://docs.aimsapi.com/#f03f51a6-0190-4abb-9020-2b0124f29190\">Search similar tracks by URL</a> for more information about supported services. The results are sorted from the most suitable playlists.</p>\n","urlObject":{"path":["v1","playlist","plug","by-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"b1526c97-0a06-4342-b66a-d9cc8835a18c","name":"Search for Playlists to Plug a Track into by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/plug/by-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 28 Jul 2023 20:49:17 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-Ratelimit-Limit","value":"10000"},{"description":{"content":"","type":"text/plain"},"key":"X-Ratelimit-Remaining","value":"9998"},{"description":{"content":"","type":"text/plain"},"key":"X-Remaining-Monthly-Credits","value":"5506"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"a0c39de8-3113-4e37-96af-90d67f8a1b39\",\n    \"collections\": [\n        {\n            \"id\": \"4a6eee17-649c-4dbd-95b8-93037fe7d191\",\n            \"key\": \"1A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-03T22:55:49.000000Z\",\n            \"updated_at\": \"2023-06-02T09:29:13.000000Z\",\n            \"title\": \"The Playlist\"\n        },\n        ...\n        {\n            \"id\": \"3c594889-d24a-4656-86c3-9ef776738eb6\",\n            \"key\": \"0A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-09T03:55:50.000000Z\",\n            \"updated_at\": \"2023-03-10T13:51:54.000000Z\",\n            \"title\": \"The Playlist, just better\"\n        }\n    ]\n}"}],"_postman_id":"3f8b7c54-8220-4877-9fd2-cd65d76b317d"},{"name":"Search for Playlists to Plug a Track into by File URL","id":"59e5d643-dec0-42e6-8ae0-436f797f2cf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/playlist/plug/by-file-url","description":"<p>This endpoint allows you to obtain suggestions of playlists to plug your track into by a publicly accessible URL leading to a supported audio file. The results are sorted from the most suitable playlists.</p>\n","urlObject":{"path":["v1","playlist","plug","by-file-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"966ad94e-3026-4f88-98ef-832b58d27e8c","name":"Search for Playlists to Plug a Track into by File URL","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/plug/by-file-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 28 Jul 2023 20:49:17 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-Ratelimit-Limit","value":"10000"},{"description":{"content":"","type":"text/plain"},"key":"X-Ratelimit-Remaining","value":"9998"},{"description":{"content":"","type":"text/plain"},"key":"X-Remaining-Monthly-Credits","value":"5506"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"a0c39de8-3113-4e37-96af-90d67f8a1b39\",\n    \"collections\": [\n        {\n            \"id\": \"4a6eee17-649c-4dbd-95b8-93037fe7d191\",\n            \"key\": \"1A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-03T22:55:49.000000Z\",\n            \"updated_at\": \"2023-06-02T09:29:13.000000Z\",\n            \"title\": \"The Playlist\"\n        },\n        ...\n        {\n            \"id\": \"3c594889-d24a-4656-86c3-9ef776738eb6\",\n            \"key\": \"0A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-09T03:55:50.000000Z\",\n            \"updated_at\": \"2023-03-10T13:51:54.000000Z\",\n            \"title\": \"The Playlist, just better\"\n        }\n    ]\n}"}],"_postman_id":"59e5d643-dec0-42e6-8ae0-436f797f2cf3"},{"name":"Search for Playlists to Plug a Track into by File","id":"d105f99f-bc84-4248-ab30-6bf9ef384ca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"/Users/Shared/test.mp3"}]},"url":"https://api.aimsapi.com/v1/playlist/plug/by-file","description":"<p>This endpoint allows you to obtain suggestions of playlists to plug your track into by a physical audio file. The results are sorted from the most suitable playlists.</p>\n","urlObject":{"path":["v1","playlist","plug","by-file"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"6b483cff-76c5-4cfd-a184-c8e7cfd754e7","name":"Search for Playlists to Plug a Track into by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"/Users/Shared/test.mp3"}],"options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/plug/by-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 28 Jul 2023 20:49:17 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-Ratelimit-Limit","value":"10000"},{"description":{"content":"","type":"text/plain"},"key":"X-Ratelimit-Remaining","value":"9998"},{"description":{"content":"","type":"text/plain"},"key":"X-Remaining-Monthly-Credits","value":"5506"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"a0c39de8-3113-4e37-96af-90d67f8a1b39\",\n    \"collections\": [\n        {\n            \"id\": \"4a6eee17-649c-4dbd-95b8-93037fe7d191\",\n            \"key\": \"1A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-03T22:55:49.000000Z\",\n            \"updated_at\": \"2023-06-02T09:29:13.000000Z\",\n            \"title\": \"The Playlist\"\n        },\n        ...\n        {\n            \"id\": \"3c594889-d24a-4656-86c3-9ef776738eb6\",\n            \"key\": \"0A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-09T03:55:50.000000Z\",\n            \"updated_at\": \"2023-03-10T13:51:54.000000Z\",\n            \"title\": \"The Playlist, just better\"\n        }\n    ]\n}"}],"_postman_id":"d105f99f-bc84-4248-ab30-6bf9ef384ca6"},{"name":"Search for Playlists to Plug a Track into by File Hash","id":"621ed892-aee3-4563-97b9-9466c20014a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"hash","value":"123abcd","type":"text"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"20","type":"text"}]},"url":"https://api.aimsapi.com/v1/playlist/plug/by-file-hash","description":"<p>This endpoint allows you to obtain suggestions of playlists to plug your track into by an audio hash of previously used audio file. The results are sorted from the most suitable playlists.</p>\n","urlObject":{"path":["v1","playlist","plug","by-file-hash"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"a92965e1-8963-444d-b679-d12ada64be48","name":"Search for Playlists to Plug a Track into by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"/Users/Shared/test.mp3"}],"options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/plug/by-file-hash"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 28 Jul 2023 20:49:17 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-Ratelimit-Limit","value":"10000"},{"description":{"content":"","type":"text/plain"},"key":"X-Ratelimit-Remaining","value":"9998"},{"description":{"content":"","type":"text/plain"},"key":"X-Remaining-Monthly-Credits","value":"5506"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"a0c39de8-3113-4e37-96af-90d67f8a1b39\",\n    \"collections\": [\n        {\n            \"id\": \"4a6eee17-649c-4dbd-95b8-93037fe7d191\",\n            \"key\": \"1A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-03T22:55:49.000000Z\",\n            \"updated_at\": \"2023-06-02T09:29:13.000000Z\",\n            \"title\": \"The Playlist\"\n        },\n        ...\n        {\n            \"id\": \"3c594889-d24a-4656-86c3-9ef776738eb6\",\n            \"key\": \"0A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-09T03:55:50.000000Z\",\n            \"updated_at\": \"2023-03-10T13:51:54.000000Z\",\n            \"title\": \"The Playlist, just better\"\n        }\n    ]\n}"}],"_postman_id":"621ed892-aee3-4563-97b9-9466c20014a1"}],"id":"068b22fd-6c7a-4d13-b9c2-3cb824230be8","_postman_id":"068b22fd-6c7a-4d13-b9c2-3cb824230be8","description":""},{"name":"Filtering","item":[{"name":"Recommendations","item":[{"name":"Suggest Tracks into Playlist by Key","id":"c68f94fe-0303-4f3c-b163-e70e177ef4de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"playlist.key\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/playlist/suggest/by-key","description":"<p>Filter suggested tracks.</p>\n","urlObject":{"path":["v1","playlist","suggest","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"25a7fd85-1894-43ad-8558-cee809485cd9","name":"Suggest Tracks into Playlist by Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"playlist.key\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/suggest/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Jan 2022 16:28:25 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"05a13f53-4048-4128-94c3-5f665abc7297\",\n    \"tracks\": [\n        {\n            \"id\": 143405091,\n            \"id_client\": \"ZIK386#14\",\n            \"duration\": 210,\n            \"release_year\": 2013,\n            \"track_name\": \"Give Me (Instru)\",\n            \"tags\": [\n                \"ZIK\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        ...\n        {\n            \"id\": 142569672,\n            \"id_client\": \"NSPS226#45\",\n            \"duration\": 124,\n            \"release_year\": 2016,\n            \"track_name\": \"Siesta Sun\",\n            \"tags\": [\n                \"NSPS\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"c68f94fe-0303-4f3c-b163-e70e177ef4de"},{"name":"Suggest Tracks into Playlist by ID","id":"3a081774-242c-4042-8000-7530bb80c685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"playlistId\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/playlist/suggest/by-id","description":"<p>Filter suggested tracks.</p>\n","urlObject":{"path":["v1","playlist","suggest","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"70bc2fb6-4bf4-4368-b439-2b7e4364bd24","name":"Suggest Tracks into Playlist by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"playlistId\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"logic\": \"or\",\n\t\t\t\t\"conditions\": [\n\t\t\t\t\t{\n\t\t\t\t        \"field\": \"tags\",\n\t\t\t\t        \"operator\": \"in\",\n\t\t\t\t        \"value\": [\n                            \"guitar\",\n                            \"drums\",\n                            \"piano\"\n                        ]\n\t\t\t        },\n\t\t\t\t\t{\n\t\t\t\t\t\t\"field\": \"track_name\",\n\t\t\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\t\t\"value\": \"Play\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/suggest/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Jan 2022 16:29:56 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"497"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"41f8d79f-b2f0-44ad-b1ba-898bebe1b05c\",\n    \"tracks\": [\n        {\n            \"id\": 143405091,\n            \"id_client\": \"ZIK386#14\",\n            \"duration\": 210,\n            \"release_year\": 2013,\n            \"track_name\": \"Give Me (Instru)\",\n            \"tags\": [\n                \"ZIK\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        ...\n        {\n            \"id\": 142569672,\n            \"id_client\": \"NSPS226#45\",\n            \"duration\": 124,\n            \"release_year\": 2016,\n            \"track_name\": \"Siesta Sun\",\n            \"tags\": [\n                \"NSPS\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"3a081774-242c-4042-8000-7530bb80c685"}],"id":"55e1f689-fe01-4857-a62e-c8209b477a50","_postman_id":"55e1f689-fe01-4857-a62e-c8209b477a50","description":""},{"name":"Similar Playlists","item":[{"name":"Search Similar Playlists by Key","id":"c91155c2-6058-49b0-99b7-43fef9ba4b56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"playlist.key\",\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"Play\"\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/playlist/similar/by-key?page=1&page_size=10","description":"<p>Filter similar playlists.</p>\n","urlObject":{"path":["v1","playlist","similar","by-key"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"c395d673-1cdb-46f9-8163-4c2f859597cc","name":"Search Similar Playlist by Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"playlist.key\",\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"Play\"\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/playlist/similar/by-key?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","playlist","similar","by-key"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 04 Oct 2021 19:18:14 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"499"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"0398e245-6d99-4e3b-888e-63f2614e6c55\",\n    \"collections\": [\n        {\n            \"id\": \"6d20198d-c759-45df-883d-7824af7e92a9\",\n            \"key\": \"luxury-commercials\",\n            \"processed_at\": \"2021-08-11T11:17:30.000000Z\",\n            \"title\": \"Luxury Commercials\"\n        },\n        {\n            \"id\": \"7220dbae-7ce1-40e8-b0a9-d756d15d2fbf\",\n            \"key\": \"action-trailers\",\n            \"processed_at\": \"2021-08-11T11:17:53.000000Z\",\n            \"title\": \"Action Trailers\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"c91155c2-6058-49b0-99b7-43fef9ba4b56"},{"name":"Search Similar Playlists by ID","id":"6469a8e9-a5d8-4159-9a4d-255c4f36b702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"playlistId\",\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"Play\"\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/playlist/similar/by-id?page=1&page_size=10","description":"<p>Filter similar playlists.</p>\n","urlObject":{"path":["v1","playlist","similar","by-id"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"a49b4825-f8ab-46d2-aba1-4ffac2f87ced","name":"Search Similar Playlists by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"playlistId\",\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n\t\t\t{\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t\t\t\t\"value\": \"Play\"\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.aimsapi.com/v1/playlist/similar/by-id?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","playlist","similar","by-id"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 04 Oct 2021 19:18:19 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"498"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"0398e245-6d99-4e3b-888e-63f2614e6c55\",\n    \"collections\": [\n        {\n            \"id\": \"6d20198d-c759-45df-883d-7824af7e92a9\",\n            \"key\": \"luxury-commercials\",\n            \"processed_at\": \"2021-08-11T11:17:30.000000Z\",\n            \"title\": \"Luxury Commercials\"\n        },\n        {\n            \"id\": \"7220dbae-7ce1-40e8-b0a9-d756d15d2fbf\",\n            \"key\": \"action-trailers\",\n            \"processed_at\": \"2021-08-11T11:17:53.000000Z\",\n            \"title\": \"Action Trailers\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"6469a8e9-a5d8-4159-9a4d-255c4f36b702"}],"id":"79cb1552-f06b-4916-b7d7-35e8cf22ba9e","_postman_id":"79cb1552-f06b-4916-b7d7-35e8cf22ba9e","description":""},{"name":"Playlist Plugging","item":[{"name":"Search for Playlists to Plug a Track into by ID","id":"826bd424-318e-44e1-9949-af6d43ae5596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"{{track.id}}\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t    \t\t\"value\": \"A\"\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"followers\",\n\t\t\t\t\"operator\": \"gte\",\n\t    \t\t\"value\": 1000\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"number_of_tracks\",\n\t\t\t\t\"operator\": \"gte\",\n\t    \t\t\"value\": 50\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/playlist/plug/by-id","description":"<p>Filter playlists.</p>\n","urlObject":{"path":["v1","playlist","plug","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"7e72352d-9914-41e4-9d8f-6ce630b17dcb","name":"Search for Playlists to Plug a Track into by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"{{track.id}}\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t    \t\t\"value\": \"A\"\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"followers\",\n\t\t\t\t\"operator\": \"gte\",\n\t    \t\t\"value\": 1000\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"number_of_tracks\",\n\t\t\t\t\"operator\": \"gte\",\n\t    \t\t\"value\": 50\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/plug/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 28 Jul 2023 20:49:17 GMT"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9998"},{"key":"X-Remaining-Monthly-Credits","value":"5506"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"a0c39de8-3113-4e37-96af-90d67f8a1b39\",\n    \"collections\": [\n        {\n            \"id\": \"4a6eee17-649c-4dbd-95b8-93037fe7d191\",\n            \"key\": \"1A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-03T22:55:49.000000Z\",\n            \"updated_at\": \"2023-06-02T09:29:13.000000Z\",\n            \"title\": \"The Playlist\"\n        },\n        ...\n        {\n            \"id\": \"3c594889-d24a-4656-86c3-9ef776738eb6\",\n            \"key\": \"0A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-09T03:55:50.000000Z\",\n            \"updated_at\": \"2023-03-10T13:51:54.000000Z\",\n            \"title\": \"The Playlist, just better\"\n        }\n    ]\n}"}],"_postman_id":"826bd424-318e-44e1-9949-af6d43ae5596"},{"name":"Search for Playlists to Plug a Track into by URL","id":"769c2b56-514b-49cc-8edd-354120a60616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t    \t\t\"value\": \"A\"\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"followers\",\n\t\t\t\t\"operator\": \"gte\",\n\t    \t\t\"value\": 1000\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"number_of_tracks\",\n\t\t\t\t\"operator\": \"gte\",\n\t    \t\t\"value\": 50\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/playlist/plug/by-url","description":"<p>Filter playlists.</p>\n","urlObject":{"path":["v1","playlist","plug","by-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"bbe4e731-73d9-46a1-90c2-89e7e85d2554","name":"Search for Playlists to Plug a Track into by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"api-secret"}],"body":{"mode":"raw","raw":"{\n\t\"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t    \t\t\"value\": \"A\"\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"followers\",\n\t\t\t\t\"operator\": \"gte\",\n\t    \t\t\"value\": 1000\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"number_of_tracks\",\n\t\t\t\t\"operator\": \"gte\",\n\t    \t\t\"value\": 50\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/plug/by-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 28 Jul 2023 20:49:17 GMT"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9998"},{"key":"X-Remaining-Monthly-Credits","value":"5506"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"a0c39de8-3113-4e37-96af-90d67f8a1b39\",\n    \"collections\": [\n        {\n            \"id\": \"4a6eee17-649c-4dbd-95b8-93037fe7d191\",\n            \"key\": \"1A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-03T22:55:49.000000Z\",\n            \"updated_at\": \"2023-06-02T09:29:13.000000Z\",\n            \"title\": \"The Playlist\"\n        },\n        ...\n        {\n            \"id\": \"3c594889-d24a-4656-86c3-9ef776738eb6\",\n            \"key\": \"0A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-09T03:55:50.000000Z\",\n            \"updated_at\": \"2023-03-10T13:51:54.000000Z\",\n            \"title\": \"The Playlist, just better\"\n        }\n    ]\n}"}],"_postman_id":"769c2b56-514b-49cc-8edd-354120a60616"},{"name":"Search for Playlists to Plug a Track into by File URL","id":"3a01004a-bb6f-41c8-8ec5-686f46db52c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"track\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t    \t\t\"value\": \"A\"\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"followers\",\n\t\t\t\t\"operator\": \"gte\",\n\t    \t\t\"value\": 1000\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"number_of_tracks\",\n\t\t\t\t\"operator\": \"gte\",\n\t    \t\t\"value\": 50\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/playlist/plug/by-file-url","description":"<p>Filter playlists.</p>\n","urlObject":{"path":["v1","playlist","plug","by-file-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"a46a6367-6c8b-45a1-a281-a56b64f77b76","name":"Search for Playlists to Plug a Track into by File URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"track\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"begins\",\n\t    \t\t\"value\": \"A\"\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"followers\",\n\t\t\t\t\"operator\": \"gte\",\n\t    \t\t\"value\": 1000\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"number_of_tracks\",\n\t\t\t\t\"operator\": \"gte\",\n\t    \t\t\"value\": 50\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/plug/by-file-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 28 Jul 2023 20:49:17 GMT"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9998"},{"key":"X-Remaining-Monthly-Credits","value":"5506"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"a0c39de8-3113-4e37-96af-90d67f8a1b39\",\n    \"collections\": [\n        {\n            \"id\": \"4a6eee17-649c-4dbd-95b8-93037fe7d191\",\n            \"key\": \"1A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-03T22:55:49.000000Z\",\n            \"updated_at\": \"2023-06-02T09:29:13.000000Z\",\n            \"title\": \"The Playlist\"\n        },\n        ...\n        {\n            \"id\": \"3c594889-d24a-4656-86c3-9ef776738eb6\",\n            \"key\": \"0A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-09T03:55:50.000000Z\",\n            \"updated_at\": \"2023-03-10T13:51:54.000000Z\",\n            \"title\": \"The Playlist, just better\"\n        }\n    ]\n}"}],"_postman_id":"3a01004a-bb6f-41c8-8ec5-686f46db52c0"},{"name":"Search for Playlists to Plug a Track into by File","id":"998138a6-e8b3-466b-8aa6-949ebde3b030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"/Users/Shared/test.mp3"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"40","type":"text"},{"key":"filter[logic]","value":"and","type":"text"},{"key":"filter[conditions][0][field]","value":"title","type":"text"},{"key":"filter[conditions][0][operator]","value":"begins","type":"text"},{"key":"filter[conditions][0][value]","value":"A","type":"text"}]},"url":"https://api.aimsapi.com/v1/playlist/plug/by-file","description":"<p>Filter playlists.</p>\n","urlObject":{"path":["v1","playlist","plug","by-file"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"1b9f5808-bc2a-4988-92c5-ae894efb8180","name":"Search for Playlists to Plug a Track into by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"api-secret"}],"body":{"mode":"formdata","formdata":[{"key":"track","type":"file","src":"/Users/Shared/test.mp3"},{"key":"page","value":"1","type":"text"},{"key":"page_size","value":"40","type":"text"},{"key":"filter[logic]","value":"and","type":"text"},{"key":"filter[conditions][0][field]","value":"title","type":"text"},{"key":"filter[conditions][0][operator]","value":"begins","type":"text"},{"key":"filter[conditions][0][value]","value":"A","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/plug/by-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 28 Jul 2023 20:49:17 GMT"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9998"},{"key":"X-Remaining-Monthly-Credits","value":"5506"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"a0c39de8-3113-4e37-96af-90d67f8a1b39\",\n    \"collections\": [\n        {\n            \"id\": \"4a6eee17-649c-4dbd-95b8-93037fe7d191\",\n            \"key\": \"1A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-03T22:55:49.000000Z\",\n            \"updated_at\": \"2023-06-02T09:29:13.000000Z\",\n            \"title\": \"The Playlist\"\n        },\n        ...\n        {\n            \"id\": \"3c594889-d24a-4656-86c3-9ef776738eb6\",\n            \"key\": \"0A2BCDE3fg4hiJ5kLMnoP6\",\n            \"processed_at\": \"2023-06-09T03:55:50.000000Z\",\n            \"updated_at\": \"2023-03-10T13:51:54.000000Z\",\n            \"title\": \"The Playlist, just better\"\n        }\n    ]\n}"}],"_postman_id":"998138a6-e8b3-466b-8aa6-949ebde3b030"}],"id":"34a08591-e4a9-4de0-ac41-d4d91459d9d4","_postman_id":"34a08591-e4a9-4de0-ac41-d4d91459d9d4","description":""}],"id":"5f41f8e9-c7ad-490e-b116-b9abff0185e3","_postman_id":"5f41f8e9-c7ad-490e-b116-b9abff0185e3","description":""}],"id":"125c3196-a541-41f4-ab75-3680996a664e","_postman_id":"125c3196-a541-41f4-ab75-3680996a664e","description":""},{"name":"Custom tags","item":[{"name":"Custom tag management","item":[{"name":"Create Custom Tag","id":"e7b9e88a-de0f-4a75-8747-37ed743e45f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Footbal results underscore\",\n\t\"key\": \"footbal-results-underscore\",\n    \"track_ids\": [\n        \"my-id-1\", \"my-id-2\", \"my-id-3\"\n    ]\n}"},"url":"https://api.aimsapi.com/v1/custom-tag","description":"<p>This endpoint allows you to create a new custom tag. The <code>key</code> field needs to be unique and should not contain special characters.</p>\n<p>You can create the custom tag empty and add tracks later, or specify what tracks should be in the custom tag directly when creating the custom tag in the <code>track_ids</code> attribute (see the second example).</p>\n","urlObject":{"path":["v1","custom-tag"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"7ddef934-19c8-4cd9-ae13-f910a26d1c1a","name":"Create Custom Tag","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Footbal results underscore\",\n\t\"key\": \"footbal-results-underscore\"\n}"},"url":"https://api.aimsapi.com/v1/custom-tag"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Jan 2022 18:09:42 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"498"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"fc2d3609-56bd-4d3a-89ce-70d83c4a4b16\",\n        \"key\": \"footbal-results-underscore\",\n        \"processed_at\": null,\n        \"title\": \"Footbal results underscore\"\n    }\n}"},{"id":"3b8bddb2-dcf4-4561-9eb3-1b4f14395bb2","name":"Create Custom Tag","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Footbal results underscore\",\n\t\"key\": \"footbal-results-underscore\",\n    \"track_ids\": [\n        \"my-id-1\", \"my-id-2\", \"my-id-3\"\n    ]\n}"},"url":"https://api.aimsapi.com/v1/custom-tag"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:09:42 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"498"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"fc2d3609-56bd-4d3a-89ce-70d83c4a4b16\",\n    \"key\": \"footbal-results-underscore\",\n    \"processed_at\": null,\n    \"title\": \"Footbal results underscore\"\n  }\n}"}],"_postman_id":"e7b9e88a-de0f-4a75-8747-37ed743e45f4"},{"name":"List Custom Tags","id":"d1226897-3df6-46fd-9f99-10b086f4a1f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/custom-tag?page=1&page_size=10","description":"<p>This endpoint allows you to list all custom tags in your account.</p>\n","urlObject":{"path":["v1","custom-tag"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[{"id":"7d298f3a-0d00-4eb4-b011-dae611262b3b","name":"List Custom Tags","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/custom-tag?page=1&page_size=10","host":["https://api.aimsapi.com"],"path":["v1","custom-tag"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:09:58 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"497"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"collections\": [\n    {\n      \"id\": \"fc2d3609-56bd-4d3a-89ce-70d83c4a4b16\",\n      \"key\": \"footbal-results-underscore\",\n      \"processed_at\": null,\n      \"title\": \"Footbal results underscore\"\n    }\n  ],\n  \"pagination\": {\n    \"item_count\": 1,\n    \"page\": 1,\n    \"page_size\": 10,\n    \"page_count\": 1\n  }\n}"}],"_postman_id":"d1226897-3df6-46fd-9f99-10b086f4a1f5"},{"name":"Get number of Custom Tags","id":"5206747e-eb3c-4e90-b457-933965a2d828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/custom-tag/length","description":"<p>This endpoint allows you to obtain the total number of custom tags in your account.</p>\n","urlObject":{"path":["v1","custom-tag","length"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"8489448d-a6df-4e3c-8f66-c57cdfd6fc1d","name":"Get number of Custom Tags","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/custom-tag/length"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:10:13 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"496"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"length\": 1\n}"}],"_postman_id":"5206747e-eb3c-4e90-b457-933965a2d828"},{"name":"Get Custom Tag by Key","id":"5a05ad70-f8e9-46ee-b724-d807d626b29d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/custom-tag/get/by-key/:customTag.key","description":"<p>This endpoint allows you to get custom tag information based on its key.</p>\n","urlObject":{"path":["v1","custom-tag","get","by-key",":customTag.key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[{"type":"any","key":"customTag"},{"type":"any","value":"{{customTag.key}}","key":"customTag.key"}]}},"response":[{"id":"4ec9953c-0acb-4e9b-ac60-a96cbd5583f8","name":"Get Custom Tag by Key","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/custom-tag/get/by-key/:customTag.key","host":["https://api.aimsapi.com"],"path":["v1","custom-tag","get","by-key",":customTag.key"],"variable":[{"key":"customTag.key","value":"{{customTag.key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:10:25 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"fc2d3609-56bd-4d3a-89ce-70d83c4a4b16\",\n    \"key\": \"footbal-results-underscore\",\n    \"processed_at\": null,\n    \"title\": \"Footbal results underscore\"\n  }\n}"}],"_postman_id":"5a05ad70-f8e9-46ee-b724-d807d626b29d"},{"name":"Get Custom Tag by ID","id":"7a126bfe-14b8-48b6-bffa-b36a70d90af1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/custom-tag/get/by-id/:customTag.id","description":"<p>This endpoint allows you to get custom tag information based on its ID.</p>\n","urlObject":{"path":["v1","custom-tag","get","by-id",":customTag.id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[{"type":"any","key":"customTag"},{"type":"any","value":"{{customTag.id}}","key":"customTag.id"}]}},"response":[{"id":"3998c767-7eb9-4d06-babf-794de4b1aece","name":"Get Custom Tag by ID","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/custom-tag/get/by-id/:customTag.id","host":["https://api.aimsapi.com"],"path":["v1","custom-tag","get","by-id",":customTag.id"],"variable":[{"key":"customTag.id","value":"{{customTag.id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:11:10 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"498"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"fc2d3609-56bd-4d3a-89ce-70d83c4a4b16\",\n    \"key\": \"footbal-results-underscore\",\n    \"processed_at\": null,\n    \"title\": \"Footbal results underscore\"\n  }\n}"}],"_postman_id":"7a126bfe-14b8-48b6-bffa-b36a70d90af1"},{"name":"Update Custom Tag by Key","id":"4b832995-a084-4f97-a5ae-ee5f24c25ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Footbal results underscore - domestic\"\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/update/by-key/:customTag.key","description":"<p>This endpoint allows you to update title of an existing custom tag based on its key.</p>\n","urlObject":{"path":["v1","custom-tag","update","by-key",":customTag.key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[{"type":"any","key":"customTag"},{"type":"any","value":"{{customTag.key}}","key":"customTag.key"}]}},"response":[{"id":"018338b5-116a-48c0-bea4-20474fdcf995","name":"Update Custom Tag by Key","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Footbal results underscore - domestic\"\n}"},"url":{"raw":"https://api.aimsapi.com/v1/custom-tag/update/by-key/:customTag.key","host":["https://api.aimsapi.com"],"path":["v1","custom-tag","update","by-key",":customTag.key"],"variable":[{"key":"customTag.key","value":"{{customTag.key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:11:46 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"fc2d3609-56bd-4d3a-89ce-70d83c4a4b16\",\n    \"key\": \"footbal-results-underscore\",\n    \"processed_at\": null,\n    \"title\": \"Footbal results underscore - domestic\"\n  }\n}"}],"_postman_id":"4b832995-a084-4f97-a5ae-ee5f24c25ecf"},{"name":"Update Custom Tag by ID","id":"347a3fe5-bdca-4522-9389-7944bb008318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Footbal results underscore - domestic\"\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/update/by-id/:customTag.id","description":"<p>This endpoint allows you to update title of an existing custom tag based on its ID (ID is generated automatically by AIMS when the custom tag is created).</p>\n","urlObject":{"path":["v1","custom-tag","update","by-id",":customTag.id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[{"type":"any","key":"customTag"},{"type":"any","value":"{{customTag.id}}","key":"customTag.id"}]}},"response":[{"id":"2f550927-c432-45a6-826f-936df46e1d8d","name":"Update Custom Tag by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Footbal results underscore - domestic\"\n}"},"url":{"raw":"https://api.aimsapi.com/v1/custom-tag/update/by-id/:customTag.id","host":["https://api.aimsapi.com"],"path":["v1","custom-tag","update","by-id",":customTag.id"],"variable":[{"key":"customTag.id","value":"{{customTag.id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:12:08 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"497"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"collection\": {\n    \"id\": \"fc2d3609-56bd-4d3a-89ce-70d83c4a4b16\",\n    \"key\": \"footbal-results-underscore\",\n    \"processed_at\": null,\n    \"title\": \"Footbal results underscore - domestic\"\n  }\n}"}],"_postman_id":"347a3fe5-bdca-4522-9389-7944bb008318"},{"name":"Delete Custom Tag by Key","id":"f3826cd5-785f-4063-a040-c96b4d831dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/custom-tag/delete/by-key/:customTag.key","description":"<p>This endpoint allows you to delete a custom tag based on its key.</p>\n","urlObject":{"path":["v1","custom-tag","delete","by-key",":customTag.key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[{"type":"any","key":"customTag"},{"type":"any","value":"{{customTag.key}}","key":"customTag.key"}]}},"response":[{"id":"08b83ef0-160d-4ad6-84a4-ae30ed7dd557","name":"Delete Custom Tag by Key","originalRequest":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/custom-tag/delete/by-key/:customTag.key","host":["https://api.aimsapi.com"],"path":["v1","custom-tag","delete","by-key",":customTag.key"],"variable":[{"key":"customTag.key","value":"{{customTag.key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:14:52 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"496"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Collection has been deleted.\"\n}"}],"_postman_id":"f3826cd5-785f-4063-a040-c96b4d831dde"},{"name":"Delete Custom Tag by ID","id":"96225452-8a0b-48a8-b98a-ac930ee5391b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/custom-tag/delete/by-id/:customTag.id","description":"<p>This endpoint allows you to delete a custom tag based on its ID.</p>\n","urlObject":{"path":["v1","custom-tag","delete","by-id",":customTag.id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[{"type":"any","key":"customTag"},{"type":"any","value":"{{customTag.id}}","key":"customTag.id"}]}},"response":[{"id":"71264f97-0c0f-482a-a7ae-91dab091147d","name":"Delete Custom Tag by ID","originalRequest":{"method":"DELETE","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/custom-tag/delete/by-id/:customTag.id","host":["https://api.aimsapi.com"],"path":["v1","custom-tag","delete","by-id",":customTag.id"],"variable":[{"key":"customTag.id","value":"{{customTag.id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:14:52 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"496"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Collection has been deleted.\"\n}"}],"_postman_id":"96225452-8a0b-48a8-b98a-ac930ee5391b"}],"id":"66eb29ae-5709-4d7b-9c7a-e94bd7d42085","_postman_id":"66eb29ae-5709-4d7b-9c7a-e94bd7d42085","description":""},{"name":"Track management","item":[{"name":"Add Track to Custom Tag by ID","id":"202a4e8a-727b-4ff3-98f9-f95b723e1d9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"SPRT2#1\",\n\t\"collection_key\": \"{{customTag.key}}\",\n    // add more tracks at once\n    \"track_ids\": [\n        \"my-id-1\", \"my-id-2\", \"my-id-2\"\n    ]\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/add-track/by-id","description":"<p>This endpoint allows you to add an internal track (track already in your account) into the custom tag. The <code>track_id</code> or <code>track_ids</code> only accept track <code>client_id</code> as a value!</p>\n<p>You can add more than one track in a single request using the <code>track_ids</code> attribute. You can use either <code>track_id</code> or <code>track_ids</code>, or both.</p>\n","urlObject":{"path":["v1","custom-tag","add-track","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"652a06ca-e527-4f99-9945-dc0078a60f6b","name":"Add Track to Custom Tag by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"SPRT2#1\",\n\t\"collection_key\": \"{{customTag.key}}\"\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/add-track/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Jan 2022 18:12:27 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"496"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Track successfully added\"\n}"},{"id":"e0cad3f4-b707-4110-8f01-d3a24d60dce8","name":"Add Track to Custom Tag by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"collection_key\": \"{{customTag.key}}\",\n    \"track_ids\": [\n        \"my-id-1\", \"my-id-2\", \"my-id-2\"\n    ]\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/add-track/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:12:27 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"496"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track(-s) successfully added\"\n}"}],"_postman_id":"202a4e8a-727b-4ff3-98f9-f95b723e1d9e"},{"name":"Add Track to Custom Tag by URL","id":"23d0e7ee-b256-4b32-89df-03621356bc82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n\t\"collection_key\": \"{{customTag.key}}\"\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/add-track/by-url","description":"<p>This endpoint allows you to add track specified by a supported URL into the custom tag. Please refer to <a href=\"#f03f51a6-0190-4abb-9020-2b0124f29190\">Search similar tracks by URL</a> for more information about supported services.</p>\n<p>Please note that adding a track from a link takes more time than adding an internal track. Similarly to the difference between internal search and search by URL. Please also note that only tracks up to 15 minutes are supported for performance reasons.</p>\n","urlObject":{"path":["v1","custom-tag","add-track","by-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"70c04c17-2e25-4298-8c5d-da4a2e11eb99","name":"Add Track to Custom Tag by URL","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"link\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n\t\"collection_key\": \"{{customTag.key}}\"\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/add-track/by-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:12:56 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track successfully added\"\n}"}],"_postman_id":"23d0e7ee-b256-4b32-89df-03621356bc82"},{"name":"Add Track to Custom Tag by file URL","id":"7e068622-6cb2-4831-bd63-1f5c59bfd970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n\t\"collection_key\": \"{{customTag.key}}\"\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/add-track/by-file-url","description":"<p>This endpoint allows you to add track specified by a URL leading to a physical audio file into the custom tag.</p>\n","urlObject":{"path":["v1","custom-tag","add-track","by-file-url"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"4b358afb-6eb4-4df7-a9aa-8a773dd25b99","name":"Add Track to Custom Tag by file URL","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n\t\"collection_key\": \"{{customTag.key}}\"\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/add-track/by-file-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:13:11 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track successfully added\"\n}"}],"_postman_id":"7e068622-6cb2-4831-bd63-1f5c59bfd970"},{"name":"Add Track to Custom Tag by file","id":"997f5bb7-e889-4865-8e12-2fed8ac53edf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"collection_key","value":"{{customTag.key}}","type":"text"},{"key":"track","type":"file","src":"/Users/jannovotny/projects/StudioFontana/aimsapi.com/data/test-tracks/pairing/0003b70cc761b60b32c9eab85845c961.mp3"}]},"url":"https://api.aimsapi.com/v1/custom-tag/add-track/by-file","description":"<p>This endpoint allows you to add track specified by a physical audio file into the custom tag.</p>\n","urlObject":{"path":["v1","custom-tag","add-track","by-file"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"0d6f6892-36e1-4a45-9484-968451693780","name":"Add Track to Custom Tag by file","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"collection_key","value":"{{customTag.key}}","type":"text"},{"key":"track","type":"file","src":"/Users/Shared/test.mp3"}]},"url":"https://api.aimsapi.com/v1/custom-tag/add-track/by-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:13:25 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"498"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track successfully added\"\n}"}],"_postman_id":"997f5bb7-e889-4865-8e12-2fed8ac53edf"},{"name":"Get Tracks defining the Custom Tag by Key","id":"86fb7d78-6d16-479d-9e40-dfddfd196814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/custom-tag/get-tracks/by-key/:customTag.key","description":"<p>This endpoint allows you to list all tracks currently defining the custom tag specified by its key.</p>\n","urlObject":{"path":["v1","custom-tag","get-tracks","by-key",":customTag.key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[{"type":"any","key":"customTag"},{"type":"any","value":"{{customTag.key}}","key":"customTag.key"}]}},"response":[{"id":"b447c566-96d6-4033-99cf-83fd600f3059","name":"Get Tracks defining the Custom Tag by Key","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/custom-tag/get-tracks/by-key/:customTag.key","host":["https://api.aimsapi.com"],"path":["v1","custom-tag","get-tracks","by-key",":customTag.key"],"variable":[{"key":"customTag.key","value":"{{customTag.key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:13:50 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"497"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"tracks\": [\n    {\n      \"id\": 142926076,\n      \"id_client\": \"SPRT2#1\",\n      \"duration\": 137,\n      \"release_year\": 2007,\n      \"track_name\": \"Beautiful You\",\n      \"tags\": [\n        \"SPRT\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null,\n      \"artist_canonical\": \"olsanik-otakar\"\n    },\n    {\n      \"id\": 153416864,\n      \"id_client\": \"url:4c1971bb764b9b67d2fa93616dc30977\",\n      \"duration\": 248,\n      \"release_year\": null,\n      \"track_name\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T18:13:10.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"YTEyMTg0M2FkMDZiNTRiNDhjZWRiN2Y1MDgwOTY3MDU=\"\n    },\n    {\n      \"id\": 153416865,\n      \"id_client\": \"file-url:3b66521a25b139f18f6fd3c7bf2a05c0\",\n      \"duration\": 27,\n      \"release_year\": null,\n      \"track_name\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T18:13:15.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"OWUyMjJiZDY1ZTk2NzA5MTVjMmNjYjczZTczODU4MzM=\"\n    },\n    {\n      \"id\": 153416866,\n      \"id_client\": \"file:0003b70cc761b60b32c9eab85845c961\",\n      \"duration\": 61,\n      \"release_year\": null,\n      \"track_name\": \"0003b70cc761b60b32c9eab85845c961.mp3\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T18:13:29.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"YWY4ZDI0YmIwOTI5Y2YzOWQ1NGYwYjFiOTVlNmNkNzk=\"\n    }\n  ],\n  \"pagination\": {\n    \"item_count\": 4,\n    \"page\": 1,\n    \"page_size\": 4,\n    \"page_count\": 1\n  }\n}"}],"_postman_id":"86fb7d78-6d16-479d-9e40-dfddfd196814"},{"name":"Get Tracks defining the Custom Tag by ID","id":"eb139e6d-ccbc-49f0-8de1-6efa844b43fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.aimsapi.com/v1/custom-tag/get-tracks/by-id/:customTag.id","description":"<p>This endpoint allows you to list all tracks currently defining the custom tag specified by its ID.</p>\n","urlObject":{"path":["v1","custom-tag","get-tracks","by-id",":customTag.id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[{"type":"any","key":"customTag"},{"type":"any","value":"{{customTag.id}}","key":"customTag.id"}]}},"response":[{"id":"c6c7d47b-070f-45c9-8b73-0c8fe5d9cccc","name":"Get Tracks defining the Custom Tag by ID","originalRequest":{"method":"GET","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.aimsapi.com/v1/custom-tag/get-tracks/by-id/:customTag.id","host":["https://api.aimsapi.com"],"path":["v1","custom-tag","get-tracks","by-id",":customTag.id"],"variable":[{"key":"customTag.id","value":"{{customTag.id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:14:00 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"496"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"tracks\": [\n    {\n      \"id\": 142926076,\n      \"id_client\": \"SPRT2#1\",\n      \"duration\": 137,\n      \"release_year\": 2007,\n      \"track_name\": \"Beautiful You\",\n      \"tags\": [\n        \"SPRT\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null,\n      \"artist_canonical\": \"olsanik-otakar\"\n    },\n    {\n      \"id\": 153416864,\n      \"id_client\": \"url:4c1971bb764b9b67d2fa93616dc30977\",\n      \"duration\": 248,\n      \"release_year\": null,\n      \"track_name\": \"https://www.youtube.com/watch?v=I2sRc3j7IU0\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T18:13:10.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"YTEyMTg0M2FkMDZiNTRiNDhjZWRiN2Y1MDgwOTY3MDU=\"\n    },\n    {\n      \"id\": 153416865,\n      \"id_client\": \"file-url:3b66521a25b139f18f6fd3c7bf2a05c0\",\n      \"duration\": 27,\n      \"release_year\": null,\n      \"track_name\": \"https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_700KB.mp3\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T18:13:15.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"OWUyMjJiZDY1ZTk2NzA5MTVjMmNjYjczZTczODU4MzM=\"\n    },\n    {\n      \"id\": 153416866,\n      \"id_client\": \"file:0003b70cc761b60b32c9eab85845c961\",\n      \"duration\": 61,\n      \"release_year\": null,\n      \"track_name\": \"0003b70cc761b60b32c9eab85845c961.mp3\",\n      \"tags\": [],\n      \"processed_at\": \"2022-01-06T18:13:29.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"YWY4ZDI0YmIwOTI5Y2YzOWQ1NGYwYjFiOTVlNmNkNzk=\"\n    }\n  ],\n  \"pagination\": {\n    \"item_count\": 4,\n    \"page\": 1,\n    \"page_size\": 4,\n    \"page_count\": 1\n  }\n}"}],"_postman_id":"eb139e6d-ccbc-49f0-8de1-6efa844b43fd"},{"name":"Remove Track from Custom Tag","id":"0438f6b8-6479-4ea6-95fd-1340a53d6286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"SPRT2#1\",\n\t\"collection_key\": \"{{customTag.key}}\"\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/remove-track/by-id","description":"<p>This endpoint allows you to remove a track from a custom tag. To remove external tracks (tracks added by URL, file URL or file), use the <code>id_client</code> value of respective track (e.g. <code>url:9aacbc9479f4baf2684fc82536422808</code>).</p>\n","urlObject":{"path":["v1","custom-tag","remove-track","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"2aa3d39c-8f81-4a18-aafb-b0b64c97f24a","name":"Remove Track from Custom Tag","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"track_id\": \"SPRT2#1\",\n\t\"collection_key\": \"{{customTag.key}}\"\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/remove-track/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:14:12 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"499"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Track successfully removed\"\n}"}],"_postman_id":"0438f6b8-6479-4ea6-95fd-1340a53d6286"}],"id":"a59c5e7d-bc58-4324-872c-1bf0b3b37ffa","_postman_id":"a59c5e7d-bc58-4324-872c-1bf0b3b37ffa","description":""},{"name":"Recommendations","item":[{"name":"Suggest Tracks based on the Custom Tag by Key","id":"79e7fb0d-0166-4c9d-91ca-db0339900c01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"{{customTag.key}}\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/suggest/by-key","description":"<p>This endpoint allows you to obtain suggestions of tracks that are similar to the custom tag specified by its key. The results are sorted from the most similar tracks.</p>\n","urlObject":{"path":["v1","custom-tag","suggest","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"f0d94de4-caa3-4254-aaec-7671007225c7","name":"Suggest Tracks based on the Custom Tag by Key","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"{{customTag.key}}\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/suggest/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:14:24 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"498"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"de8c22b6-239b-48c0-ba45-2aaf44b882e7\",\n  \"tracks\": [\n    {\n      \"id\": 141907771,\n      \"id_client\": \"RVR60#5\",\n      \"duration\": 324,\n      \"release_year\": 2019,\n      \"track_name\": \"Lines\",\n      \"tags\": [\n        \"RVR\"\n      ],\n      \"processed_at\": \"2021-03-18T17:26:04.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"ZjBkY2FlZGI1MTQ4ZjI0ZGI2NWViZjNiYTA2NTE3NmQ=\"\n    },\n    {\n      \"id\": 141885892,\n      \"id_client\": \"DEN28#9\",\n      \"duration\": 212,\n      \"release_year\": 2018,\n      \"track_name\": \"Better With You\",\n      \"tags\": [\n        \"DEN\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 141641839,\n      \"id_client\": \"SUPI22#35\",\n      \"duration\": 217,\n      \"release_year\": 2017,\n      \"track_name\": \"Constellations\",\n      \"tags\": [\n        \"SUPI\"\n      ],\n      \"processed_at\": \"2021-02-18T10:25:42.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"Y2QwNjcwMzY4ODQ0ZGVmY2Q5MzQyODE5MTY0ODEzM2Q=\"\n    },\n    {\n      \"id\": 141907464,\n      \"id_client\": \"RVR60#18\",\n      \"duration\": 322,\n      \"release_year\": 2019,\n      \"track_name\": \"Lines\",\n      \"tags\": [\n        \"RVR\"\n      ],\n      \"processed_at\": \"2021-03-18T17:15:52.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"ODgxYzJjNDZiYjcwZjE5OTM4MTE3NThjY2ZhNjg5NzA=\"\n    },\n    {\n      \"id\": 141885542,\n      \"id_client\": \"DED164#12\",\n      \"duration\": 244,\n      \"release_year\": 2015,\n      \"track_name\": \"Goodnight Sweet Dreams (a)\",\n      \"tags\": [\n        \"DED\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 141652702,\n      \"id_client\": \"BAM-AL112#18\",\n      \"duration\": 167,\n      \"release_year\": 2018,\n      \"track_name\": \"Shame\",\n      \"tags\": [\n        \"BAM-AL\"\n      ],\n      \"processed_at\": \"2021-03-09T11:23:47.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"YjJjYzcxYmNjZjlmOTNlNDE4ZjI2MGZhNGZlZjFmYmE=\"\n    },\n    {\n      \"id\": 141856748,\n      \"id_client\": \"DCD129#35\",\n      \"duration\": 220,\n      \"release_year\": 2016,\n      \"track_name\": \"The Tide Can Turn\",\n      \"tags\": [\n        \"DCD\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 143709686,\n      \"id_client\": \"AR20#106\",\n      \"duration\": 228,\n      \"release_year\": 2020,\n      \"track_name\": \"Landslide\",\n      \"tags\": [\n        \"AR\"\n      ],\n      \"processed_at\": \"2020-05-15T11:58:48.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"JDJ5JDEwJFZIenhWOHhCdU10RTFCNjhvTklFai5Bb0RJVHc3bDdjdTBGZkgxdkJLMGx5QXZTMkNWTERT\"\n    },\n    {\n      \"id\": 143807881,\n      \"id_client\": \"MH222#35\",\n      \"duration\": 178,\n      \"release_year\": 2020,\n      \"track_name\": \"Faded\",\n      \"tags\": [\n        \"MH\"\n      ],\n      \"processed_at\": \"2020-08-09T08:48:15.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"JDJ5JDEwJDg2bWRtR21GQmxEclA1a3BwaC9qemVBMkYuenBSRy84cTRCZERsMDVEZjBMUWR6L1JaUjEu\"\n    },\n    {\n      \"id\": 141762817,\n      \"id_client\": \"CAVCD348#41\",\n      \"duration\": 179,\n      \"release_year\": 2013,\n      \"track_name\": \"METAPHYSICAL\",\n      \"tags\": [\n        \"CAVCD\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 141923225,\n      \"id_client\": \"WSR513#66\",\n      \"duration\": 147,\n      \"release_year\": 2020,\n      \"track_name\": \"Cybercrime\",\n      \"tags\": [\n        \"WSR\"\n      ],\n      \"processed_at\": \"2021-03-25T08:51:11.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"YzZjOTQ0YWZlZGI5ZDRkNGJiMGNlNjk2NzQ0Mzg3YmQ=\"\n    },\n    {\n      \"id\": 143808126,\n      \"id_client\": \"MH222#52\",\n      \"duration\": 177,\n      \"release_year\": 2020,\n      \"track_name\": \"Faded\",\n      \"tags\": [\n        \"MH\"\n      ],\n      \"processed_at\": \"2020-08-09T09:06:37.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"JDJ5JDEwJHRCYXVxRlpBcGU5V2UyRzlYSXprTmUvWHJwOGNIcUgvL1NhUmhJdFlQazRFRGh3MHZQcTlH\"\n    },\n    {\n      \"id\": 143256965,\n      \"id_client\": \"GA72#19\",\n      \"duration\": 182,\n      \"release_year\": 2020,\n      \"track_name\": \"Build An Empire\",\n      \"tags\": [\n        \"GA\"\n      ],\n      \"processed_at\": \"2020-11-08T21:07:10.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"ZmQ4Yzg0NmVlY2ViMmUyZjdmZGUzOWJmMDQxNzY0YTI=\"\n    },\n    {\n      \"id\": 143142327,\n      \"id_client\": \"XMT266#176\",\n      \"duration\": 216,\n      \"release_year\": 2016,\n      \"track_name\": \"Stay Down\",\n      \"tags\": [\n        \"XMT\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 143700977,\n      \"id_client\": \"DEM241#19\",\n      \"duration\": 191,\n      \"release_year\": 2019,\n      \"track_name\": \"Waves Of Blue\",\n      \"tags\": [\n        \"DEM\"\n      ],\n      \"processed_at\": \"2020-04-21T18:48:32.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"JDJ5JDEwJHllLjBHZGM4RmdLanJZQlZxcUJ4OS5zSVM3clFFcWdrNjEvSHQzdGdlWVI2aVZSdVZGR1pP\"\n    },\n    {\n      \"id\": 142204903,\n      \"id_client\": \"GA72#18\",\n      \"duration\": 182,\n      \"release_year\": 2020,\n      \"track_name\": \"Build An Empire\",\n      \"tags\": [\n        \"GA\"\n      ],\n      \"processed_at\": \"2020-11-04T08:04:21.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"NjQ4ODdlNDAyYTY1ZDEwZGI3MDNiZGNiZmU2NDJhNGE=\"\n    },\n    {\n      \"id\": 142144687,\n      \"id_client\": \"JM155#11\",\n      \"duration\": 176,\n      \"release_year\": 2017,\n      \"track_name\": \"Straight Like That (a)\",\n      \"tags\": [\n        \"JM\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 143284454,\n      \"id_client\": \"JM267#8\",\n      \"duration\": 135,\n      \"release_year\": 2020,\n      \"track_name\": \"Think It Over\",\n      \"tags\": [\n        \"JM\"\n      ],\n      \"processed_at\": \"2020-11-20T22:14:02.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"ZjRhNjBiMGViY2I3MDJhMDIxMWM5MjQ2NTM1NTc1ODM=\"\n    },\n    {\n      \"id\": 141938265,\n      \"id_client\": \"EM5300#26\",\n      \"duration\": 154,\n      \"release_year\": 2017,\n      \"track_name\": \"Post Modern Witchcraft\",\n      \"tags\": [\n        \"EM\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 142757198,\n      \"id_client\": \"NTPM666#1\",\n      \"duration\": 388,\n      \"release_year\": 2016,\n      \"track_name\": \"Ninja Tune Production Music Audio Reel\",\n      \"tags\": [\n        \"NTPM\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    }\n  ]\n}"}],"_postman_id":"79e7fb0d-0166-4c9d-91ca-db0339900c01"},{"name":"Suggest Tracks based on the Custom Tag by ID","id":"2a84a60e-71ab-437f-8fc3-807e47f5298c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"{{customTag.id}}\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/suggest/by-id","description":"<p>This endpoint allows you to obtain suggestions of tracks that are similar to the custom tag specified by its ID. The results are sorted from the most similar tracks.</p>\n","urlObject":{"path":["v1","custom-tag","suggest","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"e5a5e366-bf85-4d75-8865-a99d0dc5a081","name":"Suggest Tracks based on the Custom Tag by ID","originalRequest":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"{{customTag.id}}\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/suggest/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"description":{"content":"","type":"text/plain"},"key":"Server","value":"nginx/1.19.10"},{"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"PHP/7.4.13"},{"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache, private"},{"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 06 Jan 2022 18:14:38 GMT"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Limit","value":"500"},{"description":{"content":"","type":"text/plain"},"key":"X-RateLimit-Remaining","value":"497"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"*"},{"description":{"content":"","type":"text/plain"},"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"description":{"content":"","type":"text/plain"},"key":"Via","value":"1.1 google"},{"description":{"content":"","type":"text/plain"},"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n  \"query_id\": \"3618a9dc-b092-4853-a521-a65297638a2e\",\n  \"tracks\": [\n    {\n      \"id\": 141907771,\n      \"id_client\": \"RVR60#5\",\n      \"duration\": 324,\n      \"release_year\": 2019,\n      \"track_name\": \"Lines\",\n      \"tags\": [\n        \"RVR\"\n      ],\n      \"processed_at\": \"2021-03-18T17:26:04.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"ZjBkY2FlZGI1MTQ4ZjI0ZGI2NWViZjNiYTA2NTE3NmQ=\"\n    },\n    {\n      \"id\": 141885892,\n      \"id_client\": \"DEN28#9\",\n      \"duration\": 212,\n      \"release_year\": 2018,\n      \"track_name\": \"Better With You\",\n      \"tags\": [\n        \"DEN\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 141641839,\n      \"id_client\": \"SUPI22#35\",\n      \"duration\": 217,\n      \"release_year\": 2017,\n      \"track_name\": \"Constellations\",\n      \"tags\": [\n        \"SUPI\"\n      ],\n      \"processed_at\": \"2021-02-18T10:25:42.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"Y2QwNjcwMzY4ODQ0ZGVmY2Q5MzQyODE5MTY0ODEzM2Q=\"\n    },\n    {\n      \"id\": 141907464,\n      \"id_client\": \"RVR60#18\",\n      \"duration\": 322,\n      \"release_year\": 2019,\n      \"track_name\": \"Lines\",\n      \"tags\": [\n        \"RVR\"\n      ],\n      \"processed_at\": \"2021-03-18T17:15:52.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"ODgxYzJjNDZiYjcwZjE5OTM4MTE3NThjY2ZhNjg5NzA=\"\n    },\n    {\n      \"id\": 141885542,\n      \"id_client\": \"DED164#12\",\n      \"duration\": 244,\n      \"release_year\": 2015,\n      \"track_name\": \"Goodnight Sweet Dreams (a)\",\n      \"tags\": [\n        \"DED\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 141652702,\n      \"id_client\": \"BAM-AL112#18\",\n      \"duration\": 167,\n      \"release_year\": 2018,\n      \"track_name\": \"Shame\",\n      \"tags\": [\n        \"BAM-AL\"\n      ],\n      \"processed_at\": \"2021-03-09T11:23:47.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"YjJjYzcxYmNjZjlmOTNlNDE4ZjI2MGZhNGZlZjFmYmE=\"\n    },\n    {\n      \"id\": 141856748,\n      \"id_client\": \"DCD129#35\",\n      \"duration\": 220,\n      \"release_year\": 2016,\n      \"track_name\": \"The Tide Can Turn\",\n      \"tags\": [\n        \"DCD\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 143709686,\n      \"id_client\": \"AR20#106\",\n      \"duration\": 228,\n      \"release_year\": 2020,\n      \"track_name\": \"Landslide\",\n      \"tags\": [\n        \"AR\"\n      ],\n      \"processed_at\": \"2020-05-15T11:58:48.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"JDJ5JDEwJFZIenhWOHhCdU10RTFCNjhvTklFai5Bb0RJVHc3bDdjdTBGZkgxdkJLMGx5QXZTMkNWTERT\"\n    },\n    {\n      \"id\": 143807881,\n      \"id_client\": \"MH222#35\",\n      \"duration\": 178,\n      \"release_year\": 2020,\n      \"track_name\": \"Faded\",\n      \"tags\": [\n        \"MH\"\n      ],\n      \"processed_at\": \"2020-08-09T08:48:15.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"JDJ5JDEwJDg2bWRtR21GQmxEclA1a3BwaC9qemVBMkYuenBSRy84cTRCZERsMDVEZjBMUWR6L1JaUjEu\"\n    },\n    {\n      \"id\": 141762817,\n      \"id_client\": \"CAVCD348#41\",\n      \"duration\": 179,\n      \"release_year\": 2013,\n      \"track_name\": \"METAPHYSICAL\",\n      \"tags\": [\n        \"CAVCD\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 141923225,\n      \"id_client\": \"WSR513#66\",\n      \"duration\": 147,\n      \"release_year\": 2020,\n      \"track_name\": \"Cybercrime\",\n      \"tags\": [\n        \"WSR\"\n      ],\n      \"processed_at\": \"2021-03-25T08:51:11.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"YzZjOTQ0YWZlZGI5ZDRkNGJiMGNlNjk2NzQ0Mzg3YmQ=\"\n    },\n    {\n      \"id\": 143808126,\n      \"id_client\": \"MH222#52\",\n      \"duration\": 177,\n      \"release_year\": 2020,\n      \"track_name\": \"Faded\",\n      \"tags\": [\n        \"MH\"\n      ],\n      \"processed_at\": \"2020-08-09T09:06:37.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"JDJ5JDEwJHRCYXVxRlpBcGU5V2UyRzlYSXprTmUvWHJwOGNIcUgvL1NhUmhJdFlQazRFRGh3MHZQcTlH\"\n    },\n    {\n      \"id\": 143256965,\n      \"id_client\": \"GA72#19\",\n      \"duration\": 182,\n      \"release_year\": 2020,\n      \"track_name\": \"Build An Empire\",\n      \"tags\": [\n        \"GA\"\n      ],\n      \"processed_at\": \"2020-11-08T21:07:10.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"ZmQ4Yzg0NmVlY2ViMmUyZjdmZGUzOWJmMDQxNzY0YTI=\"\n    },\n    {\n      \"id\": 143142327,\n      \"id_client\": \"XMT266#176\",\n      \"duration\": 216,\n      \"release_year\": 2016,\n      \"track_name\": \"Stay Down\",\n      \"tags\": [\n        \"XMT\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 143700977,\n      \"id_client\": \"DEM241#19\",\n      \"duration\": 191,\n      \"release_year\": 2019,\n      \"track_name\": \"Waves Of Blue\",\n      \"tags\": [\n        \"DEM\"\n      ],\n      \"processed_at\": \"2020-04-21T18:48:32.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"JDJ5JDEwJHllLjBHZGM4RmdLanJZQlZxcUJ4OS5zSVM3clFFcWdrNjEvSHQzdGdlWVI2aVZSdVZGR1pP\"\n    },\n    {\n      \"id\": 142204903,\n      \"id_client\": \"GA72#18\",\n      \"duration\": 182,\n      \"release_year\": 2020,\n      \"track_name\": \"Build An Empire\",\n      \"tags\": [\n        \"GA\"\n      ],\n      \"processed_at\": \"2020-11-04T08:04:21.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"NjQ4ODdlNDAyYTY1ZDEwZGI3MDNiZGNiZmU2NDJhNGE=\"\n    },\n    {\n      \"id\": 142144687,\n      \"id_client\": \"JM155#11\",\n      \"duration\": 176,\n      \"release_year\": 2017,\n      \"track_name\": \"Straight Like That (a)\",\n      \"tags\": [\n        \"JM\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 143284454,\n      \"id_client\": \"JM267#8\",\n      \"duration\": 135,\n      \"release_year\": 2020,\n      \"track_name\": \"Think It Over\",\n      \"tags\": [\n        \"JM\"\n      ],\n      \"processed_at\": \"2020-11-20T22:14:02.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": \"ZjRhNjBiMGViY2I3MDJhMDIxMWM5MjQ2NTM1NTc1ODM=\"\n    },\n    {\n      \"id\": 141938265,\n      \"id_client\": \"EM5300#26\",\n      \"duration\": 154,\n      \"release_year\": 2017,\n      \"track_name\": \"Post Modern Witchcraft\",\n      \"tags\": [\n        \"EM\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    },\n    {\n      \"id\": 142757198,\n      \"id_client\": \"NTPM666#1\",\n      \"duration\": 388,\n      \"release_year\": 2016,\n      \"track_name\": \"Ninja Tune Production Music Audio Reel\",\n      \"tags\": [\n        \"NTPM\"\n      ],\n      \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n      \"process_input_error\": null,\n      \"store_secret\": null\n    }\n  ]\n}"}],"_postman_id":"2a84a60e-71ab-437f-8fc3-807e47f5298c"}],"id":"55fb4b47-8ded-4a63-b008-e8909aac03c1","_postman_id":"55fb4b47-8ded-4a63-b008-e8909aac03c1","description":""},{"name":"Filtering","item":[{"name":"Filter suggested Tracks by Key","id":"67e9d1da-ca31-4822-bec9-052fb85807e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"{{customTagKey}}\",\n\t\"page\": 1,\n\t\"page_size\": 100,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"lte\",\n\t\t\t\t\"value\": 265\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"neq\",\n\t\t\t\t\"value\": 2016\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 1992\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"lte\",\n\t\t\t\t\"value\": 2022\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"genres\",\n\t\t\t\t\"operator\": \"empty\",\n\t\t\t\t\"value\": null\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"instruments\",\n\t\t\t\t\"operator\": \"not-contains\",\n\t\t\t\t\"value\": \"flute\"\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/suggest/by-key","description":"<p>This endpoint allows you to obtain suggestions of tracks that are similar to the custom tag specified by its key. The results are sorted from the most similar tracks.</p>\n","urlObject":{"path":["v1","custom-tag","suggest","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"8e79924c-2542-40fb-84d6-44adfb55df66","name":"Suggest Tracks based on the Custom Tag by Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"{{customTagKey}}\",\n\t\"page\": 1,\n\t\"page_size\": 100,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"lte\",\n\t\t\t\t\"value\": 265\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"neq\",\n\t\t\t\t\"value\": 2016\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 1992\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"lte\",\n\t\t\t\t\"value\": 2022\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"genres\",\n\t\t\t\t\"operator\": \"empty\",\n\t\t\t\t\"value\": null\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"instruments\",\n\t\t\t\t\"operator\": \"not-contains\",\n\t\t\t\t\"value\": \"flute\"\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/custom-tag/suggest/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Jan 2022 18:14:24 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"498"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"de8c22b6-239b-48c0-ba45-2aaf44b882e7\",\n    \"tracks\": [\n        {\n            \"id\": 141907771,\n            \"id_client\": \"RVR60#5\",\n            \"duration\": 324,\n            \"release_year\": 2019,\n            \"track_name\": \"Lines\",\n            \"tags\": [\n                \"RVR\"\n            ],\n            \"processed_at\": \"2021-03-18T17:26:04.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"ZjBkY2FlZGI1MTQ4ZjI0ZGI2NWViZjNiYTA2NTE3NmQ=\"\n        },\n        {\n            \"id\": 141885892,\n            \"id_client\": \"DEN28#9\",\n            \"duration\": 212,\n            \"release_year\": 2018,\n            \"track_name\": \"Better With You\",\n            \"tags\": [\n                \"DEN\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 141641839,\n            \"id_client\": \"SUPI22#35\",\n            \"duration\": 217,\n            \"release_year\": 2017,\n            \"track_name\": \"Constellations\",\n            \"tags\": [\n                \"SUPI\"\n            ],\n            \"processed_at\": \"2021-02-18T10:25:42.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"Y2QwNjcwMzY4ODQ0ZGVmY2Q5MzQyODE5MTY0ODEzM2Q=\"\n        },\n        {\n            \"id\": 141907464,\n            \"id_client\": \"RVR60#18\",\n            \"duration\": 322,\n            \"release_year\": 2019,\n            \"track_name\": \"Lines\",\n            \"tags\": [\n                \"RVR\"\n            ],\n            \"processed_at\": \"2021-03-18T17:15:52.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"ODgxYzJjNDZiYjcwZjE5OTM4MTE3NThjY2ZhNjg5NzA=\"\n        },\n        {\n            \"id\": 141885542,\n            \"id_client\": \"DED164#12\",\n            \"duration\": 244,\n            \"release_year\": 2015,\n            \"track_name\": \"Goodnight Sweet Dreams (a)\",\n            \"tags\": [\n                \"DED\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 141652702,\n            \"id_client\": \"BAM-AL112#18\",\n            \"duration\": 167,\n            \"release_year\": 2018,\n            \"track_name\": \"Shame\",\n            \"tags\": [\n                \"BAM-AL\"\n            ],\n            \"processed_at\": \"2021-03-09T11:23:47.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"YjJjYzcxYmNjZjlmOTNlNDE4ZjI2MGZhNGZlZjFmYmE=\"\n        },\n        {\n            \"id\": 141856748,\n            \"id_client\": \"DCD129#35\",\n            \"duration\": 220,\n            \"release_year\": 2016,\n            \"track_name\": \"The Tide Can Turn\",\n            \"tags\": [\n                \"DCD\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 143709686,\n            \"id_client\": \"AR20#106\",\n            \"duration\": 228,\n            \"release_year\": 2020,\n            \"track_name\": \"Landslide\",\n            \"tags\": [\n                \"AR\"\n            ],\n            \"processed_at\": \"2020-05-15T11:58:48.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"JDJ5JDEwJFZIenhWOHhCdU10RTFCNjhvTklFai5Bb0RJVHc3bDdjdTBGZkgxdkJLMGx5QXZTMkNWTERT\"\n        },\n        {\n            \"id\": 143807881,\n            \"id_client\": \"MH222#35\",\n            \"duration\": 178,\n            \"release_year\": 2020,\n            \"track_name\": \"Faded\",\n            \"tags\": [\n                \"MH\"\n            ],\n            \"processed_at\": \"2020-08-09T08:48:15.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"JDJ5JDEwJDg2bWRtR21GQmxEclA1a3BwaC9qemVBMkYuenBSRy84cTRCZERsMDVEZjBMUWR6L1JaUjEu\"\n        },\n        {\n            \"id\": 141762817,\n            \"id_client\": \"CAVCD348#41\",\n            \"duration\": 179,\n            \"release_year\": 2013,\n            \"track_name\": \"METAPHYSICAL\",\n            \"tags\": [\n                \"CAVCD\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 141923225,\n            \"id_client\": \"WSR513#66\",\n            \"duration\": 147,\n            \"release_year\": 2020,\n            \"track_name\": \"Cybercrime\",\n            \"tags\": [\n                \"WSR\"\n            ],\n            \"processed_at\": \"2021-03-25T08:51:11.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"YzZjOTQ0YWZlZGI5ZDRkNGJiMGNlNjk2NzQ0Mzg3YmQ=\"\n        },\n        {\n            \"id\": 143808126,\n            \"id_client\": \"MH222#52\",\n            \"duration\": 177,\n            \"release_year\": 2020,\n            \"track_name\": \"Faded\",\n            \"tags\": [\n                \"MH\"\n            ],\n            \"processed_at\": \"2020-08-09T09:06:37.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"JDJ5JDEwJHRCYXVxRlpBcGU5V2UyRzlYSXprTmUvWHJwOGNIcUgvL1NhUmhJdFlQazRFRGh3MHZQcTlH\"\n        },\n        {\n            \"id\": 143256965,\n            \"id_client\": \"GA72#19\",\n            \"duration\": 182,\n            \"release_year\": 2020,\n            \"track_name\": \"Build An Empire\",\n            \"tags\": [\n                \"GA\"\n            ],\n            \"processed_at\": \"2020-11-08T21:07:10.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"ZmQ4Yzg0NmVlY2ViMmUyZjdmZGUzOWJmMDQxNzY0YTI=\"\n        },\n        {\n            \"id\": 143142327,\n            \"id_client\": \"XMT266#176\",\n            \"duration\": 216,\n            \"release_year\": 2016,\n            \"track_name\": \"Stay Down\",\n            \"tags\": [\n                \"XMT\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 143700977,\n            \"id_client\": \"DEM241#19\",\n            \"duration\": 191,\n            \"release_year\": 2019,\n            \"track_name\": \"Waves Of Blue\",\n            \"tags\": [\n                \"DEM\"\n            ],\n            \"processed_at\": \"2020-04-21T18:48:32.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"JDJ5JDEwJHllLjBHZGM4RmdLanJZQlZxcUJ4OS5zSVM3clFFcWdrNjEvSHQzdGdlWVI2aVZSdVZGR1pP\"\n        },\n        {\n            \"id\": 142204903,\n            \"id_client\": \"GA72#18\",\n            \"duration\": 182,\n            \"release_year\": 2020,\n            \"track_name\": \"Build An Empire\",\n            \"tags\": [\n                \"GA\"\n            ],\n            \"processed_at\": \"2020-11-04T08:04:21.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"NjQ4ODdlNDAyYTY1ZDEwZGI3MDNiZGNiZmU2NDJhNGE=\"\n        },\n        {\n            \"id\": 142144687,\n            \"id_client\": \"JM155#11\",\n            \"duration\": 176,\n            \"release_year\": 2017,\n            \"track_name\": \"Straight Like That (a)\",\n            \"tags\": [\n                \"JM\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 143284454,\n            \"id_client\": \"JM267#8\",\n            \"duration\": 135,\n            \"release_year\": 2020,\n            \"track_name\": \"Think It Over\",\n            \"tags\": [\n                \"JM\"\n            ],\n            \"processed_at\": \"2020-11-20T22:14:02.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"ZjRhNjBiMGViY2I3MDJhMDIxMWM5MjQ2NTM1NTc1ODM=\"\n        },\n        {\n            \"id\": 141938265,\n            \"id_client\": \"EM5300#26\",\n            \"duration\": 154,\n            \"release_year\": 2017,\n            \"track_name\": \"Post Modern Witchcraft\",\n            \"tags\": [\n                \"EM\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 142757198,\n            \"id_client\": \"NTPM666#1\",\n            \"duration\": 388,\n            \"release_year\": 2016,\n            \"track_name\": \"Ninja Tune Production Music Audio Reel\",\n            \"tags\": [\n                \"NTPM\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"67e9d1da-ca31-4822-bec9-052fb85807e1"},{"name":"Filter suggested Tracks by ID","id":"12fe9d7b-b7e3-4e23-b938-00fb329567b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"id\": \"{{customTagId}}\",\n\t\"page\": 1,\n\t\"page_size\": 100,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"lte\",\n\t\t\t\t\"value\": 265\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"neq\",\n\t\t\t\t\"value\": 2016\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 1992\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"lte\",\n\t\t\t\t\"value\": 2022\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"genres\",\n\t\t\t\t\"operator\": \"empty\",\n\t\t\t\t\"value\": null\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"instruments\",\n\t\t\t\t\"operator\": \"not-contains\",\n\t\t\t\t\"value\": \"flute\"\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/custom-tag/suggest/by-id","description":"<p>This endpoint allows you to obtain suggestions of tracks that are similar to the custom tag specified by its ID. The results are sorted from the most similar tracks.</p>\n","urlObject":{"path":["v1","custom-tag","suggest","by-id"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"97997c6d-4aa9-4f3c-a993-a408fc514bf4","name":"Suggest Tracks based on the Custom Tag by ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"{{customTagId}}\",\n\t\"page\": 1,\n\t\"page_size\": 100,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 60\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"lte\",\n\t\t\t\t\"value\": 265\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"neq\",\n\t\t\t\t\"value\": 2016\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 1992\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"lte\",\n\t\t\t\t\"value\": 2022\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"genres\",\n\t\t\t\t\"operator\": \"empty\",\n\t\t\t\t\"value\": null\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"instruments\",\n\t\t\t\t\"operator\": \"not-contains\",\n\t\t\t\t\"value\": \"flute\"\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/custom-tag/suggest/by-id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 06 Jan 2022 18:14:38 GMT"},{"key":"X-RateLimit-Limit","value":"500"},{"key":"X-RateLimit-Remaining","value":"497"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"3618a9dc-b092-4853-a521-a65297638a2e\",\n    \"tracks\": [\n        {\n            \"id\": 141907771,\n            \"id_client\": \"RVR60#5\",\n            \"duration\": 324,\n            \"release_year\": 2019,\n            \"track_name\": \"Lines\",\n            \"tags\": [\n                \"RVR\"\n            ],\n            \"processed_at\": \"2021-03-18T17:26:04.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"ZjBkY2FlZGI1MTQ4ZjI0ZGI2NWViZjNiYTA2NTE3NmQ=\"\n        },\n        {\n            \"id\": 141885892,\n            \"id_client\": \"DEN28#9\",\n            \"duration\": 212,\n            \"release_year\": 2018,\n            \"track_name\": \"Better With You\",\n            \"tags\": [\n                \"DEN\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 141641839,\n            \"id_client\": \"SUPI22#35\",\n            \"duration\": 217,\n            \"release_year\": 2017,\n            \"track_name\": \"Constellations\",\n            \"tags\": [\n                \"SUPI\"\n            ],\n            \"processed_at\": \"2021-02-18T10:25:42.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"Y2QwNjcwMzY4ODQ0ZGVmY2Q5MzQyODE5MTY0ODEzM2Q=\"\n        },\n        {\n            \"id\": 141907464,\n            \"id_client\": \"RVR60#18\",\n            \"duration\": 322,\n            \"release_year\": 2019,\n            \"track_name\": \"Lines\",\n            \"tags\": [\n                \"RVR\"\n            ],\n            \"processed_at\": \"2021-03-18T17:15:52.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"ODgxYzJjNDZiYjcwZjE5OTM4MTE3NThjY2ZhNjg5NzA=\"\n        },\n        {\n            \"id\": 141885542,\n            \"id_client\": \"DED164#12\",\n            \"duration\": 244,\n            \"release_year\": 2015,\n            \"track_name\": \"Goodnight Sweet Dreams (a)\",\n            \"tags\": [\n                \"DED\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 141652702,\n            \"id_client\": \"BAM-AL112#18\",\n            \"duration\": 167,\n            \"release_year\": 2018,\n            \"track_name\": \"Shame\",\n            \"tags\": [\n                \"BAM-AL\"\n            ],\n            \"processed_at\": \"2021-03-09T11:23:47.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"YjJjYzcxYmNjZjlmOTNlNDE4ZjI2MGZhNGZlZjFmYmE=\"\n        },\n        {\n            \"id\": 141856748,\n            \"id_client\": \"DCD129#35\",\n            \"duration\": 220,\n            \"release_year\": 2016,\n            \"track_name\": \"The Tide Can Turn\",\n            \"tags\": [\n                \"DCD\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 143709686,\n            \"id_client\": \"AR20#106\",\n            \"duration\": 228,\n            \"release_year\": 2020,\n            \"track_name\": \"Landslide\",\n            \"tags\": [\n                \"AR\"\n            ],\n            \"processed_at\": \"2020-05-15T11:58:48.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"JDJ5JDEwJFZIenhWOHhCdU10RTFCNjhvTklFai5Bb0RJVHc3bDdjdTBGZkgxdkJLMGx5QXZTMkNWTERT\"\n        },\n        {\n            \"id\": 143807881,\n            \"id_client\": \"MH222#35\",\n            \"duration\": 178,\n            \"release_year\": 2020,\n            \"track_name\": \"Faded\",\n            \"tags\": [\n                \"MH\"\n            ],\n            \"processed_at\": \"2020-08-09T08:48:15.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"JDJ5JDEwJDg2bWRtR21GQmxEclA1a3BwaC9qemVBMkYuenBSRy84cTRCZERsMDVEZjBMUWR6L1JaUjEu\"\n        },\n        {\n            \"id\": 141762817,\n            \"id_client\": \"CAVCD348#41\",\n            \"duration\": 179,\n            \"release_year\": 2013,\n            \"track_name\": \"METAPHYSICAL\",\n            \"tags\": [\n                \"CAVCD\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 141923225,\n            \"id_client\": \"WSR513#66\",\n            \"duration\": 147,\n            \"release_year\": 2020,\n            \"track_name\": \"Cybercrime\",\n            \"tags\": [\n                \"WSR\"\n            ],\n            \"processed_at\": \"2021-03-25T08:51:11.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"YzZjOTQ0YWZlZGI5ZDRkNGJiMGNlNjk2NzQ0Mzg3YmQ=\"\n        },\n        {\n            \"id\": 143808126,\n            \"id_client\": \"MH222#52\",\n            \"duration\": 177,\n            \"release_year\": 2020,\n            \"track_name\": \"Faded\",\n            \"tags\": [\n                \"MH\"\n            ],\n            \"processed_at\": \"2020-08-09T09:06:37.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"JDJ5JDEwJHRCYXVxRlpBcGU5V2UyRzlYSXprTmUvWHJwOGNIcUgvL1NhUmhJdFlQazRFRGh3MHZQcTlH\"\n        },\n        {\n            \"id\": 143256965,\n            \"id_client\": \"GA72#19\",\n            \"duration\": 182,\n            \"release_year\": 2020,\n            \"track_name\": \"Build An Empire\",\n            \"tags\": [\n                \"GA\"\n            ],\n            \"processed_at\": \"2020-11-08T21:07:10.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"ZmQ4Yzg0NmVlY2ViMmUyZjdmZGUzOWJmMDQxNzY0YTI=\"\n        },\n        {\n            \"id\": 143142327,\n            \"id_client\": \"XMT266#176\",\n            \"duration\": 216,\n            \"release_year\": 2016,\n            \"track_name\": \"Stay Down\",\n            \"tags\": [\n                \"XMT\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 143700977,\n            \"id_client\": \"DEM241#19\",\n            \"duration\": 191,\n            \"release_year\": 2019,\n            \"track_name\": \"Waves Of Blue\",\n            \"tags\": [\n                \"DEM\"\n            ],\n            \"processed_at\": \"2020-04-21T18:48:32.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"JDJ5JDEwJHllLjBHZGM4RmdLanJZQlZxcUJ4OS5zSVM3clFFcWdrNjEvSHQzdGdlWVI2aVZSdVZGR1pP\"\n        },\n        {\n            \"id\": 142204903,\n            \"id_client\": \"GA72#18\",\n            \"duration\": 182,\n            \"release_year\": 2020,\n            \"track_name\": \"Build An Empire\",\n            \"tags\": [\n                \"GA\"\n            ],\n            \"processed_at\": \"2020-11-04T08:04:21.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"NjQ4ODdlNDAyYTY1ZDEwZGI3MDNiZGNiZmU2NDJhNGE=\"\n        },\n        {\n            \"id\": 142144687,\n            \"id_client\": \"JM155#11\",\n            \"duration\": 176,\n            \"release_year\": 2017,\n            \"track_name\": \"Straight Like That (a)\",\n            \"tags\": [\n                \"JM\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 143284454,\n            \"id_client\": \"JM267#8\",\n            \"duration\": 135,\n            \"release_year\": 2020,\n            \"track_name\": \"Think It Over\",\n            \"tags\": [\n                \"JM\"\n            ],\n            \"processed_at\": \"2020-11-20T22:14:02.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": \"ZjRhNjBiMGViY2I3MDJhMDIxMWM5MjQ2NTM1NTc1ODM=\"\n        },\n        {\n            \"id\": 141938265,\n            \"id_client\": \"EM5300#26\",\n            \"duration\": 154,\n            \"release_year\": 2017,\n            \"track_name\": \"Post Modern Witchcraft\",\n            \"tags\": [\n                \"EM\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        {\n            \"id\": 142757198,\n            \"id_client\": \"NTPM666#1\",\n            \"duration\": 388,\n            \"release_year\": 2016,\n            \"track_name\": \"Ninja Tune Production Music Audio Reel\",\n            \"tags\": [\n                \"NTPM\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"12fe9d7b-b7e3-4e23-b938-00fb329567b3"}],"id":"9713b91c-9d9d-4c04-bc94-1217b30e591e","_postman_id":"9713b91c-9d9d-4c04-bc94-1217b30e591e","description":""}],"id":"78a577b5-a292-4212-aa8a-69cf97c94010","_postman_id":"78a577b5-a292-4212-aa8a-69cf97c94010","description":""},{"name":"Grouping","item":[{"name":"Getting groups","item":[{"name":"Projects","item":[{"name":"Get Groups from Project Listing","id":"4806ac28-97db-4554-b8f2-4c0316a40af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"url":"https://api.aimsapi.com/v1/project?page=1&page_size=10&groups=true","urlObject":{"path":["v1","project"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"},{"key":"groups","value":"true"}],"variable":[]}},"response":[{"id":"2546619c-a61b-45c3-9edd-725756f56fd7","name":"Get Groups from Projects Listing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"url":{"raw":"https://api.aimsapi.com/v1/project?page=1&page_size=10&groups=true","host":["https://api.aimsapi.com"],"path":["v1","project"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"},{"key":"groups","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 16 Dec 2022 21:26:07 GMT"},{"key":"X-Next-Page","value":"http://api.aimsapi.com/v1/project?page=2&page_size=10&groups=true"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9999"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"875e7787-4f91-6a38-46ef-629e1976e117\",\n            \"key\": \"my-cartoon-episode-4\",\n            \"processed_at\": \"2022-10-01T01:23:45.000000Z\",\n            \"updated_at\": \"2022-10-01T01:23:40.000000Z\",\n            \"title\": \"My Cartoon: Episode 4\",\n            \"grouping_data\": [\n                {\n                    \"id\": \"244673d5-b2dd-446a-5487-bc2dd57d3f4b\",\n                    \"title\": \"Happy Playful Children Lifestyle Music with Bass, Drums and Sound Effects\",\n                    \"tracks\": [\n                        123456789,\n                        234567890,\n                        345678901\n                    ]\n                },\n                {\n                    \"id\": \"344673d5-b2dd-446a-5487-bc2dd57d3f4b\",\n                    \"title\": \"Tension Adventure Instrumentals with Percussion\",\n                    \"tracks\": [\n                        456789123,\n                        567890234,\n                        678901345\n                    ]\n                }\n            ]\n        },\n        ...\n        {\n            \"id\": \"775e7787-4f91-6a38-46ef-629e1976e117\",\n            \"key\": \"some-other-project\",\n            \"processed_at\": \"2022-10-01T01:23:45.000000Z\",\n            \"updated_at\": \"2022-10-01T01:23:40.000000Z\",\n            \"title\": \"Some Other Project\",\n            \"grouping_data\": [\n                ...\n            ]\n        },\n    ],\n    \"pagination\": {\n        \"item_count\": 123\n    }\n}"}],"_postman_id":"4806ac28-97db-4554-b8f2-4c0316a40af2"},{"name":"Get Groups from Project Detail","id":"1967fae6-82e8-406d-885a-2265fe41d962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"url":"https://api.aimsapi.com/v1/project/get/by-key/projectKey?groups=true","urlObject":{"path":["v1","project","get","by-key","projectKey"],"host":["https://api.aimsapi.com"],"query":[{"key":"groups","value":"true"}],"variable":[]}},"response":[{"id":"066a7463-95a1-4eed-8262-3f5a317110b5","name":"Get Groups from Project Detail","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"url":{"raw":"https://api.aimsapi.com/v1/project/get/by-key/projectKey?groups=true","host":["https://api.aimsapi.com"],"path":["v1","project","get","by-key","projectKey"],"query":[{"key":"groups","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 16 Dec 2022 21:37:38 GMT"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9994"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"875e7787-4f91-6a38-46ef-629e1976e117\",\n        \"key\": \"my-cartoon-episode-4\",\n        \"processed_at\": \"2022-10-01T01:23:45.000000Z\",\n        \"updated_at\": \"2022-10-01T01:23:40.000000Z\",\n        \"title\": \"My Cartoon: Episode 4\",\n        \"grouping_data\": [\n            {\n                \"id\": \"244673d5-b2dd-446a-5487-bc2dd57d3f4b\",\n                \"title\": \"Happy Playful Children Lifestyle Music with Bass, Drums and Sound Effects\",\n                \"tracks\": [\n                    123456789,\n                    234567890,\n                    345678901\n                ]\n            },\n            {\n                \"id\": \"344673d5-b2dd-446a-5487-bc2dd57d3f4b\",\n                \"title\": \"Tension Adventure Instrumentals with Percussion\",\n                \"tracks\": [\n                    456789123,\n                    567890234,\n                    678901345\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"1967fae6-82e8-406d-885a-2265fe41d962"}],"id":"a4cccf13-18b9-4767-b756-fdba3cef74f1","_postman_id":"a4cccf13-18b9-4767-b756-fdba3cef74f1","description":""},{"name":"Playlists","item":[{"name":"Get Groups from Playlists Listing","id":"8ca82e0b-d2b0-40fd-bdb3-3dfd919dcb2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"url":"https://api.aimsapi.com/v1/playlist?page=1&page_size=10&groups=true","urlObject":{"path":["v1","playlist"],"host":["https://api.aimsapi.com"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"},{"key":"groups","value":"true"}],"variable":[]}},"response":[{"id":"ae4ac6a6-7a42-41fc-86d7-9364907f58a5","name":"Get Groups from Projects Listing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"url":{"raw":"https://api.aimsapi.com/v1/playlist?page=1&page_size=10&groups=true","host":["https://api.aimsapi.com"],"path":["v1","playlist"],"query":[{"key":"page","value":"1"},{"key":"page_size","value":"10"},{"key":"groups","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 16 Dec 2022 21:26:07 GMT"},{"key":"X-Next-Page","value":"http://api.aimsapi.com/v1/project?page=2&page_size=10&groups=true"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9999"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"collections\": [\n        {\n            \"id\": \"875e7787-4f91-6a38-46ef-629e1976e117\",\n            \"key\": \"my-cartoon-episode-4\",\n            \"processed_at\": \"2022-10-01T01:23:45.000000Z\",\n            \"updated_at\": \"2022-10-01T01:23:40.000000Z\",\n            \"title\": \"My Cartoon: Episode 4\",\n            \"grouping_data\": [\n                {\n                    \"id\": \"244673d5-b2dd-446a-5487-bc2dd57d3f4b\",\n                    \"title\": \"Happy Playful Children Lifestyle Music with Bass, Drums and Sound Effects\",\n                    \"tracks\": [\n                        123456789,\n                        234567890,\n                        345678901\n                    ]\n                },\n                {\n                    \"id\": \"344673d5-b2dd-446a-5487-bc2dd57d3f4b\",\n                    \"title\": \"Tension Adventure Instrumentals with Percussion\",\n                    \"tracks\": [\n                        456789123,\n                        567890234,\n                        678901345\n                    ]\n                }\n            ]\n        },\n        ...\n        {\n            \"id\": \"775e7787-4f91-6a38-46ef-629e1976e117\",\n            \"key\": \"some-other-project\",\n            \"processed_at\": \"2022-10-01T01:23:45.000000Z\",\n            \"updated_at\": \"2022-10-01T01:23:40.000000Z\",\n            \"title\": \"Some Other Project\",\n            \"grouping_data\": [\n                ...\n            ]\n        },\n    ],\n    \"pagination\": {\n        \"item_count\": 123\n    }\n}"}],"_postman_id":"8ca82e0b-d2b0-40fd-bdb3-3dfd919dcb2a"},{"name":"Get Groups from Playlist Detail","id":"2d1abdc9-a40e-40d1-8e87-8517803ab4f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"url":"https://api.aimsapi.com/v1/playlist/get/by-key/playlist.key?groups=true","urlObject":{"path":["v1","playlist","get","by-key","playlist.key"],"host":["https://api.aimsapi.com"],"query":[{"key":"groups","value":"true"}],"variable":[]}},"response":[{"id":"ffdea816-24cc-4e0a-96e7-ad0b614af360","name":"Get Groups from Detail","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"url":{"raw":"https://api.aimsapi.com/v1/playlist/get/by-key/playlist.key?groups=true","host":["https://api.aimsapi.com"],"path":["v1","playlist","get","by-key","playlist.key"],"query":[{"key":"groups","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 16 Dec 2022 21:37:38 GMT"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9994"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"collection\": {\n        \"id\": \"875e7787-4f91-6a38-46ef-629e1976e117\",\n        \"key\": \"my-cartoon-episode-4\",\n        \"processed_at\": \"2022-10-01T01:23:45.000000Z\",\n        \"updated_at\": \"2022-10-01T01:23:40.000000Z\",\n        \"title\": \"My Cartoon: Episode 4\",\n        \"grouping_data\": [\n            {\n                \"id\": \"244673d5-b2dd-446a-5487-bc2dd57d3f4b\",\n                \"title\": \"Happy Playful Children Lifestyle Music with Bass, Drums and Sound Effects\",\n                \"tracks\": [\n                    123456789,\n                    234567890,\n                    345678901\n                ]\n            },\n            {\n                \"id\": \"344673d5-b2dd-446a-5487-bc2dd57d3f4b\",\n                \"title\": \"Tension Adventure Instrumentals with Percussion\",\n                \"tracks\": [\n                    456789123,\n                    567890234,\n                    678901345\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"2d1abdc9-a40e-40d1-8e87-8517803ab4f3"}],"id":"3ee71250-1700-40c4-8479-cf0c8c8027ea","_postman_id":"3ee71250-1700-40c4-8479-cf0c8c8027ea","description":""}],"id":"79e8a7bf-5a1c-4fa5-9325-76c4270c0d3e","description":"<p>You can retrieve groups from any endpoint that returns a collection (album, artist, playlist, project, custom tag) by providing a <code>groups</code> parameter with a value of <code>true</code>.</p>\n","_postman_id":"79e8a7bf-5a1c-4fa5-9325-76c4270c0d3e"},{"name":"Getting Recommendations","item":[{"name":"Suggest Tracks into Project","item":[{"name":"Suggest Tracks into Project by Group","id":"31f4086d-e1bc-480b-86c8-455f77d3f6ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"projectKey\",\n    \"group_id\": \"groupId\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/project/suggest/by-key","urlObject":{"path":["v1","project","suggest","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"df854608-60b8-40ea-bf4a-59473da15b2c","name":"Suggest Tracks into Project by Group","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"projectKey\",\n    \"group_id\": \"groupId\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/suggest/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 16 Dec 2022 21:44:45 GMT"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9998"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"05a13f53-4048-4128-94c3-5f665abc7297\",\n    \"tracks\": [\n        {\n            \"id\": 143405091,\n            \"id_client\": \"ZIK386#14\",\n            \"duration\": 210,\n            \"release_year\": 2013,\n            \"track_name\": \"Give Me (Instru)\",\n            \"tags\": [\n                \"ZIK\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        ...\n        {\n            \"id\": 142569672,\n            \"id_client\": \"NSPS226#45\",\n            \"duration\": 124,\n            \"release_year\": 2016,\n            \"track_name\": \"Siesta Sun\",\n            \"tags\": [\n                \"NSPS\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"31f4086d-e1bc-480b-86c8-455f77d3f6ff"}],"id":"ed625127-d196-4659-8af0-a9847ff1c75e","_postman_id":"ed625127-d196-4659-8af0-a9847ff1c75e","description":""},{"name":"Suggest Tracks into Playlist","item":[{"name":"Suggest Tracks into Playlist by Group","id":"f7455668-592b-4075-914d-68ab2be43019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"playlist.key\",\n    \"group_id\": \"groupId\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/playlist/suggest/by-key","urlObject":{"path":["v1","playlist","suggest","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"a80274b6-66c6-45a4-bd35-39b12a4b59ba","name":"Suggest Tracks into Playlist by Group","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"playlist.key\",\n    \"group_id\": \"groupId\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/playlist/suggest/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 16 Dec 2022 21:44:45 GMT"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9998"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"05a13f53-4048-4128-94c3-5f665abc7297\",\n    \"tracks\": [\n        {\n            \"id\": 143405091,\n            \"id_client\": \"ZIK386#14\",\n            \"duration\": 210,\n            \"release_year\": 2013,\n            \"track_name\": \"Give Me (Instru)\",\n            \"tags\": [\n                \"ZIK\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        ...\n        {\n            \"id\": 142569672,\n            \"id_client\": \"NSPS226#45\",\n            \"duration\": 124,\n            \"release_year\": 2016,\n            \"track_name\": \"Siesta Sun\",\n            \"tags\": [\n                \"NSPS\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"f7455668-592b-4075-914d-68ab2be43019"}],"id":"6b6e481e-f7cc-46f4-8c6b-58ee1877d37b","_postman_id":"6b6e481e-f7cc-46f4-8c6b-58ee1877d37b","description":""},{"name":"Search similar Artists by Group","item":[{"name":"Search similar Artists by Group","id":"98955ea7-2f7f-4d92-bde6-0ffff9571110","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"artistKey\",\n    \"group_id\": \"groupId\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/artists/similar/by-key","urlObject":{"path":["v1","artists","similar","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"62da49d0-359f-4704-b697-c27d0f99ad1a","name":"Search similar Artists by Group","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"artistKey\",\n    \"group_id\": \"groupId\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/artists/similar/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 16 Dec 2022 21:44:45 GMT"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9998"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"e627227d-65e7-42fd-9990-b617afba8321\",\n    \"collections\": [\n        {\n            \"id\": \"a7c18f40-f3bd-4403-b3d6-448f73861cff\",\n            \"key\": \"AB-CD116\",\n            \"processed_at\": \"2021-08-11T17:18:27.000000Z\",\n            \"title\": \"Light 'n' Easy\"\n        },\n        {\n            \"id\": \"c8c740b3-633d-4de6-a7f4-ead4c5986f12\",\n            \"key\": \"SFT188\",\n            \"processed_at\": \"2021-08-11T17:22:08.000000Z\",\n            \"title\": \"Halcyon Days\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"98955ea7-2f7f-4d92-bde6-0ffff9571110"}],"id":"21815289-daec-4091-8965-1cf6ce6a32ef","_postman_id":"21815289-daec-4091-8965-1cf6ce6a32ef","description":""},{"name":"Search similar Albums by Group","item":[{"name":"Search similar Albums by Group","id":"817b4698-f669-4474-9fae-f74e58ece2cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"albumKey\",\n    \"group_id\": \"groupId\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}"},"url":"https://api.aimsapi.com/v1/albums/similar/by-key","urlObject":{"path":["v1","albums","similar","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"4e961268-61f5-4112-867c-e15916037bfa","name":"Search similar Albums by Group","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"albumKey\",\n    \"group_id\": \"groupId\",\n\t\"page\": 1,\n\t\"page_size\": 20\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/albums/similar/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 16 Dec 2022 21:44:45 GMT"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9998"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"e627227d-65e7-42fd-9990-b617afba8321\",\n    \"collections\": [\n        {\n            \"id\": \"a7c18f40-f3bd-4403-b3d6-448f73861cff\",\n            \"key\": \"AB-CD116\",\n            \"processed_at\": \"2021-08-11T17:18:27.000000Z\",\n            \"title\": \"Light 'n' Easy\"\n        },\n        {\n            \"id\": \"c8c740b3-633d-4de6-a7f4-ead4c5986f12\",\n            \"key\": \"SFT188\",\n            \"processed_at\": \"2021-08-11T17:22:08.000000Z\",\n            \"title\": \"Halcyon Days\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"817b4698-f669-4474-9fae-f74e58ece2cd"}],"id":"d3889f8a-0f81-4220-b61d-4e8252166d9c","_postman_id":"d3889f8a-0f81-4220-b61d-4e8252166d9c","description":""}],"id":"c3b0a554-bd00-4340-9eac-34d6bfb2c314","description":"<p>To get recommendations or collections similar to a group, you need to provide the <code>group_id</code> parameter with an existing group ID. Please note that group IDs are generated (you can't choose them) and change every time you add or remove tracks to and from a collection.</p>\n","_postman_id":"c3b0a554-bd00-4340-9eac-34d6bfb2c314"},{"name":"Filtering","item":[{"name":"Suggest Tracks into Project/Playlist by Group (with filters)","item":[{"name":"Suggest Tracks into Project/Playlist by Group","id":"fa356c84-08b0-4d93-9bbc-359714a4cc35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"{{projectKey}}\",\n    \"group_id\": \"{{groupId}}\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 150\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"lte\",\n\t\t\t\t\"value\": 160\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"neq\",\n\t\t\t\t\"value\": 2016\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 1992\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"lte\",\n\t\t\t\t\"value\": 2022\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"genres\",\n\t\t\t\t\"operator\": \"empty\",\n\t\t\t\t\"value\": null\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"instruments\",\n\t\t\t\t\"operator\": \"not-contains\",\n\t\t\t\t\"value\": \"flute\"\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/project/suggest/by-key","description":"<p>You can choose between collection types: project / playlist by changing the URL path.</p>\n<p>I.e.:<br /><code>/v1/project/suggest/by-key</code></p>\n<p><code>/v1/playlist/suggest/by-key</code></p>\n","urlObject":{"path":["v1","project","suggest","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"5b27ee1c-7621-4172-87fd-aa006ea1ff6f","name":"Suggest Tracks into Project/Playlist by Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"{{projectKey}}\",\n    \"group_id\": \"{{groupId}}\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 150\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"duration\",\n\t\t\t\t\"operator\": \"lte\",\n\t\t\t\t\"value\": 160\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"neq\",\n\t\t\t\t\"value\": 2016\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"gte\",\n\t\t\t\t\"value\": 1992\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"release_year\",\n\t\t\t\t\"operator\": \"lte\",\n\t\t\t\t\"value\": 2022\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"genres\",\n\t\t\t\t\"operator\": \"empty\",\n\t\t\t\t\"value\": null\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"instruments\",\n\t\t\t\t\"operator\": \"not-contains\",\n\t\t\t\t\"value\": \"flute\"\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/project/suggest/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 16 Dec 2022 21:44:45 GMT"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9998"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"05a13f53-4048-4128-94c3-5f665abc7297\",\n    \"tracks\": [\n        {\n            \"id\": 143405091,\n            \"id_client\": \"ZIK386#14\",\n            \"duration\": 210,\n            \"release_year\": 2013,\n            \"track_name\": \"Give Me (Instru)\",\n            \"tags\": [\n                \"ZIK\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        },\n        ...\n        {\n            \"id\": 142569672,\n            \"id_client\": \"NSPS226#45\",\n            \"duration\": 124,\n            \"release_year\": 2016,\n            \"track_name\": \"Siesta Sun\",\n            \"tags\": [\n                \"NSPS\"\n            ],\n            \"processed_at\": \"2020-02-28T10:56:51.000000Z\",\n            \"process_input_error\": null,\n            \"store_secret\": null\n        }\n    ]\n}"}],"_postman_id":"fa356c84-08b0-4d93-9bbc-359714a4cc35"}],"id":"abff2550-f0b0-4604-bdec-59f2c2b21e13","_postman_id":"abff2550-f0b0-4604-bdec-59f2c2b21e13","description":""},{"name":"Search similar Artists/Albums by Group (with filters)","item":[{"name":"Search similar Artists/Albums by Group (with filters)","id":"742ef6e8-ca1c-444f-ab1b-f4906da7c2c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"artistKey\",\n    \"group_id\": \"groupId\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"empty\",\n\t\t\t\t\"value\": null\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"contains\",\n\t\t\t\t\"value\": \"something\"\n\t\t\t}\n\t\t]\n\t}\n}"},"url":"https://api.aimsapi.com/v1/artists/similar/by-key","description":"<p>You can choose between collection types: albums / artists by changing the URL path.</p>\n<p>I.e.:<br /><code>/v1/artists/similar/by-key</code></p>\n<p><code>/v1/albums/similar/by-key</code></p>\n","urlObject":{"path":["v1","artists","similar","by-key"],"host":["https://api.aimsapi.com"],"query":[],"variable":[]}},"response":[{"id":"5f3a7ee7-d1ef-488e-aadf-6a97da9961db","name":"Search similar Artists/Albums by Group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"},{"key":"Authorization","value":"123abc"}],"body":{"mode":"raw","raw":"{\n\t\"key\": \"artistKey\",\n    \"group_id\": \"groupId\",\n\t\"page\": 1,\n\t\"page_size\": 20,\n    \"filter\": {\n\t\t\"logic\": \"and\",\n\t\t\"conditions\": [\n            {\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"empty\",\n\t\t\t\t\"value\": null\n\t\t\t},\n            {\n\t\t\t\t\"field\": \"title\",\n\t\t\t\t\"operator\": \"contains\",\n\t\t\t\t\"value\": \"something\"\n\t\t\t}\n\t\t]\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.aimsapi.com/v1/artists/similar/by-key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Access-Control-Allow-Origin, Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Audio-Length, X-Hash"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 16 Dec 2022 21:44:45 GMT"},{"key":"X-Ratelimit-Limit","value":"10000"},{"key":"X-Ratelimit-Remaining","value":"9998"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"query_id\": \"e627227d-65e7-42fd-9990-b617afba8321\",\n    \"collections\": [\n        {\n            \"id\": \"a7c18f40-f3bd-4403-b3d6-448f73861cff\",\n            \"key\": \"AB-CD116\",\n            \"processed_at\": \"2021-08-11T17:18:27.000000Z\",\n            \"title\": \"Something easy\"\n        },\n        {\n            \"id\": \"c8c740b3-633d-4de6-a7f4-ead4c5986f12\",\n            \"key\": \"SFT188\",\n            \"processed_at\": \"2021-08-11T17:22:08.000000Z\",\n            \"title\": \"Halcyon Something\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"742ef6e8-ca1c-444f-ab1b-f4906da7c2c1"}],"id":"437e38d6-626a-49fc-9e82-b7c7fa090ae5","_postman_id":"437e38d6-626a-49fc-9e82-b7c7fa090ae5","description":""}],"id":"35b65439-d6e9-458a-a80d-ed92ff475760","_postman_id":"35b65439-d6e9-458a-a80d-ed92ff475760","description":""}],"id":"70957a0d-020c-4a4c-9c69-026dea38bdb8","description":"<p>The grouping functionality sorts tracks in your collections (<a href=\"https://docs.aimsapi.com/#e4a21fea-362e-4cc2-9ab7-637c35c7b22c\">albums</a>, <a href=\"https://docs.aimsapi.com/#5b11db52-3113-43eb-b575-fc7aac30117c\">artists</a>, playlists, <a href=\"https://docs.aimsapi.com/#b1771f41-801c-436c-a76e-15e32d8893e7\">projects</a>, <a href=\"https://docs.aimsapi.com/#78a577b5-a292-4212-aa8a-69cf97c94010\">custom tags</a>) into groups and allows you to get suggestions for those groups.</p>\n<p>For example, imagine you have a project with music for an episode of a children's cartoon show. You have several tracks in the project. Some might be playful and fast, while others might be tensive and slow, or even menacing. If you ask AIMS for <a href=\"https://docs.aimsapi.com/#bc6c643d-4cd8-429a-89e8-c606cbcb70ca\">suggestions for the whole project</a>, the suggestions will take both types of tracks into account, and you'll be provided with suggestions that try to satisfy both fast, playful and slow tensive tracks, which might not give desired results. With grouping, AIMS will automatically sort your tracks into groups (in this case, they might be called \"Happy Playful Children Lifestyle Music with Bass, Drums and Sound Effects\" and \"Tension Adventure Instrumentals with Percussion\"), and you can get separate suggestions for each group.</p>\n<p><strong>Please note that this functionality needs to be enabled on your account before you can use it.</strong></p>\n<p>The examples below are based on <a href=\"https://docs.aimsapi.com/#b1771f41-801c-436c-a76e-15e32d8893e7\">projects</a>, but the same requests can be issued for <a href=\"https://docs.aimsapi.com/#e4a21fea-362e-4cc2-9ab7-637c35c7b22c\">albums</a>, <a href=\"https://docs.aimsapi.com/#5b11db52-3113-43eb-b575-fc7aac30117c\">artists</a>, playlists and <a href=\"https://docs.aimsapi.com/#78a577b5-a292-4212-aa8a-69cf97c94010\">custom tags</a>.</p>\n","_postman_id":"70957a0d-020c-4a4c-9c69-026dea38bdb8"}],"id":"a352822a-e0f8-4f03-858a-3e131aacec8f","event":[{"listen":"prerequest","script":{"id":"a40e7446-6c3d-4732-8391-8dedccede519","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a13fba67-ae28-46e5-86cf-d6df68b8336e","type":"text/javascript","exec":[""]}}],"_postman_id":"a352822a-e0f8-4f03-858a-3e131aacec8f","description":""}],"id":"408a272f-97b7-445d-8e7d-f48c308bafdb","_postman_id":"408a272f-97b7-445d-8e7d-f48c308bafdb","description":""},{"name":"FAQ","item":[],"id":"333355b7-f86d-4961-9af2-7f3bf19a9020","description":"<h4 id=\"can-we-test-aims-api-integration-on-some-dummy-account\">Can we test AIMS API integration on some dummy account?</h4>\n<p>Yes, please contact us. We'll grant you access to the \"Playground account\".</p>\n<h4 id=\"can-we-use-aims-api-directly-from-the-front-end-of-our-application\">Can we use AIMS API directly from the front-end of our application?</h4>\n<p>Yes, <a href=\"https://docs.aimsapi.com/#40d5d52c-5b59-4569-8070-459e405a4a30\">search</a> requests and <a href=\"https://docs.aimsapi.com/#6a190643-14aa-4dbf-b591-ab4e3f3627a2\">feedback</a> requests support one-off <a href=\"https://docs.aimsapi.com/#e2108864-0526-48b0-9263-f9a892b9166c\">token authentication</a>, which is suitable for front-end usage. <strong>You should never use your API key on the front-end.</strong></p>\n<h4 id=\"do-you-provide-some-ui-packagelibrary-that-we-can-integrate-into-our-front-end\">Do you provide some UI package/library that we can integrate into our front-end?</h4>\n<p>No, there's currently no such package. We can provide you with access to our demo application which showcases the best practices, and we can share code samples from the demo application.</p>\n<h4 id=\"what-library-do-you-use-to-handle-waveforms-in-your-demo-application\">What library do you use to handle waveforms in your demo application?</h4>\n<p>We use <a href=\"https://github.com/bbc/peaks.js/\">Peaks.js</a> (there's also a compatible back-end solution called <a href=\"https://github.com/bbc/audiowaveform\">Audiowaveform</a>).</p>\n<h4 id=\"can-we-get-some-similarity-score-from-aims-api\">Can we get some \"similarity score\" from AIMS API?</h4>\n<p>No, there's no such functionality at the moment.</p>\n<h4 id=\"the-add-track-endpoint-requires-some-metadata-fields-what-for-do-you-need-the-metadata\">The add track endpoint requires some metadata fields. What for do you need the metadata?</h4>\n<p>Metadata do not affect the similarity algorithm itself. You can use the metadata for <a href=\"https://docs.aimsapi.com/#8a9b8226-91d5-447f-a4e0-7681e01e85c1\">filtering</a> using the AIMS API. If you're running queries directly from the front-end, you might also want to render the results instantly. Having some human-readable metadata in the search response also makes it easier to validate the integration on both your and our end.</p>\n<h4 id=\"are-all-metadata-fields-required\">Are all metadata fields required?</h4>\n<p>No. Some metadata fields are required by default when <a href=\"https://docs.aimsapi.com/#6cb9163b-adcf-496b-8276-3a4dd1b975e6\">adding tracks</a> and are described in the <a href=\"https://docs.aimsapi.com/#6cb9163b-adcf-496b-8276-3a4dd1b975e6\">add track</a> endpoint. Those are defaults that can be set differently for your account - contact us if you need other settings.</p>\n<h4 id=\"what-can-we-use-as-an-id\">What can we use as an ID?</h4>\n<p>You can use any string value shorter than 256 characters. The value needs to be unique.</p>\n<h4 id=\"how-are-the-results-sorted\">How are the results sorted?</h4>\n<p>Results are always sorted by similarity descending. The most similar result is always first.</p>\n<h4 id=\"can-we-use-get-auto-tagging-tags-through-the-similarity-search-api-this-api\">Can we use get auto-tagging tags through the similarity search API (this API)?</h4>\n<p>Yes. As long as you want to have all your tracks tagged (i.e. not only a subset of them), you don't need to integrate the auto-tagging API separately. We can connect the APIs and you receive the tags in the same webhook response that you process when a track is ready in AIMS API.</p>\n<h4 id=\"why-do-multiple-artists-on-a-single-track-create-a-new-artist-collection-for-each-combination\">Why do multiple artists on a single track create a new “artist” collection for each combination?</h4>\n<p>This is intentional. The similarities are calculated based on the audio only, and different combinations of artists can change the audio characteristics significantly. For example, the solo tracks of Glen Hansard and Markéta Irglová are very different (most prominently in vocal type, of course), but they also perform together. If the tracks they created together were added to each of their own “artist” collection, they would skew the results. Therefore there are three collections in AIMS in this case: “Glen Hansard (glen-hansard)”, “Markéta Irglová (irglova-marketa)”, and “Glen Hansard, Markéta Irglová (glen-hansard-irglova-marketa)”, each reflecting the specific audio characteristic of them performing separate or together.</p>\n<h4 id=\"how-do-i-get-the-key-for-artist-collections\">How do I get the key for “artist” collections?</h4>\n<p>For albums, there are simple album codes; for projects, playlists and custom tags, you can select the key ad-hoc, but for artists, we need to do some normalisations to ensure we group the tracks as well as possible (e.g. normalising all of these: “Simon and Garfunkel”, “Simon, Garfunkel, “simon &amp; garfunkel”, “garfunkel, simon”, etc. to “garfunkel-simon”). Therefore, the key is created by AIMS. You can get the key when adding a track to AIMS. If you use the <code>detailed=true</code> parameter (i.e. <code>https://api.aimsapi.com/v1/tracks?detailed=true</code> when sending the add-track request), the response will contain (apart from other extra fields) a field called <code>artist_canonical</code>. This is the corresponding key of the “artist” collection. Depending on your use case, you might want to store this canonical with the artist or track objects/entities on your end.</p>\n","_postman_id":"333355b7-f86d-4961-9af2-7f3bf19a9020"},{"name":"Common pitfalls","item":[],"id":"6caa9785-e617-4b31-a1e9-50bf05de9af5","description":"<h4 id=\"multipart-requests-with-front-end-frameworks\">Multipart requests with front-end frameworks</h4>\n<p>If you're using Angular or Ember (and possibly other JS FE frameworks) to upload files to AIMS, be aware of a need to set the content-type header to <code>undefined</code> to allow the HTTP client to generate the correct multipart boundary.</p>\n<h4 id=\"verifying-the-integration\">Verifying the integration</h4>\n<p>When you finish integrating AIMS API, we will do an integration test to compare your site results with results coming directly from AIMS API. You can do the same using tools like <a href=\"https://www.postman.com/downloads/\">Postman</a> or <a href=\"https://insomnia.rest/download\">Insomnia</a> - you perform a search request on your site, the same request from the tool, and then compare the results.</p>\n<h4 id=\"using-wrong-time_offset-and-time_limit-parameters\">Using wrong <code>time_offset</code> and <code>time_limit</code> parameters</h4>\n<p>If you provide <code>time_offset</code> and <code>time_limit</code>, which selects a part outside the track (e.g. 0:30-1:30 for a track only 0:20 long), the request will fail since there's no audio in the specified range. In general, you shouldn't provide <code>time_offset</code> and <code>time_limit</code> unless you know the length of the track. AIMS will use 0:30-1:30 by default (or up to the last 60 seconds if the track is shorter) if you don't provide any <code>time_offset</code> and <code>time_limit</code>.</p>\n","_postman_id":"6caa9785-e617-4b31-a1e9-50bf05de9af5"}],"event":[{"listen":"prerequest","script":{"id":"c5d21127-7c0c-4e81-80c2-6cd1622d1e7e","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"3f4ae5f2-7ff7-4ad5-b07d-2f959a805a77","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"api_secret","value":"123abc"},{"key":"host","value":"https://api.aimsapi.com"},{"key":"album.key","value":"albumKey"},{"key":"album.id","value":"albumId"},{"key":"artist.key","value":"artistKey"},{"key":"artist.id","value":"artistId"},{"key":"project.key","value":"projectKey"},{"key":"project.id","value":"project.id"},{"key":"playlist.key","value":"playlist.key"},{"key":"playlist.id","value":"playlistId"},{"key":"group.id","value":"groupId"},{"key":"user_id","value":"userId"},{"key":"videoHash","value":"c09bbf7a42e063e2e1fd4b9b9eac89c4"},{"key":"project.id.2","value":"projectId2"},{"key":"project.id.3","value":"projectId3"},{"key":"project.id.4","value":"projectId4"},{"key":"project.id.5","value":"projectId5"},{"key":"project.key.1","value":"projectKey1"},{"key":"project.key.2","value":"projectKey2"},{"key":"project.key.3","value":"projectKey3"},{"key":"space.id","value":"space.id"},{"key":"spaceProject1","value":"project.id"},{"key":"spaceProject2","value":"project.id2"},{"key":"spaceProject3","value":"project.id3"},{"key":"baseUrl","value":"https://api.aimsapi.com"}]}