Detect Intelligence
Ask natural-language questions about completed deepfake detection reports using the detection’s full context.
This is different from the standalone Intelligence feature, which analyzes raw media for speaker details, transcription, and emotion. Detect Intelligence asks questions about already-completed detection reports.
Request & Response Schemas
Async Workflow
- Ensure the detection status is
completed. - Submit a question via the Ask a Question endpoint.
- The API returns
202 Acceptedwith the question UUID andstatus: "pending". - Poll the Get Answer endpoint until
statusis"completed"or"failed". - Read the
answerfield from the completed response.
Example Questions
Polling Best Practices
- Use exponential backoff starting at 1 second, doubling up to a maximum of 10 seconds.
- Most answers complete within 5–15 seconds.
- Check the
statusfield — stop polling once it reachescompletedorfailed.
Related Endpoints
- Ask a Question — Submit a question about a detection
- Get Answer — Poll for the answer
- Deepfake Detection — Submit and manage detection jobs
- Intelligence — Standalone media intelligence analysis
