Playground

API Playground

Try the Qawaid API instantly with pre-filled demo data. No signup required.

Request

https://api.qawaid.ai/api/v1/validation/validate/credit-check

Response

Response will appear here after sending a request

Code Examples

curl -X POST 'https://api.qawaid.ai/api/v1/validation/validate/credit-check' \
  -H 'X-Api-Key: your-api-key' \
  -H 'X-Tenant-Id: demo-company' \
  -H 'Content-Type: application/json' \
  -d '{  "schemaCode": "credit-check",  "data": {    "applicantAge": 30,    "annualIncome": 75000,    "creditScore": 720,    "requestedAmount": 50000  }}'
Qawaid — Business Rules Engine for Regulated Industries