POST
/
screen
curl --request POST \
  --url https://api.godiligent.ai/screen \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "website": "https://example-store.com"
}'
{
  "run_id": "run_123456789",
  "website": "https://example-store.com",
  "screened_at": "2025-03-31T12:34:56Z",
  "platform": "SALLA",
  "operational_status": {
    "is_active": false,
    "explanation": "The message indicates that the store is currently under maintenance, which is a clear indicator of a non-operational status."
  }
}

Authorizations

X-API-KEY
string
header
required

Body

application/json

Response

200
application/json

Successful screening result

The response is of type object.