Loading...
PlaylistAI - Music Playlist Maker

PlaylistAI - Music Playlist Maker

0 1
0.0
( None Rating )
25K Action
Browsing DALLE•E Data Analysis

About PlaylistAI - Music Playlist Maker

Connect your Spotify, Apple Music, Amazon Music, or Deezer account to create music playlists in your library.

Information

  • GPTs Creator Brett Bauman
  • Categories Lifestyle
  • GPT Updated June 02,2024
  • Updated June 03,2024

Capabilities

  • Browsing Real-Time Retrieval
  • DALLE•E Image Creation
  • Code Interpreter Data Analysis

Share recipient

  • OpenAI‘s GPT Store Public

Timeline

PlaylistAI - Music Playlist Maker
PlaylistAI - Music Playlist Maker

By Brett Bauman

PlaylistAI - Music Playlist Maker is inactive right now!

4.0
Ratings (754)
Lifestyle
Category
25K+
Conversations
Try Alternatives
Create a workout playlist for me.
I need a relaxing playlist for reading.
Can you make a playlist for a road trip?
Use DALL·E to make a cover image for my playlist.
Message ChatGPT

What Can PlaylistAI - Music Playlist Maker Do with ChatGPT?

This Gpts for Spotify users can create and manage personalized playlists with ease.

