Analyze document for fraud indicators asynchronously. Use webhooks to receive results when processing completes.
API key for authentication
Request body for asynchronous fraud detection.
Content-Type: multipart/form-data
Important: Complex objects (config, webhook) must be sent as JSON-stringified values.
Document source for fraud analysis (file upload, file ID with id:// prefix, or public URL)
JSON-stringified fraud detection configuration object.
Example: {"use_pro_model":true} - Use premium model for higher accuracy
All fields are optional. Contact support for advanced configuration options.
Force output to always use URLs for file references (true/false as string)
true, false JSON-stringified WebhookConfig object for async result notifications.
Example: {"url":"https://example.com/webhook","metadata":{"order_id":"123"}}