Skip to main content
POST
/
v1
/
user-defined-service
/
{api_stub}
Produce User Defined Service
curl --request POST \
  --url https://api.critique-labs.ai/v1/user-defined-service/{api_stub} \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Your API key for authentication. Get one at https://critique-labs.ai/en/dashboard

Path Parameters

api_stub
string
required

The endpoint path as you build in the design your own API section

Response

Successful Response