Playground
واجهة تجريبية
جرب واجهة برمجة Qawaid على الفور باستخدام بيانات تجريبية.
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 }}'