First REST API call to ChatGPT API (3.5 Turbo) in 2 Minutes!

Опубликовано: 26 Февраль 2025
на канале: Horea Porutiu
3,888
54

In this video, I will show you how to make a quick and simple API call to ChatGPT.

We will use Postman, and you can find my collection on GitHub: https://gist.github.com/horeaporutiu/...

The documentation I am using is here: https://platform.openai.com/docs/api-...

Chapters
00:00 - Intro
00:49 - Create Account + API Key
01:15 - ChatGPT API Docs
01:30 - Create a new Postman Request
02:10 - Auth via Bearer Token
02:30 - Request Body
02:50 - Sending the Request
03:12 - Conclusion