POST
/
detectors
curl --request POST \
  --url https://proxy.qualifire.ai/api/detectors \
  --header 'Content-Type: application/json' \
  --header 'X-Qualifire-API-Key: <api-key>' \
  --data '{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "created_at": "<string>",
  "active": true,
  "evaluation_id": "<string>"
}'
{
  "detector_id": "<string>"
}

Authorizations

X-Qualifire-API-Key
string
header
required

Body

application/json

Detector to create

The body is of type object.

Response

200
application/json

OK

The response is of type object.