Overview
What Plurall AI is, what it isn't, and how to think about the API surface.
Plurall AI is a forensic detection layer for synthetic media. The product surface is small on purpose: there is one resource for scans, one for cases, one for webhooks, and one for reports. Most integrations only need scans + webhooks.
Shape of the API
The staging portal exposes the authenticated API under `/api/v1`; production will front the same contract at `api.plurall.tech`. Authentication is bearer-token. Pagination is cursor-based with a `nextCursor` field in response metadata. Times are ISO-8601 with timezone.