Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List input items for a response.
curl https://gateway.bud.studio/v1/responses/resp_abc123/input_items \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "x-model-name: gpt-4"
{ "object": "list", "data": [ { "id": "item_abc123", "type": "text", "content": "What is the capital of France?", "index": 0 } ] }