


This is the web UI where you have performed all configuration of Emby Server You need to have access to a running installation of Emby Server as an administrator.To launch the interactive version of the API Browser please follow these steps: This variant must be launched from the Server Dashboard of a running Emby Server installation. With this variant you can not only view all API definitions - you will also be able to interactively perform calls against the API and view the results. Our developer wiki should be your first stop for information about developing with Emby server and is primarily aimed at getting your started.įor all the details about operations that can be performed, their parameters, request and return types, you need to visit the Emby API Browser.ĭepending on whether you have access to a running Emby server or not, you can choose between two variants.Įxplore the Emby API when you don't have access to a running Emby server.Īllows browsing through all details but without interaction. This authentication method allows accessing the Emby Server API by using a static token.Īuthentication via API key is the right choice for integration scenarios with other applications, servers or services that are not tied to a certain user's context. Typical use of this method is the development of client applications that will be interactively operated by an Emby user. With user authentication, you can log in to Emby Server by transmitting a username and a password. There are two different ways to authenticate with Emby Server: The format type can be controller via the http "Content-Type" header.Īppropriate values are "application/json" or "application/xml". The Emby Server API supports both JSON and XML formatted http requests and responses.