1. Function Calls
Field Value
action_id g-047e0788ec5cf8fd57afa888dc9efdd03a18d032
domain spotify.playlistai.app
json_schema {"openapi"=>"3.0.0", "info"=>{"title"=>"PlaylistAI for Spotify", "version"=>"1.0.0"}, "servers"=>[{"url"=>"https://spotify.playlistai.app"}], "paths"=>{"/api/playlist"=>{"post"=>{"summary"=>"Create a Spotify playlist", "operationId"=>"createPost", "x-openai-isConsequential"=>false, "description"=>"Endpoint to create a playlist based on provided song names and title.", "requestBody"=>{"description"=>"Song names and title to create a playlist", "required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"songNames"=>{"type"=>"string", "description"=>"Comma separated list of song and artist names in this format: - "}, "title"=>{"type"=>"string", "description"=>"A suggested title for the playlist"}, "playlistPrompt"=>{"type"=>"string", "description"=>"A copy of the prompt the user entered to create the playlist"}}, "required"=>["songNames", "title", "playlistPrompt"]}}}}, "responses"=>{"200"=>{"description"=>"The new playlist url", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"playlistUrl"=>{"type"=>"string", "description"=>"The url of the playlist"}}}}}}, "429"=>{"description"=>"The user exceeded the number of playlists that they can create for free. Read them the paymentUrl", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"paymentUrl"=>{"type"=>"string", "description"=>"The url to go to to purchase unlimited playlists"}, "supportEmail"=>{"type"=>"string", "description"=>"The support email that the user can contact for help or questions"}, "message"=>{"type"=>"string", "description"=>"A message that should be read to the user"}}}}}}}}}, "/api/playlist/songs"=>{"get"=>{"summary"=>"Get songs from a Spotify playlist", "operationId"=>"getSongs", "description"=>"Retrieve songs from a given Spotify playlist URL.", "parameters"=>[{"name"=>"url", "in"=>"query", "description"=>"URL to a playlist on the Spotify platform.", "required"=>true, "schema"=>{"type"=>"string", "format"=>"uri"}}], "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"songs"=>{"type"=>"array", "items"=>{"type"=>"string", "description"=>"Song in the format of - "}}}}}}}, "404"=>{"description"=>"Playlist not found", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"error"=>{"type"=>"string", "description"=>"Error message indicating the playlist was not found."}}}}}}}}}, "/api/user/playlists"=>{"get"=>{"summary"=>"Fetches the playlists for the current user on Spotify and returns the playlist name and link for each playlist.", "description"=>"Fetches the playlists for the current user on Spotify and returns the playlist name and link for each playlist.", "operationId"=>"getUsersPlaylists", "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"name"=>{"type"=>"string", "description"=>"Name of the playlist"}, "link"=>{"type"=>"string", "description"=>"Link to the playlist on Spotify"}}}}}}}, "500"=>{"description"=>"Internal server error"}}}}, "/api/user/subscription"=>{"get"=>{"summary"=>"Fetches a URL to manage or cancel the user's subscription to PlaylistAI", "operationId"=>"manageSubscription", "responses"=>{"200"=>{"description"=>"Successful operation", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"message"=>{"type"=>"string", "description"=>"A message about managing the subscription"}, "billingPortalURL"=>{"type"=>"string", "format"=>"uri", "description"=>"A URL that the user can go to to manage their subscription"}, "customerSupportEmail"=>{"type"=>"string", "format"=>"email", "description"=>"An email address to contact if you need further help"}}, "required"=>["message", "billingPortalURL", "customerSupportEmail"]}}}}}}}, "/api/playlist/add"=>{"post"=>{"summary"=>"Add songs to a Spotify playlist", "description"=>"Adds specified songs to a Spotify playlist based on the provided playlist URL and song names.", "operationId"=>"playlistAdd", "x-openai-isConsequential"=>false, "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"playlistUrl"=>{"type"=>"string", "description"=>"A URL to the playlist to update"}, "songNames"=>{"type"=>"array", "items"=>{"type"=>"string"}, "description"=>"Names of the songs to add in this format \" - \""}}, "required"=>["playlistUrl", "songNames"]}}}}, "responses"=>{"200"=>{"description"=>"Songs added successfully", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"playlistUrl"=>{"type"=>"string"}}}}}}}}}, "/api/playlist/remove"=>{"post"=>{"summary"=>"Removes songs from a Spotify playlist", "operationId"=>"playlistRemove", "x-openai-isConsequential"=>false, "description"=>"Removes specified songs from a Spotify playlist based on the provided playlist URL and song names.", "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"playlistUrl"=>{"type"=>"string", "description"=>"A URL to the playlist to update"}, "songNames"=>{"type"=>"array", "items"=>{"type"=>"string"}, "description"=>"Names of the songs to remove in this format \" - \""}}, "required"=>["playlistUrl", "songNames"]}}}}, "responses"=>{"200"=>{"description"=>"Songs removed successfully", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"playlistUrl"=>{"type"=>"string"}}}}}}}}}}}
auth {"type":"oauth","instructions":"","client_url":"https://spotify.playlistai.app/authorize","scope":"playlist-modify-public user-read-email","authorization_url":"https://spotify.playlistai.app/token","authorization_content_type":"application/x-www-form-urlencoded","verification_tokens":{},"pkce_required":false,"token_exchange_method":"default_post"}
privacy_policy_url https://spotify.playlistai.app/legal
2. Function Calls
Field Value
action_id g-d90617cad6aa946b5402ab4a6c9753923f10c7cb
domain amazon.playlistai.app
json_schema {"openapi"=>"3.0.0", "info"=>{"title"=>"PlaylistAI for Amazon Music", "version"=>"1.0.0"}, "servers"=>[{"url"=>"https://amazon.playlistai.app"}], "paths"=>{"/api/playlist"=>{"post"=>{"summary"=>"Create an Amazon Music playlist", "operationId"=>"createPost", "description"=>"Endpoint to create a playlist based on provided song names and title.", "x-openai-isConsequential"=>false, "requestBody"=>{"description"=>"Song names and title to create a playlist", "required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"songNames"=>{"type"=>"string", "description"=>"Comma separated list of song and artist names in this format: - "}, "title"=>{"type"=>"string", "description"=>"A suggested title for the playlist"}, "playlistPrompt"=>{"type"=>"string", "description"=>"A copy of the prompt the user entered to create the playlist"}}, "required"=>["songNames", "title", "playlistPrompt"]}}}}, "responses"=>{"200"=>{"description"=>"The new playlist url", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"playlistUrl"=>{"type"=>"string", "description"=>"The url of the playlist"}}}}}}, "429"=>{"description"=>"The user exceeded the number of playlists that they can create for free. Read them the paymentUrl", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"paymentUrl"=>{"type"=>"string", "description"=>"The url to go to to purchase unlimited playlists"}, "supportEmail"=>{"type"=>"string", "description"=>"The support email that the user can contact for help or questions"}, "message"=>{"type"=>"string", "description"=>"A message that should be read to the user"}}}}}}}}}, "/api/playlist/songs"=>{"get"=>{"summary"=>"Get songs from an Amazon Music playlist", "operationId"=>"getSongs", "description"=>"Retrieve songs from a given Amazon Music playlist URL.", "parameters"=>[{"name"=>"url", "in"=>"query", "description"=>"URL to a playlist on the Amazon Music platform.", "required"=>true, "schema"=>{"type"=>"string", "format"=>"uri"}}], "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"songs"=>{"type"=>"array", "items"=>{"type"=>"string", "description"=>"Song in the format of - "}}}}}}}, "404"=>{"description"=>"Playlist not found", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"error"=>{"type"=>"string", "description"=>"Error message indicating the playlist was not found."}}}}}}}}}, "/api/user/playlists"=>{"get"=>{"summary"=>"Fetches the playlists for the current user on Amazon Music and returns the playlist name and link for each playlist.", "description"=>"Fetches the playlists for the current user on Amazon Music and returns the playlist name and link for each playlist.", "operationId"=>"getUsersPlaylists", "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"name"=>{"type"=>"string", "description"=>"Name of the playlist"}, "link"=>{"type"=>"string", "description"=>"Link to the playlist on Amazon Music"}}}}}}}, "500"=>{"description"=>"Internal server error"}}}}, "/api/user/subscription"=>{"get"=>{"summary"=>"Fetches a URL to manage or cancel the user's subscription to PlaylistAI", "operationId"=>"manageSubscription", "responses"=>{"200"=>{"description"=>"Successful operation", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"message"=>{"type"=>"string", "description"=>"A message about managing the subscription"}, "billingPortalURL"=>{"type"=>"string", "format"=>"uri", "description"=>"A URL that the user can go to to manage their subscription"}, "customerSupportEmail"=>{"type"=>"string", "format"=>"email", "description"=>"An email address to contact if you need further help"}}, "required"=>["message", "billingPortalURL", "customerSupportEmail"]}}}}}}}}}
auth {"type":"oauth","instructions":"","client_url":"https://amazon.playlistai.app/api/authorize","scope":"profile","authorization_url":"https://amazon.playlistai.app/token","authorization_content_type":"application/x-www-form-urlencoded","verification_tokens":{},"pkce_required":false,"token_exchange_method":"default_post"}
privacy_policy_url https://amazon.playlistai.app/legal
3. Function Calls
Field Value
action_id g-3e0620c50b175689e1bddab4be822989eec41ce4
domain deezer.playlistai.app
json_schema {"openapi"=>"3.0.0", "info"=>{"title"=>"PlaylistAI for Deezer", "version"=>"1.0.0"}, "servers"=>[{"url"=>"https://deezer.playlistai.app"}], "paths"=>{"/api/playlist"=>{"post"=>{"summary"=>"Create a deezer music playlist", "operationId"=>"createPost", "description"=>"Endpoint to create a playlist based on provided song names and title.", "requestBody"=>{"description"=>"Song names and title to create a playlist", "required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"songNames"=>{"type"=>"string", "description"=>"Comma separated list of song and artist names in this format: - "}, "title"=>{"type"=>"string", "description"=>"A suggested title for the playlist"}, "playlistPrompt"=>{"type"=>"string", "description"=>"A copy of the prompt the user entered to create the playlist"}}, "required"=>["songNames", "title", "playlistPrompt"]}}}}, "responses"=>{"200"=>{"description"=>"The new playlist url", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"playlistUrl"=>{"type"=>"string", "description"=>"The url of the playlist"}}}}}}, "429"=>{"description"=>"The user exceeded the number of playlists that they can create for free. Read them the paymentUrl", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"paymentUrl"=>{"type"=>"string", "description"=>"The url to go to to purchase unlimited playlists"}, "supportEmail"=>{"type"=>"string", "description"=>"The support email that the user can contact for help or questions"}, "message"=>{"type"=>"string", "description"=>"A message that should be read to the user"}}}}}}}}}, "/api/playlist/songs"=>{"get"=>{"summary"=>"Get songs from a Deezer playlist", "operationId"=>"getSongs", "description"=>"Retrieve songs from a given Deezer playlist URL.", "parameters"=>[{"name"=>"url", "in"=>"query", "description"=>"URL to a playlist on the Deezer platform.", "required"=>true, "schema"=>{"type"=>"string", "format"=>"uri"}}], "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"songs"=>{"type"=>"array", "items"=>{"type"=>"string", "description"=>"Song in the format of - "}}}}}}}, "404"=>{"description"=>"Playlist not found", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"error"=>{"type"=>"string", "description"=>"Error message indicating the playlist was not found."}}}}}}}}}, "/api/user/playlists"=>{"get"=>{"summary"=>"Fetches the playlists for the current user on Deezer and returns the playlist name and link for each playlist.", "description"=>"Fetches the playlists for the current user on Deezer and returns the playlist name and link for each playlist.", "operationId"=>"getUsersPlaylists", "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"name"=>{"type"=>"string", "description"=>"Name of the playlist"}, "link"=>{"type"=>"string", "description"=>"Link to the playlist on Deezer"}}}}}}}, "500"=>{"description"=>"Internal server error"}}}}, "/api/user/subscription"=>{"get"=>{"summary"=>"Fetches a URL to manage or cancel the user's subscription to PlaylistAI", "operationId"=>"manageSubscription", "responses"=>{"200"=>{"description"=>"Successful operation", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"message"=>{"type"=>"string", "description"=>"A message about managing the subscription"}, "billingPortalURL"=>{"type"=>"string", "format"=>"uri", "description"=>"A URL that the user can go to to manage their subscription"}, "customerSupportEmail"=>{"type"=>"string", "format"=>"email", "description"=>"An email address to contact if you need further help"}}, "required"=>["message", "billingPortalURL", "customerSupportEmail"]}}}}}}}}}
auth {"type":"oauth","instructions":"","client_url":"https://deezer.playlistai.app/api/authorize","scope":"basic_access email offline_access manage_library","authorization_url":"https://deezer.playlistai.app/api/token","authorization_content_type":"application/x-www-form-urlencoded","verification_tokens":{},"pkce_required":false,"token_exchange_method":"default_post"}
privacy_policy_url https://deezer.playlistai.app/legal
4. Function Calls
Field Value
action_id g-c0ed8a52dd15634c6b6897decd000d67b07d88be
domain apple.playlistai.app
json_schema {"openapi"=>"3.0.0", "info"=>{"title"=>"PlaylistAI for Apple Music", "version"=>"1.0.0"}, "servers"=>[{"url"=>"https://apple.playlistai.app"}], "paths"=>{"/api/playlist"=>{"post"=>{"summary"=>"Create a Apple music playlist", "operationId"=>"createPost", "description"=>"Endpoint to create a playlist based on provided song names and title.", "requestBody"=>{"description"=>"Song names and title to create a playlist", "required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"songNames"=>{"type"=>"string", "description"=>"Comma separated list of song and artist names in this format: - "}, "title"=>{"type"=>"string", "description"=>"A suggested title for the playlist"}, "playlistPrompt"=>{"type"=>"string", "description"=>"A copy of the prompt the user entered to create the playlist"}}, "required"=>["songNames", "title", "playlistPrompt"]}}}}, "responses"=>{"200"=>{"description"=>"The playlist was successfully created in the user's Apple Music account. They have to go to their Apple Music playlists to listen to it.", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"playlistName"=>{"type"=>"string", "description"=>"The name of the new playlist in the user's Apple Music Library."}}}}}}, "403"=>{"description"=>"The user needs to visit the authorization url to grant Apple Music permissions before making a playlist", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"authorizationUrl"=>{"type"=>"string", "description"=>"The url for the user to visit to grant Apple Music Permissions"}, "message"=>{"type"=>"string", "description"=>"A message giving context about the error"}}}}}}, "429"=>{"description"=>"The user exceeded the number of playlists that they can create for free. Read them the paymentUrl", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"paymentUrl"=>{"type"=>"string", "description"=>"The url to go to to purchase unlimited playlists"}, "supportEmail"=>{"type"=>"string", "description"=>"The support email that the user can contact for help or questions"}, "message"=>{"type"=>"string", "description"=>"A message that should be read to the user"}}}}}}}}}, "/api/playlist/songs"=>{"get"=>{"summary"=>"Get songs from a Apple Music playlist", "operationId"=>"getSongs", "description"=>"Retrieve songs from a given Apple Music playlist URL.", "parameters"=>[{"name"=>"url", "in"=>"query", "description"=>"URL to a playlist on the Apple Music platform.", "required"=>true, "schema"=>{"type"=>"string", "format"=>"uri"}}], "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"songs"=>{"type"=>"array", "items"=>{"type"=>"string", "description"=>"Song in the format of - "}}}}}}}, "404"=>{"description"=>"Playlist not found", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"error"=>{"type"=>"string", "description"=>"Error message indicating the playlist was not found."}}}}}}}}}, "/api/user/subscription"=>{"get"=>{"summary"=>"Fetches a URL to manage or cancel the user's subscription to PlaylistAI", "operationId"=>"manageSubscription", "responses"=>{"200"=>{"description"=>"Successful operation", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"message"=>{"type"=>"string", "description"=>"A message about managing the subscription"}, "billingPortalURL"=>{"type"=>"string", "format"=>"uri", "description"=>"A URL that the user can go to to manage their subscription"}, "customerSupportEmail"=>{"type"=>"string", "format"=>"email", "description"=>"An email address to contact if you need further help"}}, "required"=>["message", "billingPortalURL", "customerSupportEmail"]}}}}}}}}}
auth {"type":"oauth","instructions":"","client_url":"https://apple.playlistai.app/api/authorize","scope":"email","authorization_url":"https://apple.playlistai.app/api/token","authorization_content_type":"application/x-www-form-urlencoded","verification_tokens":{},"pkce_required":false,"token_exchange_method":"default_post"}
privacy_policy_url https://apple.playlistai.app/legal
Capabilitiy Function Tools
Web Browsing Real-Time Access and search the internet for information, articles, and data. Browser
DALLE•E Generate unique images based on textual descriptions provided. Dalle
Code Interpreter / Data Analysis Execute Python code for automation, calculations, and data analysis. Python

