Close
Toolcog home
toolcog
openai
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
API
Operations
Auth Schemes
Overrides
Intents
Targets
API
Operations
Auth Schemes
Overrides
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
Creates a model response. Provide [text](/docs/guides/text) or [image](/docs/guides/images) inputs to generate [text](/docs/guides/text) or [JSON](/docs/guides/structured-outputs) outputs. Have the model call your own [custom code](/docs/guides/function-calling) or use built-in [tools](/docs/guides/tools) like [web search](/docs/guides/tools-web-search) or [file search](/docs/guides/tools-file-search) to use your own data as input for the model's response.
Authenticated
createResponse
POST/responses
Responses
Deletes a model response with the given ID.
Authenticated
deleteResponse
DELETE/responses/{response_id}
Responses
Retrieves a model response with the given ID.
Authenticated
getResponse
GET/responses/{response_id}
Responses
Returns a list of input items for a given response.
Authenticated
listInputItems
GET/responses/{response_id}/input_items
Responses