Skip to main content
POST
/
v1
/
responses
Proxy Openai Responses
curl --request POST \
  --url https://api.faces.sh/v1/responses \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null

Body

application/json

The body is of type Body Override · object.

Response

Successful Response