{"model":"o3-deep-research","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": "o3-deep-research",
"input": "Tell me a three sentence bedtime story about a unicorn."
}'