Skip to Content
APIsDistribution API

Distribution API Coming soon

Publish cuts across tubes, social, and direct channels — and pull back the proof of what shipped where. This is the Ultimate tier; you can run the whole pipeline into it, or start here with content you’ve already produced.

Coming soon — not callable yet

The Distribution API isn’t live. The page documents the intended shape so you can build against it ahead of release; calls will 404 until it ships. (GET /v1/analytics/distribution exists but is a quality-score KPI chart, not this publishing API.)

Start at distribution

Already have your cuts? Upload finished masters and use Jetwild only to publish

  • measure. Because you’re distributing, the Ultimate compliance gate still runs — a Shield pass and §2257 binding before anything ships.

Publish a scene

POST/v1/distributionSchedule or ship a scene
curl https://api.jetwild.com/v1/distribution \
-H "Authorization: Bearer $JETWILD_KEY" \
-H "Content-Type: application/json" \
-d '{ "scene_id": "sc_8841", "channels": ["pornhub", "reddit", "x"], "when": "auto" }'
Shield + §2257 gate the ship

A scene with a flagged or critical verdict — or an unresolved §2257 record — can’t be shipped through this endpoint until it’s resolved.

Bring your own cuts

Upload finished masters via file_url and connect your channels. Jetwild gives you scheduling, the ship ledger, and channel-level attribution out of the box; moment-level attribution is richer if Jetwild also produced the cuts.

Proof & attribution

GET/v1/distribution/{id}Ship ledger + click attribution

Returns an immutable record of every channel a scene shipped to, plus click attribution back to the moment that drove it.

Last updated on