detect_membership
Determine if your protected content was used to train a suspect AI model by running membership inference with watermark detection and statistical analysis methods.
Instructions
Run membership inference to determine whether your protected content was used to train a suspect AI model. Provide content IDs (from your registered media) and the model to test. Methods: pattern (watermark detection), statistical (distribution analysis), combined (both). Returns a job_id — use check_job to poll for results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_ids | Yes | UUIDs of your registered media to test against the suspect model | |
| suspect_model | Yes | Identifier or name of the AI model suspected of training on your content | |
| method | No | Inference method. Default: combined | |
| tags | No | Tags for organizing and filtering |