FAQs

Currently, this GPTs is not free and is available exclusively to ChatGPT Plus users.

Yes, besides requiring a ChatGPT Plus membership, if you use the GPT-4 model (with DALL·E, browsing, and data analysis), the limit is 25 'GPTs' messages / 3 hours, More limited than normal 40 GPT4 responses per 3 hours, 

The enterprise version of ChatGPT is,  100 GPT-4 messages per 3 hours.

PlaylistAI - Music Playlist Maker is publicly available in the upcoming OpenAI's GPT Store, making it widely accessible to anyone interested in using this advanced ChatGPT.

PlaylistAI - Music Playlist Maker is owned by Brett Bauman, who has also created 3 other GPTs, namely PlaylistAI for Apple Music, Landing Page Roaster.

no, we found no file uploaded. You can check the function section to see if there are other unique features. If not, this GPTs is just a simple prompt engineering, and its knowledge base is synchronized with the general ChatGPT, latest training up to April 2023.

No, only Brett Bauman can edit this GPTs. They can configure and update GPTs through GPT Builder at https://chat.openai.com/gpts/editor/g-KkxbQAVuk. The last modification date of PlaylistAI - Music Playlist Maker was 2024-06-02 18:28:37 UTC.

Yes, conversations with PlaylistAI - Music Playlist Maker will be recorded. OpenAI keeps these records, and you can share your conversations via a link. Refer to OpenAI's user privacy and data security policies for more information.

Yes, if Brett Bauman selected "Use conversation data in your GPT to improve our models" (in the GPTs Configure pages of Additional Settings), it means your conversations will be used for training and will influence this GPT AI agent.

PlaylistAI - Music Playlist Maker reviews

0.0
( None Rating )

Similar GPTs

PlaylistAI for Apple Music
PlaylistAI for Apple Music
by Brett Bauman
Connect your Apple Music account and create playlists for any prompt. Not affiliated with Apple Music.
200
Playlist AI
Playlist AI
by 9.tapgpts.com
I craft personalized Spotify playlists tailored to your mood and preferences.
20
Playlist.AI
Playlist.AI
by Christopher Colicino
Creates playlists with YouTube links
20
PlaylistAI
PlaylistAI
by Andres Vela
Music Playlist Creator with vibrant profile pic
30

Top