POST /v1/responses — native proxy to OpenAI Responses API
previous_response_id, web search, and more.Bearer authentication header of the form Authorization: Bearer $ROUTIFY_API_KEY.
Full OpenAI Responses API request. All fields are forwarded to the upstream provider as-is. For detailed parameter descriptions see https://developers.openai.com/api/reference/resources/responses/methods/create
Model ID used to generate the response. Use GET /v1/models to list all available models.
Text, image, or file inputs to the model, used to generate a response. Can be a string or an array of input items.
If set to true, the response is streamed using server-sent events. The stream ends with a response.completed event.
Successful response (JSON or SSE stream)
The response is of type object.