Plurall AI, for engineers.
One resource for scans, one for cases, one for webhooks. Authentication is bearer; pagination is cursor; responses are JSON. Most integrations need scans + webhooks and nothing else.
QuickstartIssue a key, sign your first request, ship to production.Get started
Submit a scanMultipart upload or URL — same envelope, six dimensions of evidence.Read API
WebhooksSigned at-least-once delivery, exponential retries, replay protection.Subscribe
curl -X POST https://api.plurall.tech/api/v1/scans/upload-intents \
-H "Authorization: Bearer pl_sbx_key_..." \
-H "Content-Type: application/json" \
-d '{"fileName":"clip.mp4","contentType":"video/mp4","mediaType":"video","byteSize":1048576}'- GetOverview
- GetAuthentication
- GetRate limits
- GetErrors
- DetectionSubmit a scan
- DetectionVerdicts & confidence
- DetectionEvidence cards
- DetectionAudit packets
- DetectionVideo review workspace
- DetectionAI assistant API
- WebhooksWebhooks
- WebhooksEvent reference
- WebhooksVerifying signatures
- WebhooksDurable queues
- ReferenceChangelog
- ReferenceSandbox
- ReferenceOpenAPI explorer
- ReferenceMobile SDKs