mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #471] OpenAPI spec? #349
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#349
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rcourtna on GitHub (Nov 11, 2023).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/471
Is your feature request related to a problem? Please describe.
I would like to allow OpenAI GPTs to interact with the ytmusicapi
Describe the solution you'd like
GPT Actions can interact with any AI having an OpenAPI specification
Describe alternatives you've considered
No alternatives considered
Additional context
na
@sigma67 commented on GitHub (Nov 13, 2023):
This is not a REST API. This merely emulates the Web Client's requests to the innertube API
innertube API is not officially supported by Google
What you're looking for is probably the YouTube Data API, which is officially supported and has a specification, although limited support for YouTube Music
If you wanted you could probably build a server-wrapper around ytmusicapi, providing your own REST API centered around YouTube Music's functions. I know there's quite a few apps out there that use ytmusicapi in their backend