Blue Guardrails

Create Response

Create an OpenAI Responses-compatible completion through a workspace-billed provider.

POST
/v1/llm/openai/v1/responses

Header Parameters

x-workspace-id?|

Workspace UUID for session-authenticated calls.

Response Body

application/json

application/json

curl -X POST "https://loading/v1/llm/openai/v1/responses"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}