We’re trying to develop an external communication to a MyGPT we created, however, we’re stuck on trying to locate the Endpoint as per OpenAI documentation.
As per documentation , it is stated : Locate the Endpoint Information: Within the details of your MyGPT instance, there should be information regarding the API endpoint. This typically includes the base URL and may also specify the particular path or parameters needed for requests.
XD I guess im the first to ask.
Where did I get that information? - I asked GPT4 " How do I find my endpoint for my MyGPTs? "
And it answered these :
To find the endpoint for your MyGPT instance in OpenAI's ChatGPT, you typically follow a series of steps within the OpenAI API dashboard or a similar interface provided by OpenAI. Here's a general guide on how you can locate your MyGPT endpoint:
1. **Log into OpenAI Dashboard**: Start by logging into your OpenAI account. You will need to access the API dashboard where your API keys and application settings are managed.
2. **Navigate to the MyGPTs Section**: Look for a section or tab related to MyGPTs. This is where you can manage your custom instances.
3. **Select Your MyGPT Instance**: If you have created multiple MyGPT instances, you'll need to select the specific one you want to use. Each instance may have its own unique endpoint.
4. **Locate the Endpoint Information**: Within the details of your MyGPT instance, there should be information regarding the API endpoint. This typically includes the base URL and may also specify the particular path or parameters needed for requests.
5. **API Documentation**: Refer to the provided API documentation for any additional details on how to structure your requests. The documentation will often include examples of how to use the endpoints with different programming languages and tools, such as `curl`.