Skip to Content
Introduction

Introduction

Jetwild is content-intelligence infrastructure for adult studios and paysite operators. One API to scan, tag, and distribute video — called from your own stack, on your own schedule.

One API, or the whole pipeline

Jetwild is modular. Use a single endpoint, or chain the whole pipeline from upload to distribution. You only pay for what you call.

Standalone by design

Many teams wire in only the Shield API — scanning content that already lives in their CMS for compliance risk, and never touching the rest of the pipeline.

  • Standalone — call one endpoint (e.g. Shield) against content you already host.
  • Composed — combine Intelligence + Shield + Distribution as you need them.
  • Full pipeline — submit a master and let Jetwild take it from ingest to ship.

Every API meters per minute of video processed (or per request for lookups). See Pricing & metering.

The APIs

Each capability is its own endpoint — call one standalone, or compose them. Browse the full catalog under APIs.

Shield APIStandaloneComing soon
Compliance scanning on its own. Submit a master — get flagged timestamps, risk categories, brand IDs, and the auto-blurred cut back. No pipeline required.
POST /v1/shield/scan
Metadata APIComing soon
Pull structured data out of a master — subtitles, taxonomy tags, and performer identification. Three endpoints, one API.
POST /v1/transcribe · /tag · /models/identify
Fingerprint APIComing soon
Perceptual hashing for duplicate detection and leak / piracy monitoring. Index your catalog, then match any clip against it.
POST /v1/fingerprint

Quickstart

Authenticate with a bearer token and make your first call in under a minute.

curl https://api.jetwild.com/v1/shield/scan \
-H "Authorization: Bearer $JETWILD_KEY" \
-d '{ "scene_id": "sc_8841" }'

Continue to the Quickstart →

Last updated on