curl --request POST \
--url https://api.ai-stats.phaseo.app/v1/responses \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "<string>",
"input": {},
"input_items": [
{}
],
"conversation": "<string>",
"include": [
"<string>"
],
"instructions": "<string>",
"max_output_tokens": 2,
"max_tool_calls": 1,
"metadata": {},
"parallel_tool_calls": true,
"previous_response_id": "<string>",
"prompt": {
"id": "<string>",
"variables": {},
"version": "<string>"
},
"prompt_cache_key": "<string>",
"prompt_cache_retention": "<string>",
"reasoning": {
"effort": "none",
"summary": "<string>"
},
"safety_identifier": "<string>",
"service_tier": "<string>",
"store": true,
"stream": true,
"stream_options": {},
"temperature": 1,
"text": {},
"tool_choice": "<string>",
"tools": [
{}
],
"top_logprobs": 10,
"top_p": 0.5,
"truncation": "<string>",
"background": true,
"user": "<string>",
"usage": true,
"meta": true
}
'