Resemble AI subpackage_deepfakeDetection API is one of 26 APIs that Resemble AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include subpackage_deepfakeDetection. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and pricing.
This API exposes
5 operations
across 4 paths,
and defines 43 schemas.
It is described by OpenAPI 3.1.0, at version 1.0.0.
Requests are made against 2 base URLs: https://f.cluster.resemble.ai, https://app.resemble.ai/api/v2.
5 operations4 paths43 schemas3 GET2 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.resemble.ai
Authentication
HTTP Bearer
Resource Areas
1
Authentication & Security 1
Resemble AI subpackage_deepfakeDetection API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (BearerAuth).
BearerAuth — API token from https://app.resemble.ai/account/api
Paths & Operations 5
Across 4 paths, the API surfaces 5 operations — 3 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.
subpackage_deepfakeDetection 5
GET
/detect
List all detects
list-detections3 params→ 200
POST
/detect
Create deepfake detection
create-detection1 parambody→ 200
GET
/detect/{uuid}
Get deepfake detection result
get-detection2 params→ 200404
POST
/detect/batch
Create a batch deepfake detection job
create-detect-batch1 parambody→ 202400402403
GET
/detect/batch/{uuid}
Get batch status
get-detect-batch2 params→ 200404
Schemas 43
The contract defines 43 schemas that model the data the API accepts and returns. The most detailed are DetectGetResponsesContentApplicationJsonSchemaItemsItems (22 properties), DetectUuidGetResponsesContentApplicationJsonSchemaItem (16 properties), DetectUuidGetResponsesContentApplicationJsonSchemaItemIntelligenceDescription1 (14 properties), DetectPostResponsesContentApplicationJsonSchemaItemIntelligenceDescription1 (14 properties). Each schema is shown below with its type and property counts.
Aggregate status across all child detects. - processing — at least one child detect is still running. - completed — every child detect completed successfully.…