FP
FraudLabs Pro SMS Verification
/v1/verification/result
/v1/verification/result
Verify that an OTP sent by the Send SMS Verification API is valid.
liveunknown~3s typical
fraudlabs
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-fraudlabspro-com-sms-verification /v1/verification/result for me.
Input
| Field | Type | Description |
|---|---|---|
| tran_id* | string | The unique ID that was returned by the Send Verification SMS API that triggered the OTP sms. default null |
| key* | string | FraudLabs Pro API key. default null |
| format | string (json | xml) | Returns the API response in json (default) or xml format. default null |
| otp* | string | The OTP that was sent to the recipient’s phone. default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-fraudlabspro-com-sms-verification","endpoint":"/v1/verification/result","input":{"tran_id":"...","key":"...","format":"json","otp":"..."}}'cli
npx cracked-ai run -p oa-fraudlabspro-com-sms-verification -e /v1/verification/result -i '{"tran_id":"...","key":"...","format":"json","otp":"..."}'mcp
run_tool({ provider: "oa-fraudlabspro-com-sms-verification", endpoint: "/v1/verification/result", input: {"tran_id":"...","key":"...","format":"json","otp":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.