{"model":"gpt-4.1-2025-04-14","input":"Tell me a three sentence bedtime story about a unicorn."}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl--location--request POST 'https://gptproto.com/v1/responses' \
--header'Authorization: sk-*****' \
--header'Content-Type: application/json' \
--data-raw'{
"model": "gpt-4.1-2025-04-14",
"input": "Tell me a three sentence bedtime story about a unicorn."
}'