{
"opencollection": "1.0.0",
"info": {
"name": "Langflow Base OpenAI Responses API API",
"version": "1.9.0"
},
"items": [
{
"info": {
"name": "OpenAI Responses API",
"type": "folder"
},
"items": [
{
"info": {
"name": "Create Response",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/api/v1/responses",
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "apikey",
"key": "x-api-key",
"value": "{{x-api-key}}",
"placement": "query"
}
},
"docs": "Create a response using OpenAI Responses API format.
This endpoint accepts a flow_id in the model parameter and processes
the input through the specified Langflow flow.
Args:
request: OpenAI Responses API request with model (flow_id) and input
background_tasks: FastAPI background task manager
api_key_user: Authenticated user from API key
http_request: The incoming HTTP request
telemetry_service: Telemetry service for logging
Returns:
"
}
]
}
],
"bundled": true
}