Skip to Content
APIsOverview

APIs

Jetwild splits two ways: standalone utilities you call à la carte against content you host, and the product — the tiered pipeline — reachable by the same API. You only pay for what you call.

Looking for the live endpoint reference?

This section is the product overview. For the exact, callable endpoints — method, params, response, and scope — see the API reference, which documents everything live today.

Standalone APIs

Stateless utilities — point one at a master you host and get a result back. No catalog migration, no pipeline. These are coming soon — no endpoint is callable yet; the pages below describe the shape ahead of general availability.

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

The platform

The Jetwild product itself, reachable by API — the tiered pipeline and distribution, operating on Jetwild state.

Scene Intelligence
The Jetwild pipeline as an API — titles, tags, model ID, chapters, quality, and marketing cuts. Basic → Premium → Ultimate.
POST /v1/scenes
DistributionComing soon
Publish across tubes, social, and direct channels with proof + attribution. Part of Ultimate — bring your own cuts, or use the ones Jetwild made.
POST /v1/distribution
  • Scene Intelligence is live today — it’s POST /v1/scenes. See it in the Scenes reference.
  • Distribution is the Ultimate tier and is coming soon.

Shared conventions

  • Base URL: https://api.jetwild.com/v1
  • Bearer auth, JSON bodies, conventional HTTP status codes.
  • Metered per minute of video (per request for lookups) — see Pricing.
Last updated on