GPT Api Integration

Isn’t it just a REST API with a token? You can hit that yourself with UnityWebRequest right now.

Standard tips on hitting a new server endpoint from Unity:

Networking, UnityWebRequest, WWW, Postman, curl, WebAPI, etc:

And setting up a proxy can be very helpful too, in order to compare traffic:

1 Like