The Playground is a graphical web interface that calls the OpenAI API behind the scenes, but there are several other ways to call the API. To do this, we must get familiar with its endpoints: the remote APIs that communicate back and forth when they are called. This lesson will familiarize us with the functionality and usage of six API endpoints.

List engines

The list engine endpoint, also known as the metadata API, provides a list of available engines and specific metadata associated with each engine, such as owner and availability. To access it, click the following URL with the HTTP GET method without passing any request parameters:

Get hands-on with 1200+ tech skills courses.