Ray3 API Tracker & Integration Plan

Ray3 API status: pending / tracking

TL;DR

Ray3 API access is still pending, but you can ship now with a neutral render service contract. Define submit, status, asset retrieval, and capability endpoints, log Parameter Cards for every job, and keep feature flags flexible so Ray3 slots in the moment it opens without a risky refactor.

Review Draft Mode · Explore Prompt Library

Why Prepare Before Release

Implement the Contract

  1. submit_job: POST prompt, duration, camera, quality tier, HDR flag, seed, webhook URL, and client metadata; respond with job_id and initial ETA.
  2. get_job: poll or receive webhook updates for status (queued|running|retrying|succeeded|failed) along with ETA, progress percentage, and failure codes.
  3. get_asset: fetch final video, EXR frames, thumbnails, and metadata (resolution, fps, bit depth, lighting intent, parameter_card_id); support signed URLs.
  4. capabilities endpoint: expose current feature toggles (draft_mode, hdr, exr, keyframes, loops) plus pricing hints so the UI adjusts automatically.
  5. audit logs: persist payloads, retries, user IDs, and analytics events for compliance and debugging.
{
  "model": "ray3",
  "prompt": "low-angle orbit of a product, volumetric rim light, slow tempo",
  "duration_seconds": 6,
  "camera": {"movement": "orbit", "speed": "slow", "shot_size": "MS"},
  "quality": "draft|hifi",
  "hdr": true,
  "seed": 14352,
  "webhook_url": "https://your.app/callback",
  "metadata": {"campaign": "launch_q4", "owner": "studio"}
}

Tips for a Smooth Swap

Pitfalls to Avoid

Checklist

FAQ

When will the Ray3 API open?
No public date yet; watch this page for official status, SDK updates, and schema diffs once pilots start.

Can I charge users before access?
Yes. Offer Draft Mode tooling, prompt libraries, shot planning, or third-party integrations now and switch the backend when Ray3 unlocks.

How do I migrate existing users?
Use feature flags and staged rollouts; migrate a test cohort, monitor job success, then scale coverage once metrics stabilize.

What if Ray3 pricing is higher than my current provider?
Model your margin now, set up per-feature surcharges or tiered plans, and track cost per render to adjust quickly.

How do I stay compliant with user content?
Enforce retention limits, encrypt stored assets, and audit who downloaded what; Ray3 compliance will expect these controls before partnership.