Portkey · Capability
Portkey API — Responses
Portkey API — Responses. 4 operations. Lead operation: Creates a model response. Self-contained Naftiko capability covering one Portkey business surface.
What You Can Do
POST
Createresponse
— Creates a model response
/v1/responses
GET
Getresponse
— Retrieves a model response with the given ID.
/v1/responses/{response-id}
DELETE
Deleteresponse
— Deletes a model response with the given ID.
/v1/responses/{response-id}
GET
Listinputitems
— Returns a list of input items for a given response.
/v1/responses/{response-id}/input-items
MCP Tools
creates-model-response
Creates a model response
retrieves-model-response-given-id
Retrieves a model response with the given ID.
read-only
idempotent
deletes-model-response-given-id
Deletes a model response with the given ID.
idempotent
returns-list-input-items-given
Returns a list of input items for a given response.
read-only
idempotent