Submit up to 50 files in a single request and process them as a single logical
group. Returns HTTP 202 with a batch UUID; each file is analyzed in the
background and individual results are available via GET /detect/{uuid} for
each entry in detect_uuids.
Two intake methods:
files[] form fields.file form field whose value is a .zip
containing the media files. Non-media entries are skipped.Provide one of files[] or file=<...>.zip per request. Synchronous mode
(Prefer: wait) is not supported and returns 400 if sent.
Constraints:
POST /detect’s direct-upload allowlist.One or more media files. Repeat the files[] field for each file. Mutually exclusive with file.
A single .zip archive containing media files. Mutually exclusive with files[].
Run identity search against the team’s saved identities (audio/video only).
Window size in seconds (audio/video).
Start of segment to analyze (seconds).
End of segment to analyze (seconds).
Use LLM-assisted video analysis.
Aggregate state for a batch detection job. Returned by POST /detect/batch and GET /detect/batch/{uuid}.
API token from https://app.resemble.ai/account/api